File Details
Essentials-1.1.0.jar
- R
- Jan 14, 2026
- 828.75 KB
- 512
- Early Access
File Name
Essentials-1.1.0.jar
Supported Versions
- Early Access
- Add spawn protection option, with options for radius, toggle PVP, and title messages when entering/exiting
- Add chat formatting option per group
- Add
/tpaand/tpacceptcommands - Add option to teleport players to spawn the first time they join, every time they join, and/or on death
- Add option to disable building everywhere (defaulted to false, but can be enabled)
Warning: When upgrading, please regenerate the config! It should look like this:
# Essentials Configuration
[homes]
# Maximum number of homes per player
max-homes = 5
[chat]
# Enable custom chat formatting
enabled = true
# Fallback format for players without a configured rank
# Placeholders: %player% = player name, %message% = chat message
# Color codes: &0-&9, &a-&f (hex colors like &#FF5555 also supported)
fallback-format = "&0[&fPlayer&0] &f%player%: %message%"
# Chat formats per permission group/rank
# The first matching group (in order listed) will be used
# Group names are defined in your `permissions.json` file
# Group names should match your permission groups exactly
[chat.formats]
OP = "&0[&cAdmin&0] &c%player%&f: %message%"
Adventure = "&0[&fPlayer&0] &f%player%: %message%"
Default = "&0[&fPlayer&0] &f%player%: %message%"
[build]
# Disable building everywhere (useful for PvP arenas, hub servers)
# Players with essentials.build.bypass permission can still build
disable-building = false
[spawn]
# This section requires a spawn to be set with /setspawn
# Teleport players to spawn on first join
first-join = true
# Teleport players to spawn on every join (useful for hub servers or minigames)
every-join = false
# Teleport players to spawn on death
death-spawn = true
[spawn-protection]
# This section requires a spawn to be set with /setspawn
# Enable spawn protection (prevents block breaking/placing/damage)
# Players with essentials.spawn.bypass permission can still build
enabled = true
# Radius (in blocks) around spawn point to protect
# Uses the spawn point set with /setspawn
radius = 16
# Optional Y range for spawn protection (useful for floating islands)
# Set both to -1 to disable Y restriction (protect all Y levels)
min-y = -1
max-y = -1
# Prevent PvP (player vs player damage) in spawn area
prevent-pvp = true
# Show title messages when entering/leaving spawn
show-titles = true
# Title shown when entering spawn (leave empty to disable)
enter-title = "Entering Spawn"
enter-subtitle = "This is a protected area"
# Title shown when leaving spawn (leave empty to disable)
exit-title = "Leaving Spawn"
exit-subtitle = "You can now build"

