zEssentials
Spigot
  • Getting Started
    • 🍾Introduction
    • 🔌Installing zEssentials
    • đŸĒConvert
    • 📔Commands
    • đŸĒ§Placeholders
    • đŸŽĢPermissions
    • 🎨Color
    • 📖Messages
    • âšī¸Inventories / Buttons
    • 📂Configuration
  • â›°ī¸Modules
    • âŒ¨ī¸Afk
    • đŸ—Ŗī¸Chat
    • Discord
    • 💲Economy
    • đŸ‘ģHologram
    • 🏡Home
    • âš”ī¸Items
    • Join / Quit
    • đŸŽŋKits
    • đŸ“ŦMailbox
    • Messages
    • 📏Rules
    • âš’ī¸Sanction
    • đŸ’¯Scoreboard
    • 🔁Spawn
    • 🚏Step
    • Teleportation
    • Vault
    • đŸ—’ī¸Vote
    • 🤜Warp
    • đŸĒ“Worldedit
  • Developpers
    • đŸ•ĸEvents
Powered by GitBook
On this page
  1. Modules

Spawn

This module allows you to manage the spawn command and the return to spawn during death

Configuration

########################################################################################################################
#
# ░██████╗██████╗░░█████╗░░██╗░░░░░░░██╗███╗░░██╗
# ██╔════╝██╔══██╗██╔══██╗░██║░░██╗░░██║████╗░██║
# ╚█████╗░██████╔╝███████║░╚██╗████╗██╔╝██╔██╗██║
# ░╚═══██╗██╔═══╝░██╔══██║░░████╔═████║░██║╚████║
# ██████╔╝██║░░░░░██║░░██║░░╚██╔╝░╚██╔╝░██║░╚███║
# ╚═════╝░╚═╝░░░░░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░╚═╝░░╚══╝
#
# Documentation: https://zessentials.groupez.dev/modules/spawn
#
########################################################################################################################

enable: true

# What priority should we use for handling respawns?
# Set this to none, if you want vanilla respawning behaviour.
# Set this to lowest, if you want Multiverse to handle the respawning.
# Set this to high, if you want EssentialsSpawn to handle the respawning.
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
# Note: Changes will not apply until after the server is restarted.
respawn-listener-priority: highest

# What priority should we use for handling spawning on joining the server?
# See respawn-listener-priority for possible values.
# Note: Changing this may impact or break spawn-on-join functionality.
# Note: Changes will not apply until after the server is restarted.
spawn-join-listener-priority: highest

# When the player dies, does he have to respawn to the respawn anchor
respawn-at-anchor: false

# When users die, should they respawn at their first home, instead of the spawnpoint?
respawn-at-home: false

# When users die, should they respawn at their bed instead of the spawnpoint?
respawn-at-bed: true
PreviousScoreboardNextStep

Last updated 11 months ago

â›°ī¸
🔁