Command signs

Command signs:

To create sign you have to put [boosCooldowns] on first line.

On second line, you put player or server. If player is specified, using sign does same thing as if player wrote and sent command. If server is specified, command is used as if it was written in console and sent.

On third line, you put command you want to be run when sign is used. If player is specified on second line, use /command. If server is specified, use command without /. If command is long and cannot fit on third line, you can put + at the end of line and continue with command on fourth line.

Fourth line can be anything you like (if no + is present at the end of third line).

Examples:

  • Basic command with comment on last line
    • [boosCooldowns]
    • player
    • /home
    • Teleports you home
  • Long basic command
    • [boosCooldowns]
    • player
    • /this is very+
    • long command
  • Console command with comment on last line
    • [boosCooldowns]
    • server
    • time day
    • Sets time to day
  • Long console command
    • [boosCooldowns]
    • server
    • this is very+
    • long command