JailsPlus
  • 📖Getting Started
  • 🚀Usage
    • Commands
    • Permissions
  • ⚙️Configuration
    • Basic Configuration
    • General Settings
    • Jail Settings
    • Escape Punishments
    • Handcuff Configuration
    • Blocked Commands
    • Jail Restrictions
    • Other
  • 👋Support
    • Discord
    • Our Webstore
Powered by GitBook
On this page
  1. Configuration

General Settings

This part explains the overall behavior of the plugin, including broadcast settings and default unjail location. It covers messages for jailing and unjailing notifications.

General Settings

general:
  # Notify all server players when a player is jailed
  broadcast-on-jail: true
  broadcast-on-escape: true
  • broadcast-on-jail - If set to true, broadcasts a message when a player is jailed. If false, no message is broadcasted.

  • broadcast-on-escape - If set to true, broadcasts a message when a player escapes jail. If false, no message is broadcasted.


Jail Broadcast Message

jail-broadcast-message: "{prefix} &6{player} has been jailed for {duration}. Reason: {reason}!"
  • jail-broadcast-message - Message displayed when a player is jailed.


Ip-Jail Broadcast Message

ip-jail-broadcast-message: "{prefix} &c{player} has been IP-jailed for {duration} by {jailer}. Reason: {reason}!"
  • ip-jail-broadcast-message - Message displayed when a player is ip-jailed


Unjail Broadcast Settings

# Notify all server players when a player is unjailed
broadcast-on-unjail: true
unjail-broadcast-message: "{prefix} &a{player} has been released from jail!"
  • broadcast-on-unjail - If set to true, broadcasts a message when a player is unjailed. If false, no message is broadcasted.

  • unjail-broadcast-message - Message displayed when a player is unjailed.


Unjail Location Settings

# Where should a player be teleported to when they get unjailed (WORLD_SPAWN/ORIGINAL_LOCATION)
default-unjail-location: WORLD_SPAWN # WORLD_SPAWN or ORIGINAL_LOCATION

# WORLD_SPAWN = sends players back to the world spawn
# ORIGINAL_LOCATION = sends player back to their previous location before being jailed
  • default-unjail-location - Determines where the player will be sent after getting unjailed.

Flag Preview Particles

preview-particle: FLAME # The particles to be used for flag previews (Valid options: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html)
  • preview-particle - Lets you customize the particles to be used when previewing flags.

PreviousBasic ConfigurationNextJail Settings

Last updated 9 days ago

⚙️