Skip to content

Adventure mode and Spectator mode commands fixed.

Latest

Choose a tag to compare

@Prxmium Prxmium released this 19 Nov 19:00

getCommand("gmc").setExecutor(new CreativeCommand());
getCommand("gms").setExecutor(new SurvivalCommand());
getCommand("gma").setExecutor(new SurvivalCommand());
getCommand("gmsp").setExecutor(new SurvivalCommand());

I didn't notice that gma and gmsp were running SurvivalCommand still :)

this is fixed.