⚡ X PRISON CORE ⚡ [1.13 - 1.21.8]  ⭐  All-in-One ⭐15 Plugins in 1⭐NEW Infinite Enchants icon

⚡ X PRISON CORE ⚡ [1.13 - 1.21.8] ⭐ All-in-One ⭐15 Plugins in 1⭐NEW Infinite Enchants -----

✨ INFINITE ENCHANTS ✨ MINES ✨ AUTOSELL ✨CURRENCIES ✨ RANKS ✨ REBIRTHS ✨ MUTLIPLIERS ✨ BOMBS ✨REWARDS



X-Prison 2025.4.0.1 - Improvements to enchants costs
X-Prison 2025.4.0.1
13th August 2025
  • New: Enchantment costs can now be defined using mathematical expressions via exp4j.
    • Supports variables:
      • baseCost — the enchantment’s initial cost
      • level — the target enchantment level
    • Example: "baseCost * pow(1.05, level)" for exponential scaling.
  • Backward Compatible: Old numeric increaseCostBy values still work with the original linear scaling logic.
  • Performance: Expressions are compiled once on load for minimal runtime overhead.
Example — Old Format (linear scaling)
Code (Text):
"increaseCostBy": 250
Calculates as:
Code (Text):
baseCost + (level * 250)
Example — New Format (formula-based scaling)
Code (Text):
"increaseCostBy": "baseCost * pow(1.05, level)"
Calculates as:
Code (Text):
 initialCost × (1.05 ^ (level))
----------, Aug 13, 2025
Resource Information
Author:
----------
Total Downloads: 1,215
First Release: Dec 18, 2020
Last Update: Sep 15, 2025
Category: ---------------
All-Time Rating:
164 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings