Skip to content

v1.5.10 - Added toggle command

Compare
Choose a tag to compare
@sarhatabaot sarhatabaot released this 04 Jul 17:51
· 264 commits to master since this release
69b1a56

New Features:

  • Added a toggle command. Allowing user to toggle the ability to use "right click on enchanting table".
    • Permission is eshop.enchantingtable.toggle
    • Added corresponding messages in localization.yml: "toggle-on" & "toggle-off"

Changes from v1.5.9:

  • All formatting of messages is now handled through localization.yml, now supports colors.

Code Improvments:

  • Now using the common library.
  • Implemented an abstract class for handling configs.
  • Main config class is now mostly static methods.
  • Code cleanup.