Advertisement
xeRicker

Untitled

Jul 31st, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. game-settings:
  2. # Define the number of players per team.
  3. team-size: 2
  4. # Set the initial health for each team.
  5. team-health: 100
  6. # Set the initial health for each player.
  7. player-health: 40
  8. # Configure the stats bar displayed to players during the fight phase.
  9. # Available placeholders can be found at: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html
  10. stats-bar: "{GENERIC_ATTACK_DAMAGE} {GENERIC_ATTACK_SPEED} {PLAYER_ENTITY_INTERACTION_RANGE} {GENERIC_ARMOR} {GENERIC_ARMOR_TOUGHNESS} {GENERIC_ATTACK_KNOCKBACK} {GENERIC_KNOCKBACK_RESISTANCE} {GENERIC_MOVEMENT_SPEED}"
  11. # List of available team names.
  12. team-names:
  13. - "Ender"
  14. - "Blaze"
  15. - "Creeper"
  16. - "Skeleton"
  17. - "Ghast"
  18. - "Zombie"
  19. - "Silverfish"
  20. - "Shulker"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement