New in this update
New feature suggested by: xREALDEALx
/xpbottle convert <amount> - this allows your players to convert xp into xp bottles
YOU WILL NEED TO DELETE YOUR CURRENT XPShop FOLDER IF YOU'RE UPDATING TO 1.6.1-BETA
Code (Text):
commands:
sellxp:
description: Sell your XP for money
usage: /sellxp [amount|all]
aliases: [xpsell]
buyxp:
description: Buy XP with money
usage: /buyxp [amount|max]
xpshopreload:
description: Reload the XPShop configuration
usage: /xpshopreload
xpbottle:
description: Convert XP into bottles of enchanting
usage: /xpbottle convert <amount>
permissions:
xpshop.*:
description: Gives access to all XPShop commands
children:
xpshop.sell: true
xpshop.buy: true
xpshop.reload: true
xpshop.bottle: true
xpshop.sell:
description: Allows you to sell XP
default: false
xpshop.buy:
description: Allows you to buy XP
default: false
xpshop.reload:
description: Allows you to reload the XPShop configuration
default: op
xpshop.bottle:
description: Allows you to convert XP into bottles
default: false