X Prison Core v2026.2.6.5

Flagship all-in-one core every top prison server runs on.
What's New in This Release

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

Version:
2025.1.3
Release Date: 07/05/2025

What's New:
  • Small bug fixes to improve stability and consistency
  • Internal code cleanup and optimization for better performance
This update focuses on refining the core system to ensure smoother gameplay and improved compatibility across versions.

Thank you for supporting X-PRISON — more exciting features coming soon!
What's New in This Release

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

Version:
2025.1.3
Release Date: 07/04/2025

We're excited to roll out a major update packed with modular improvements, powerful new features, and enhanced support for developers. Here's everything new:

Modular System Improvements
  • Hot-Swap Support for Modules
    You can now enable or disable any module in-game without needing to restart the server. This hot-swap system makes testing, debugging, and managing modules faster and more efficient.

  • Module-Based Commands & Listeners
    All plugin commands and listeners are now scoped to their respective modules. This ensures better modular separation, improved performance, and easier maintenance.
New Feature: Mine Bombs Module
  • Introducing Mine Bombs, a powerful new mechanic exclusively for use within mines!

  • Features:
    • Unlimited Custom Bomb Types: Create any number of mine bomb variations with unique behaviors.

    • Mine-Only Explosions: Bombs only function inside defined mines.

    • Configurable Radius: Set the explosion radius to suit your gameplay balance.

    • Fully Customizable:
      • Item appearance

      • Explosion sounds

      • Drop sounds
Admin and GUI Enhancements
  • Updated Admin Menu (xPrison Admin GUI)
    The main admin GUI now allows you to reload, enable, or reset module data from a single location — streamlining configuration and testing.

  • Improved Help GUI
    The in-game help interface now includes detailed information on the Mine Bombs feature, helping players quickly understand and utilize the new functionality.
Developer API Update
  • XPrisonAPI Expanded
    We’ve added the new XPrisonBombsAPI for developers to integrate and interact with the Mine Bombs module programmatically.

  • Javadocs Available
    Comprehensive documentation for the API is now published here:
    https://www.drawethree.dev/plugins/x-prison/javadoc/
x-prison main menu.png
x-prison manage module.png
x-prison small bomb.png
x-prison normal bomb.png
x-prison mega bomb.png
What's New in This Release

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

Version:
2025.1.2
Release Date: 07/02/2025

Bug Fixes
  • Mine Selection Tool Fix
    Resolved an issue where the Mine Selection Tool was unresponsive to right- or left-clicking on blocks when attempting to make a selection.
    ✅ Now works as intended on Spigot 1.20.6.
What's New in This Release

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

Version:
2025.1.2
Release Date: 07/01/2025

✅ What's New & Improved
  • Spigot 1.21.7 Compatibility
    Fully updated and tested for the latest Spigot 1.21.7 server version.
  • Modular Code Refactor
    • Blocks-related code has been moved to its own module (previously part of the Tokens module).
    • Created new config file blocks.yml
    • Improves code separation, maintainability, and overall structure.
  • New Configuration Option
    • Added enable-metrics in config.yml to allow server owners to opt in/out of plugin usage metrics tracking.
    • Default: false (can be changed as needed).
  • Code Cleanup
    • Removed duplicated code across modules to reduce redundancy and improve performance.
What's New in This Release



✅ Supported Minecraft Versions: 1.12 → 1.21.6

☕ Java Requirement: Java 17 or higher is required to run the plugin.



Version:
2025.1.1
Release Date: 06/30/2025



🛠️ Bug Fixes

  • Fixed Enchant Requirement Logic:
    Resolved an issue where only specific enchants (VoucherFinderEnchant, NukeEnchant, KeyallsEnchant, and AutoSellEnchant) were enforcing the required pickaxe level. Now, all enchants correctly support and respect the required pickaxe level configuration.

🧹 Code Cleanup

  • Removed ModuleNotEnabledException:
    This exception class has been removed from the plugin as it will now be provided through the shared API.
What's New in This Release

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

We’re excited to announce a major update to X-Prison! This release includes significant improvements to flexibility, configuration, and plugin extensibility. Below is a detailed summary of what’s new and improved.

New Features
  • Public X-PrisonAPI Released
    Developers can now access and integrate with X-Prison using the newly released public API. This empowers server owners and developers to create their own custom systems on top of X-Prison’s foundation. API is available HERE (https://github.com/Drawethree/X-PrisonAPI)

  • ️ X-PrisonAPI-CustomEnchant Sample
    A sample project has been included to demonstrate how to register and implement custom enchantments using the new API. A perfect starting point for plugin developers looking to extend enchant functionality. Available HERE (https://github.com/Drawethree/X-PrisonAPI-CustomEnchants)
️ Core Enhancements
  • Enchant System Refactor
    The entire enchantment system has been refactored for better performance, clarity, and extensibility. This change lays the groundwork for future advanced features and cleaner integrations.

  • Enchant Configuration Overhaul
    All enchant configurations have been moved to a dedicated directory and are now stored in modular, human-readable .json files. This makes customization easier and more maintainable.
    Code:
    {
      "class": "dev.drawethree.xprison.enchants.model.impl.EfficiencyEnchant",
      "id": 1,
      "rawName": "efficiency",
      "name": "&aEfficiency",
      "enabled": true,
      "increaseCostBy": 10,
      "maxLevel": 500,
      "initialCost": 10,
      "refund": {
        "enabled": true,
        "guiSlot": 27,
        "percentage": 50.0
      },
      "gui": {
        "name": "&aEfficiency",
        "material": "PRISMARINE_SHARD",
        "slot": 27,
        "description": [
          "&7&o(( Ability to mine blocks faster ))"
        ]
      }
    }
⚙️ Additional Improvements
  • Enhanced Logging
    Logging throughout the plugin has been improved to give server owners and developers more visibility into plugin behavior and potential issues.

  • Default Config Style Update
    All default configuration files have been reviewed and updated for cleaner formatting and improved readability.
✅ Notes
  • Make sure to back up your old enchant configuration before updating.

  • If you’re using custom enchantments, refer to the new sample project for integration guidance.

  • Check your server logs after updating to verify all enchantments loaded correctly with the new format.
What's New in This Release

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

✅ Major Changes & Improvements

  • Removed MineResetLite Migration Support
    Legacy support for MineResetLite migration has been deprecated and removed to streamline codebase and improve performance.
  • Migration to XSeries (XMaterial)
    • Fully replaced the outdated CompMaterial system with XMaterial for better compatibility and maintainability.
    • Updated enchants.yml to use enum names directly from XMaterial, reducing confusion and improving consistency.
  • Adopted XSeries Utilities Globally
    Codebase now leverages XSeries utility classes across the board for materials, enchantments, skulls, and more.
  • pom.xml Refactored
    • Cleaned up structure for improved readability.
    • Introduced Maven dependency management for cleaner project builds.
  • Updated Metadata & External References
    • Refreshed Discord server invite URL.
    • Updated dependencies versions
    • Upgraded SkullUtils for better custom head handling.
⚙️ Compatibility & Requirements
  • ✅ Supported Minecraft Versions: 1.12 → 1.21.5
    The plugin now officially supports Minecraft server versions from 1.12 through 1.21.5.
    ⚠️ Support for versions older than 1.12 has been discontinued.

  • ☕ Java Requirement: Java 17 or higher is now required to run the plugin.
Update 1.12.13
27th June 2023
  • Added support for 1.12.1
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
Web dashboard
+ $19.99
Discord Sync Bot
+ $9.99
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.
34,263 Views
261 Purchases
293 Downloads
Dec 19, 2020 Published
Jul 8, 2026 Updated
5.00 star(s)
Average rating (13)
4.4 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
Cover Image and resource description was co-assisted by AI.
AI Content Disclosure
AI is regularly performing code cleanup between releases and ensures compatibility and extensibility for the future in codebase. Started using after release 2026.X.X
Type
  1. Gameplay
  1. Economy
  1. Core
Game mode
  1. Prison
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
82 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
60 purchases
Lucky Block enchant for X-Prison Core
Not yet rated
49 purchases
Echo Booster enchant for X-Prison Core
Not yet rated
46 purchases
Share and earn
Refer this resource and earn a 5% commission.
34,263 Views
261 Purchases
293 Downloads
Dec 19, 2020 Published
Jul 8, 2026 Updated
5.00 star(s)
Average rating (13)
4.4 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
Cover Image and resource description was co-assisted by AI.
AI Content Disclosure
AI is regularly performing code cleanup between releases and ensures compatibility and extensibility for the future in codebase. Started using after release 2026.X.X
Type
  1. Gameplay
  1. Economy
  1. Core
Game mode
  1. Prison
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
82 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
60 purchases
Lucky Block enchant for X-Prison Core
Not yet rated
49 purchases
Echo Booster enchant for X-Prison Core
Not yet rated
46 purchases
Top