Advertisement
Guest User

morehealth config

a guest
Aug 14th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Adjust the Armor Enchants ID in case of a conflict with other custom enchantments
  5. I:"Armor Enchantments ID"=120
  6.  
  7. # Set false to remove the heart enchantment for armors
  8. B:Enchantments=true
  9.  
  10. # Set to true to enable hardcore mode. After death, you restart back at your starting hearts value.
  11. B:"Hardcore Mode"=true
  12.  
  13. # in the field below, type true to enable heart items and type false to disable them. Default on.
  14. B:"Heart Container and Pieces"=true
  15.  
  16. # This is the multiplier for chest heart item loot. Really useful to change on large servers. IF POSSIBLE, CHANGE BEFORE GENERATING WORLD. Multiplier changes only affects newly generated areas.
  17. D:"Heart Item Multiplier"=1.0
  18.  
  19. # The levels where you can the heart. Fully customizable in the fields below.
  20. S:"Level Ramp"=1,2,4,8,16,32,64,96,128,160,192,224,256,288,320,352,384
  21.  
  22. # The cap amount of hearts. Default (-1 or 0) means no cap.
  23. I:"Max Hearts"=40
  24.  
  25. # Set the key you want to use to open up the gui with More Health stats. Supports alphanumeric. WARNING! Will unbind if key was used before!
  26. S:"More Health Stats Key"=H
  27.  
  28. # in the field below, type true to enable rpg mode and type false to disable them. Default on.
  29. B:"RPG Mode"=true
  30.  
  31. # The hearts you start with in all your worlds. Default 10.
  32. I:"Starting Hearts"=3
  33. }
  34.  
  35.  
  36. "gui options" {
  37. # Set to true to enable minimal gui. Displays heart information in one row. A number should appear next to your hearts telling you what row you are on. Row 1= Hearts 1-10. Row 2=Hearts 11-20. Turn this on if there is a conflict with other HUD/GUI mods that DO NOT have their own heart HUD
  38. B:"Minimal HUD"=true
  39.  
  40. # By default, more health will customize the HUD so that heart rows are possible. Set this to false AND set minimal HUD to false if it is conflicting with one of your HUD/GUI mods that have their own heart HUD.
  41. B:"More Health HUD"=true
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement