Configuration - opplaypro/BiomeAnnouncerPL GitHub Wiki

Configuration file for the BiomeAnnouncer plugin.

# Update Checker Settings
update-checker:
  # Set to false to disable checking for new updates
  enabled: true

# Animation Settings
animation:
  # How fast the text appears (in ticks, lower = faster)
  # 2 = very fast, 3 = normal, 4 = slow
  typing-speed: 3

  # Color of the text announcing the biome
  color: "&a"

  # Sound played while announcing the biome
  sound:
    # Set to false to disable the typing sound
    enabled: false
    # Sound volume (0.0 - 1.0)
    volume: 0.3
    # Sound pitch (0.5 - 2.0)
    pitch: 2.0

# Cooldown Settings
cooldown:
  # How long to wait before showing another biome announcement (in seconds)
  duration: 3

# Messages
messages:
  prefix: "&8[&aBiome&8]&r"
  enabled: "&a Biome announcements enabled!"
  disabled: "&c Biome announcements disabled!"
  no-permission: "&cYou don't have permission to use this command!"

# Worlds where the plugin will work
# Overworld: "world"
# Nether: "world_nether"
# End: "world_the_end"
# should support dimmensions added by other means
enabled-worlds:
  - "world"
  - "world_nether"
  - "world_the_end"

# change to name of YAML file that contains translations for biomes (default is Polish)
# if file not found translates to english in a sloppy way
language: "pl_PL"