You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
the command is passed through twice causing it to not work.
RunningEvent.java line 422
change:
String cmd = tokens.get(0)
to
String cmd = tokens.remove(0);
also the /clear and /gamerule command cannot be used with execsvrcmd, seems it is not forwarded
/gamemode command not working with gamemode 2