Advertisement
Staartvin

Example Autorank config

Mar 21st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.12 KB | None | 0 0
  1. ranks:
  2.     default:
  3.         requirements:
  4.             time:
  5.                 value: 12h
  6.         results:
  7.             rank change: Risingstar
  8.             command: 'broadcast &p has become a Rising Star!'
  9.             message: 'Congratulations, you ranked up, you are now a Rising Star.'
  10.     Risingstar:
  11.         requirements:
  12.             time:
  13.                 value: 7d
  14.         results:
  15.             rank change: Risingstar; Pokefan
  16.             command: 'broadcast &p has become a Pokefan!'
  17.             message: 'Congratulations, you ranked up, you are now a PokeFan.'
  18.     Pokefan:
  19.         requirements:
  20.             time:
  21.                 value: 7d
  22.        results:
  23.             rank change: Pokefan; Ranger
  24.             command: 'broadcast &p is now a Ranger!'
  25.             message: 'Congratulations, you ranked up, you are now a Ranger.'
  26.     Ranger:
  27.         requirements:
  28.             time:
  29.                 value: 7d
  30.         results:
  31.             rank change: Ranger; Acetrainer
  32.             command: 'broadcast &p has become an Ace-Trainer!'
  33.             message: 'Congratulations, you ranked up, you are now an Ace-Trainer.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement