MinecraftWars / EnderPearlCooldown

Adds a cooldown to use of EnderPearls for CraftBukkit
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Ender Pearl Cooldown

Simple Bukkit plugin to add a cooldown or cost to ender pearls.

Features

Installation

Drop the jar in your craftbukkit/plugins folder. Per default, enderpearls will have a cooldown of 3 seconds.

Configuration

Example plugin.yml (default settings):

cooldown: 3000
price: 0
showMessage: true

messages:
  money: "§cNot enough money to throw pearl. Need at least {price}."
  cooldown: "§cEnderpearl cooldown remaining: {seconds} seconds."
  notallowed: "§cYou may not use ender pearls."

Permissions

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