PEMapModder

Example kits

Oct 10th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.95 KB | None | 0 0
  1. Kits:
  2.  - fighter
  3.     items:
  4.      - iron sword * 1
  5.       - melon * 64
  6.     armor: chain, gold, gold, chain
  7.     feature: melee attack
  8.     minimum rank to use: normal
  9.   - archer
  10.     items:
  11.      - bow * 1
  12.       - arrows * 64 (can refill via a command or automatically as "infinity")
  13.       - melon * 64
  14.     armor: iron, gold, gold, iron
  15.     feature: use bows and arrows
  16.     minumum rank to use: normal
  17.   - giant (this name is from Clash of Clans. Can't think of a good name atm)
  18.     items:
  19.      - stone sword * 1
  20.       - apple * 128
  21.     armor: iron, iron, iron, iron
  22.     minimum rank to use: donator
  23.   - juggernaut
  24.     items:
  25.      - diamond sword * 1
  26.       - bow * 1
  27.       - arrows * 64
  28.       - bread * 128
  29.     armor: diamond, iron, iron, diamond
  30.     minimum rank to use: sponsor
  31.  
  32. Ranks:
  33.  - normal
  34.   - donator
  35.   - VIP
  36.   - VIP+
  37.   - VIP*
  38.   - premium
  39.   - sponsor
  40.  
  41. NOTE THAT THIS IS JUST AN EXAMPLE. I KNOW IT IS A VERY UNFAIR SYSTEM HERE.
Advertisement
Add Comment
Please, Sign In to add comment