Nokorbis / ar-command-signs

Minecraft (Spigot) plugin that allows to transform some blocks (Signs, plates and buttons) into a Commands executor
https://www.spigotmc.org/resources/command-signs.10512/
Apache License 2.0
13 stars 10 forks source link

Feature Request: Add PlayerPoints eco support #50

Open mrcoffee1026 opened 4 years ago

mrcoffee1026 commented 4 years ago

Can you make it have a way to accept points for currency?

Nokorbis commented 4 years ago

Points that are coming from where ?

mrcoffee1026 commented 4 years ago

From PlayerPoints: https://dev.bukkit.org/projects/playerpoints

Nokorbis commented 4 years ago

Does this support recent minecraft version ?

mrcoffee1026 commented 4 years ago

Been running it on 1.15.2 for quite awhile so yeah.

Might be other points plugins out here i just got this one since it also used Vault which kept things extremely simple.

I tried working around the limitation but running points commands directly won't work since it won't verify the player has enough points available to complete the transaction... and then of course it will still perform the action of the sign even if they don't.

Nokorbis commented 4 years ago

https://github.com/Mitsugaru/PlayerPoints/blob/master/src/org/black_ixx/playerpoints/PlayerPointsAPI.java (This is only a bookmark for me)

mrcoffee1026 commented 4 years ago

This appears to have moved off of bukkit and onto spigot with a later version than what I linked you: https://www.spigotmc.org/resources/playerpoints.80745/