Rewarding Experience
Plugin for gaining experience by timer
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Rewarding Experience
A plugin for calculating timer experience, which works as simply as possible.
Functional:
- Gain experience by timer (Default is 10 minutes) - AFK Timer (Default is 5 minutes) - Giving experience immediately - config.yml permission: rewardingexperience.use - Change the amount of experience as desired in config.yml - Disabling commands for instant delivery
config.yml
```yml #experience amount expAmount: 10 #afk timer (in seconds) afkTimeInSeconds: 300 #command /rwexpad commandEnabled: true #time interval (in seconds) rewardIntervalInSeconds: 600 ```