Skip to content

Instantly share code, notes, and snippets.

@pie-flavor
Created October 14, 2016 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pie-flavor/2222e0c3e25292dc21e16f3874087104 to your computer and use it in GitHub Desktop.
Save pie-flavor/2222e0c3e25292dc21e16f3874087104 to your computer and use it in GitHub Desktop.
CommandSpec run = CommandSpec.builder().permission("clearmob.run").executor(new CommandExec(this, this.list_entities)).build();
CommandSpec command_clear = CommandSpec.builder().description(Text.of("ClearMob command")).child(run, "run").build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment