Commands stop working after using /reload
TiagoDanin opened this issue ยท 5 comments
Describe the bug
Commands stop working after using /reload
To Reproduce
Steps to reproduce the behavior:
- Install Forge Server version in your server
- Open your Minecraft with Forge Client Version
- Join in your Minecraft Server
- Run the command
/kits
this working - Run the command
/reload
- Run again the command
/kits
- See error
Expected behavior
Commands worked after reloading
Versions
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~18.04-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
- Java (Client):
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)
Additional context
Without
I can confirm this is happening for me also. Ma Essentials 3.2.1 on Forge 32.0.47. I stumbled across the issue in a different way, though. I had just installed several new mods, and noticed I couldn't do /day or any other Ma commands. So, I went and disabled the new mods one by one. Disabling Blue Power made the Ma commands work again, so I did a /reload as a test, which then broke the commands again. My guess is Blue Power must also be doing its own reload at some point? idk, but thought I'd share in case the info is helpful.
Thanks for making such useful and easy commands!
Just wanted to add that a /reload seems to break all non-vanilla commands currently. I'm on Forge 32.0.61 now, and have tested with the TellMe and Server Utilities mods and they all stop working after a reload. So, it could be a Forge and/or 1.16 issue?