Overview: XPConomy is an economy plugin that uses player's experience points for currency. The plugin is allows giving others experience (sharing experience), checking your balance as well as other admin commands to add, remove and set balances. These XP values are the underlying amounts that go towards the XP Levels that are displayed. The plugin has Vault support.
Features:
Give XP to other players
View your XP balance
Allow admins to add, remove or set player's XP balances
Allow admins to view balances of players
Create XP bottles!
Control how much XP is dropped on player death
Integrated with VaultAPI if present
Full support for offline players
Supports Minecraft 1.13.2+
Video:
Thanks to Viktor over at server.pro for the video!
Commands:
/XPConomy reload -
reloads the XPConomy configuration /exp - show your XP balance /exp help <amount> - show help /exp balance - show your XP balance /exp give <player><amount> - give another player XP /exp balance <player> - show XP balance of player /exp add <player><amount> - add XP to a player /exp remove <player><amount> - remove XP from a player /exp set <player><amount> - set XP of a player /exp bottle <amount> - create experience bottle from XP
Permissions:
xpconomy.reload - enables reloading the plugin
exp.help - enables exp help command
exp.balance - enables exp and exp balance command
exp.balance.others - enables exp balance on other players
exp.give - enables exp give command
exp.add - enables exp add command
exp.remove - enables exp remove command
exp.set - enables exp set command
exp.bottle - enables exp bottle command
Configuration:
Code (Text):
#
# XPConomy
#
# Plugin for XP based economy
#
locale: en_us
# maximum XP balance, set to 0 or -1 to disable
balance:
maximum: 0
# should we require a bottle in hand to make experience bottle?
bottle:
maximum: 0
required: true
# modify_drops will change the exp dropped and kept on death
# drop_percentage is how much of players XP to drop
player:
modify_drops: true
drop_percentage: 10
Known Issues:
Might need to disable other plugins that use /exp command, or configure in commands.yml.
Users should supply localized translation files
Dependencies:
Vault
Terms of Service: The plugin is provided AS-IS. It directly accesses player data files using a NBT library, which may cause compatibility issues.
Disclaimer: This plugin currently supports version 1.20.4. Features may break if used with other versions of Minecraft than intended.