X Prison Core v2026.2.3.3

Flagship all-in-one core every top prison server runs on.
X-Prison 2025.4.0
  • Fixed: Currency physical items now correctly display their intended names when using MiniMessage formatting. This resolves issues where placeholders or styles were not appearing as expected in the item’s display name
X-Prison 2025.4.0 Release Notes
Fixes

  • Resolved issues with bomb block breaking handling to ensure smoother gameplay and correct block interactions.
Updates
  • Integrated latest updates from XPrisonAPI for improved compatibility and new features.
  • Enhanced CommandRewardEnchantBase to support executing a list of commands, enabling more flexible reward configurations.
🚀 X-Prison 2025.4.0 – Release Notes


11th August 2025

🛠 Fixes

  • Bombs Respect Mine Boundaries – Fixed an issue where bombs could break blocks outside of designated mine areas. Your mines are now safe from accidental (or intentional) overreach.
✨ New Features
  • Create your own Custom Enchants! – You can now create your own custom enchantments that execute commands when triggered.
    • Add as many as you want—no hard limits.
    • Fully configurable triggers and commands for maximum creativity.

Code:
{
  "class": "dev.drawethree.xprison.enchants.model.CommandRewardEnchantBase",
  "id": 999,
  "rawName": "command-executor-template",
  "name": "<yellow>Your Custom Enchant</yellow>",
  "enabled": true,
  "increaseCostBy": 400,
  "maxLevel": 1000,
  "chance": 0.000025,
  "initialCost": 1000,
  "pickaxeLevelRequired": 1,
  "currency": "GEMS",
  "refund": {
    "enabled": true,
    "guiSlot": 34,
    "percentage": 50.0
  },
  "gui": {
    "name": "<yellow>Your Custom Enchant</yellow>",
    "material": "COMMAND_BLOCK",
    "customModelData": 0,
    "slot": 34,
    "description": [
      "<gray>This is your custom enchant!</gray>",
      " ",
      "<gray>This enchant executes commands based on a given chance.</gray>",
      " ",
      "<gray>You can create as many as you want of these</gray>",
      "<gray>by copying the command-executor-template.json</gray>",
      "<gray>renaming it, and modify it to your liking!</gray>"
    ]
  },
  "commands": [
    {
      "command": "money give %player% 1000",
      "chance": 33
    },
    {
      "command": "tokens give %player% 1000",
      "chance": 33
    },
    {
      "command": "gems give %player% 1000",
      "chance": 33
    }
  ]
}
X-Prison 2025.4.0 – Release Notes
🐛 Bug Fixes

  • Fixed an issue where mine bombs could break blocks outside of designated mines, preventing unintended block damage.
  • Resolved MiniMessage compatibility issues to ensure smooth message formatting.
⚙️ Configuration Updates
  • Added a new option in config.yml to toggle MiniMessage support on or off, giving server admins greater control over message formatting.
X-Prison 2025.4.0 – Release Notes
New Features & Improvements

  • Reduced Chat Spam: Blessing and Charity enchants now trigger quietly, without spamming other players’ chat.
  • Config Updates: All default configuration files have been refreshed to ensure better out-of-the-box settings.
  • Placeholder Expansion: Added new %xprison_rebirth% placeholder, returning the player’s rebirth prefix for use in scoreboards, chat formats, and more.
  • Adventure Library Loading: Adventure dependencies now load as libraries automatically during server startup, improving plugin stability and startup performance.
Bug Fixes
  • Fixed an issue where bombs could break blocks outside of mine regions.
X-Prison 2025.4.0 - Release Notes

We’re excited to announce the release of version 2025.4.0, packed with powerful new features and improvements:
  • Minimessage Support:
    All messages, item names, item lores, GUI titles, and player titles now fully support minimessage formatting, allowing for richer, more colorful text and gradients.
  • Rebirth System Added:
    Introducing Rebirths — players can now use /rebirth once they’ve reached max rank and max prestige. The system includes configurable criteria to tailor the experience.
  • New Rebirth Commands:
    Added the following commands for managing rebirths:
    • /rebirth — Perform a rebirth
    • /rebirth info — View rebirth information
    • /rebirth set [player] [rebirth] — Set a player's rebirth level
    • /rebirth reset [player] — Reset a player's rebirth status
  • Configuration Updates:
    All default configuration files have been updated to support minimessage coloring and gradient formats by default.

  • XPrisonAPI Enhancements:
    The XPrisonAPI now includes a dedicated Rebirth API to help developers integrate and interact with the new rebirth system seamlessly.
YAML:
messages:
  no-permission: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>You do not have permission to use this command.</red>"
  player-only: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>Only players can use this command.</red>"
  current-rebirth: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <gray>You are currently <gold>%rebirth%</gold></gray>"
  rebirth-set: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <gray>Set <gold>%player%</gold>'s rebirth to <gold>%rebirth%</gold></gray>"
  player-not-found: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>Player not found.</red>"
  invalid-number: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>Invalid number. Please enter a valid integer.</red>"
  success: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <green>You are now <gold><bold>Rebirth %rebirth%</bold></gold></green>"
  fail: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>You do not meet all the requirements to rebirth.</red>"
  max-rebirth: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>You have reached the maximum rebirth level!</red>"
  requirement-rank: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>You must be at least Rank <white>%rank%</white> to rebirth.</red>"
  requirement-prestige: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>You must be at least Prestige <white>%prestige%</white> to rebirth.</red>"
  requirement-currency: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>You need <white>%amount% %currency%</white> to rebirth.</red>"
  invalid-rebirth: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <red>Invalid rebirth ID.</red>"
  no-rebirth: "<gradient:#FFD700:#FFEA00><bold>REBIRTH</bold></gradient> <dark_gray>»</dark_gray> <gray>You have not yet reborn.</gray>"
rebirths:
  1:
    prefix: "<gradient:#55ff55:#00aa00>♻[REBIRTH 1]</gradient><gray>"
    requirements:
      - type: "rank"
        enabled: true
        value: 26
      - type: "prestige"
        enabled: true
        value: 10
      - type: "currency"
        enabled: true
        currency: "money"
        value: 10000000
      - type: "currency"
        enabled: true
        currency: "tokens"
        value: 10000000
    rewards:
      commands:
        - "lp user %player% permission set xprison.rebirth1 true"
  2:
    prefix: "<gradient:#55ffff:#0088aa>♻[REBIRTH 2]</gradient><gray>"
    requirements:
      - type: "rank"
        enabled: true
        value: 26
      - type: "prestige"
        enabled: true
        value: 10
      - type: "currency"
        enabled: true
        currency: "money"
        value: 20000000
      - type: "currency"
        enabled: true
        currency: "tokens"
        value: 20000000
    rewards:
      commands:
        - "lp user %player% permission set xprison.rebirth2 true"
  3:
    prefix: "<gradient:#aaffaa:#44aa44>♻[REBIRTH 3]</gradient><gray>"
    requirements:
      - type: "rank"
        enabled: true
        value: 26
      - type: "prestige"
        enabled: true
        value: 10
      - type: "currency"
        enabled: true
        currency: "money"
        value: 30000000
      - type: "currency"
        enabled: true
        currency: "tokens"
        value: 30000000
    rewards:
      commands:
        - "lp user %player% permission set xprison.rebirth3 true"
  4:
    prefix: "<gradient:#ff88ff:#aa55aa>♻[REBIRTH 4]</gradient><gray>"
    requirements:
      - type: "rank"
        enabled: true
        value: 26
      - type: "prestige"
        enabled: true
        value: 10
      - type: "currency"
        enabled: true
        currency: "money"
        value: 40000000
      - type: "currency"
        enabled: true
        currency: "tokens"
        value: 40000000
    rewards:
      commands:
        - "lp user %player% permission set xprison.rebirth4 true"
  5:
    prefix: "<gradient:#ff5555:#aa0000>♻[REBIRTH 5]</gradient><gray>"
    requirements:
      - type: "rank"
        enabled: true
        value: 26
      - type: "prestige"
        enabled: true
        value: 10
      - type: "currency"
        enabled: true
        currency: "money"
        value: 50000000
      - type: "currency"
        enabled: true
        currency: "tokens"
        value: 50000000
    rewards:
      commands:
        - "lp user %player% permission set xprison.rebirth5 true"
For detailed information on all these changes and how to make the most of the new features, please visit our Wiki pages.
minimessage.png
rebirth.png
Update 2025.3.9.1
8th August 2025
  • We have fixed rare exception that happened when sending out player's mining stats
Update 2025.3.9.1
8th August 2025
  • We have fixed rare exception that happened when sending out player's mining stats
Buy a license now
$29.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Enhanced
+ $9.99
Includes Standard support plus:
Installation & setup
Support duration
6 months
1 year
+ $4.99
Lifetime
+ $9.99
Extras
Source code
+ $99.99
OP Prison Configuration
+ $3.99
Casual Prison Configuration
+ $3.99
Share and earn
Refer this resource and earn a 5% commission.
32,551 Views
253 Purchases
282 Downloads
Dec 19, 2020 Published
Jun 19, 2026 Updated
5.00 star(s)
Average rating (12)
4.2 MB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Game mode
  1. Prison
Type
  1. Gameplay
  1. Economy
  1. Core
Game mode
  1. Prison
Game mode (legacy)
  1. Prison
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
Supported languages
  1. English
Includes DRM
Yes
Source access (legacy)
Open source
Creator
Recommended for you
Flagship Private Mines system for your server with a feature-rich, performance-optimized features.
5.00 star(s) 2 ratings
76 purchases
Backpack system for your server
Not yet rated
64 purchases
Give your players a chance to run back for their items when they died !
5.00 star(s) 2 ratings
60 purchases
Boost your server with customizable robots that generate currencies automatically!
2.00 star(s) 1 ratings
54 purchases
Lucky Block enchant for X-Prison Core
Not yet rated
48 purchases
Share and earn
Refer this resource and earn a 5% commission.
32,551 Views
253 Purchases
282 Downloads
Dec 19, 2020 Published
Jun 19, 2026 Updated
5.00 star(s)
Average rating (12)
4.2 MB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Game mode
  1. Prison
Type
  1. Gameplay
  1. Economy
  1. Core
Game mode
  1. Prison
Game mode (legacy)
  1. Prison
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
Supported languages
  1. English
Includes DRM
Yes
Source access (legacy)
Open source
Creator
Recommended for you
Flagship Private Mines system for your server with a feature-rich, performance-optimized features.
5.00 star(s) 2 ratings
76 purchases
Backpack system for your server
Not yet rated
64 purchases
Give your players a chance to run back for their items when they died !
5.00 star(s) 2 ratings
60 purchases
Boost your server with customizable robots that generate currencies automatically!
2.00 star(s) 1 ratings
54 purchases
Lucky Block enchant for X-Prison Core
Not yet rated
48 purchases
Top