Update 'README.md'
This commit is contained in:
parent
4fdcee0e9b
commit
08d5e806ea
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ You can find the config inside `plugins/HeartContainersReloaded/config.yml`
|
||||||
```
|
```
|
||||||
# Set the default health
|
# Set the default health
|
||||||
start_health: 20.0
|
start_health: 20.0
|
||||||
# Set the absolute maximum health a player can reach
|
# Set the maximum health a player can reach
|
||||||
max_health: 30.0
|
max_health: 30.0
|
||||||
|
|
||||||
# Configure the type of health that is going to be dropped
|
# Configure the type of health that is going to be dropped
|
||||||
|
@ -21,15 +21,15 @@ health_config:
|
||||||
# Mob types can be found at
|
# Mob types can be found at
|
||||||
PLAYER:
|
PLAYER:
|
||||||
# Sets how you get the heart (as a drop or direct) and how health is calculated.
|
# Sets how you get the heart (as a drop or direct) and how health is calculated.
|
||||||
health_type: "DIRECT_VALUE"
|
health_type: "DROP_VAMPIRE"
|
||||||
|
|
||||||
# When using DIRECT_VALUE or DROP_VALUE health_value
|
# When using DIRECT_VALUE or DROP_VALUE health_value
|
||||||
# is dropped or added to the max health of the player
|
# is dropped or added to the max health of the player
|
||||||
health_value: 0.5
|
health_value: 0.5
|
||||||
|
|
||||||
# When using DIRECT_VAMPIRE or DROP_VAMPIRE (vampire_multiplicator * killed enemy maximum health)
|
# When using DIRECT_VAMPIRE or DROP_VAMPIRE (vampire_multiplicator * killed enemy health)
|
||||||
# is dropped or added to the player.
|
# is dropped or added to the player.
|
||||||
vampire_multiplicator: 0.5
|
vampire_multiplicator: 0.3
|
||||||
|
|
||||||
# Example:
|
# Example:
|
||||||
# drop_config:
|
# drop_config:
|
||||||
|
|
Loading…
Reference in a new issue