Skip to content

Lobby count

Enzias edited this page Aug 24, 2020 · 5 revisions

Lobby count

This page will give you all the information you need to change the lobby timer part of your configuration file(settings.yml). The lobby timer is the time between teleporting players to the arena until the start of the fight.


  • duration: Time in seconds before the start of the fight.
  • prevent-move: If set to true, during the lobby timer, players will not be able to move outside their spawn point.

  • actions: In this part, you can completely customize countdowns. You can set many actions for each second of the timer. (For example, check the Basic Configuration). Want to delete an action? No problem, leave it blank or remove the line.

Available actions:

  • message-to-players: Send a message to both dueling players.

    • Available Placeholders: %player1% & %player2%.
  • title-to-players: Show a title and a subtitle to both dueling players. The first line must be the title and the second the subtitle.

  • sound-to-players: Play a sound to both dueling players.

    • sound-id: Sound ID can be found by googling "SPIGOT SOUND <your-server-version>". You can find the last-update sounds here.
    • volume (optional): The sound volume.
    • pitch (optional): The sound pitch.
  • actionbar-to-players: Show an action bar to both dueling players.

    • Available Placeholders: %player1% & %player2%.
  • players-command: Force both dueling players to run a command.

    • Available Placeholders: %opponent% %player% (i.g /message %opponent% Good Luck! -> Both players will send to their opponent Good Luck!).
  • console-command: Run a command as the console.

    • Available Placeholders: %player1% & %player2%.
  • broadcast: Broadcast a message to the server.

    • Available Placeholders: %player1% & %player2%.