BluePvP

ranks.yml (for kb)

Dec 10th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.06 KB | None | 0 0
  1. # Ranks go in order, so the first rank would be the default rank!
  2. # Changing a rank name while players have that rank will cause errors!
  3.  
  4. Ranks:
  5.   Trainee:
  6.     Required-Exp: 0
  7.     Commands-Excuted-When-Rank-Reached: []
  8.   Private:
  9.     Required-Exp: 30
  10.     Commands-Excuted-When-Rank-Reached:
  11.    - kb coins add %player% 500
  12.     - kb kitunlocker give %player% 1
  13.   PriveateFirstClass:
  14.     Required-Exp: 80
  15.     Commands-Excuted-When-Rank-Reached:
  16.    - kb coins add %player% 500
  17.     - kb kitunlocker give %player% 1
  18.   Corporal:
  19.     Required-Exp: 150
  20.     Commands-Excuted-When-Rank-Reached:
  21.    - kb coins add %player% 500
  22.     - kb kitunlocker give %player% 1
  23.   StaffSergeant:
  24.     Required-Exp: 300
  25.     Commands-Excuted-When-Rank-Reached:
  26.    - kb coins add %player% 500
  27.     - kb kitunlocker give %player% 1
  28.   Sergeant:
  29.     Required-Exp: 400
  30.     Commands-Excuted-When-Rank-Reached:
  31.    - kb coins add %player% 500
  32.     - kb kitunlocker give %player% 1
  33.   SergeantFirstClass:
  34.     Required-Exp: 500
  35.     Commands-Excuted-When-Rank-Reached:
  36.    - kb coins add %player% 500
  37.     - kb kitunlocker give %player% 1
  38.   MasterSergeant:
  39.     Required-Exp: 650
  40.     Commands-Excuted-When-Rank-Reached:
  41.    - kb coins add %player% 500
  42.     - kb kitunlocker give %player% 1
  43.   SecondLieutenant:
  44.     Required-Exp: 800
  45.     Commands-Excuted-When-Rank-Reached:
  46.    - kb coins add %player% 500
  47.     - kb kitunlocker give %player% 1
  48.   FirstLieutenant:
  49.     Required-Exp: 1000
  50.     Commands-Excuted-When-Rank-Reached:
  51.    - kb coins add %player% 500
  52.     - kb kitunlocker give %player% 1
  53.   Captain:
  54.     Required-Exp: 1250
  55.     Commands-Excuted-When-Rank-Reached:
  56.    - kb coins add %player% 500
  57.     - kb kitunlocker give %player% 1
  58.   Major:
  59.     Required-Exp: 1500
  60.     Commands-Excuted-When-Rank-Reached:
  61.    - kb coins add %player% 500
  62.     - kb kitunlocker give %player% 1
  63.   LieutenantColonel:
  64.     Required-Exp: 1800
  65.     Commands-Excuted-When-Rank-Reached:
  66.    - kb coins add %player% 500
  67.     - kb kitunlocker give %player% 1
  68.   Colonel:
  69.     Required-Exp: 2150
  70.     Commands-Excuted-When-Rank-Reached:
  71.    - kb coins add %player% 500
  72.     - kb kitunlocker give %player% 1
  73.   BrigadierGeneral:
  74.     Required-Exp: 2500
  75.     Commands-Excuted-When-Rank-Reached:
  76.    - kb coins add %player% 500
  77.     - kb kitunlocker give %player% 1
  78.   MajorGeneral:
  79.     Required-Exp: 3000
  80.     Commands-Excuted-When-Rank-Reached:
  81.    - kb coins add %player% 500
  82.     - kb kitunlocker give %player% 1
  83.   LieutenantGeneral:
  84.     Required-Exp: 3750
  85.     Commands-Excuted-When-Rank-Reached:
  86.    - kb coins add %player% 500
  87.     - kb kitunlocker give %player% 1
  88.   General:
  89.     Required-Exp: 4350
  90.     Commands-Excuted-When-Rank-Reached:
  91.    - kb coins add %player% 500
  92.     - kb kitunlocker give %player% 1
  93.   GeneralofArmy:
  94.     Required-Exp: 5000
  95.     Commands-Excuted-When-Rank-Reached:
  96.    - kb coins add %player% 500
  97.     - kb kitunlocker give %player% 1
  98.   CommanderinChief:
  99.     Required-Exp: 6500
  100.     Commands-Excuted-When-Rank-Reached:
  101.    - kb coins add %player% 100000
  102.     - kb kitunlocker give %player% 1
Advertisement
Add Comment
Please, Sign In to add comment