Ignore list and no tpa to self. Fixes ESS-4456 ESS-4711

List users that you ignore when no arguments are given. Otherwise state
that no players are ignored.

Don't allow users to tpa or tpahere themself. This is a problem with
people "glitching" with how essentials finds a safe location to get
inside of places they shouldn't.
This commit is contained in:
drtshock 2013-09-23 11:23:21 -05:00 committed by KHobbits
parent 99c73f3d67
commit f7f7c2a68b
21 changed files with 55 additions and 2 deletions

View File

@ -17,9 +17,17 @@ public class Commandignore extends EssentialsCommand
{
if (args.length < 1)
{
throw new NotEnoughArgumentsException();
StringBuilder sb = new StringBuilder();
for (String s : user._getIgnoredPlayers())
{
sb.append(s).append(" ");
}
String ignoredList = sb.toString().trim();
user.sendMessage(ignoredList.length() > 0 ? _("ignoredList", ignoredList) : _("noIgnored"));
}
User player;
else
{
User player;
try
{
player = getPlayer(server, args, 0, true, true);
@ -42,5 +50,6 @@ public class Commandignore extends EssentialsCommand
user.setIgnoredPlayer(player, true);
user.sendMessage(_("ignorePlayer", player.getName()));
}
}
}
}

View File

@ -21,6 +21,10 @@ public class Commandtpa extends EssentialsCommand
}
User player = getPlayer(server, user, args, 0);
if (user.getName().equalsIgnoreCase(player.getName()))
{
throw new NotEnoughArgumentsException();
}
if (!player.isTeleportEnabled())
{
throw new Exception(_("teleportDisabled", player.getDisplayName()));

View File

@ -21,6 +21,10 @@ public class Commandtpahere extends EssentialsCommand
}
final User player = getPlayer(server, user, args, 0);
if (user.getName().equalsIgnoreCase(player.getName()))
{
throw new NotEnoughArgumentsException();
}
if (!player.isTeleportEnabled())
{
throw new Exception(_("teleportDisabled", player.getDisplayName()));

View File

@ -159,6 +159,7 @@ homeSet=\u00a76Home set.
homes=\u00a76Homes\:\u00a7r {0}
hour=hour
hours=hours
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76You ignore player\u00a7c {0} \u00a76from now on.
illegalDate=Illegal date format.
infoChapter=\u00a76Select chapter\:
@ -271,6 +272,7 @@ noDurability=\u00a74This item does not have a durability.
noGodWorldWarning=\u00a74Warning\! God mode in this world disabled.
noHelpFound=\u00a74No matching commands.
noHomeSetPlayer=\u00a76Player has not set a home.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74You need the \u00a7c{0}\u00a74 permission to use that kit.
noKits=\u00a76There are no kits available yet.
noMail=\u00a76You do not have any mail.

View File

@ -164,6 +164,7 @@ homeSet=\u00a77Domov nastaven.
homes=Domovy\: {0}
hour=hodina
hours=hodiny
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=Zacal jsi ignorovat hrace {0}.
illegalDate=Nespravny format data.
infoChapter=Vyberte kapitolu\:
@ -276,6 +277,7 @@ noDurability=\u00a7cTento predmet nema zadnou vydrz.
noGodWorldWarning=\u00a7cVarovani\! God-mode je v tomto svete zakazan.
noHelpFound=\u00a7cZadne shodujici prikazy.
noHomeSetPlayer=Hrac nema nastaveny zadny domov.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cPotrebujes \u00a7c{0}\u00a7c permission, aby jsi mohl pouzit tento kit.
noKits=\u00a77Nejsou zadne dostupne kity.
noMail=Nemas zadny mail.

View File

@ -159,6 +159,7 @@ homeSet=\u00a77Hjem sat.
homes=Hjem\: {0}
hour=time
hours=timer
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=Du ignorerer spiller {0} fra nu af.
illegalDate=Forkert datoformat.
infoChapter=V\u00e6lg kapitel\:
@ -271,6 +272,7 @@ noDurability=\u00a74This item does not have a durability.
noGodWorldWarning=\u00a7cAdvarsel\! God mode er sl\u00c3\u00a5et fra i denne verden.
noHelpFound=\u00a7cIngen matchende kommandoer.
noHomeSetPlayer=Spilleren har ikke sat et hjem.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cDu har brug for \u00a7c{0}\u00a7c permission for at bruge dette kit.
noKits=\u00a77Der er ikke nogen kits tilg\u00e6ngelige endnu
noMail=Du har ikke noget flaskepost.

View File

@ -159,6 +159,7 @@ homeSet=\u00a76Zuhause gesetzt.
homes=\u00a76Heime\:\u00a7r {0}
hour=Stunde
hours=Stunden
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76Du ignorierst ab jetzt Spieler\u00a7c {0}\u00a76.
illegalDate=Ung\u00fcltiges Datumsformat.
infoChapter=W\u00e4hle Kapitel\:
@ -271,6 +272,7 @@ noDurability=\u00a74Dieser Gegenstand hat keine Haltbarkeit.
noGodWorldWarning=\u00a74Warnung\! Unsterblichkeitsmodus ist in dieser Welt deaktiviert.
noHelpFound=\u00a74Keine \u00fcbereinstimmenden Befehle.
noHomeSetPlayer=\u00a76Spieler hat kein Zuhause gesetzt.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74Du brauchst die Berechtigung \u00a7c{0}\u00a74 um diese Ausr\u00fcstung anzufordern.
noKits=\u00a76Es sind keine Ausr\u00fcstungen verf\u00fcgbar.
noMail=\u00a76Du hast keine Nachrichten.

View File

@ -159,6 +159,7 @@ homeSet=\u00a76Home set.
homes=\u00a76Homes\:\u00a7r {0}
hour=hour
hours=hours
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76You ignore player\u00a7c {0} \u00a76from now on.
illegalDate=Illegal date format.
infoChapter=\u00a76Select chapter\:
@ -271,6 +272,7 @@ noDurability=\u00a74This item does not have a durability.
noGodWorldWarning=\u00a74Warning\! God mode in this world disabled.
noHelpFound=\u00a74No matching commands.
noHomeSetPlayer=\u00a76Player has not set a home.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74You need the \u00a7c{0}\u00a74 permission to use that kit.
noKits=\u00a76There are no kits available yet.
noMail=\u00a76You do not have any mail.

View File

@ -159,6 +159,7 @@ homeSet=\u00a77Hogar establecido.
homes=Hogares\: {0}
hour=hora
hours=horas
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=A partir de ahora ignoras al jugador {0}.
illegalDate=Forma de fecha ilegal.
infoChapter=Selecciona una seccion\:
@ -271,6 +272,7 @@ noDurability=\u00a7cEste item no tiene durabilidad.
noGodWorldWarning=\u00a7cAdvertencia\! El Modo de dios ha sido desactivado en este mundo.
noHelpFound=\u00a7cNo hay comandos relacionados.
noHomeSetPlayer=El jugador no ha establecido un hogar.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cNecesitas los \u00a7c{0}\u00a7c permisos para usar ese kit.
noKits=\u00a77No hay kits disponibles aun.
noMail=No has recibido ningun email.

View File

@ -159,6 +159,7 @@ homeSet=\u00a77Koti asetettu.
homes=Kodit\: {0}
hour=tunti
hours=tunnit
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=J\u00e4tit huomiotta pelaajan {0}.
illegalDate=Laiton p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n muoto.
infoChapter=Valitse luku\:
@ -271,6 +272,7 @@ noDurability=\u00a7cT\u00e4ll\u00e4 tavaralla ei ole kestoa.
noGodWorldWarning=\u00a7cVaroitus\! God muoto ei ole k\u00e4yt\u00f6ss\u00e4 t\u00e4ss\u00e4 maailmassa.
noHelpFound=\u00a7cEi komentoja.
noHomeSetPlayer=Pelaaja ei ole asettanut kotia.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cTarvitset \u00a7c{0}\u00a7c oikeuden, jotta voit k\u00e4ytt\u00e4\u00e4 tuota pakkausta.
noKits=\u00a77Ei pakkauksia saatavilla viel\u00e4
noMail=Ei uusia viestej\u00e4

View File

@ -159,6 +159,7 @@ homeSet=\u00a77R\u00e9sidence d\u00e9finie.
homes=R\u00e9sidences \: {0}
hour=heure
hours=heures
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=Vous ignorez d\u00e9sormais {0}.
illegalDate=Format de date invalide.
infoChapter=S\u00e9lectionnez le chapitre \:
@ -271,6 +272,7 @@ noDurability=\u00a7cCet item n''a pas de durabilit\u00e9.
noGodWorldWarning=\u00a7cAttention \! Le mode dieu est d\u00e9sactiv\u00e9 dans ce monde.
noHelpFound=\u00a7cAucune commande correspondante.
noHomeSetPlayer=Le joueur n''a pas d\u00e9fini sa r\u00e9sidence.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cVous avez besoin de la permission \u00a7c{0}\u00a7c pour utiliser ce kit.
noKits=\u00a77Il n''y a pas encore de kits disponibles.
noMail=Vous n''avez pas de courrier

View File

@ -159,6 +159,7 @@ homeSet=\u00a77Home impostata.
homes=Homes\: {0}
hour=ora
hours=ore
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=Da ora in poi ignorerai {0}.
illegalDate=Formato data/ora non riconosciuto.
infoChapter=Seleziona capitolo\:
@ -271,6 +272,7 @@ noDurability=\u00a74This item does not have a durability.
noGodWorldWarning=\u00a7cAttenzione\! Modalita'' God disabilitata in questo mondo.
noHelpFound=\u00a7cComandi non trovati.
noHomeSetPlayer=Il Player non ha stabilito una home.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cHai bisogno del permesso \u00a7c{0}\u00a7c per usare questo kit.
noKits=\u00a77Non ci sono ancora kit disponibili
noMail=Non hai ricevuto nessuna mail

View File

@ -159,6 +159,7 @@ homeSet=\u00a77Home ingesteld.
homes=Homes\: {0}
hour=uur
hours=uren
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=U negeert {0} vanaf nu.
illegalDate=Illegaal data formaat.
infoChapter=Selecteer hoofdstuk\:
@ -271,6 +272,7 @@ noDurability=\u00a7cDit voorwerp heeft geen levensduur.
noGodWorldWarning=\u00a7cWaarschuwing\! God modus is uitgeschakeld in deze wereld.
noHelpFound=\u00a7cGeen overeenkomende commandos.
noHomeSetPlayer=Speler heeft geen home.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cU heeft de \u00a7c{0}\u00a7c toestemming nodig om die kit te gebruiken.
noKits=\u00a77Er zijn nog geen kits beschikbaar.
noMail=U heeft geen berichten.

View File

@ -159,6 +159,7 @@ homeSet=\u00a77Dom zostal ustawiony.
homes=\u00a77Domy\:\u00a7r {0}
hour=godzina
hours=godzin
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a77Od tej chwili ignorujesz gracza \u00a7c{0}\u00a77.
illegalDate=Nie prawidlowy format daty.
infoChapter=Wybierz rozdzial\:
@ -271,6 +272,7 @@ noDurability=\u00a74Ten przedmiot nie jest wytrzymaly.
noGodWorldWarning=\u00a74Uwaga\! Godmode jest wylaczony w tym swiecie\!.
noHelpFound=\u00a74Nie ma odpowiadajacych komend.
noHomeSetPlayer=\u00a77Gracz nie ma ustawionego domu.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74Musisz posiadac uprawnienia \u00a7c{0}\u00a74 aby uzywac tego zestawu.
noKits=\u00a77Nie ma jeszcze dostepnych zestawow.
noMail=\u00a77Nie masz zadnych wiadomosci.

View File

@ -159,6 +159,7 @@ homeSet=\u00a76Casa definida.
homes=\u00a76Casas\:\u00a7r {0}
hour=hora
hours=horas
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76Voc\u00c3\u00aa est\u00c3\u00a1 agora ignorando o jogador\u00a7c {0} \u00a76.
illegalDate=Formate de data ilegal.
infoChapter=Selecionar cap\u00c3\u00adtulo\:
@ -271,6 +272,7 @@ noDurability=\u00a74Esse item nao tem durabilidade.
noGodWorldWarning=\u00a74Cuidado\! Modo deus nao est\u00c3\u00a1 desativado nesse mundo.
noHelpFound=\u00a74Nenhum comando correspondendo.
noHomeSetPlayer=\u00a76Jogador nao definiu uma casa.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74Voc\u00c3\u00aa precisa da permissao \u00a7c{0}\u00a74 para usar esse kit.
noKits=\u00a76Nao existem kits dispon\u00c3\u00adveis ainda.
noMail=\u00a76Voc\u00c3\u00aa nao tem nenhum e-mail.

View File

@ -159,6 +159,7 @@ homeSet=\u00a76Casa setata.
homes=\u00a76Case\:\u00a7r {0}
hour=ora
hours=ore
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76Il ignori pe jucatorul\u00a7c {0} \u00a76de acum.
illegalDate=Formatul datei este ilegala.
infoChapter=Selecteaza capitol\:
@ -271,6 +272,7 @@ noDurability=\u00a74Acest obiect nu are durabilitate.
noGodWorldWarning=\u00a74Avertisment\! Modul GOD este dezactivat in aceasta lume.
noHelpFound=\u00a74Nici o comanda nu se potriveste.
noHomeSetPlayer=\u00a76Jucatorul nu are setata casa.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74Ai nevoie de permisiunea \u00a7c{0}\u00a74 pentru a utiliza acest kit.
noKits=\u00a76Nu sunt kituri valabile inca.
noMail=\u00a76Nu ai nici un mail.

View File

@ -159,6 +159,7 @@ homeSet=\u00a76\u0422\u043e\u0447\u043a\u0430 \u0434\u043e\u043c\u0430 \u0443\u0
homes=\u00a76\u0422\u043e\u0441\u043a\u0438 \u0434\u043e\u043c\u0430\:\u00a7r {0}
hour=\u0447\u0430\u0441
hours=\u0447\u0430\u0441\u043e\u0432
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76\u0412\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u0432 \u0438\u0433\u043d\u043e\u0440 \u0438\u0433\u0440\u043e\u043a\u0430\u00a7c {0} \u00a76.
illegalDate=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b.
infoChapter=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\:
@ -271,6 +272,7 @@ noDurability=\u00a74\u042d\u0442\u043e\u0442 \u043f\u0440\u0435\u0434\u043c\u043
noGodWorldWarning=\u00a74\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435\! \u0420\u0435\u0436\u0438\u043c \u0411\u043e\u0433\u0430 \u0432 \u044d\u0442\u043e\u043c \u043c\u0438\u0440\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d.
noHelpFound=\u00a74\u041d\u0435\u0442 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.
noHomeSetPlayer=\u00a76\u0418\u0433\u0440\u043e\u043a \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u0442\u043e\u0447\u043a\u0438 \u0434\u043e\u043c\u0430.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u00a7c{0}\u00a74 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043a\u0438\u0442\u0430.
noKits=\u00a76\u041d\u0435\u0442 \u0435\u0449\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u043a\u0438\u0442\u043e\u0432.
noMail=\u00a76\u0423 \u0432\u0430\u0441 \u043d\u0435\u0442\u0443 \u043f\u0438\u0441\u0435\u043c.

View File

@ -159,6 +159,7 @@ homeSet=\u00a77Hem inst\u00e4llt.
homes=Hem\: {0}
hour=timme
hours=timmar
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=Du ignorerar spelaren {0} fr\u00e5n och med nu.
illegalDate=Felaktigt datumformat.
infoChapter=V\u00e4lj kapitel\:
@ -271,6 +272,7 @@ noDurability=\u00a7cDen saken har inte en h\u00e5llbarhet.
noGodWorldWarning=\u00a7cVarning\! Od\u00f6dlighet i den h\u00e4r v\u00e4rlden \u00e4r inaktiverat.
noHelpFound=\u00a7cInga matchande kommandon.
noHomeSetPlayer=Den h\u00e4r spelaren har inte ett hem.
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a7cDu beh\u00f6ver \u00a7c{0}\u00a7c tillst\u00e5nd f\u00f6r att anv\u00e4nda det kitet.
noKits=\u00a77Det finns inga kits tillg\u00e4ngliga \u00e4n
noMail=Du har inget meddelande

View File

@ -159,6 +159,7 @@ homeSet=\u00a76\u5df2\u8bbe\u7f6e\u5bb6~
homes=\u00a76\u5bb6\:\u00a7r{0}
hour=\u5c0f\u65f6
hours=\u5c0f\u65f6
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76\u4f60\u5c4f\u853d\u4e86\u73a9\u5bb6 \u00a7c{0}
illegalDate=\u9519\u8bef\u7684\u65e5\u671f\u683c\u5f0f
infoChapter=\u9009\u62e9\u7ae0\u8282\:
@ -271,6 +272,7 @@ noDurability=\u00a74\u8fd9\u4e2a\u7269\u54c1\u6ca1\u6709\u8010\u4e45.
noGodWorldWarning=\u00a74\u7981\u6b62\u4f7f\u7528\u4e0a\u5e1d\u6a21\u5f0f.
noHelpFound=\u00a74\u6ca1\u6709\u5339\u914d\u7684\u547d\u4ee4
noHomeSetPlayer=\u00a76\u8be5\u73a9\u5bb6\u8fd8\u672a\u8bbe\u7f6e\u5bb6
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74\u4f60\u9700\u8981 \u00a74{0}\u00a74 \u6743\u9650\u6765\u4f7f\u7528\u8be5\u5de5\u5177
noKits=\u00a76\u8fd8\u6ca1\u6709\u53ef\u83b7\u5f97\u7684\u5de5\u5177
noMail=\u4f60\u6ca1\u6709\u4efb\u4f55\u90ae\u4ef6

View File

@ -159,6 +159,7 @@ homeSet=\u00a76\u5df2\u8a2d\u7f6e\u5bb6~
homes=\u00a76\u5bb6\:\u00a7r{0}
hour=\u5c0f\u6642
hours=\u5c0f\u6642
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76\u4f60\u5c4f\u853d\u4e86\u73a9\u5bb6 \u00a7c{0}
illegalDate=\u932f\u8aa4\u7684\u65e5\u671f\u683c\u5f0f
infoChapter=\u9078\u64c7\u7ae0\u7bc0\:
@ -271,6 +272,7 @@ noDurability=\u00a74\u9019\u500b\u7269\u54c1\u6c92\u6709\u8010\u4e45.
noGodWorldWarning=\u00a74\u7981\u6b62\u4f7f\u7528\u4e0a\u5e1d\u6a21\u5f0f.
noHelpFound=\u00a74\u6c92\u6709\u5339\u914d\u7684\u547d\u4ee4
noHomeSetPlayer=\u00a76\u8a72\u73a9\u5bb6\u9084\u672a\u8a2d\u7f6e\u5bb6
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74\u4f60\u9700\u8981 \u00a74{0}\u00a74 \u6b0a\u9650\u4f86\u4f7f\u7528\u8a72\u5de5\u5177
noKits=\u00a76\u9084\u6c92\u6709\u53ef\u7372\u5f97\u7684\u5de5\u5177
noMail=\u4f60\u6c92\u6709\u4efb\u4f55\u90f5\u4ef6

View File

@ -159,6 +159,7 @@ homeSet=\u00a76\u5df2\u8a2d\u7f6e\u5bb6~
homes=\u00a76\u5bb6\:\u00a7r{0}
hour=\u5c0f\u6642
hours=\u5c0f\u6642
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignorePlayer=\u00a76\u4f60\u5c4f\u853d\u4e86\u73a9\u5bb6 \u00a7c{0}
illegalDate=\u932f\u8aa4\u7684\u65e5\u671f\u683c\u5f0f
infoChapter=\u9078\u64c7\u7ae0\u7bc0\:
@ -271,6 +272,7 @@ noDurability=\u00a74\u9019\u500b\u7269\u54c1\u6c92\u6709\u8010\u4e45.
noGodWorldWarning=\u00a74\u7981\u6b62\u4f7f\u7528\u4e0a\u5e1d\u6a21\u5f0f.
noHelpFound=\u00a74\u6c92\u6709\u5339\u914d\u7684\u547d\u4ee4
noHomeSetPlayer=\u00a76\u8a72\u73a9\u5bb6\u9084\u672a\u8a2d\u7f6e\u5bb6
noIgnored=\u00a76You are not ignoring anyone.
noKitPermission=\u00a74\u4f60\u9700\u8981 \u00a74{0}\u00a74 \u8a31\u53ef\u6b0a\u4f86\u4f7f\u7528\u8a72\u5de5\u5177
noKits=\u00a76\u9084\u6c92\u6709\u53ef\u7372\u5f97\u7684\u5de5\u5177
noMail=\u4f60\u6c92\u6709\u4efb\u4f55\u90f5\u4ef6