Simple Bukkit plugin to add a cooldown or cost to ender pearls.
Drop the jar in your craftbukkit/plugins folder. Per default, enderpearls will have a cooldown of 3 seconds.
Example plugin.yml (default settings):
cooldown: 3000
price: 0
showMessage: true
cooldown is the time in milliseconds that players need to wait before throwing pearls. price is how much each pearl throw costsshowMessage determines whether users get feedback on unsuccessful throws or it just silently fails.enderpearl.cooldown:
default: true
Ender pearl cooldown applies to players with this permission.
enderpearl.use:
default: true
Ender pearls may be used by players with this permission.
enderpearl.pay:
default: true
Players with this permission pay for each pearl throw.
enderpearl.admin:
default: op
Use admin command /epc reload
Find me on Twitter, see the source on Github, report issues.
We use metrics to collect stats! We only collect basic things such as version type, and players online. If you want to see everything, click on the graph. Go into /plugins/PluginMetrics/config.yml to disable stat collecting if you wish.