xeRicker

Untitled

Aug 1st, 2024
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ring-of-fire-settings:
  2. # The time after which the ring appears.
  3. start-time: 30
  4. # The maximum radius of the ring.
  5. max-radius: 37
  6. # Maximum number of blocks the ring can be off-center.
  7. center-offset: 5
  8. radius-decrease:
  9. # How often the ring decreases in size (in seconds).
  10. period: 5
  11. # How much the ring decreases in size.
  12. size: 5
  13. # The total time it takes the ring to decrease by the given size.
  14. time: 40
  15. outside-damage:
  16. # Set how often the ring of fire damages players (in seconds).
  17. period: 20
  18. # Set the flat damage dealt by the ring of fire.
  19. flat: 1.5
  20. # Set the additional damage dealt by the ring of fire, based on players' max health.
  21. max-health: 0.1
Advertisement
Add Comment
Please, Sign In to add comment