Grand Economy commands unrecognized by server
PMeridian1 opened this issue · 6 comments
Describe the bug
Really sorry to open another ticket so soon. The "/wallet take" command isn't adjusting the target player's balance. "/wallet add" and "/wallet give" both work when typed in-game. However, if typed directly into the server console, all GE commands are unrecognized except for "/gehelp."
To Reproduce
Steps to reproduce the behavior:
- Start server
- Start Minecraft
- Login to server
- Type in chat box "/wallet take [playername] "
- It outputs a message that says the number was taken from the balance, but the "/balance" command shows no change. (see screenshot)
If the command is done by a command block, nothing happens at all.
Logs/Screenshots/Videos
From server console:
/wallet give PostMeridian 100
[Server thread/INFO] [minecraft/DedicatedServer]: Unknown command
[Server thread/INFO] [minecraft/DedicatedServer]: /wallet give PostMeridian 100<--[HERE]
/wallet add PostMeridian 100
[Server thread/INFO] [minecraft/DedicatedServer]: Unknown command
[Server thread/INFO] [minecraft/DedicatedServer]: /wallet add PostMeridian 100<--[HERE]
/wallet take PostMeridian 100
[Server thread/INFO] [minecraft/DedicatedServer]: Unknown command
[Server thread/INFO] [minecraft/DedicatedServer]: /wallet take PostMeridian 100<--[HERE]
Screenshot from within Minecraft:
Versions (please complete the following information, do NOT say "latest"):
- Minecraft: 1.15.2
- Mod Version: 1.5.4
- Forge: 31.1.0
- Fabric Loader/Fabric API: Not applicable
Forge is no longer being supported, and the mod will only support Fabric going forward. Here's why.
Ok, so for server console, just so we're clear, did you type the commands without the slash?