⚡X PRISON CORE ⚡ [1.13 - 26.X] ⭐ #1 PRISON CORE ⭐ USED ON 1000+ SERVERS ⭐ All-in-One ⭐

MC Plugin ⚡X PRISON CORE ⚡ [1.13 - 26.X] ⭐ #1 PRISON CORE ⭐ USED ON 1000+ SERVERS ⭐ All-in-One ⭐ 2026.2.2.12
✨ INFINITE ENCHANTS ✨ MINES ✨ AUTOSELL ✨CURRENCIES ✨ RANKS ✨ REBIRTHS ✨ MUTLIPLIERS ✨ BOMBS ✨REWARDS

X-Prison 2025.4.0
  • Fixed: Currency physical items now correctly display their intended names when using MiniMessage formatting. This resolves issues where placeholders or styles were not appearing as expected in the item’s display name
X-Prison 2025.4.0 Release Notes
Fixes

  • Fixed minor issues with rebirths functionalities
X-Prison 2025.4.0 – Release Notes
11th August 2025

Fixes

  • Bombs Respect Mine Boundaries – Fixed an issue where bombs could break blocks outside of designated mine areas. Your mines are now safe from accidental (or intentional) overreach.
✨ New Features
  • Create your own Custom Enchants!– You can now create your own custom enchantments that execute commands when triggered.
    • Add as many as you want—no hard limits.
    • Fully configurable triggers and commands for maximum creativity.
custom enchants.png


Code:
{
  "class": "dev.drawethree.xprison.enchants.model.CommandRewardEnchantBase",
  "id": 999,
  "rawName": "command-executor-template",
  "name": "<yellow>Your Custom Enchant</yellow>",
  "enabled": true,
  "increaseCostBy": 400,
  "maxLevel": 1000,
  "chance": 0.000025,
  "initialCost": 1000,
  "pickaxeLevelRequired": 1,
  "currency": "GEMS",
  "refund": {
    "enabled": true,
    "guiSlot": 34,
    "percentage": 50.0
  },
  "gui": {
    "name": "<yellow>Your Custom Enchant</yellow>",
    "material": "COMMAND_BLOCK",
    "customModelData": 0,
    "slot": 34,
    "description": [
      "<gray>This is your custom enchant!</gray>",
      " ",
      "<gray>This enchant executes commands based on a given chance.</gray>",
      " ",
      "<gray>You can create as many as you want of these</gray>",
      "<gray>by copying the command-executor-template.json</gray>",
      "<gray>renaming it, and modify it to your liking!</gray>"
    ]
  },
  "commands": [
    {
      "command": "money give %player% 1000",
      "chance": 33
    },
    {
      "command": "tokens give %player% 1000",
      "chance": 33
    },
    {
      "command": "gems give %player% 1000",
      "chance": 33
    }
  ]
}
Update 2025.3.9.1
8th August 2025
  • We have fixed rare exception that happened when sending out player's mining stats
Update 2025.3.9.1
8th August 2025
  • We have fixed rare exception that happened when sending out player's mining stats
Update 2025.3.9.1
7th August 2025
  • Minor API and compatibility update
Update 2025.3.9.1
5th August 2025
  • Minor API and compatibility update
What's New in This Release

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

Version:
2025.3.9
Release Date: 08/05/2025

What's New:
  • Small bug fixes to improve stability and consistency
  • Internal code cleanup and optimization for better performance
  • Updated dependency versions to ensure better compatibility between minecraft 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.7
☕ Java Requirement: Java 17 or higher is required to run the plugin.

Version:
2025.3.9
Release Date: 08/04/2025

What's New:
  • Small bug fixes to improve stability and consistency
  • Internal code cleanup and optimization for better performance
  • Updated dependency versions to ensure better compatibility between minecraft versions

Thank you for supporting X-PRISON — more exciting features coming soon!
X-Prison 2025.3.8 – Auto Rankup Feature
✨ New Features

  • Auto Rankup System
    Players can now rank up automatically without manual input!
⚙️ Configuration Updates (ranks.yml)
  • Added auto-rank-up
    Enables or disables automatic rankup per player.
    Default: false
  • Added auto-rank-up-interval
    Sets the delay (in seconds) between automatic rankup attempts.
    Default: 2
Notes
  • This feature is fully optional and can be toggled via ranks.yml.
  • Ensure your rank paths are properly configured to benefit from the new system.
Top Bottom