X-Prison - Update 2025.3.1
Major Changes & Improvements:
- Full Refactor of the Multipliers Module
The entire multipliers system has been overhauled for improved flexibility, performance, and future expansion.
- Per-Currency Global Multipliers
Global multipliers can now be set independently for each currency type.
- Per-Currency Player Multipliers
Player multipliers now also support separate values for each currency.
- Enchants Adapted to Player Multipliers
Enchants now correctly calculate currency rewards based on the player's active multipliers.
⚠️ Known Issues:
- Rank Multipliers Temporarily Disabled
Support for rank-based multipliers has been temporarily removed and will return in a future update.
Command Changes:
New command structure for multipliers:
Code (Text):
/gmulti [currency] [multiplier] [duration] [time_unit]
/gmulti [currency] reset
/pmulti [player] [currency] [multiplier] [duration] [time_unit]
/pmulti [player] [currency] reset
- ✨ Tab Completion Added
Multiplier commands now feature tab-completion for easier usage and fewer errors.
Placeholders for multipliers were updated:
https://github.com/Drawethree/X-Prison/wiki/Placeholders
Code (YAML):
messages:
multi_received
: '&e&lMULTIPLIER &8» &7You''ve &e&lENABLED &7
%currency% Multiplier x%multiplier% for %time%.'
multi_reset
: '&e&lMULTIPLIER &8» &cYour
%currency% Multiplier was reset.'
# Rank Multipliers settings
ranks:
god:
tokens
: 0.8
gems
: 0.8
money
: 0.8
demigod:
tokens
: 0.8
gems
: 0.8
money
: 0.8
premium:
tokens
: 0.8
gems
: 0.8
money
: 0.8
# Should the plugins check for LuckPerms groups instead of Xprison permissions?
use-luckperms-groups
: true
# Interval for refreshing online players rank mulipliers in minutes
rank-multiplier-update-time
: 5
currency-multipliers:
money:
global-max
: 10.0
player-max
: 10.0
tokens:
global-max
: 5.0
player-max
: 7.5
gems:
global-max
: 5.0
player-max
: 7.5