NB! This release contains various new features, and a lot of serious refactoring, so
bugs may occur. If you encounter any issues, please report them to Meduza on the Discord server, and the issues will get patched swiftly.
Updates:
- Added the
/punish command (You can now punish players simply with punishment templates using the /punish command!) (The permission for this command is elyzium.punish, and in order to give access to various templates, you'd have to give them the following permission -
elyzium.punish.templates.<punishment-template-name>)
- Fixed IP Lock GUI view
- Added the option to disable Elyzium native inventory management for those who do not wish Elyzium to intervene with other inventory management plugins or who have multi-world inventory support on their server (Elyzium's native inventory management does not support multi-world inventories) - In order to use this feature, add the following to your config.yml
- Added code autocomplete to some commands
- Fixed
/ely help - you can now see all the commands directly in-game
Code (YAML):
# This setting toggles whether inventory management should be enabled.
# If this is true, then the player's inventory will be saved by the plugin and given to the player on each login.
# This allows you to modify the player's inventory offline.
# NB! This setting does not support multi-world inventories. If you want inventories to be separate on different worlds, disable this setting.
use-inventory-management
: true
Autocomplete for the punish command