X-PrisonCore 2025.4.0-6 – Release Notes
28th September 2025
- Updated all dependencies versions to ensure better compatibilities
X-PrisonCore 2025.4.0-6 – Release Notes
25th September 2025
- Fixed compatibility issues with version 1.20.6 reported on discord
X-Prison 2025.4.0.6 – Release Notes
24th September 2025
- Fixed couple of issues where minimessages were incorrectly displayed
X-Prison 2025.4.0.5 – Release Notes
22nd September 2025
- Explosive enchant radius is now configurable
- Added new "radius" property inside explosive.json which allows you to define the formula to scale the explosive radius
explosive.json
Code:{ "class": "dev.drawethree.xprison.enchants.model.impl.ExplosiveEnchant", "id": 9, "rawName": "explosive", "name": "<green>Explosive</green>", "enabled": true, "increaseCostBy": "baseCost * pow(1.05, level)", "cooldown": 1, "maxLevel": 1000, "chance": 0.00025, "currency": "GEMS", "initialCost": 10000, "countBlocksBroken": false, "explosionType": "SPHERE", "currencyToGive": "MONEY", "radius": "2 + (level * 0.008)", "message": "<gradient:#FFD700:#FFEA00><bold>ENCHANT</bold></gradient> <dark_gray>» </dark_gray><gray>You got </gray><yellow><bold>%amount% %currency% </bold></yellow><gray>from </gray><red><bold>Explosive </bold></red><gray>activation.</gray>", "sounds": true, "useEvents": true, "refund": { "enabled": true, "guiSlot": 19, "percentage": 35.0 }, "gui": { "name": "<green>Explosive</green>", "material": "TNT", "customModelData": 0, "slot": 19, "description": [ "<gray>Gives a chance to </gray><green>cause explosions</green>", "<gray>that destroy nearby blocks while mining.</gray>" ] } }
X-Prison 2025.4.0.4 – Release Notes
21st September 2025
- Minor bugs fixed and improved code stability
X-Prison 2025.4.0.4 – Release Notes
19th September 2025
- Minor bugs fixed and improved code stability
X-Prison 2025.4.0.4 – Release Notes
18th September 2025
- Minor bugs fixed and improved code stability
X-Prison 2025.4.0.4 – Release Notes
15th September 2025
- Minor bugs fixed and improved code stability