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
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
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