๐Ÿ“ X-SetSpawnโœจ Visual Effects

Premium Visual Effects

X-SetSpawn turns the simple act of teleporting into an immersive experience for your players using modern visual effects. All of these effects are fully configurable.

Effect Types

1. Particles

Draws Minecraft particles surrounding the player when they appear at Spawn.

particles:
  enabled: true
  type: "VILLAGER_HAPPY"
  amount: 5

(You can check particle names in the official Bukkit documentation)

2. Screen Titles

Shows large text centered upon completion of the teleportation.

titles:
  enabled: true
  fade-in: 10
  stay: 40
  fade-out: 10

3. Holograms

If the player must wait for a delay before teleporting, a hologram will appear floating just above their head marking the remaining seconds.

hologram:
  enabled: true
  text: "&aTeleporting in &e{0} &aseconds..."
  height-offset: 2.5

4. BossBar

Shows a dragon health bar at the top of the screen during the countdown (Exclusive to Minecraft 1.9+).

bossbar:
  enabled: false
  color: "BLUE" 
  style: "SOLID" 

Immersion Sounds

Choose which native Minecraft sound plays upon jumping to spawn (defaults to the Enderman teleportation sound ENDERMAN_TELEPORT).