
Gold2XP
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!
Installation
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!
Permissions
There are currently no permissions however they could be easily incorporated.
Commands
There are currently no commands, however they could be easily incorporated.
The Config File
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.
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.
Source Code
Here is the mess source code!
https://github.com/BitBoxGaming/Gold2XP