Glowing Studios.
  • 👋Welcome
  • OUR PRODUCTS
    • Plugins
      • ⚔️gKillStats
        • Configuration
        • Commands & Perms
        • Placeholders
      • ⛏️gBlockCounter
        • Configuration
        • Commands & Perms
        • Placeholders
      • 🌶️gIPGuard
        • Configuration
        • Commands & Perms
      • 🏏gFunGun
        • Configuration
        • Styles
        • Commands & Perms
      • 👩‍🎤gInvisibility
        • Configuration
        • Commands & Perms
      • 🪃gReclaim
        • Configuration
        • Commands & Perms
      • 🔗gDiscordSync
        • Configuration
        • Guide
        • Commands
        • Placeholders
      • 👥gStaffTeam
        • Configuration
        • Commands & Perms
        • Apis
      • 🤺gTournaments
        • Configuration
        • Commands & Perms
        • Messages
      • 🥵gCombatPets
        • Api Integrations
          • Mandatory
          • Applicable
        • Languages
          • Supported Lang's
        • Commands & Perms
      • 📦GuildSystem
        • Configuration
        • Languages
        • Commands & Perms
        • Supported Plugins
          • PlaceholderAPI
          • WorldGuard
    • Websites
      • 🖥️Glowing Panel
        • Installation
        • Dependencys
        • Configuration and Encryption
Powered by GitBook
On this page
  1. OUR PRODUCTS
  2. Plugins
  3. gTournaments

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
PreviousgTournamentsNextCommands & Perms

Last updated 11 months ago

🤺