Advertisement
Guest User

Untitled

a guest
Feb 25th, 2014
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.81 KB | None | 0 0
  1. Messages:
  2.   hpadd: Succesfully added player health
  3.   to: to
  4.   decrease: You have decreased HP of player
  5.   noperm: You do not have permission for that command.
  6.   hpreset: Succesfully reseted HP of player
  7.   hpset: Succesfully set player max health
  8.   healed: You have been healed.
  9.   healedother: You healed player
  10.   bought: You have bought
  11.   for: for
  12.   hpupdate: Updating HP...
  13.   overlimit: You have reached the maximum limit!
  14. Health:
  15.   default: 20
  16.   newdefault: 20
  17.   operator: 40
  18. HPShop:
  19.   enabled: false
  20.   hplimit: 30
  21.   cost: 1000
  22.   currency: Coins
  23. Regeneration:
  24.   enabled: true
  25. Settings:
  26.   installed: true
  27.   joinheal: false
  28.   alwaysdefault: false
  29. HPPermissions:
  30.   permlist:
  31.  - diligent
  32.   - natural
  33.   - moder
  34.   - admin
  35.   hplist:
  36.     diligent: 24
  37.     natural: 32
  38.     moder: 35
  39.     admin: 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement