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.6 – Release Notes
20th January 2026
X-Prison 2026.1.0.7 – Release Notes
- ENCHANTS | Fixed issue with EfficiencyEnchant when you max disenchant the EfficiencyEnchant will still stay on the pickaxe
21st January 2026
X-Prison 2026.1.0.8 – Release Notes
- ENCHANTS | Fixed issue with pickaxes being always unbreakable Now pickaxes are breakable depending on enchants.yml settings and players having "xprison.pickaxe.unbreakable" permission
21st January 2026
X-Prison 2026.1.0.9 – Release Notes
- API | We have released new version of our X PRISON API (1.4) and updated the code accordingly to support it
23rd January 2026
- API |Fixed XPrisonPrestigesAPIImpl#isMaxPrestige to return correct value
X-Prison 2026.1.0.5 – Release Notes
19th January 2026
- BOMBS |Optimized code listening for bomb exploding in mines module, improving efficiency when it comes to bombs with larger radius
X-Prison 2026.1.0.4 – Release Notes
18th January 2026
- ENCHANTS | Fortune enchant is no longer using vanilla Fortune enchant, instead it calculates fortune count based on enchant level of X PRISON enchant
- ENCHANTS | Added more support for disabled-worlds option in enchants.yml, now more events are not being listened to if player is using a pickaxe in disabled worlds
X-Prison 2026.1.0.1 – Release Notes
11th January 2026
- BOMBS | Added bomb-trigger-events into bombs.yml which specifies which events will trigger a bomb to be fused and explode
- PlayerInteractEvent -> Will cause the bomb to explode on right click air / block
- PlayerDropItemEvent -> Will cause the bomb to explode when it is dropped by player
YAML:# Events that will cause the bomb to explode # PlayerInteractEvent -> Will cause the bomb to explode on right click air / block # PlayerDropItemEvent -> Will cause the bomb to explode when it is dropped by player bomb-trigger-events: - PlayerInteractEvent
X-Prison 2025.4.1.13 – Release Notes
15th December 2025
- Added disabled-worlds setting into enchants.yml
- Enchants will no longer activate / work in defined worlds
- Added new world_disabled message
- Default:
<gradient:#FFFF00:#FFD700:#FFA500><bold>ENCHANT</bold></gradient> <dark_gray>»</dark_gray> <red>You can''t use pickaxe in this world!</red>
