Skip to content

execsvrcmd doesn't work and /clear command #287

@ricrick

Description

@ricrick

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions