LevelMaxHealth
LevelMaxHealth is a plugin that determine's a player's Max Health on their experience level. you can edit the amount of life that player will receive every X levels, as you can see in the configuration file
Features
- The life gain per level is editable
- Method: Equation!
- Recount life if player loses level!
- HealthMin and HealthMax
- Custom MaxHealth
- Custom EXPBonus
- High performance
Config File
Config: enable: #Enable Experience bonus? ExpBonus: true #Enable health bonus? HealthBonus: true #Enable experience limiter? LevelLimiter: true #Permission: levelmaxhealth.expbonus ExpBonus: #Experience bonus 0 is default rows: 3 '0': 1 '1': 1.15 '2': 1.40 #'3': 1.45 #Examble: XP * 1.45 #permission: levelmaxhealth.expbonus.<number> #Permission: levelmaxhealth.healthbonus HealthBonus: Config: MinHealth: 20 MaxHealth: 60 #ReCount level if player loses level? ReCount: true method: custom methods: default: multi: 0.4 add: -5 #Example: ((level * multi) +add)) equation: eq: ((level - 3) * 0.3) custom: '0': 0 '5': 1 '10': 2 '15': 3 '18': 4 '21': 5 '24': 6 '27': 7 '35': 15 '40': 20 '60': 40 #'level': [XPtoSet] #Ex: '28': 29 #Is unlimited! #Permission: levelmaxhealth.levellimiter.bypass LevelLimiter: #Maximum level: Levellimit: 100 #Warning message | Plase set '' to not send warning message WarningMSG: '&cYou are not allowed to exceed the level 100' #Please, no change version: 1.4
Setup
- Download the LevelMaxHealth Plugin
- Move it to the plugins folder
- Start the server
- Will create a folder named 'LevelMaxHealth' in the plugin folder, then open and edit as you wish
Permissions
- levelmaxhealth.levelhealthbonus
- levelmaxhealth.experiencebonus
- levelmaxhealth.levellimiter.bypass
- levelmaxhealth.setmaxhealth
- levelmaxhealth.setmaxhealth.others
- levelmaxhealth.reload
Commands
- /lmh
- /lmh help
- /lmh reload
- /lmh setmaxhealth
Plugin developing, please, if there is an error, report it as soon as possible. If you have any ideas for the plugin, post it in the comments, please

