BetterRTP/src/main/resources/effects.yml
SuperRonanCraft e8ba929b04 2.14.0 - Release
no delay title added and fixed messages disabling
factionsuuid support added
2020-09-25 21:04:59 -04:00

40 lines
1.6 KiB
YAML

Sounds:
Enabled: true
## More sounds at https://www.spigotmc.org/wiki/cc-sounds-list/
Delay: 'entity_tnt_primed'
Success: 'entity_generic_explode'
Titles:
Enabled: true # Enable the titles effect feature
## All support %player% %x% %y% and %z% placeholders
NoDelay: #Only triggers when there is no delay
Title: '&6Teleporting...'
Subtitle: '&8please wait'
SendMessage: true
Teleport:
Title: '&6Teleported!'
Subtitle: '&fx=%x% y=%y% z=%z% in %attempts% attempts'
SendMessage: true # Allow the teleport success message in chat
Delay:
Title: ''
Subtitle: '&fTeleporting in %time% seconds...'
SendMessage: true # Allow the teleport delay message in chat
Cancelled:
Title: '&eYou moved...'
Subtitle: '&cRtp was cancelled!'
SendMessage: true # Allow the cancelled message in chat too
Loading:
Title: ''
Subtitle: '&7loading chunks... please wait'
SendMessage: true # Allow the loading message in chat
Particles: #Use `rtp info particles` for a list of particles
Enabled: true
Type: 'EXPLOSION_NORMAL' #list of particle types at https://github.com/ByteZ1337/ParticleLib/blob/master/src/main/java/xyz/xenondevs/particle/ParticleEffect.java
Shape: 'EXPLODE' #Types available are "Scan, Teleport and Explode", or use `/rtp info shapes` for a list of shapes
Invincible: #Amount of time a player should not take damage for
Enabled: true
Seconds: 5
Potions: #Use `/rtp info potion_effects` for a list of effects
Enabled: true
Types: #Format <potion_name>:[duration_ticks]:[amplifier] #Default duration=60, amplifier=1
- 'Blindness:60:1'
- 'Invisibility:60:1'