The-Fireplace-Minecraft-Mods / Grand-Economy

A Minecraft server-side economy mod and api for hooking into various economy mods/plugins.
https://www.curseforge.com/minecraft/mc-mods/grand-economy
Mozilla Public License 2.0
4 stars 8 forks source link

Grand Economy commands unrecognized by server #11

Closed PMeridian1 closed 4 years ago

PMeridian1 commented 4 years ago

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:

  1. Start server
  2. Start Minecraft
  3. Login to server
  4. Type in chat box "/wallet take [playername] "
  5. 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: GE_Take

Versions (please complete the following information, do NOT say "latest"):

The-Fireplace commented 4 years ago

No need to apologize! Please, open as many tickets as you need, I'd much rather know about issues so I can fix them.

On Thu, Apr 2, 2020, 9:55 PM PMeridian1 notifications@github.com wrote:

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:

  1. Start server
  2. Start Minecraft
  3. Login to server
  4. Type in chat box "/wallet take [playername] "
  5. 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: [image: GE_Take] https://user-images.githubusercontent.com/62862579/78318730-23a0b680-752b-11ea-8101-9e174243abdb.png

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/The-Fireplace-Minecraft-Mods/Grand-Economy/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABND5LEAHLZM4ESGKFD25Y3RKVF2HANCNFSM4L3JHOCQ .

The-Fireplace commented 4 years ago

Ok, so for server console, just so we're clear, did you type the commands without the slash?

PMeridian1 commented 4 years ago

With our without the slash, the commands are unrecognized in the server console. gehelp is the only command the console recognizes.

In game, I believe all the commands work, except for /wallet take. It's been awhile since I tried them all.

The-Fireplace commented 4 years ago

Ok, thanks, just checking. I'll get it fixed soon.

PMeridian1 commented 4 years ago

Awesome! Thank you so much

The-Fireplace commented 4 years ago

Forge is no longer being supported, and the mod will only support Fabric going forward. Here's why.