Skip to content

Releases: sarhatabaot/EnchantGUI

v1.7.4

03 Apr 11:14
6ee6387
Compare
Choose a tag to compare

v.1.5.12 - 1.16 Enchantments

25 Jun 18:48
a9c54de
Compare
Choose a tag to compare
  • Added 1.16 enchantments: "Soul Speed".
  • Changed to acf library for handling commands.

1.7.3 - Improved the way localization files are handled

13 Jan 12:49
5233c15
Compare
Choose a tag to compare
  • Updated dependencies
  • Improved the way localization files are handled.
  • Fixed startup issues from 1.7.2.
  • Minor cleanup and optimization.

Full Changelog: v1.7.1...v1.7.3

1.7.1 - 1.19 Support

13 Jun 06:14
Compare
Choose a tag to compare

This adds 1.19 support. (No changes from beta)

Update NBTAPI to 2.10.0

What's Changed

Full Changelog: v1.7.0...v1.7.1

1.7.1-BETA - 1.19 Support

09 Jun 05:52
Compare
Choose a tag to compare
Pre-release

This adds 1.19 supports.

What's Changed

Full Changelog: v1.7.0...v1.7.1-BETA

1.7.0 - PlayerPoints, better translation support, bug fixes

30 Apr 19:25
Compare
Choose a tag to compare

Changes:

  • Added support for PlayerPoints
  • Improved translation support

Breaking:

  • Translations have been moved to a languages/code/file folders.
    For example, English will be languages/en/localization.yml and shop.yml respectively.

What's Changed

New Contributors

Full Changelog: 1.15.12...v1.7.0

v1.7.0 b30042022

30 Apr 18:45
Compare
Choose a tag to compare
v1.7.0 b30042022 Pre-release
Pre-release

This release adds:

  • Proper support for language switching. Changing the language in the configuration file no longer requires a restart, only a plugin reload.
  • Support for PlayerPoints
  • In future snapshots: Better Inventory GUI.

What's Changed

New Contributors

Full Changelog: v1.6.0-SNAPSHOT...v1.7.0-SNAPSHOT-30042022

v1.6.0-SNAPSHOT

12 Aug 08:44
Compare
Choose a tag to compare
v1.6.0-SNAPSHOT Pre-release
Pre-release

Updated to Java 11.

Added Translations - Experimental, shop gui still doesn't work properly on reload.

  • English
  • Portuguese
  • Hebrew

v1.5.10 - Added toggle command

04 Jul 17:51
69b1a56
Compare
Choose a tag to compare

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.

v1.5.9 - Backwards compatibility

25 Jun 15:20
Compare
Choose a tag to compare

Changes from v1.5.8:

  • Added backwards compatibility to 1.13

Code Improvements:

  • Added a check to prevent a null pointer exception.
  • Extracted the shop command to it's own class.
  • Renamed some class names.
  • Code cleanup.