command_list.eta 964 B

12345678910111213141516171819202122232425262728
  1. <div class="command-list">
  2. <ul>
  3. <li>
  4. !info or !discord - Display some information for new players.
  5. </li>
  6. <li>
  7. !start - Count down 30 seconds then start the map. Useful when some players are AFK or forget to ready up. Anybody can use this command.
  8. </li>
  9. <li>
  10. !wait - Cancel !start. Use it when you're not done downloading.
  11. </li>
  12. <li>
  13. !skip - Skip current map. You must have played 5 games in the lobby to unlock the command.
  14. </li>
  15. <li>
  16. !abort - Vote to abort the match. At least 1/4 of the lobby must vote to abort for a match to get aborted.
  17. </li>
  18. <li>
  19. !kick (player) - Vote to kick a player. You should probably use the in-game ignoring and reporting features instead.
  20. </li>
  21. <li>
  22. !rank (player) - Display your rank or the rank of another player.
  23. </li>
  24. <li>
  25. !close - Close the lobby. Only the lobby creator can use this command.
  26. </li>
  27. </ul>
  28. </div>