Description
XPTrade
XPTrade is a simple Plugin to buy / sell Experience.
Features
- Permissions
- Works with lots of Economy and Permission Systems (uses Vault)
- Translation through config-file
Dependencies
- CraftBukkit 1.3
- Vault
Configuration
The configuration is located at plugins/XPTrade/config.yml
Exchange: MoneyToXP: 5 XPToMoney: 5
"Exchange\MoneyToXP" is the exchange-rate if you buy XP. 5 means 5$=1 Level "Exchange\XPToMoney" is the exchange-rate if you buy XP. 5 means 1 Level = 5$
At "Messages\..." You can translate the plugin.
Commands
Buy XP You can buy Experience by typing /moneytoxp [money] where [money] is how much you want to spend.
Sell XP You can sell Experience by typing /xptomoney [xp] where [xp] is the level -dot- the XP-bar Example: If you want to sell 15 level and a 25% bar you type: /xptomoney 15.25
Show Current settings You can show current settings by typing /xpinfo
Permissions
- /xpinfo - xptrade.xpinfo
- /monextoxp - xptrade.moneytoxp
- /xptomoney - xptrade.xptomoney
Changelog
Version 0.0.1
- Initial Release
- Added Command /moneytoxp
- Added Command /xptomoney
- Added YAML Configuration
Version 0.0.2
- Added Command /xpinfo
Version 0.0.3
- Code cleanup
- Fixed bugs when no value specified at commands
- Added permissions


