Command Tips

I've added features so some variables are called able inside a command, as well as being able to do math inside a command.

Example

Available variables

  • %hour% - Returns server hour
  • %minute% - Returns server minute
  • %pcount% - Returns connected players

Math

Math is easy, probably best to learn by examples:

  • say Players: %pcount% / {500 - %pcount%}
  • say Battle starts in {60 - %minute%} minutes.
  • say Restart in: {24 - %hour%} hour[s] and {60 - %minute%} minute[s]
  • say Here's some random math: {500 / 123.235}

Please make sure that you separate operators and numbers with a space.


Comments

Posts Quoted:
Reply
Clear All Quotes