Utilities/Custom-Commands

Custom-Commands: (/commands) or (/custom-commands)

  • Information:
    • You can use custom commands to create normal server commands
    • You can add as many sub commands to a custom command as you want
    • You can run custom commands with custom commands
    • You can specify where the commands are executed (More)
  • Usage:
    • Run a Custom-Command
      (/commands run <cmd>) or (/custom-commands run <cmd>)
    • Add a Custom-Command (More)
      (/commands add <cmd> <add-cmd>) or (/custom-commands add <cmd> <add-cmd>)
    • Delete a Custom-Command
      (/commands delete <cmd>) or (/custom-commands delete <cmd>)
    • Delete all Custom-Commands
      (/commands deleteall) or (/custom-commands deleteall)
    • Remove a Custom-Command
      (/commands remove <cmd>) or (/custom-commands remove <cmd>)
    • Remove all Custom-Commands
      (/commands removeall) or (/custom-commands removeall)
    • List all Custom-Commands
      (/commands list) or (/custom-commands list)
    • List a specified Custom-Command
      (/commands list <cmd>) or (/custom-commands list <cmd>)