Skip to content

Releases: TownyAdvanced/TownyMenus

Version 0.0.11

16 Sep 11:57
Compare
Choose a tag to compare
  • Add support for new Towny versions, now requires version 0.100.4.0 or up.
  • Add support up to 1.21.1.

Version 0.0.10

21 Jun 17:08
Compare
Choose a tag to compare
  • Update AnvilGUI again for proper 1.20.6 support.
  • Fix rogue underscore in front of town name when changing name.

Version 0.0.9

20 May 16:10
Compare
Choose a tag to compare
  • Add translations for Brazilian Portuguese, courtesy of josegoust
  • Updated AnvilGUI to version 1.9.3-SNAPSHOT for 1.20.5/6 support.

Version 0.0.8

09 Apr 11:55
33a2f9f
Compare
Choose a tag to compare
  • Fix compatability with Towny versions 0.100.2.0 and up

Version 0.0.7

16 Jan 14:45
Compare
Choose a tag to compare
  • Fixed some more localization issues.
  • Prevented snapshotting of the clicked inventory holder, however useful that may be.
  • Updated AnvilGUI to version 1.9.0-SNAPSHOT for 1.20.2 support.
  • Fixed translations not being re-added when Towny reloads them.
  • Updated AnvilGUI to version 1.9.2-SNAPSHOT for 1.20.4 support.

Version 0.0.6

13 Jun 19:54
Compare
Choose a tag to compare
  • Fixed an issue where town deposits were not working.
    • The minimum Towny version has been raised to 0.99.0.8.
  • Fully localized TownyMenus, courtesy of Litt1eBai with PR #18.
  • Updated AnvilGUI to version 1.6.6-SNAPSHOT for 1.20 support.
  • Fixed a small Folia compatability issue.

Version 0.0.5

11 May 22:46
Compare
Choose a tag to compare
  • Fix /towny menu not checking for the townymenus.command.townymenu permission.
  • Spaces in new town names are now replaced with spaces instead of an invalid name message being given.
  • Exceptions thrown from inside async tasks are now logged to the console so that they can be more easily reported and fixed.
  • The /tgui command is now blocked when Towny is in safemode.
  • Menu created items are now marked with a special entry so that they can be identified & removed when a menu is closed or an item is dropped.
    • Not aware of any exploits that would allow menu items to be taken, but better safe than sorry.
  • Added Folia support.
    • The minimum required Towny version is now 0.99.0.6.

Version 0.0.4

18 Dec 19:22
Compare
Choose a tag to compare
  • Fix withdraw/deposits not doing permission tests.
    • Closes #8
  • Add missing permission node test for adding a resident as a friend.

Version 0.0.3

16 Dec 20:25
Compare
Choose a tag to compare
  • Updated AnvilGUI version to 1.6.0-SNAPSHOT for proper 1.19.3 support.

Version 0.0.2

13 Dec 23:48
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release
  • Lower min. java version to 8.
  • Fix 'phantom inventory' being opened when exiting out of an anvil menu.
    • Closes #6
  • Use a CompletableFuture for the menu scheduler instead of the Bukkit scheduler.
  • Initial resident management menu for nations
  • Added a nation rank menu
  • fix: Use the correct perm node for bank history
  • Use the same code for town & nation toggle creation.
  • Added a plot claim button to the plot menu.
  • Added balance line to town and resident info items.
  • Added button for withdrawing/depositing from/to nation or town banks.
  • Added plot permission override support.
  • Added a plot toggle menu.
  • fix: User input text box is now empty by default
  • Added town and nation bank menus that shows current bank balance and last transaction time
  • Moved transaction history & deposit/withdraw buttons to the bank menus