Skip to content

Commit

Permalink
Updated example config in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelChipss authored May 8, 2024
1 parent caf4620 commit 3de7fca
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ worlds:
startHearts: 10
#The maximal amount of hearts, a player can have
maxHearts: 20
# The minimal amount of hearts. If a player gets to this amount of hearts, they will be eliminated.
# PLEASE ONLY CHANGE IF YOU KNOW WHAT YOU ARE DOING!
minHearts: 0
# This option will enforce the heart limit on admin commands like /lifestealz hearts <add, set> <player> <amount>
enforceMaxHeartsOnAdminCommands: false

Expand Down Expand Up @@ -132,12 +135,6 @@ heartuseCommands:
reviveuseCommands:
# - "say &player& revived &target&"

heartuseSound:
enabled: true
sound: ENTITY_PLAYER_LEVELUP # Find all sounds here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
volume: 1.0
pitch: 1.0

antiAlt:
# If the anti alt system should be enabled
enabled: true
Expand Down Expand Up @@ -199,6 +196,11 @@ items:
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"
- "DIAMOND_BLOCK"
sound:
enabled: true
sound: ENTITY_PLAYER_LEVELUP # Find all sounds here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
volume: 1.0
pitch: 1.0

revive:
name: "&dRevive Crystal"
Expand All @@ -223,6 +225,11 @@ items:
- "AMETHYST_SHARD"
- "NETHERITE_BLOCK"
- "AMETHYST_SHARD"
sound:
enabled: false
sound: ENTITY_PLAYER_LEVELUP # Find all sounds here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
volume: 1.0
pitch: 1.0

# You can add as many custom items as you want

Expand Down

0 comments on commit 3de7fca

Please sign in to comment.