X Prison Core v2026.2.3.3

Flagship all-in-one core every top prison server runs on.
Updated to support Spigot 1.21.10
X-Prison 2025.4.0.5 – Release Notes
22nd September 2025
  • Explosive enchant radius is now configurable
    • Added new "radius" property inside explosive.json which allows you to define the formula to scale the explosive radius


explosive.json
Code:
{
  "class": "dev.drawethree.xprison.enchants.model.impl.ExplosiveEnchant",
  "id": 9,
  "rawName": "explosive",
  "name": "<green>Explosive</green>",
  "enabled": true,
  "increaseCostBy": "baseCost * pow(1.05, level)",
  "cooldown": 1,
  "maxLevel": 1000,
  "chance": 0.00025,
  "currency": "GEMS",
  "initialCost": 10000,
  "countBlocksBroken": false,
  "explosionType": "SPHERE",
  "currencyToGive": "MONEY",
  "radius": "2 + (level * 0.008)",
  "message": "<gradient:#FFD700:#FFEA00><bold>ENCHANT</bold></gradient> <dark_gray>» </dark_gray><gray>You got </gray><yellow><bold>%amount% %currency% </bold></yellow><gray>from </gray><red><bold>Explosive </bold></red><gray>activation.</gray>",
  "sounds": true,
  "useEvents": true,
  "refund": {
    "enabled": true,
    "guiSlot": 19,
    "percentage": 35.0
  },
  "gui": {
    "name": "<green>Explosive</green>",
    "material": "TNT",
    "customModelData": 0,
    "slot": 19,
    "description": [
      "<gray>Gives a chance to </gray><green>cause explosions</green>",
      "<gray>that destroy nearby blocks while mining.</gray>"
    ]
  }
}
X-Prison 2025.4.0.4 – Release Notes
✨ New Features

  • PlaceholderAPI Integration Expansion
    You can now use PlaceholderAPI placeholders across all messages and titles in the plugin’s configuration files.
    This allows for more dynamic and customizable messaging throughout X-Prison, making it easier to tailor the player experience.
X-Prison 2025.4.0.3 – Release Notes
🛠 Fixes

  • Resolved an issue with H2 Database settings that caused the plugin to fail loading properly.
    • This occurred specifically when there were existing gangs and pending gang invitations in the database.
    • The bug previously resulted in the plugin getting stuck during initialization.
X-Prison 2025.4.0.3 – Release Notes
🛠 Fixes

  • Enchant Cost Scaling: Resolved an issue where the cost to upgrade enchants from level 0 → 1 was being calculated incorrectly. The system now applies the correct cost for initial enchantment upgrades.
X Prison Core 2025.4.0.3 Release Notes
Updates

  • Updated all dependency versions to latest versions
X-Prison 2025.4.0.2 – Release Notes
✨ New Features

  • New Enchants:
    • Gem Merchant – Earn extra gems through in-game activities.
    • Token Merchant – Boost your token income while playing.
🛠 Improvements & Changes
  • File Rename:
    • command-executor-template.json has been renamed to custom-enchant.json for better clarity and to avoid confusion.
  • Audio Feedback:
    • Added a sound effect when the Layer Enchant is triggered, providing a more immersive experience.
attachFull914029

attachFull914030
X-Prison 2025.4.0.1
13th August 2025
  • New: Enchantment costs can now be defined using mathematical expressions via exp4j.
    • Supports variables:
      • baseCost — the enchantment’s initial cost
      • level — the target enchantment level
    • Example: "baseCost * pow(1.05, level)" for exponential scaling.
  • Backward Compatible: Old numeric increaseCostBy values still work with the original linear scaling logic.
  • Performance: Expressions are compiled once on load for minimal runtime overhead.
Example — Old Format (linear scaling)
Code:
"increaseCostBy": 250

Calculates as:
Code:
baseCost + (level * 250)

Example — New Format (formula-based scaling)
Code:
"increaseCostBy": "baseCost * pow(1.05, level)"

Calculates as:
Code:
 initialCost × (1.05 ^ (level))
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,918 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,918 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