Gunpowder-MC / GunpowderCurrency

MIT License
0 stars 0 forks source link

[REQUEST] Add balance From Console #5

Closed SuryaRajgor closed 2 years ago

SuryaRajgor commented 2 years ago

Hello I want to add balance to Reward for server votes so i add this (balance %PLAYER% add 10' also, try the direct 'AdminAdd %PLAYER% 10 ') command to votifier its Show "A player is required to run this command here" in console

CamperSamu commented 2 years ago

I coded a small addon to add a /opbalance command, until this is fixed you can use this: https://github.com/CamperSamu/MoneyHack

compiled jars are in github actions. (I'd like to open a pr but I don't really know kothlin + I legit can't understand what's causing the issue, but using brigadier + fapi permissions separetely does the trick...)

Martmists-GH commented 2 years ago

It seems this is an issue with the permissions API I was using, I'll revisit this when a good new permission API exists.