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:
This update focuses on refining the core system to ensure smoother gameplay and improved compatibility across versions.
- Small bug fixes to improve stability and consistency
- Internal code cleanup and optimization for better performance
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
New Feature: Mine Bombs Module
- 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.
️ Admin and GUI Enhancements
- 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
Developer API Update
- 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.
- 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/![]()
![]()
![]()
![]()
![]()
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
️ Core Enhancements
- 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)
- 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.
