
Gold2XP is a highly customizable way to give players XP. If the player right clicks the block, with a specified item, they will gain a certain number of levels that can be configured!
Download the .jar file Put it inside the plugins folder, inside your server /Reload the server Configure the config.yml to your liking Have fun!
There are currently no permissions however they could be easily incorporated.
There are currently no commands, however they could be easily incorporated.
This is the block that when right clicked, and if the player has the specified item, he will receive levels.
Block-To-Be-Right-Clicked: GOLD_BLOCK
This is the item that the player loses when he right clicks the specified block.
Item-To-Be-Consumed: GOLD_INGOT
This is the numbers of items that will be consumed if the player has any.
Number-Of-Items-To-Be-Consumed: 1
This is the number of items per how many you specified above.
Levels-To-Give: 1
If you want to use Vault to charge players, as well as it costing items, change this to true.
Use-Vault-To-Charge-Player: false
If Vault is enabled, then this is the cost.
Cost-Of-Exchange: 250
Here is the mess source code! https://github.com/BitBoxGaming/Gold2XP