Utilities/Custom-Commands/More

Adding a Custom Command:

  • Normal way:
    • /commands add <cmd> <add-cmd>
      (Use this to run all commands that refer to this Custom-Command on the Client-Side)
       
       
  • Advanced way:
    • /commands add -c <cmd> <add-cmd>
      (Use this to run all commands that refer to this Custom-Command on the Client-Side)
    • /commands add -s <cmd> <add-cmd>
      (Use this to run all commands that refer to this Custom-Command on the Server-Side)

 

  • Client-Side:
    • Running the commands from the command line of the player
  • Server-Side:
    • Running the commands from the console of the server