config.yml

config.yml
mysql:
  enabled: false
  hostname: 'localhost'
  port: 3306
  username: "root"
  password: ""
  database: "MyDatabase"
  playerstable: "PlayerTable"
settings:
  action-settings:
    default-check-target-radius: 12
    default-player-target-count: 10
  start-cooldown-in-second: 300
  start-cooldown-messages-in-second:
    - 300
    - 240
    - 180
    - 120
    - 60
    - 30
    - 15
    - 10
    - 9
    - 8
    - 7
    - 6
    - 5
    - 4
    - 3
    - 2
    - 1
  save-datas-delay: 3600
  cooldown-between-attacks: 0.5
  participant-type: Player

scoreboard:
  enabled: true
  check-distance-to-apply: true
  distance-to-apply-value: 20
  name: "&cā˜€ Nexus ā˜€"
  lines:
    - "&3 "
    - "&dNexus: &a%nexus_name%"
    - "&dHealth: &a%runningnexus_health%&8/&c%nexus_health%"
    - "&dPhase: &a%runningnexus_phase_id%&8/&c%nexus_phase_count%"
    - "&c "
    - "&eClassement:"
    - "&f "
    - "&6> 1. &e%nexus_top_1% &6%nexus_top_1_damage%"
    - "&6> 2. &e%nexus_top_2% &6%nexus_top_2_damage%"
    - "&6> 3. &e%nexus_top_3% &6%nexus_top_3_damage%"
    - "..."
    - "&6> %nexus_player_top%. &eYou"

Last updated