-
Notifications
You must be signed in to change notification settings - Fork 3
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.
-
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 !
-
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.
-
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%.
EasyDuels is an open-source and free plugin for spigot servers, offering a new 1v1 system for your server.