Releases: sarhatabaot/EnchantGUI
Releases · sarhatabaot/EnchantGUI
v1.7.4
Full Changelog: v1.7.3...v1.7.4
v.1.5.12 - 1.16 Enchantments
- Added 1.16 enchantments: "Soul Speed".
- Changed to acf library for handling commands.
1.7.3 - Improved the way localization files are handled
- 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
This adds 1.19 support. (No changes from beta)
Update NBTAPI to 2.10.0
What's Changed
- Changed to a different gui system by @sarhatabaot in #14
- New Crowdin updates by @sarhatabaot in #10
Full Changelog: v1.7.0...v1.7.1
1.7.1-BETA - 1.19 Support
This adds 1.19 supports.
What's Changed
- Changed to a different gui system by @sarhatabaot in #14
- New Crowdin updates by @sarhatabaot in #10
Full Changelog: v1.7.0...v1.7.1-BETA
1.7.0 - PlayerPoints, better translation support, bug fixes
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 Crowdin updates by @sarhatabaot in #9
- Soul Speed for 1.17/1.18 by @eleksploded in #11
- Adds support for PlayerPoints by @sarhatabaot in #12
- Added NBT-API Support by @sarhatabaot in #13
New Contributors
- @eleksploded made their first contribution in #11
Full Changelog: 1.15.12...v1.7.0
v1.7.0 b30042022
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
- Soul Speed for 1.17/1.18 by @eleksploded in #11
- Adds support for PlayerPoints by @sarhatabaot in #12
- Added NBT-API Support by @sarhatabaot in #13
New Contributors
- @eleksploded made their first contribution in #11
Full Changelog: v1.6.0-SNAPSHOT...v1.7.0-SNAPSHOT-30042022
v1.6.0-SNAPSHOT
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
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"
- Permission is
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
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.