Advertisement
Zettelkasten

lvlhearts-1.7.2-R0.1-yogbox

Feb 22nd, 2014
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.35 KB | None | 0 0
  1. ### LevelHearts Configuration ###
  2.  
  3. # IMPORANT Note:
  4. #   If you want to specify permissions for a feature, you have to
  5. #   remove the # in front of the permission line.
  6.  
  7. #   To reset / update this file to its defaults you can delete it.
  8. #   The plugin will automatically generate a new one.
  9. #   All your configurations will be lost though.
  10.  
  11.  
  12. # The default maxhealth a player will become in half hearts.
  13. # (10 hearts = 20 half hearts)
  14. #   Default: 20
  15. default_maxhealth: 6
  16.  
  17. # The level interval when the players maxhealth will increase
  18. # by one heart.
  19. #   Default: 5
  20. maxhealth_increase_level_interval: 5
  21.  
  22. # The maximum maxhealth a player can gain in half hearts.
  23. # (30 hearts = 60 half hearts)
  24. #   Defeault: 60
  25. maximum_maxhealth: 60
  26.  
  27. # Determinates whether a players maxhealth will be reset when he
  28. # leaves the server and rejoins.
  29. #   Default: false
  30. #   Default Permission: "lvlhearts.maxhealth.reset.login"
  31. reset_maxhealth_on_login: false
  32. #reset_maxhealth_on_login_perm: "lvlhearts.maxhealth.reset.login"
  33.  
  34. # Determinates whether a players maxhealth will be reset when he
  35. # dies.
  36. #   Default: false
  37. #   Default Permission: "lvlhearts.maxhealth.reset.death"
  38. reset_maxhealth_on_death: false
  39. #reset_maxhealth_on_login_perm: "lvlhearts.maxhealth.reset.death"
  40.  
  41. # Determinates whether a players health will be fully replenished
  42. # when his maxhealth changes.
  43. #   Default: true
  44. #   Default Permission: "lvlhearts.maxhealth.restore"
  45. restore_full_health_on_maxhealth_change: true
  46. #restore_full_health_on_maxhealth_change_perm: "lvlhearts.maxhealth.restore"
  47.  
  48. # Determinates whether the maxhealth of a player is changeable
  49. # by the plugin. When this is disabled, the maxhealth is disabled for
  50. # that player.
  51. #   Default: true
  52. #   Default Permission: "lvlhearts.maxhealth.changeable"
  53. maxhealth_changeable: true
  54. #maxhealth_changeable_perm: "lvlhearts.maxhealth.changeable"
  55.  
  56. # Determinates whether the plugin should send messages to a player.
  57. #   Default: true
  58. #   Default Permission: "lvlhearts.maxhealth.messages"
  59. send_messages: true
  60. #send_messages_perm: "lvlhearts.messages"
  61.  
  62. # Determinates whether the maxhealth increase on level increase is
  63. # activated for a player.
  64. #   Default: true
  65. #   Default Permission: "lvlhearts.maxhealth.levelchange"
  66. change_maxhealth_on_level_change: true
  67. #change_maxhealth_on_level_change_perm: "lvlhearts.maxhealth.levelchange"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement