Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,300 resources
02
Days
20
Hours
14
Mins
50
Secs

X Prison Core v2026.2.3.0

Flagship all-in-one core every top prison server runs on.
Summer - Get it now for 25% off - Offer ends Jun 20, 2026
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
Update 2025.3.9.1
5th August 2025
  • Minor API and compatibility update
🛠 X-Prison Release Notes – v2025.3.9.1
✨ New Features

  • Max Enchants Setting Added
    • Introduced a new max-enchants option in enchants.yml.
    • Default value is -1 (unlimited enchants).
🔒 Gameplay Restrictions
  • Enchantment Cap Enforcement
    • Players can no longer enchant items if the number of existing enchants is greater than or equal to max-enchants.
What's New in This Release

✅ Supported Minecraft Versions: 1.12 → 1.21.7
☕ Java Requirement: Java 17 or higher is required to run the plugin.

Version:
2025.3.9
Release Date: 08/04/2025

What's New:
  • Small bug fixes to improve stability and consistency
  • Internal code cleanup and optimization for better performance
  • Updated dependency versions to ensure better compatibility between minecraft versions

Thank you for supporting X-PRISON — more exciting features coming soon!
Buy a license now
$22.49 $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,410 Views
253 Purchases
281 Downloads
Dec 19, 2020 Published
Jun 16, 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
Lucky Block enchant for X-Prison Core
Not yet rated
48 purchases
Echo Booster enchant for X-Prison Core
Not yet rated
45 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
Share and earn
Refer this resource and earn a 5% commission.
32,410 Views
253 Purchases
281 Downloads
Dec 19, 2020 Published
Jun 16, 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
Lucky Block enchant for X-Prison Core
Not yet rated
48 purchases
Echo Booster enchant for X-Prison Core
Not yet rated
45 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
Top