promotional bannermobile promotional banner

LevelMaxHealth

Earn more life

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

  1. Download the LevelMaxHealth Plugin
  2. Move it to the plugins folder
  3. Start the server
  4. Will create a folder named 'LevelMaxHealth' in the plugin folder, then open and edit as you wish

Permissions

  1. levelmaxhealth.levelhealthbonus
  2. levelmaxhealth.experiencebonus
  3. levelmaxhealth.levellimiter.bypass
  4. levelmaxhealth.setmaxhealth
  5. levelmaxhealth.setmaxhealth.others
  6. 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

The LevelMaxHealth Team

profile avatar
Owner
  • 4
    Projects
  • 7.9K
    Downloads

More from manolo8