Config File
Config File
The current config file is config.yml
Default configuration file:
messages: playerDamaged: "&9 >>> &6You have been damaged by &2[nick]&6. You can't leave from server for next &410&6 seconds. &2(/tag)" playerDamager: "&9 >>> &6You have damaged &2[nick]&6. You can't leave from server for next &410&6 seconds. &2(/tag)" command_no: "&9 >>> &6You can't leave server for &4&l[time]&6 seconds." command_yes: "&9 >>> &2You can log out safely now." playerEscaped: "&4&l=== &6Player &4[nick]&6 left during the battle! &4&l===" spawnfirework: true DropTagOnKick: false time: 10
Explain:
Messages
You can use all minecraft colors while writing messages.
playerDamaged = Message to player damaged when he is tagged by another player.
playerDamager = Message to player, who attack another player.
command_no = Message that appear to player, who use /tag command and cant logout yet.
command_yes = Message to player who can safe logout.
playerEscaped = Broadcast message about player who escaped during the battle.
Other:
spawnfirework = True/False variable that says, will the firework appear when player left during the battle.
DropTagOnKick = True/False variable that says, will player drop his tag when kicked.
time = Integer variable that says how long is Tag.
Comments