serversigns / ServerSigns

ServerSigns (SVS) provides the ability to bind player-dispatched and server-disptached commands, messages and actions to signs and every other block in Minecraft.
https://dev.bukkit.org/projects/serversigns
GNU Affero General Public License v3.0
12 stars 13 forks source link

Economy plugin hook/MultiWorldMoney support. #32

Open IIPedro opened 4 years ago

IIPedro commented 4 years ago

An amazing addition to this already wonderful plugin would be to add an option for you to hook into economy plugins such as MultiWorldMoney through /svs setprice. If that's not possible, maybe adding MultiWorldMoney support would work too. I've seen these plugins doing it: ChestShop: https://www.spigotmc.org/resources/chestshop.51856/ Here's the link for the ChestShop code: https://github.com/ChestShop-authors/ChestShop-3/blob/master/src/main/java/com/Acrobot/ChestShop/Listeners/Economy/Plugins/VaultListener.java#L185-L191

EconomyShopGUI: https://www.spigotmc.org/resources/economyshopgui.69927/

Thanks in advance! Have a wonderful day!

EpiCanard commented 4 years ago

Hello :) Thanks for the suggestion. There is just the player world to add in withDrawPlayer. I will do more tests to be sure it doesn't break with other economy plugins.

It can take time, I don't have much free time