Skip to content

Effects

RonanCraft edited this page May 7, 2022 · 2 revisions

Summary

Sounds


Basic sound system settings
Legacy sounds: https://www.spigotmc.org/wiki/cc-sounds-list/
Current Minecraft sounds: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html

  • Enabled

    Enable these sounds at all?
  • Delay

    Sound to player when about to rtp but under a delay
  • Success

    Sound to play when successfully rtp'd

Titles


Send title messages when rtp'ing

  • Enabled

    Enable titles at all?
  • Types*

    Setup a config for each title type Teleport, Delay, Cancelled and Loading
    <Type>: #The title type listed above
      Title: 'Teleported!'
      Subtitle: '&fx=%x% y=%y% z=%z% in %attempts% attempts'
      SendMessage: true #Send the accompanied chat message

Particles


Particles to display when finished rtp'ing

  • Enabled

    Enable particles at all?
  • Type

    Particle image, list of available types are here
  • Shape

    Shape of particle animation, types available are "Scan, Teleport and Explode", or use /rtp info shapes for a list of shapes

Invincible


Become invincible from taking damage when teleported to destination

  • Enabled

    Enable invincibility at all?
  • Seconds

    Amount of seconds a player should be immune to damage for

Potions


Potion effects to give to a player when teleported to destination

  • Enabled

    Enable potions at all?
  • Types

    List of potions to give, use /rtp info potion_effects for a list of effects
    Types: #Format <potion_name>:[duration_ticks]:[amplifier] #Default duration=60, amplifier=1
      - 'Blindness:60:1'
      - 'Invisibility:60:1'
Clone this wiki locally