⚙️Configuration
Configuration
Config.yml File
The config.yml
file contains settings for the plugin. Below are the options available:
Round Finish Commands
round-finish-commands
specifies the commands that will be executed when a round is finished. You can use the player placeholder %player%
in the commands.
Example:
Arena Finish Commands
arena-finish-commands
specifies the commands that will be executed when an arena game is finished. You can use the winner placeholder %winner%
in the command.
Example:
Times To Broadcast
timesToBroadcast
specifies the countdown times when a broadcast message will be sent to the players. You can customize the countdown times to your preference.
Example:
Start Message
startMessage
specifies the message that will be displayed when the game starts. You can customize the message to your preference.
Example:
Bungee Mode
bungee-mode
controls the behavior of players when they join and leave CaptureTheFlag in Bungee Mode. You can configure whether players instantly join CaptureTheFlag, are unable to leave CaptureTheFlag, and specify the lobby server name.
Example:
Delay Settings
delay
specifies the delay settings between starting a new round and teleporting back to the global lobby after a game. You can configure the delay for both situations.
Example:
Global Lobby Option
global-lobby
determines whether the global lobby is enabled or disabled. If set to false, players will instantly leave the CaptureTheFlag mode when they want to leave an arena, and they won't be able to join it as well if this is disabled.
Example:
Last updated