X Prison Core v2026.2.6.2

Flagship all-in-one core every top prison server runs on.
X-Prison 2025.3.7
1st August 2025
Robot Finder enchant is now properly included in the package and loaded
🚀 X-Prison Update: 2025.3.7
Improvements & Fixes:
🛠️ Fortune Enchant Fixes:
Resolved a long-standing issue where Nuke, Laser, Explosive, and Layer enchants were not properly granting currencies through the Fortune enchant. These enchantments now correctly contribute to your earnings, as intended.

Enjoy smoother mining and more accurate currency generation!
🛠 X-Prison 2025.3.7 – Release Notes
Release Date: July 29, 2025

🔧 Fixes
Fixed auto-sell issues, especially with non-item materials like water and unformable blocks that were causing console exceptions.
Resolved multiple bugs in event handling, improving overall system stability.
✨ Improvements
Bombs can now be thrown by right-clicking in the air, making their use more intuitive.
Currency items (tokens, money, etc.) can now be redeemed by right-clicking in the air, no block targeting required.
🎨 Additions
Added resource pack for Pickaxe Skins into download
X-Prison 2025.3.6 Release Notes
Release Date: July 29, 2025

🎉 New Features
🔍 Robots Finder Enchant (NEW!)
In celebration of the upcoming X ROBOTS Plugin, we’re introducing a brand new enchant: Robots Finder!
Equip this enchant on your pickaxe to discover robots while mining.
The higher the enchant level, the greater the chance of uncovering rare robotic companions!
Perfect for players looking to gear up for the X ROBOTS update.


As always, thank you for playing and supporting X-Prison. 💙
X-Prison 2025.3.5 – Release Notes
Release Date: July 27, 2025

✨ What's New
Full Module Handling Refactor
Reworked the internal module system for improved stability, scalability, and performance. This lays the groundwork for future features and better plugin integrations.

🛠️ Bug Fixes
Enchantments
Resolved multiple issues affecting the behavior and reliability of certain enchantments, ensuring more consistent gameplay.
🛠️ X-PRISON 2025.3.4 – Pickaxe Skins Update
Release Date:
July 27, 2025

✨ New Features
  • Pickaxe Skins Module: Introduced a brand-new system for customizing pickaxe appearances using skins.
  • Enchant GUI Integration: Added a new "Skins" item to the Enchant GUI that opens the Pickaxe Skins interface.
  • pickaxe-skins.yml Configuration: New configuration file with default skins definitions and options for customization.

YAML:
# Aliases for the main command of the plugin.
# Players can use any of these to open the skins GUI or use other skin features.
main-command-aliases:
  - skins
  - pickskin
  - skin

# Messages displayed to players for various events or errors.
messages:
  no-permission: '&e&lSKINS &8» &cYou don''t have permission to activate this skin!'
  no-pickaxe: '&e&lSKINS &8» &cYou must be holding a pickaxe.'
  skin-activated: '&e&lSKINS &8» &7You have activated skin %skin%!'

# Sound effects used by the plugin for user feedback.
# These sounds are triggered by specific actions or responses.
sounds:
  click: UI_BUTTON_CLICK              # Played when a player interacts with GUI items.
  success: ENTITY_PLAYER_LEVELUP     # Played on successful skin activation.
  info: BLOCK_NOTE_BLOCK_PLING       # Played when showing info or tips.
  error: BLOCK_NOTE_BLOCK_BASS       # Played when an error or invalid action occurs.

# List of all available skins.
# Each skin must have a unique key and contains:
# - name: Display name (supports color codes)
# - description: Lore shown in the GUI
# - custom-model-data: Required value to match resource pack
# - multipliers: Boosts to in-game currencies
# - permission: Required permission to unlock the skin
skins:
  plasma:
    name: "&3&lPlasma Surge"
    description:
      - "&7This skin boosts your gain of"
      - "&b&lall major currencies &7while mining."
      - " "
      - "&6Money &f1.8x"
      - "&6Tokens &f2.2x"
      - "&6Gems &f1.5x"
    custom-model-data: 110
    multipliers:
      money: 1.8
      tokens: 2.2
      gems: 1.5
    permission: "pickaxeskins.skin.plasma"

  corrupted:
    name: "&8&lCorrupted Soul"
    description:
      - "&7This skin boosts your gain of"
      - "&b&lall major currencies &7while mining."
      - " "
      - "&6Money &f2.1x"
      - "&6Tokens &f2.6x"
      - "&6Gems &f1.9x"
    custom-model-data: 111
    multipliers:
      money: 2.1
      tokens: 2.6
      gems: 1.9
    permission: "pickaxeskins.skin.corrupted"

  celestial:
    name: "&f&lCelestial Beam"
    description:
      - "&7This skin boosts your gain of"
      - "&b&lall major currencies &7while mining."
      - " "
      - "&6Money &f2.6x"
      - "&6Tokens &f3.1x"
      - "&6Gems &f2.3x"
    custom-model-data: 112
    multipliers:
      money: 2.6
      tokens: 3.1
      gems: 2.3
    permission: "pickaxeskins.skin.celestial"

  storm:
    name: "&9&lStorm Bringer"
    description:
      - "&7This skin boosts your gain of"
      - "&b&lall major currencies &7while mining."
      - " "
      - "&6Money &f2.0x"
      - "&6Tokens &f2.9x"
      - "&6Gems &f1.8x"
    custom-model-data: 113
    multipliers:
      money: 2.0
      tokens: 2.9
      gems: 1.8
    permission: "pickaxeskins.skin.storm"

  infernal:
    name: "&c&lInfernal Blaze"
    description:
      - "&7This skin boosts your gain of"
      - "&b&lall major currencies &7while mining."
      - " "
      - "&6Money &f2.7x"
      - "&6Tokens &f3.2x"
      - "&6Gems &f2.4x"
    custom-model-data: 114
    multipliers:
      money: 2.7
      tokens: 3.2
      gems: 2.4
    permission: "pickaxeskins.skin.infernal"

  galactic:
    name: "&d&lGalactic Hammer"
    description:
      - "&7This skin boosts your gain of"
      - "&b&lall major currencies &7while mining."
      - " "
      - "&6Money &f3.2x"
      - "&6Tokens &f3.8x"
      - "&6Gems &f3.0x"
    custom-model-data: 115
    multipliers:
      money: 3.2
      tokens: 3.8
      gems: 3.0
    permission: "pickaxeskins.skin.galactic"

# GUI configuration for the pickaxe skins menu
skins-gui:
  rows: 4                                # Number of rows in the GUI (max 6). 4 rows = 36 slots
  title: "&d&lPICKAXE SKINS"             # Title of the GUI (supports color codes)
  filler: BLACK_STAINED_GLASS_PANE       # Material used for filler items in unused slots
  skins-slots: [12,13,14,21,22,23]       # Specific slot positions where skins are displayed (0-based index)
  items:
    info-item:
      slot: 4                            # Slot index for the info/help item
      name: "&d&lInformation"            # Name of the item in the GUI
      material: ENCHANTED_BOOK           # Item material used
      custom_model_data: 0               # Optional model data (0 = vanilla)
      lore:
        - " "
        - "&7Pickaxe Skins grant you powerful perks"
        - "&7that last the entire season"
        - " "
        - "&7Check them out &d&lbelow"
pickaxe-skins.png
pickaxe skin example.png
pickaxe example.png
X-PRISON 2025.3.3 – Release Notes
Release Date:
July 27, 2025

Fixes
  • Improved Currency Hook Compatibility:
    Resolved issues with handling external currency systems, specifically:
    • Vault
    • CoinsEngine
This update ensures more reliable integration and correct balance tracking when using external economy plugins.
X-Prison 2025.3.2 – Release Notes
Release Date:
July 25, 2025

✨ Updates & Improvements
  • Default Message Updates:
    • Refreshed default messages for:
      • AutoSell
      • Bombs
      • Enchants
    • Messages now offer improved clarity and formatting.
  • Sell Price Editor GUI Enhancements:
    • Updated GUI elements to display currency names and formatted amounts for better readability and consistency.
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
OP Prison Configuration
+ $3.99
Casual Prison Configuration
+ $3.99
Source code
+ $99.99
Share and earn
Refer this resource and earn a 5% commission.
33,958 Views
258 Purchases
290 Downloads
Dec 19, 2020 Published
Jul 3, 2026 Updated
5.00 star(s)
Average rating (13)
4.4 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) 3 ratings
79 purchases
Backpack system for your server
Not yet rated
64 purchases
Boost your server with customizable robots that generate currencies automatically!
4.00 star(s) 3 ratings
58 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
Share and earn
Refer this resource and earn a 5% commission.
33,958 Views
258 Purchases
290 Downloads
Dec 19, 2020 Published
Jul 3, 2026 Updated
5.00 star(s)
Average rating (13)
4.4 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) 3 ratings
79 purchases
Backpack system for your server
Not yet rated
64 purchases
Boost your server with customizable robots that generate currencies automatically!
4.00 star(s) 3 ratings
58 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
Top