### LevelHearts Configuration ### # IMPORANT Note: # If you want to specify permissions for a feature, you have to # remove the # in front of the permission line. # To reset / update this file to its defaults you can delete it. # The plugin will automatically generate a new one. # All your configurations will be lost though. # The default maxhealth a player will become in half hearts. # (10 hearts = 20 half hearts) # Default: 20 default_maxhealth: 6 # The level interval when the players maxhealth will increase # by one heart. # Default: 5 maxhealth_increase_level_interval: 5 # The maximum maxhealth a player can gain in half hearts. # (30 hearts = 60 half hearts) # Defeault: 60 maximum_maxhealth: 60 # Determinates whether a players maxhealth will be reset when he # leaves the server and rejoins. # Default: false # Default Permission: "lvlhearts.maxhealth.reset.login" reset_maxhealth_on_login: false #reset_maxhealth_on_login_perm: "lvlhearts.maxhealth.reset.login" # Determinates whether a players maxhealth will be reset when he # dies. # Default: false # Default Permission: "lvlhearts.maxhealth.reset.death" reset_maxhealth_on_death: false #reset_maxhealth_on_login_perm: "lvlhearts.maxhealth.reset.death" # Determinates whether a players health will be fully replenished # when his maxhealth changes. # Default: true # Default Permission: "lvlhearts.maxhealth.restore" restore_full_health_on_maxhealth_change: true #restore_full_health_on_maxhealth_change_perm: "lvlhearts.maxhealth.restore" # Determinates whether the maxhealth of a player is changeable # by the plugin. When this is disabled, the maxhealth is disabled for # that player. # Default: true # Default Permission: "lvlhearts.maxhealth.changeable" maxhealth_changeable: true #maxhealth_changeable_perm: "lvlhearts.maxhealth.changeable" # Determinates whether the plugin should send messages to a player. # Default: true # Default Permission: "lvlhearts.maxhealth.messages" send_messages: true #send_messages_perm: "lvlhearts.messages" # Determinates whether the maxhealth increase on level increase is # activated for a player. # Default: true # Default Permission: "lvlhearts.maxhealth.levelchange" change_maxhealth_on_level_change: true #change_maxhealth_on_level_change_perm: "lvlhearts.maxhealth.levelchange"