Skip to content

Configuration

AliHaine edited this page Jun 24, 2025 · 1 revision
config

Set the damage receveid whem a EnderPearl was used

damage: 2.0

Define if EnderPearl can kill the players

can_kill: true

Define the cooldown in seconds beetwen each EnderPearl (0 = disable)

cooldown: 30

Define the worlds where the cooldown are not enable

cooldown_blacklist_world: [world1, world2, example3]

Define the sound who are played when a EnderPearl are use (let black to disable)

sound: LEVEL_UP

Define all the messages and actionbar text. If you don't want a specifique message you can define nothing beetwen the two "" quotation

enable_craft_creator: true

Control the craft creator menu. After creating your craft for EnderPearl, set this line to "false" to avoid loading unnecessary listeners, which will enhance the performance.

messages:
use_pearl: "&a[BulPearl] &eYou have used an Ender Pearl to teleport." on_cooldown: "&a[BulPearl] &cYou must wait %time% before using an Ender Pearl again." end_cooldown: "&a[BulPearl] &eYou can now use an Ender Pearl." craft_created: "&a[BulPearl] &eYou have created a craft for Ender Pearls." reload: "&a[BulPearl] Configuration reloaded." error_only_ingame: "&c[BulPearl] You can't use this command from the console." error_unknown: "&c[BulPearl] Unknown command." error_craft_creator_disabled: "&c[BulPearl] The craft creator is disabled in the config.yml." no_permission: "&c[BulPearl] You do not have permission to reload the configuration." actionbar:
on_cooldown: "&cYou can reuse an enderpearl in &e%time%s"
end_cooldown: "&aYou can now use again an EnderPearl"

Clone this wiki locally