Configuration

All features, messages are editable and customizable in our plugin.

# Database configuration's
mysql:
  host: "Host"
  port: 3306
  database: "Database"
  username: "Username"
  password: "Password"

# Tournament Start configuration's
tournament:
  broadcast_interval: 15 # Interval in seconds to broadcast the join tournament message.
  minimum_players: 2 # Set a minimum number of players to start a tournament.
  actionbar:
    enabled: true # Set to true to enable ActionBar countdown.

sumo:
  enabled: true # Set to true to enable the Sumo addon.
  tournaments:
    - Sumo

# Tournament Teleport back configuration's
teleport_back:
  world: "world" # World name where the player will be teleported to.
  x: 47 # Coordinates to teleport to
  y: 155 # Coordinates to teleport to
  z: 104 # Coordinates to teleport to

clear_inventory_on_stop: true # Do we delete the inventory of all players when the event is "stopped"?

regions:
  1v1:
    banned-commands:
      - fly
      - spawn
      - trade
      - accept
      - m
      - r
  SecondEvent:
    banned-commands:
      - gamemode
      - give

rewards:
  1v1:
    - give {player} diamond_sword 1
    - give {player} golden_apple 5
  SecondEvent:
    - give {player} diamond_pickaxe 1
    - give {player} emerald 10

Last updated