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)