Exylia Plugins

Default Config

Default Config

config.yml

# Only for development purposes
debug: false

cooldowns:
  global-cooldown:
    default: 10.0
    worlds:
      world1: 7.0
      world2: 7.0
    regions:
      region1: 5.0
      region2: 1.0

text:
  automatic-font: "small" # small or none
  force-in-upper-case: true

date-formatter:
  default-pattern: "dd/MM/yyyy HH:mm:ss"
  date-pattern: "dd/MM/yyyy"
  time-pattern: "HH:mm:ss"
  language: "es" # en, es
  use-iso: false

time-formatter:
  zero-text: "{success}Now"
  show-milliseconds: true
  precision: 1
  language: "es" # en, es
  compact-mode: false
  auto-detect-seconds: true

vanilla-cooldowns:
  ENCHANTED_GOLDEN_APPLE:
    cooldown: 300.0
    display-name: "&#7f03fcEnchanted Golden Apple"
    regions:
      pot:
        max-uses: 1
      mazoswap:
        max-uses: 1
      mazo:
        max-uses: 1
  TOTEM_OF_UNDYING:
    cooldown: 0.0
    display-name: "&#ebc728Totem of Undying"
    regions:
      pot:
        max-uses: 4
      mace:
        max-uses: 4

  ENDER_PEARL:
    cooldown: 14.0
    display-name: "&#6922abEnder Pearl"
    regions:
      crystal_hole:
        cooldown: 1.0
      crystal_flat:
        cooldown: 1.0
      mace:
        cooldown: 1.0

  GOLDEN_APPLE:
    cooldown: 3.0
    display-name: "&#fff28fGolden Apple"
    regions:
      crystal_hole:
        cooldown: 2.0
      crystal_flat:
        cooldown: 2.0

arena:
  allowed-commands: ["/msg", "/tell", "/w", "/r", "/reply"]

actionbar:
  enabled: true
  separator: "&r {letters_black}| &r"
  format: "%item%&r {info}%time% ⌚"
  format-limited: "%item% {success}%actual%{letters_black}/{error}%max% {warning}⚠"
  update-ticks: 2
  prefix: ""
  combat-format: "{error}⚔ Combat %time% ⌚"

On this page