1.1 Version
- Added
blockEvent
andsilent
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 aTitle
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