config.yml
#-------------------------------------------------------------------------
# βββΈββ³ββββ βββΈβββ»βΊβ³ββββΈβββ ββββββΈβββββββ» ββ³ββββββ³βββββββΈβββΈβββ
# β ββββ£ββ« β£βΈ βββ« βββ£βΈ β£β³β β£βββ£βΈ β£ββ«β£β³ββ ββββ£ββ«ββββ£ββ«ββΊββ£βΈ β£β³β
# βββΈβΉ βΉβΉ βΉ βββΈβΉ βΉβΊβ»ββββΈβΉββΈ βΉ βββΈβΉ βΉβΉββΈβββΈ βΉ βΉβΉ βΉβΉ βΉβΉ βΉββββββΈβΉββΈ
#
# Author: cmalucky
# Discord: cmalucky | https://discord.gg/ByHZksQhDd
# Wiki: https://cmalucky.gitbook.io/cmaenderpearlmanager
# Thanks for using my plugin <3
#-------------------------------------------------------------------------
# cmaEnderPearlManager Configuration
# Language setting (uses first part of filename in messages folder)
language: en
# Limit Usage Settings
limit-usage:
enabled: false
max-uses: 3 # Maximum number of uses within a time period
time: 60 # Time in seconds to reset the usage count
display-type: actionbar # actionbar or bossbar
# Cooldown System Settings
cooldown-system:
enabled: false
time: 5
display-type: actionbar # actionbar or bossbar
# Usage Restrictions Settings
usage-restrictions:
region:
enabled: false
advanced-tracking: false # Track and block pearl while it is flying
world:
enabled: false
y-level:
enabled: false
advanced-tracking: false # Track and block pearl while it is flying
# Pearl Health Cost Settings
health-cost:
enabled: false
cost: 2.0
block-throw: true # BLOCK pearl throw when not enough health
show-message: true # Show message when health is deducted
display-type: actionbar # actionbar or bossbar
# Pearl Economy Cost Settings
economy-cost:
enabled: false
cost: 10.0
# Sound Settings
# Leave an entry blank or set it to "NONE" to disable that particular sound.
sounds:
enabled: true
limit-usage: BLOCK_NOTE_BLOCK_PLING
cooldown-system: BLOCK_NOTE_BLOCK_HAT
region: BLOCK_ANVIL_LAND
world: BLOCK_NOTE_BLOCK_BASS
y-level: BLOCK_NOTE_BLOCK_BELL
health-cost: ENTITY_PLAYER_HURT
economy-cost: ENTITY_EXPERIENCE_ORB_PICKUP
pearl-ban: ENTITY_ENDERMAN_SCREAM
# Pearl Ban Settings
pearl-ban:
enabled: false
Last updated