The player can no longer spam Traps and Plasts
Commands fixed
Code refactor
Checking for updates (Can be disabled in the config)
Fixed a bug where it was impossible to change the material of Trapka
Added Tab Complete
Almost complete refactor of the ItemManager code (I’m gradually adding support for custom items, now in ItemManager you can create a custom item using the addItem("Key" , ItemStack) function; returns status from 0 to 2. status-0 Successfully added. status-1 Item already exists with this Value, status-2 There is an item with this key. )
Most of the code from EventHandler has moved to Buildings.
EventHandler renamed to Events
The config has been changed