SaplingRewards
What it does
This allows players to get paid through an economy plugin (via Vault) for planting saplings with limitations to prevent sapling spamming.
How it works
The plugin keeps track of the last 20 (as determined by reward.watch in the config) chunk coordinates for each player that the player had planted a sapling in and rewards up to 5 (as determined by reward.limit in the config) of those saplings that were planted. Once the limit is hit, the only way to gain more money is to plant saplings in other chunks, so that there are less than 5 of the same chunk coordinates in memory for that player.
Features
- Pays players (via Vault) for planting saplings
- Limits the number of saplings in each chunk that a player gets paid for
- Each placement of a sapling has a chance for it to announce the feature
- Each destruction of a log, leaf or sapling has a chance to remind players to plant saplings
- A command (/saplingrewards or /sr) to see the reward for planting saplings
- Fully customizable announce/reward/remind/command info strings and settings ( for chance, reward amount and limits )
- Added a default option to disable the breaking of saplings and also permissions to go along (both for breaking and an override)
The set up
- Copy the plugin to your server/plugins folder
- Make sure you have Vault installed ( http://dev.bukkit.org/server-mods/vault/ )
- Restart (or reload if you must) the server
- Make any changes to the config.yml file
- Set up any permissions you'll need (if any)
- Execute /sr reload from a user that has the sr.admin permission or the console
- Enjoy!
The commands
/sr - Shows the reward amount /sr reload - Reloads the config from disk /sr version - Displays the current version you are using
The config
The config has changed in v 0.4. Read about it at http://dev.bukkit.org/server-mods/saplingrewards/pages/config/
The permissions
The permissions are optional, but have changed in v 0.4. Read about them at http://dev.bukkit.org/server-mods/saplingrewards/pages/permissions/
Donations
If you'd like to donate, I have a link for that.
Thanks for keeping me motivated! :D

