Skip to content

Instantly share code, notes, and snippets.

@brisingraerowing
Last active October 12, 2018 01:44
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 brisingraerowing/1ebc73733470780a2a855a3585b775c9 to your computer and use it in GitHub Desktop.
Save brisingraerowing/1ebc73733470780a2a855a3585b775c9 to your computer and use it in GitHub Desktop.
CTUtils Server Command Sender Example
import mods.ctutils.commands.Commands;
val serverSender = Commands.getServerCommandSender();
server.commandManager.executeCommand(serverSender, "/give @a diamond 64");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment