Skip to content

Releases: sarhatabaot/EnchantGUI

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.

v1.5.8 - Fixed bug from 1.5.7

23 Jun 18:13
Compare
Choose a tag to compare
  • Fixed bug that would let players take all gui items into their inventories.
    • Also disabling the use of the gui.

v1.5.7 - Bug Fixes, New feature

21 Jun 14:10
Compare
Choose a tag to compare

Changes from v1.5.5:

  • Fixed NullPointerException in gui
  • Added RightClick on enchanting table to open gui option.
    • Configurable through config.yml.

v1.5.5 - 1.14 Enchantments

08 Jun 18:23
Compare
Choose a tag to compare

New Enchantments:

  • Added Quick Charge
  • Added Multishot
  • Added Piercing

v1.5.4

06 Jun 16:19
1373661
Compare
Choose a tag to compare

Changes from 1.5.1:

  • Added a show per item feature - Will only show available enchantments for an item.
    • This feature overrides the ignore item type option.
  • Added customizable shop.yml file - You can now customize all items in the menu.
    • They must be items compatible with the enchantments.

Code improvments:

  • Added @NotNull annotations.
  • Added Shop reload message.
  • Now properly shading bStats.
  • Removed annoying trailing debug message.

v1.5.1

12 Jan 16:45
623ef1b
Compare
Choose a tag to compare

Changes from 1.4.1:

  • Support for 1.13
    • Added Sweeping Edge, Channeling, Loyalty, Riptide & Impaling Enchantments
    • Changed config.yml & localization.yml - you'll have to regenerate your files, or else it will not work.
    • Moved from mcstats to bstats
  • Code Improvements
    • Updated deprecated methods.
    • Fixed error showing up when clicking outside of the shop.
    • Added a debug option to the config. Enabling this will spam your console.
    • Updated dependencies (Spigot,Vault, bstats, gradle)
    • Code cleanup

Upcoming features:

  • Automatic convertor from 1.4.1.

v1.5.0-SNAPSHOT

12 Jan 15:09
623ef1b
Compare
Choose a tag to compare
v1.5.0-SNAPSHOT Pre-release
Pre-release

Changes from 1.4.1:

  • Support for 1.13
    • Added Sweeping Edge, Channeling, Loyalty, Riptide & Impaling Enchantments
    • Changed config.yml & localization.yml - you'll have to regenerate your files, or else it will not work.
    • Moved from mcstats to bstats
  • Code Improvements
    • Now using getKey() instead of getName()
    • Added a debug option to the config. Enabling this will spam your console.

Upcoming features:

  • Automatic convertor from 1.4.1.