Advertisement
Guest User

Untitled

a guest
Apr 11th, 2023
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # Disable random endermite spawning
  2. disable-endermites: true
  3.  
  4. # Damage modifiers
  5. pearl-damage-self: 5
  6. pearl-damage-other: 2
  7.  
  8. # Pearl cooldown in seconds
  9. pearl-cooldown: 0.5
  10.  
  11. # Sound played when teleporing
  12. pearl-sound: ENDERMAN_TELEPORT
  13.  
  14. messages:
  15. no-permission: "&cYou require the permission&e '{permission}'&c to use this command!"
  16. reloaded: "&aFlamePearls by ArkFlame Development was reloaded!"
  17. cooldown: "&cWait &e{time}s&c to throw another pearl!"
  18. stats: |-
  19. &r
  20. &aFlamePearls by ArkFlame Development
  21. &r
  22. &8 » &ePearls Damage: &f{damage}&c♥
  23. &8 » &ePearls Damage &7(Self)&e: &f{damage-self}&c♥
  24. &8 » &ePearls Cooldown: &f{cooldown}s
  25. &r
  26. &8 » &ePearls Thrown: &6{thrown}
  27. &r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement