⚡ 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 Update 2025.3 - Dynamic Currencies!
X-Prison Update 2025.3
Major Changes
  • Removed Tokens & Gems Modules
    • Deprecated tokens.yml and gems.yml configuration files.
    • All previous Tokens and Gems data have been reset due to this structural change.
    • Replaced with the fully dynamic and unified Currency Module.
  • Vault Economy Removed
    • Vault is no longer a dependency.
    • A default "money" currency is now defined directly within the new Currencies system.
    • No need for external economy plugins — currencies are handled natively by X-Prison.
Currency System Overhaul
  • Currency Module Fully Implemented
    • Supports custom, dynamic currencies with full integration into the plugin’s economy logic.
  • GUI Integrations
    • Added Currencies Section to both the Main Menu and Help GUI.
    • Enchanting interfaces (Enchant / Disenchant GUIs) now support configurable currency items.
  • History Tracking
    • The History Module now logs all currency changes per player, allowing detailed tracking and rollback options.
Enchant Messages
  • Added new customizable messages for the following enchantments:
    • Layer
    • Nuke
    • Laser
    • Explosive
Placeholders And Commands
Code (YAML):
messages:
  invalid_currency
: '&e&lCURRENCIES &8» &fInvalid currency name.'
  no_permission
: '&e&lCURRENCIES &8» &fYou do not have permission to do that!'
  not_enough_currency
: '&e&lCURRENCIES &8» &fYou don''t have enough %currency%'
  your_currency
: '&e&lCURRENCIES &8» &fYou have &e %amount% &f%currency%'
  other_currency
: '&e&lCURRENCIES &8» &e %player%''s %currency%: %amount%'
  withdraw_successful
: '&e&lCURRENCIES &8» &fYou have withdrawn &e %amount% %currency%!'
  admin_set_currency
: '&e&lCURRENCIES &8» &fSuccessfuly set &e %player%''s %currency% to &e%amount%.'
  admin_give_currency
: '&e&lCURRENCIES  &8» &fSuccessfuly given &e %amount% %currency% to &e%player%.'
  admin_remove_currency
: '&e&lCURRENCIES &8» &fSuccessfuly removed &e %amount% %currency% from &e%player%.'
  currency_redeem
: '&e&lCURRENCIES &8» &eYou redeemed &f %amount% %currency%'
  currency_send
: '&e&lCURRENCIES &8» &eYou have sent &f %amount% %currency% &eto &f%player%'
  currency_cant_send_to_yourself
: '&e&lCURRENCIES &8» &fYou can''t send currency to yourself.'
  currency_received
: '&e&lCURRENCIES &8» &eYou received &f %amount% %currency% &efrom &f%player%.'
  currency_received_console
: '&e&lCURRENCIES &8» &fYou have received &f %amount% %currency%.'
  not_a_number
: '&e&lCURRENCIES &8» &f %input% is not a number!'
  player_not_online
: '&e&lPRISON &8» &fPlayer &e %player%  &fis not online!'
  currency_message_disabled
: '&e&lCURRENCIES &8» &f %currency% Messages &e&lOFF'
  currency_message_enabled
: '&e&lCURRENCIES &8» &f %currency% Messages &e&lON'
currencies
:
  money
:
    starting-amount
: 1000000
    display-name
: "Money"
    format
: "#,##0.##"
    short-format
: false
    trim-zeros
: true
    prefix
: "$"
    suffix
: ""
    physical-item
:
      material
: PAPER
      custom_model_data
: 0
      name
: '&e %amount% &fMoney'
      lore
:
       - '&e➥ &fRight-Click to Redeem'
  tokens
:
    starting-amount
: 1000000
    display-name
: "Tokens"
    format
: "#.##"
    short-format
: true
    trim-zeros
: true
    prefix
: "⛃"
    suffix
: ""
    physical-item
:
      material
: SUNFLOWER
      custom_model_data
: 0
      name
: '&e %amount% &fTokens'
      lore
:
       - '&e➥ &fRight-Click to Redeem'
  gems
:
    starting-amount
: 1000000
    display-name
: "Gems"
    format
: "#.##"
    short-format
: true
    trim-zeros
: true
    prefix
: ""
    suffix
: ""
    physical-item
:
      custom_model_data
: 0
      material
: EMERALD
      name
: '&e %amount% &fGems'
      lore
:
       - '&8➥ &fRight-Click to redeem'
currency-help-menu
:
 - '&e&m -------&f&m -------&e&m --------&f&m --------&e&m --------&f&m -------&e&m -------'
  - '&e&l %currency% Help'
  - '&e&m -------&f&m -------&e&m --------&f&m --------&e&m --------&f&m -------&e&m -------'
  - '&e/ %currency% balance [player]'
  - '&e/ %currency% pay [player] [amount]'
  - '&e/ %currency% withdraw [amount]'
  - '&e&m -------&f&m -------&e&m --------&f&m --------&e&m --------&f&m -------&e&m -------'
currency-admin-help-menu
:
 - '&e&m -------&f&m -------&e&m --------&f&m --------&e&m --------&f&m -------&e&m -------'
  - '&e&l %currency% Admin Help'
  - '&e&m -------&f&m -------&e&m --------&f&m --------&e&m --------&f&m -------&e&m -------'
  - '&e/ %currency% set [player] [amount]'
  - '&e/ %currency% give [player] [amount]'
  - '&e/ %currency% remove [player] [amount]'
  - '&e&m -------&f&m -------&e&m --------&f&m --------&e&m --------&f&m -------&e&m -------'
currency-command-aliases
:
 - currency
  - curr
player_data_save_interval
: 60
 

mining-summary.png currencies.png tokens.png gems.png money.png
----------, Jul 23, 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