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