mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-08 17:38:20 +01:00
Fixing spawnmob errors to say the right thing.
This commit is contained in:
parent
f006932639
commit
2a8ccb43ae
@ -44,7 +44,7 @@ public class Commandessentials extends EssentialsCommand
|
||||
{
|
||||
sender.sendMessage("Essentials " + ess.getDescription().getVersion());
|
||||
sender.sendMessage("/<command> <reload/debug>");
|
||||
sender.sendMessage("Essentials blocked the following commands, due to command conflicts:");
|
||||
sender.sendMessage(_("blockList"));
|
||||
final StringBuilder disabledCommands = new StringBuilder();
|
||||
for (Map.Entry<String, String> entry : ess.getAlternativeCommandsHandler().disabledCommands().entrySet())
|
||||
{
|
||||
|
@ -64,11 +64,11 @@ public class Commandspawnmob extends EssentialsCommand
|
||||
|
||||
if (ess.getSettings().getProtectPreventSpawn(mob.getType().toString().toLowerCase(Locale.ENGLISH)))
|
||||
{
|
||||
throw new Exception(_("unableToSpawnMob"));
|
||||
throw new Exception(_("disabledToSpawnMob"));
|
||||
}
|
||||
if (!user.isAuthorized("essentials.spawnmob." + mob.name.toLowerCase()))
|
||||
{
|
||||
throw new Exception(_("unableToSpawnMob"));
|
||||
throw new Exception(_("noPermToSpawnMob"));
|
||||
}
|
||||
|
||||
final Block block = Util.getTarget(user).getBlock();
|
||||
@ -98,11 +98,11 @@ public class Commandspawnmob extends EssentialsCommand
|
||||
|
||||
if (ess.getSettings().getProtectPreventSpawn(mobMount.getType().toString().toLowerCase(Locale.ENGLISH)))
|
||||
{
|
||||
throw new Exception(_("unableToSpawnMob"));
|
||||
throw new Exception(_("disabledToSpawnMob"));
|
||||
}
|
||||
if (!user.isAuthorized("essentials.spawnmob." + mobMount.name.toLowerCase()))
|
||||
{
|
||||
throw new Exception(_("unableToSpawnMob"));
|
||||
throw new Exception(_("noPermToSpawnMob"));
|
||||
}
|
||||
try
|
||||
{
|
||||
|
@ -24,6 +24,7 @@ bannedPlayersFileError=Error reading banned-players.txt
|
||||
bannedPlayersFileNotFound=banned-players.txt not found
|
||||
bigTreeFailure=\u00a7cBig tree generation failure. Try again on grass or dirt.
|
||||
bigTreeSuccess= \u00a77Big tree spawned.
|
||||
blockList=Essentials blocked the following commands, due to command conflicts:
|
||||
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
|
||||
buildAlert=\u00a7cYou are not permitted to build
|
||||
bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
||||
@ -63,6 +64,7 @@ depthBelowSea=\u00a77You are {0} block(s) below sea level.
|
||||
destinationNotSet=Destination not set
|
||||
disableUnlimited=\u00a77Disabled unlimited placing of {0} for {1}.
|
||||
disabled=disabled
|
||||
disabledToSpawnMob=Spawning this mob was disabled in the config file.
|
||||
dontMoveMessage=\u00a77Teleportation will commence in {0}. Don''t move.
|
||||
downloadingGeoIp=Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB)
|
||||
duplicatedUserdata=Duplicated userdata: {0} and {1}
|
||||
@ -151,8 +153,8 @@ jumpError=That would hurt your computer''s brain.
|
||||
kickDefault=Kicked from server
|
||||
kickExempt=\u00a7cYou can not kick that person.
|
||||
kill=\u00a77Killed {0}.
|
||||
kitError=\u00a7cThere are no valid kits.
|
||||
kitError2=\u00a7cThat kit does not exist or is improperly defined.
|
||||
kitError=\u00a7cThere are no valid kits.
|
||||
kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration?
|
||||
kitGive=\u00a77Giving kit {0}.
|
||||
kitInvFull=\u00a7cYour inventory was full, placing kit on the floor
|
||||
@ -195,6 +197,7 @@ muteExempt=\u00a7cYou may not mute that player.
|
||||
mutedPlayer=Player {0} muted.
|
||||
mutedPlayerFor=Player {0} muted for {1}.
|
||||
mutedUserSpeaks={0} tried to speak, but is muted.
|
||||
nearbyPlayers=Players nearby: {0}
|
||||
needTpohere=You need access to /tpohere to teleport other players.
|
||||
negativeBalanceError=User is not allowed to have a negative balance.
|
||||
nickChanged=Nickname changed.
|
||||
@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cYou do not have the \u00a7fessentials.mail.send\u00a7c per
|
||||
noMotd=\u00a7cThere is no message of the day.
|
||||
noNewMail=\u00a77You have no new mail.
|
||||
noPendingRequest=You do not have a pending request.
|
||||
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
|
||||
noPlacePermission=\u00a7cYou do not have permission to place a block near that sign.
|
||||
noPowerTools=You have no power tools assigned.
|
||||
noRules=\u00a7cThere are no rules specified yet.
|
||||
@ -363,7 +367,7 @@ versionMismatch=Version mismatch! Please update {0} to the same version.
|
||||
versionMismatchAll=Version mismatch! Please update all Essentials jars to the same version.
|
||||
voiceSilenced=\u00a77Your voice has been silenced
|
||||
warpDeleteError=Problem deleting the warp file.
|
||||
warpListPermission=\u00a7cYou do not have Permission to list that warps.
|
||||
warpListPermission=\u00a7cYou do not have Permission to list warps.
|
||||
warpNotExist=That warp does not exist.
|
||||
warpSet=\u00a77Warp {0} set.
|
||||
warpUsePermission=\u00a7cYou do not have Permission to use that warp.
|
||||
|
@ -24,6 +24,7 @@ bannedPlayersFileError=Fejl i l\u00e6sning af banned-players.txt
|
||||
bannedPlayersFileNotFound=banned-players.txt ikke fundet
|
||||
bigTreeFailure=\u00a7cStort tr\u00e6 genererings fejl. Pr\u00f8v igen p\u00e5 gr\u00e6s eller jord.
|
||||
bigTreeSuccess= \u00a77Stort tr\u00e6 fremkaldt.
|
||||
blockList=Essentials blocked the following commands, due to command conflicts:
|
||||
broadcast=[\u00a7cMeddelelse\u00a7f]\u00a7a {0}
|
||||
buildAlert=\u00a7cDu er ikke tilladt at bygge!
|
||||
bukkitFormatChanged=Bukkit version format \u00e6ndret. Version er ikke checket.
|
||||
@ -63,6 +64,7 @@ depthBelowSea=\u00a77Du er {0} blok(ke) under havoverfladen.
|
||||
destinationNotSet=Destination er ikke sat
|
||||
disableUnlimited=\u00a77Deaktiverede ubergr\u00e6nset placering af {0} for {1}.
|
||||
disabled=deaktiveret
|
||||
disabledToSpawnMob=Spawning this mob was disabled in the config file.
|
||||
dontMoveMessage=\u00a77Teleportering vil begynde om {0}. Bev\u00e6g dig ikke.
|
||||
downloadingGeoIp=Downloader GeoIP database ... det her kan tage et stykke tid (land: 0.6 MB, by: 20MB)
|
||||
duplicatedUserdata=Duplikerede userdata: {0} og {1}
|
||||
@ -151,8 +153,8 @@ jumpError=Det ville skade din computer''s hjerne.
|
||||
kickDefault=Kicket fra serveren
|
||||
kickExempt=\u00a77Du kan ikke sparke denne spiller.
|
||||
kill=\u00a77Dr\u00e6bte {0}.
|
||||
kitError=\u00a7cDer er ikke nogen gyldige pakker.
|
||||
kitError2=\u00a7cDen pakke eksisterer ikke eller er forkert defineret.
|
||||
kitError=\u00a7cDer er ikke nogen gyldige pakker.
|
||||
kitErrorHelp=\u00a7cM\u00e5ske mangler et element en m\u00e6ngde i konfigurationen?
|
||||
kitGive=\u00a77Giver pakke {0}.
|
||||
kitInvFull=\u00a7cDin inventory var fuld, placere pakken p\u00e5 gulvet
|
||||
@ -195,6 +197,7 @@ muteExempt=\u00a7cYou may not mute that player.
|
||||
mutedPlayer=Spiller {0} d\u00e6mpet.
|
||||
mutedPlayerFor=Spiller {0} d\u00e6mpet for {1}.
|
||||
mutedUserSpeaks={0} pr\u00f8vede at snakke, men er muted.
|
||||
nearbyPlayers=Players nearby: {0}
|
||||
needTpohere=Du skal have adgang til /tpohere for at teleporter andre spillere.
|
||||
negativeBalanceError=Brugeren er ikke tilladt at have en negativ saldo.
|
||||
nickChanged=Kaldenavn \u00e6ndret.
|
||||
@ -207,8 +210,8 @@ nickSet=\u00a77Dit kaldenavn er nu \u00a7c{0}
|
||||
noAccessCommand=\u00a7cDu har ikke adgang til den kommando.
|
||||
noAccessPermission=\u00a7cDu har ikke tilladelse til at f\u00e5 adgang til det {0}.
|
||||
noDestroyPermission=\u00a7cDu har ikke tilladelse til at \u00f8del\u00e6gge det {0}.
|
||||
noHelpFound=\u00a7cNo matching commands.
|
||||
noGodWorldWarning=\u00a7cWarning! God mode in this world disabled.
|
||||
noHelpFound=\u00a7cNo matching commands.
|
||||
noHomeSet=Du har sat et nyt hjem.
|
||||
noHomeSetPlayer=Spiller har ikke sat et hjem.
|
||||
noKitPermission=\u00a7cDu har brug for \u00a7c{0}\u00a7c tilladelsen for at bruge den pakke.
|
||||
@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cDu har ikke \u00a7fessentials.mail.send\u00a7c tilladelsen
|
||||
noMotd=\u00a7cDer er ikke nogen besked for dagen.
|
||||
noNewMail=\u00a77Du har ingen ny post.
|
||||
noPendingRequest=Du har ikke en ventende anmodning.
|
||||
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
|
||||
noPlacePermission=\u00a7cYou do not have permission to place a block near that sign.
|
||||
noPowerTools= You have no power tools assigned.
|
||||
noRules=\u00a7cDer er ingen regler fastsat endnu.
|
||||
|
@ -24,6 +24,7 @@ bannedPlayersFileError=Fehler beim Lesen von banned-players.txt
|
||||
bannedPlayersFileNotFound=banned-players.txt nicht gefunden
|
||||
bigTreeFailure=\u00a7cFehler beim Pflanzen eines grossen Baums. Versuch es auf Gras oder Dreck.
|
||||
bigTreeSuccess= \u00a77Grosser Baum gepflanzt.
|
||||
blockList=Essentials blocked the following commands, due to command conflicts:
|
||||
broadcast=[\u00a7cRundruf\u00a7f]\u00a7a {0}
|
||||
buildAlert=\u00a7cDu hast keine Rechte zum Bauen.
|
||||
bukkitFormatChanged=Bukkit-Versionsformat hat sich ge\u00e4ndert. Version nicht kontrolliert.
|
||||
@ -63,6 +64,7 @@ depthBelowSea=\u00a77Du bist {0} Bl\u00f6cke unter Meeresh\u00f6he.
|
||||
destinationNotSet=Ziel nicht gesetzt
|
||||
disableUnlimited=\u00a77Deaktiviere unendliches Platzieren von {0} f\u00fcr {1}.
|
||||
disabled=deaktiviert
|
||||
disabledToSpawnMob=Spawning this mob was disabled in the config file.
|
||||
dontMoveMessage=\u00a77Teleportvorgang startet in {0}. Beweg dich nicht.
|
||||
downloadingGeoIp=Lade GeoIP-Datenbank ... dies kann etwas dauern (country: 0.6 MB, city: 20MB)
|
||||
duplicatedUserdata=Doppelte Datei in userdata: {0} und {1}
|
||||
@ -151,8 +153,8 @@ jumpError=Das w\u00fcrde deinen Computer \u00fcberlasten.
|
||||
kickDefault=Vom Server geworfen
|
||||
kickExempt=\u00a7cDu kannst diesen Spieler nicht rauswerfen.
|
||||
kill=\u00a77{0} get\u00f6tet.
|
||||
kitError=\u00a7cEs gibt keine g\u00fcltigen Ausr\u00fcstungen.
|
||||
kitError2=\u00a7cDiese Ausr\u00fcstung existiert nicht oder ist ung\u00fcltig.
|
||||
kitError=\u00a7cEs gibt keine g\u00fcltigen Ausr\u00fcstungen.
|
||||
kitErrorHelp=\u00a7cEventuell fehlt bei einem Gegenstand die Menge?
|
||||
kitGive=\u00a77Gebe Ausr\u00fcstung {0}.
|
||||
kitInvFull=\u00a7cDein Inventar ist voll, lege Ausr\u00fcstung auf den Boden
|
||||
@ -195,6 +197,7 @@ muteExempt=\u00a7cDu darfst diesen Spieler nicht stumm machen.
|
||||
mutedPlayer=Player {0} ist nun stumm.
|
||||
mutedPlayerFor=Player {0} ist nun stumm f\u00fcr {1}.
|
||||
mutedUserSpeaks={0} versuchte zu sprechen, aber ist stumm geschaltet.
|
||||
nearbyPlayers=Players nearby: {0}
|
||||
needTpohere=Du brauchst Zugriff auf /tpohere um andere Spieler teleportieren zu k\u00f6nnen.
|
||||
negativeBalanceError=Spieler darf keine Schulden machen.
|
||||
nickChanged=Nickname ge\u00e4ndert.
|
||||
@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cDu hast die Rechte \u00a7fessentials.mail.send\u00a7c nich
|
||||
noMotd=\u00a7cEs existiert keine Willkommensnachricht.
|
||||
noNewMail=\u00a77Du hast keine Nachrichten.
|
||||
noPendingRequest=Du hast keine Teleportierungsanfragen.
|
||||
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
|
||||
noPlacePermission=\u00a7cDu hast keine Rechte, einen Block in der N\u00e4he des Schildes zu platzieren.
|
||||
noPowerTools=Du hast keine Powertools zugewiesen.
|
||||
noRules=\u00a7cEs wurden keine Regeln definiert.
|
||||
|
@ -24,6 +24,7 @@ bannedPlayersFileError=Error reading banned-players.txt
|
||||
bannedPlayersFileNotFound=banned-players.txt not found
|
||||
bigTreeFailure=\u00a7cBig tree generation failure. Try again on grass or dirt.
|
||||
bigTreeSuccess= \u00a77Big tree spawned.
|
||||
blockList=Essentials blocked the following commands, due to command conflicts:
|
||||
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
|
||||
buildAlert=\u00a7cYou are not permitted to build
|
||||
bukkitFormatChanged=Bukkit version format changed. Version not checked.
|
||||
@ -63,6 +64,7 @@ depthBelowSea=\u00a77You are {0} block(s) below sea level.
|
||||
destinationNotSet=Destination not set
|
||||
disableUnlimited=\u00a77Disabled unlimited placing of {0} for {1}.
|
||||
disabled=disabled
|
||||
disabledToSpawnMob=Spawning this mob was disabled in the config file.
|
||||
dontMoveMessage=\u00a77Teleportation will commence in {0}. Don''t move.
|
||||
downloadingGeoIp=Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB)
|
||||
duplicatedUserdata=Duplicated userdata: {0} and {1}
|
||||
@ -151,8 +153,8 @@ jumpError=That would hurt your computer''s brain.
|
||||
kickDefault=Kicked from server
|
||||
kickExempt=\u00a7cYou can not kick that person.
|
||||
kill=\u00a77Killed {0}.
|
||||
kitError=\u00a7cThere are no valid kits.
|
||||
kitError2=\u00a7cThat kit does not exist or is improperly defined.
|
||||
kitError=\u00a7cThere are no valid kits.
|
||||
kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration?
|
||||
kitGive=\u00a77Giving kit {0}.
|
||||
kitInvFull=\u00a7cYour inventory was full, placing kit on the floor
|
||||
@ -195,6 +197,7 @@ muteExempt=\u00a7cYou may not mute that player.
|
||||
mutedPlayer=Player {0} muted.
|
||||
mutedPlayerFor=Player {0} muted for {1}.
|
||||
mutedUserSpeaks={0} tried to speak, but is muted.
|
||||
nearbyPlayers=Players nearby: {0}
|
||||
needTpohere=You need access to /tpohere to teleport other players.
|
||||
negativeBalanceError=User is not allowed to have a negative balance.
|
||||
nickChanged=Nickname changed.
|
||||
@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cYou do not have the \u00a7fessentials.mail.send\u00a7c per
|
||||
noMotd=\u00a7cThere is no message of the day.
|
||||
noNewMail=\u00a77You have no new mail.
|
||||
noPendingRequest=You do not have a pending request.
|
||||
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
|
||||
noPlacePermission=\u00a7cYou do not have permission to place a block near that sign.
|
||||
noPowerTools=You have no power tools assigned.
|
||||
noRules=\u00a7cThere are no rules specified yet.
|
||||
|
@ -24,6 +24,7 @@ bannedPlayersFileError=Error leyendo banned-players.txt
|
||||
bannedPlayersFileNotFound=banned-players.txt no encontrado
|
||||
bigTreeFailure=\u00a7cBig Generacion de arbol fallida. Prueba de nuevo en hierba o arena.
|
||||
bigTreeSuccess= \u00a77Big Arbol generado.
|
||||
blockList=Essentials blocked the following commands, due to command conflicts:
|
||||
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
|
||||
buildAlert=\u00a7cNo tienes permisos para construir
|
||||
bukkitFormatChanged=Version de formato de Bukkit cambiado. Version no comprobada.
|
||||
@ -63,6 +64,7 @@ depthBelowSea=\u00a77Estas {0} bloque(s) por debajo del mar.
|
||||
destinationNotSet=Destino no establecido.
|
||||
disableUnlimited=\u00a77Desactivando colocacion ilimitada de {0} para {1}.
|
||||
disabled=desactivado
|
||||
disabledToSpawnMob=Spawning this mob was disabled in the config file.
|
||||
dontMoveMessage=\u00a77Teletransporte comenzara en {0}. No te muevas.
|
||||
downloadingGeoIp=Descargando base de datos de GeoIP ... puede llevar un tiempo (pais: 0.6 MB, ciudad: 20MB)
|
||||
duplicatedUserdata=Datos de usuario duplicados: {0} y {1}
|
||||
@ -151,8 +153,8 @@ jumpError=Eso es demasiado para tu ordenador!
|
||||
kickDefault=Echado del servidor.
|
||||
kickExempt=\u00a7cNo puedes echar a esa persona.
|
||||
kill=\u00a77ha matado a {0}.
|
||||
kitError=\u00a7cNo hay ningun kit valido.
|
||||
kitError2=\u00a7cEse kit no existe o esta mal escrito.
|
||||
kitError=\u00a7cNo hay ningun kit valido.
|
||||
kitErrorHelp=\u00a7cPerhaps an item is missing a quantity in the configuration?
|
||||
kitGive=\u00a77Dando kit a {0}.
|
||||
kitInvFull=\u00a7cTu inventario esta lleno, su kit se pondra en el suelo
|
||||
@ -195,6 +197,7 @@ muteExempt=\u00a7cNo puedes silenciar a ese jugador.
|
||||
mutedPlayer=Player {0} silenciado.
|
||||
mutedPlayerFor=Player {0} silenciado durante {1}.
|
||||
mutedUserSpeaks={0} intento hablar, pero esta silenciado.
|
||||
nearbyPlayers=Players nearby: {0}
|
||||
needTpohere=Necesitas acceso a /tpohere para teletransportar a otros jugadores.
|
||||
negativeBalanceError=El usuario no tiene permitido tener un saldo negativo.
|
||||
nickChanged=Nombre de jugador cambiado.
|
||||
@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cNo tienes el permiso de \u00a7fessentials.mail.send\u00a7c
|
||||
noMotd=\u00a7cNo hay ningun mensaje del dia.
|
||||
noNewMail=\u00a77No tienes ningun correo nuevo.
|
||||
noPendingRequest=No tienes ninguna peticion pendiente.
|
||||
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
|
||||
noPlacePermission=\u00a7cNo tienes permiso para situar ese bloque en ese lugar.
|
||||
noPowerTools=You have no power tools assigned.
|
||||
noRules=\u00a7cNo hay reglas especificadas todavia.
|
||||
|
@ -24,6 +24,7 @@ bannedPlayersFileError=Erreur lors de la lecture de banned-players.txt
|
||||
bannedPlayersFileNotFound=banned-players.txt introuvable.
|
||||
bigTreeFailure=\u00a7c\u00c9chec de la g\u00e9n\u00e9ration du gros arbre. Essayez de nouveau sur de la terre ou de l''herbe.
|
||||
bigTreeSuccess=\u00a77Gros arbre cr\u00e9e.
|
||||
blockList=Essentials blocked the following commands, due to command conflicts:
|
||||
broadcast=[\u00a7cMessage\u00a7f]\u00a7a {0}
|
||||
buildAlert=\u00a7cVous n''avez pas la permission de construire.
|
||||
bukkitFormatChanged=Le format de la version de Bukkit a \u00e9t\u00e9 chang\u00e9. La version n''a pas \u00e9t\u00e9 v\u00e9rifi\u00e9e.
|
||||
@ -63,6 +64,7 @@ depthBelowSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) en-dessous du niveau de l
|
||||
destinationNotSet=Destination non d\u00e9finie
|
||||
disableUnlimited=\u00a77D\u00e9sactivation du placement illimit\u00e9 de {0} pour {1}.
|
||||
disabled=d\u00e9sactiv\u00e9
|
||||
disabledToSpawnMob=Spawning this mob was disabled in the config file.
|
||||
dontMoveMessage=\u00a77La t\u00e9l\u00e9portation commence dans {0}. Ne bougez pas.
|
||||
downloadingGeoIp=T\u00e9l\u00e9chargement de la base de donn\u00e9es GeoIP ... Cela peut prendre un moment (campagne : 0.6 Mo, ville : 20Mo)
|
||||
duplicatedUserdata=Donn\u00e9e utilisateur dupliqu\u00e9e : {0} et {1}
|
||||
@ -151,8 +153,8 @@ jumpError=\u00c7a aurait pu faire mal au cerveau de votre ordinateur.
|
||||
kickDefault=Kick\u00e9 du serveur
|
||||
kickExempt=\u00a77Vous ne pouvez pas lancer ce joueur.
|
||||
kill=\u00a77Tu\u00e9 {0}.
|
||||
kitError=\u00a7cIl n''y a pas de kits valides.
|
||||
kitError2=\u00a7cCe kit n''existe pas ou a \u00e9t\u00e9 mal d\u00e9fini.
|
||||
kitError=\u00a7cIl n''y a pas de kits valides.
|
||||
kitErrorHelp=\u00a7cPeut-\u00eatre qu''un objet manque d''une quantit\u00e9 dans la configuration ?
|
||||
kitGive=\u00a77Donner le kit {0}.
|
||||
kitInvFull=\u00a7cVotre inventaire \u00e9tait plein, le kit est parre-terre.
|
||||
@ -195,6 +197,7 @@ muteExempt=\u00a7cVous ne pouvez pas r\u00e9duire ce joueur au silence.
|
||||
mutedPlayer=Le joueur {0} est d\u00e9sormais muet.
|
||||
mutedPlayerFor={0} a \u00e9t\u00e9 muet pour {1}.
|
||||
mutedUserSpeaks={0} a essay\u00e9 de parler mais est muet.
|
||||
nearbyPlayers=Players nearby: {0}
|
||||
needTpohere=Vous avez besoin de l''acc\u00c3\u00a8s \u00e0 /tpohere pour t\u00e9l\u00e9porter d''autres joueurs.
|
||||
negativeBalanceError=L''utilisateur n''est pas autoris\u00e9 \u00e0 avoir un solde n\u00e9gatif.
|
||||
nickChanged=surnom modifi\u00e9.
|
||||
@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cVous n''avez pas la permission \u00a7fessentials.mail.send
|
||||
noMotd=\u00a7cIl n''y a pas de message su jour.
|
||||
noNewMail=\u00a77Vous n''avez pas de courrier.
|
||||
noPendingRequest=Vous n''avez pas de requ\u00eate non lue.
|
||||
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
|
||||
noPlacePermission=\u00a7cVous n''avez pas la permission de placer un bloc pr\u00c3\u00a8 de cette pancarte.
|
||||
noPowerTools=Vous n''avez pas d''outil automatique associ\u00e9.
|
||||
noRules=\u00a7cIl n''y a pas encore de r\u00c3\u00a8gles d\u00e9finies.
|
||||
@ -391,4 +395,4 @@ worthSet=Valeur cr\u00e9e
|
||||
year=ann\u00e9e
|
||||
years=ann\u00e9es
|
||||
youAreHealed=\u00a77Vous avez \u00e9t\u00e9 soign\u00e9.
|
||||
youHaveNewMail=\u00a7cVous avez {0} messages ! \u00a7fEntrez \u00a77/mail read\u00a7f pour voir votre courrier.
|
||||
youHaveNewMail=\u00a7cVous avez {0} messages ! \u00a7fEntrez \u00a77/mail read\u00a7f pour voir votre courrier.
|
||||
|
@ -24,6 +24,7 @@ bannedPlayersFileError=Fout bij het lezen van banned-players.txt
|
||||
bannedPlayersFileNotFound=banned-players.txt werd niet gevonden
|
||||
bigTreeFailure=\u00a7cMaken van een grote boom is mislukt. Probeer het opnieuw op gras of dirt.
|
||||
bigTreeSuccess= \u00a77Grote boom gemaakt.
|
||||
blockList=Essentials blocked the following commands, due to command conflicts:
|
||||
broadcast=[\u00a7cBroadcast\u00a7f]\u00a7a {0}
|
||||
buildAlert=\u00a7cJe bent niet bevoegd om te bouwen
|
||||
bukkitFormatChanged=Bukkit versie formaat veranderd. Versie niet nagekeken.
|
||||
@ -63,6 +64,7 @@ depthBelowSea=\u00a77Je zit {0} blok(ken) onder zeeniveau.
|
||||
destinationNotSet=Bestemming niet ingesteld
|
||||
disableUnlimited=\u00a77Oneindig plaatsen van {0} uitgeschakeld voor {1}.
|
||||
disabled=uitgeschakeld
|
||||
disabledToSpawnMob=Spawning this mob was disabled in the config file.
|
||||
dontMoveMessage=\u00a77Beginnen met teleporteren in {0}. Niet bewegen.
|
||||
downloadingGeoIp=Bezig met downloaden van GeoIP database ... Dit kan een tijdje duren (country: 0.6 MB, city: 20MB)
|
||||
duplicatedUserdata=Dubbele userdata: {0} en {1}.
|
||||
@ -151,8 +153,8 @@ jumpError=Dat zou je computers hersenen beschadigen.
|
||||
kickDefault=Gekicked van de server
|
||||
kickExempt=\u00a77Je kunt die speler niet schoppen.
|
||||
kill=\u00a77Jij doodde {0}.
|
||||
kitError=\u00a7cEr zijn geen geldige kits.
|
||||
kitError2=\u00a7cDie kit bestaat niet of is verkeerde beschreven.
|
||||
kitError=\u00a7cEr zijn geen geldige kits.
|
||||
kitErrorHelp=\u00a7cMisschien mist er een hoeveelheid van het item in de configuratie?
|
||||
kitGive=\u00a77Kit {0} wordt gegeven.
|
||||
kitInvFull=\u00a7cJe inventory was vol, de kit wordt op de grond geplaatst
|
||||
@ -195,6 +197,7 @@ muteExempt=\u00a7cJe kan deze speler niet muten.
|
||||
mutedPlayer=Speler {0} gemute.
|
||||
mutedPlayerFor=Speler {0} is gemute voor {1}.
|
||||
mutedUserSpeaks={0} probeerde te praten, maar is gemute.
|
||||
nearbyPlayers=Players nearby: {0}
|
||||
needTpohere=Je moet toegang krijgen tot /tpohere om naar andere spelers te teleporteren.
|
||||
negativeBalanceError=Speler is niet toegestaan om een negatief saldo te hebben.
|
||||
nickChanged=Nickname veranderd.
|
||||
@ -218,6 +221,7 @@ noMailSendPerm=\u00a7cJe hebt de \u00a7fessentials.mail.send\u00a7c toestemming
|
||||
noMotd=\u00a7cEr is geen bericht van de dag.
|
||||
noNewMail=\u00a77Je hebt geen nieuwe berichten.
|
||||
noPendingRequest=Je hebt geen aanvragen.
|
||||
noPermToSpawnMob=\u00a7cYou don't have permission to spawn this mob.
|
||||
noPlacePermission=\u00a7cJe hebt geen toestemming om een blok naast die sign te plaatsen.
|
||||
noPowerTools=You have no power tools assigned.
|
||||
noRules=\u00a7cEr zijn nog geen regels gegeven.
|
||||
|
Loading…
Reference in New Issue
Block a user