Advertisement
Guest User

AutoRank - Advanced Config

a guest
Jan 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.32 KB | None | 0 0
  1. ranks:
  2.     Guest:
  3.         requirements:
  4.             time:
  5.                 value: 1h
  6.         results:
  7.             rank change: Guest;Member
  8.             command: 'broadcast &2 &p has just been promoted to Member!'
  9.             message: '&2 Congratulations'
  10.            
  11.     Member:
  12.         requirements:
  13.             time:
  14.                 value: 2h
  15.         results:
  16.             rank change: Member;Regular
  17.             command: 'broadcast &2 &p has just been promoted to Regular!'
  18.             message: '&2 Congratulations'
  19.            
  20.     Regular:
  21.         requirements:
  22.             time:
  23.                 value: 3h
  24.         results:
  25.             rank change: Regular;Trusted
  26.             command: 'broadcast &2 &p has just been promoted to Trusted!'
  27.             message: '&2 Congratulations'
  28.            
  29.     Trusted:
  30.         requirements:
  31.             time:
  32.                 value: 4h
  33.         results:
  34.             rank change: Trusted;Veteran
  35.             command: 'broadcast &2 &p has just been promoted to Veteran!'
  36.             message: '&2 Congratulations'
  37.            
  38.     Veteran:
  39.         requirements:
  40.             time:
  41.                 value: 5h
  42.         results:
  43.             rank change: Veteran;Elite
  44.             command: 'broadcast &2 &p has just been promoted to Elite!'
  45.             message: '&2 Congratulations'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement