Whit this plugin you can manage the speed, add a particle and a cooldown to all the enderpearl in your server!
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Donation Link:
- https://paypal.me/Maxigame99
Let me know with a comment if you liked this plugin and telling me what I might add!
➤ Particles
Enderpearl particles on shot, managment whit permission.
➤ Cooldown
You can reset the cooldown when the player death in the config, you can manage the cooldown time in the config, and you can add costant countdowns
➤ Sounds
Sounds for detect when the cooldown ended and other...
➤ Messages Type
You can send messages whit ActionBar, Title, SubTitle and Message.
➤ Permissions
bypass cooldown
magicenderpearlcooldown.bypass
Use particles (if it is enabled in the config file)
magicenderpearlcooldown.particles
Reload command
magicenderpearlcooldown.reload
➤ Reload Configuration File
cmd: /mepc reload
permission: magicenderpearlcooldown.reload
if you want reload the config file!
➤ Configuration File
Code (YAML):
# You can also use...
# ---
# type_messages: [] or type_sounds: []
# ---
# to remove all the messages / sounds
# When you try to launch a enderpearl but you can't beacount you are in a cooldown!
deny_shoot:
type_messages:
#- ACTIONBAR
- MESSAGE
- TITLE&SUB
messages:
actionbar: "&cWait another &l%time% sec&c!"
message: "&c[EnderPearl] Wait another %time% sec!"
title: "&cWait another"
subtitle: "&c&l%time% sec"
# When the cooldown is finished
cooldown_ended:
type_messages:
- ACTIONBAR
- MESSAGE
#- TITLE&SUB
messages:
actionbar: "&2&lEnderPearl Again Usable"
message: "&a[EnderPearl] EnderPearl Again usable"
title: "&2&lEnderPearl Again Usable"
subtitle: "&2&lEnderPearl Again Usable"
# Costant countdown message
countdown:
type_messages: []
#- ACTIONBAR
#- MESSAGE
#- TITLE&SUB
messages:
actionbar: "&cWait another &l%time% sec&c!"
message: "&c[EnderPearl] Wait another %time% sec!"
title: "&cWait another &l%time% sec&c!"
subtitle: "&cWait another &l%time% sec&c!"
sounds:
type_enabled:
- SHOOT_ERROR
- COOLDOWN_ENDED
sounds:
shoot_error: NOTE_BASS_DRUM
cooldown_ended: VILLAGER_HAGGLE
particles:
enabled: true
permission_required: true # magicenderpearlcooldown.particles <- permission
particle: WITCH_MAGIC
cooldown_time: 15 # in seconds
fall_distance: 40
cooldown_reset_on_death: true
reload:
reloaded: "&aConfiguration Reloaded!"
no_permission: "&cInsufficient Permissions!" # magicenderpearlcooldown.reload <- permission
help: "&cYou can use: /mepc reload"