Jail Settings
This configuration allows you to customize the behavior of the jail system in your server plugin.
Last updated
This configuration allows you to customize the behavior of the jail system in your server plugin.
Last updated
General settings
keep-inventory
: Boolean setting to control inventory handling
false
: Replaces player's inventory with jail items
true
: Preserves original player inventory
Specify items given to players when jailed:
To get item names,
Template:
Control consequences for prisoners attempting to escape: NOTE: You need to setup flags for this.
punish-on-escape
: Enable/disable escape punishments
escape-punishment
: Punishment type
KILL
: Eliminates the player
TELEPORT_BACK
: Returns player to jail
BAN
: Temporary server ban
UNJAIL
: Removes jail status
ban-duration
: Specify ban length
Format: <number><unit>
s
: Seconds
m
: Minutes
h
: Hours
d
: Days
Template
Skin Settings
skin-username
The username of the skin to be applied when a player gets jailed.
Default: ShortMute954
Jailed Role Settings
enable-jailed-role
Specifies whether players should have a "Jailed" text next to their name when they chat.
Default: true
jailed-role
The text that appears next to a jailed player's name in chat. Supports Minecraft color codes.
Default: "§c[Jailed]§r"
(This will appear in chat as [Jailed] in red color.)
The SkinsRestorer plugin is required for the change-skin
option to function.
Required Jail Boundary Flag to be set for punish-on-escape
, to see how to do that, .
change-skin
Determines whether a player's skin should change when they get jailed.
Requires the plugin to be installed.
Default: true
The jailed-role
text supports Minecraft's color formatting codes (e.g., §c
for red, §r
for reset). for color formatting codes visit .