nikosgram / gringotts

Gringotts is an item-based economy plugin for the Bukkit Minecraft server platform. Unlike earlier economy plugins, all currency value and money transactions are based on actual items in Minecraft, per default emeralds.
https://www.spigotmc.org/resources/gringotts.42071/
BSD 2-Clause "Simplified" License
42 stars 35 forks source link

Remove useless Towny dependency #144

Closed GroobleDierne closed 1 year ago

GroobleDierne commented 1 year ago

Since 1.19.4, Paper introduced a new plugin loading system that does not support circular dependencies, when combined with specific plugins it happens that Gringotts causes circular dependencies, this PR and this one https://github.com/nikosgram/gringotts-towny/pull/8 fixe this issue.