mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
46 lines
1.7 KiB
YAML
46 lines
1.7 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
|
|
Failed:
|
|
Title: ''
|
|
Subtitle: '&cFailed! No safe spots located'
|
|
SendMessage: true
|
|
Particles: #Use `rtp info particles` for a list of particles
|
|
Enabled: true
|
|
Type: #list of particle types at https://github.com/ByteZ1337/ParticleLib/blob/master/src/main/java/xyz/xenondevs/particle/ParticleEffect.java
|
|
- 'EXPLOSION_NORMAL'
|
|
- 'CRIT'
|
|
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' |