Skip to content

1.1 Version

Compare
Choose a tag to compare
@alikindsys alikindsys released this 02 Aug 06:34
· 4 commits to master since this release
  • Added blockEvent and silent values to the configuration
  • Changed default behavior. Items will now drop normally when the inventory is full, offhand behavior remains the same (Items will not get added there, unless there is already an item with the same type there)
  • Plugin now uses an ActionBar instead of a Title for a less obstructive notification

Explanation of the new configuration values

silent

Set this value to true to disable the sound from being played.

Default value : false

silent: false

blockEvent

Set this value to true for the attempt of mining to be completely blocked if the inventory is full

Items will not drop if the inventory is full.

Default value : false

blockEvent: false

Default configuration

message.fullInv: "Inventory Full"
blockEvent : false
silent: false