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