X PRISON CORE
Version 2026.2.1.0 – BETA 5
- MISC | Updated 3rd party dependencies to latest versions
X PRISON CORE
Version 2026.2.1.0 – BETA 4
- MULTIPLIERS | Fixed exceptions in rank multipliers updating for players
X PRISON CORE
Version 2026.2.1.0 – BETA 4
- MULTIPLIERS | Fixed exceptions in rank multipliers updating for players
X PRISON CORE
Version 2026.2.1.0 – BETA 2
This update focuses on stability improvements, configuration fixes, quality-of-life enhancements, and expanded admin tooling.
Fixes & Improvements
- Corrected default configuration files:
- rebirths.yml
- prestiges.yml
- currencies.yml
- multipliers.yml
- autosell.yml
- Fixed multiple issues causing AutoSell to not work as intended.
- Corrected default messages in mines.yml.
- Updated multiplier placeholders to display accurate values.
- Added validation of rebirth requirements during plugin load to prevent invalid configurations.
- Added additional debug logging to assist with troubleshooting.
New Features
- Added rank-based multipliers to the multipliers system.
- Added /bombs list command to display all available bomb types.
- Added tab completion to /bombs give for easier command usage.
- Implemented Admin Enchant & Disenchant GUIs for pickaxe creation.
- Updated /gang accept to show appropriate messages when a player has multiple gang invitations.
Changes
- Rank multiplier update interval is now measured in seconds (previously minutes).
- Replaced /givepickaxe with the new /createpickaxe command.
Deprecations
As always, this is a BETA release — please report any issues or unexpected behavior so they can be addressed quickly.
- The /value command has been deprecated and may be removed in a future release.
Thank you for using X PRISON CORE!
X-Prison 2026.2.0.4 – Release Notes
8th February 2026
- CURRENCIES | Added "player_give_currency" message into currencies.yml that is being displayed once they receive currency from give command
X-Prison 2026.2.0.3 – Release Notes
4th February 2026
- Minor fixes of previous release
X-Prison 2026.2.0.3 – Release Notes
4th February 2026
- API | Updated to support latest X PRISON API changes
- BOMBS | items_sold message in bombs.yml is now being displayed to players when bomb explodes
- MISC | Corrected reloading of modules behaviour in some of the modules where it was not working as expected
- MINES | /mines addblock <mine> command now automatically adds a sell price as well to the sell region (autosell)
- MINES | Removing a block from mine panel will also remove its sell price from now
- MINES | Once mine is deleted, sell region associated with it is also deleted
- GUI | Updated internal backend code for GUI handling
X-Prison 2026.2.0.0 – Release Notes
2nd February 2026
- AUTOSELL | Implemented per-region sell prices
- Added command /sellprice createregion
- This will create a new sell region. You need to be standing in a WG region where you want blocks to be sold
- Separated global/region sell prices
- You can have both global and region prices set, but region prices have priority when it comes to selling
- Added new GUIs to setup region sell prices
- Updated sell-prices to global-sell-prices in autosell.yml
- Updated existing commands:
- [] - Optional argument, if not specified prices are global
- /sellprice editor [region] - Opens global/region sell price editor
- /sellprice createregion - Creates a sell region. You must be standing in a WG region!
- /sellprice <material> <price> [region] - Sets global/region sell price of material.
- /sellprice <price> [region] - Sets global/region sell price of item in hand.
X-Prison 2026.1.0.10 – Release Notes
1st February 2026
- Minor backend code improvements
X-Prison 2026.1.0.9 – Release Notes
23rd January 2026
- API |Fixed XPrisonPrestigesAPIImpl#isMaxPrestige to return correct value