Skip to content

Fight count

Enzias edited this page Aug 24, 2020 · 2 revisions

Fight count

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


  • duration: Time in seconds of the fight.
  • gamemode: Here you can set the game mode of both players during the fight.

  • 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:

  • all: Everything here will be displayed continuously during the match.

    • actionbar-to-players: Show an action bar to both dueling players. (At the moment, the action bar is the only thing you can display at every moment.
      • Available Placeholders: %player1% & %player2% %timer% (%timer%: < 60 sec, it will only display seconds. > 60 sec, it will display "minutes : seconds").
    • Soon !
  • 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.
  • 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%.