- Fix Inventory save when Inventory change event triggered without any eal Gamemode change (AuthMe bug)
- Add * in blacklist, you can now use it to deny many block / items / commands with only one option line
Code (YAML):
place
:
# Bypass : creativemanager.bypass.blacklist.place
- '*'
use
:
# Bypass : creativemanager.bypass.blacklist.use
- '*bucket'
- flint_and_steel
- fire_charge
get
:
# Bypass : creativemanager.bypass.blacklist.get
- diamond
- '*stone*'
break
:
- '*stone*'
commands
:
- commandstartwith*
useblock
:
- CRAFTING_TABLE
- LEVER
- Item displayed in error message now cleaned to make a proper chat (ex: DIAMOND_SWORD now displayed 'Diamond Sword')