A Better Spawn! (Spawn Plugin)

A Better Spawn! (Spawn Plugin)

A plugin that allows you to set a spawn, go to that spawn and more stuff!

4 537 downloads

📖 What is this plugin?

This is a highly configurable spawn plugin that allows you to teleport to a set spawn. It provides a user-friendly interface for setting up your spawn.

The spawn plugin includes visual effects much looking like DonutSMP's previous teleport to spawn feature. That is a timer in which you have to keep still in order to be teleported, a waiting time after the teleport so that you cannot spam teleport and sound effects upon teleportation.

✅ Features & Commands

  • Spawn
    • This new spawn feature has come with more configurable stuff like precise or rounded up coordinates and rotations. A dedicated spawn editor to set the spawn is also included.
    • /spawn <editor | delete>

🚨 Permissions

  • eventmanager.admin.spawn
  • eventmanager.spawn

💾 Config v0.1.0

# ==========================================
# EventManager Configuration File v0.1.0
# ==========================================

# Messages
no-permission-message: "&cYou do not have permission to execute this command!"
spawn-set-message: "&aSpawn point saved successfully!"
commandsender-error: "&cOnly players can execute this command!"
invalid-arguments-error: "&cInvalid argument(s)!"
spawn-delete-message: "&aSpawn location deleted successfully!"
spawn-not-set-message: "&cSpawn has not been set yet!"
spawn-cooldown-message: "&cTry again in %seconds% second(s)."
spawn-moved-cancelled-message: "&cTeleportation cancelled because you moved!"
spawn-teleport-success-message: "&aTeleported to spawn!"

# Action Bar Text (%seconds% is replaced dynamically)
spawn-warmup-actionbar: "&fTeleporting in &b%seconds%&f seconds... Do not move!"

# Movement Tolerance (Distance in blocks a player can move before cancelling)
movement-threshold-blocks: 1.0

# Sounds (Bukkit Sounds)
teleport-tick-sound: "BLOCK.NOTE_BLOCK.HAT"
teleport-success-sound: "ENTITY.ENDERMAN.TELEPORT"

# Set Spawn Defaults
use-precise-coordinates: false
use-precise-yaw: false
use-precise-pitch: false
wait-time: 5
delay: 15

# Other
ignore-bed-spawn: false