mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Add message to sender when all players kicked, addresses issue #1968
This commit is contained in:
parent
de541f6654
commit
18b5405c76
2 changed files with 2 additions and 0 deletions
|
@ -27,5 +27,6 @@ public class Commandkickall extends EssentialsCommand
|
|||
onlinePlayer.kickPlayer(args.length > 0 ? getFinalArg(args, 0) : _("kickDefault"));
|
||||
}
|
||||
}
|
||||
sender.sendMessage(_("kickedAll"));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -163,6 +163,7 @@ jailReleasedPlayerNotify=\u00a77You have been released!
|
|||
jailSentenceExtended=Jail time extend to: {0)
|
||||
jailSet=\u00a77Jail {0} has been set
|
||||
jumpError=That would hurt your computer's brain.
|
||||
kickedAll=\u00a7cKicked all players from server
|
||||
kickDefault=Kicked from server
|
||||
kickExempt=\u00a7cYou can not kick that person.
|
||||
kill=\u00a77Killed {0}.
|
||||
|
|
Loading…
Reference in a new issue