Added over 50+ Config options to Settings.yml & Messages.yml!
Change all messages in the server & use a lot of plugin side placeholders! ({gameid}, {maxplayers})
Added the option to disable/enable inventory items,
Added the option to rename inventory items & change the lores and the display-item,
Added the option to enable/disable to clear player's inventories in different events »
Code (YAML):
InventorySettings:
Clear_Inv_On_Join
: true
Clear_Inv_On_Leave
: true
Clear_Inv_On_Game_Join
: true
Clear_Inv_On_Game_Start
: true
Clear_Inv_On_Game_End
: true
Clear_EC_On_Game_Start
: true
Clear_EC_On_Game_End
: true
Add_Items_On_Join
: true
#If this is set to false, InventoryItems.JoinGame.enabled function wont work! The same for the other items!
Add_Items_On_Game_Join
: true
#If this is set to false, GameItems.LeaveGame.enabled function wont work! The same for the other items!
Bug Fixes »
- Fixed issues with placeholders!
- Fixed Teleport exploit
- Fixed players being able to bring items to other games using enderchest
- Fixed players spawning in eachother spawn places (oopsie)