config.yml

#####################################################
#          ██╗  ██╗ ██████╗ ███████╗████████╗       #
#          ██║  ██║██╔═══██╗██╔════╝╚══██╔══╝       #
#          ███████║██║   ██║███████╗   ██║          #
#          ██╔══██║██║   ██║╚════██║   ██║          #
#          ██║  ██║╚██████╔╝███████║   ██║          #
#          ╚═╝  ╚═╝ ╚═════╝ ╚══════╝   ╚═╝          #
#                                                   #
# https://www.spigotmc.org/resources/authors/335501/#
#                                                   #
#####################################################

HOST:
  GENERAL:
    SOUND-ON-START: "ENTITY_ENDER_DRAGON_AMBIENT"
    ANNOUNCE-TYPE: GLOBAL #GLOBAL, GAME
    ANNOUNCE-TIMES: "60,50,40,30,20,10,5,4,3,2,1"
    HOST-IMAGE: true
    VICTORY-IMAGE: true
    REWARDS-SELECTOR: true
    ALLOW-ITEMS: false
    HOST-CHAT: true
    JOIN-IN-CHAT: true
    SPECTATOR: true
    ARENA-SELECTOR: true
    TELEPORT-TO-SPAWN-ON-END: false
    USE-BUNGEE-MESSAGES: false
    COMMANDS-ON-JOIN: []
    ALLOWED-COMMANDS:
      - 'host'
    USE-DUELS: true

  STORAGE:
    type: "JSON" # MySQL
    username: "root"
    password: "password"
    database: "database"
    port: 3306
    ip: "localhost"

  Games:
    Sumo:
      enabled: true
      displayName: "&bSumo"
      min-players: 2
      max-players: 10
      start-time: 60
      max-round-time: 5 #MINUTES
      pvp-time: 10
      team-creation: 20
      default-cooldown: 120 #MINUTES
      accept-duels: true
    FFA:
      enabled: true
      displayName: "&eFFA"
      min-players: 2
      effects-in:
        pot:
          - 'SPEED:2'
        gapple:
          - 'SPEED:2'
          - 'INCREASE_DAMAGE:2'
      max-players: 10
      start-time: 60
      pvp-time: 10
      default-cooldown: 120 #MINUTES
    1v1:
      enabled: true
      displayName: "&61v1"
      min-players: 2
      max-round-time: 5 #MINUTES
      effects-in:
        pot:
          - 'SPEED:2'
        gapple:
          - 'SPEED:2'
          - 'INCREASE_DAMAGE:2'
      max-players: 10
      start-time: 60
      pvp-time: 10
      default-cooldown: 120 #MINUTES
      accept-duels: true
    OITC:
      enabled: true
      displayName: "&2OITC"
      min-players: 2
      max-players: 10
      start-time: 60
      pvp-time: 10
      announce-points: 35
      points:
        bow: 10
        sword: 5
        win: 100
      default-cooldown: 120 #MINUTES
    TNTTag:
      enabled: true
      displayName: "&cTNTTag"
      min-players: 2
      max-players: 10
      start-time: 60
      explosion-time: 60
      potion-speed:
        tnt-player: 3
        start-game: 4
        normal-player: 2
      default-cooldown: 120 #MINUTES
    TNTRun:
      enabled: true
      displayName: "&6TNTRun"
      min-players: 2
      max-players: 10
      start-time: 60
      default-cooldown: 120 #MINUTES
    Spleef:
      enabled: true
      displayName: "&fSpleef"
      min-players: 2
      max-players: 10
      start-time: 60
      pvp-time: 10
      default-cooldown: 120 #MINUTES
      accept-duels: true
    FallIntoWater:
      enabled: true
      displayName: "&dFallIntoWater"
      min-players: 2
      max-players: 10
      start-time: 60
      pvp-time: 10
      max-round-time: 1 #MINUTES
      default-cooldown: 120 #MINUTES
    Parkour:
      enabled: true
      displayName: "&7Parkour"
      min-players: 2
      max-players: 10
      start-time: 60
      pvp-time: 10
      default-cooldown: 120 #MINUTES
      accept-duels: true
    Bridge:
      enabled: true
      displayName: "&5Bridge"
      min-players: 2
      max-players: 10
      start-time: 60
      pvp-time: 10
      max-height: 120
      min-height: 5
      points-to-win: 4
      default-cooldown: 120 #MINUTES
    BedFight:
      enabled: true
      displayName: "&aBedFight"
      max-players: 10
      min-players: 2
      start-time: 60
      pvp-time: 10
      max-height: 120
      min-height: 5
      default-cooldown: 120 #MINUTES
      allowed-break-blocks:
       - 'END_STONE'
    Paintball:
      enabled: true
      displayName: "&bPaintball"
      item:
        material: DIAMOND_HOE
        data: 0
        displayName: "&bPaintballer"
        lore:
          - '&7Right click to shot'
        customModelData: 0 #Only work in 1.14+ versions
      max-players: 10
      min-players: 2
      start-time: 60
      pvp-time: 10
      points-to-win: 15
      lives-per-player: 3
      default-cooldown: 120 #MINUTES

  CUSTOM-COOLDOWNS:
    - 'hosts.basic.10' # hosts.PERMISSION.TIME IN MINUTES

Last updated