1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-10 06:30:45 +02:00

Compare commits

..

2554 Commits

Author SHA1 Message Date
ementalo
fde2eb0757 Travis notifications for slack 2015-04-12 14:46:09 +01:00
ementalo
84856d996e Remove help 2015-04-11 22:33:49 +01:00
ementalo
9e6c686c29 Change namespace from com.earth2me to org.mcess - net.ess3.api changes still required 2015-04-11 21:47:56 +01:00
ementalo
ce8313bd68 Remove xmpp 2015-04-10 23:22:14 +01:00
ementalo
1020521190 Remove kittycannon 2015-04-10 23:03:33 +01:00
ementalo
47d49f68a9 Removed unlimited functionality 2015-04-10 22:53:55 +01:00
ementalo
5c1445e6be Remove tree and big tree 2015-04-10 22:46:17 +01:00
ementalo
0fe601f353 Remove Backup functionality 2015-04-10 22:40:58 +01:00
ementalo
7e1a36fb95 Remove Lombok 2015-04-09 00:29:59 +01:00
KHobbits
a97af4aa6f Unrequired Dependacy 2014-09-06 17:22:25 +01:00
KHobbits
33fe9ecb34 Merge branch '2.x' of github.com:essentials/Essentials into 2.x 2014-09-03 00:21:42 +01:00
KHobbits
c2ab179f42 rework /seen to be a little stricter on argument matching. 2014-08-18 21:00:03 +01:00
md_5
432a5f3baa Fix missed cases from previous user iteration optimizations. 2014-08-16 19:04:13 +10:00
KHobbits
687f0f040f Make sure we close any open inventories of players who leave. 2014-08-14 01:58:17 +01:00
KHobbits
b193daa711 Use quicker ban lookup to reduce /seen lag. 2014-08-14 01:50:31 +01:00
KHobbits
3133dc266a Add paging to mail.
Support aliases in rule and baltop output.
2014-08-11 19:03:24 +01:00
KHobbits
ff487418ea Add mailFormat TL key. 2014-08-11 18:46:04 +01:00
Necrodoom
c8a329940e Misc clarification (socialspy and kit delay)
clarify allow-silent-join-quit
2014-08-11 00:12:43 +01:00
Necrodoom
7b3c14524c Remove outdated try-catches 2014-08-11 00:11:06 +01:00
Necrodoom
474b8a367f Add /tempban missing syntax 2014-08-11 00:10:09 +01:00
FearFree
d1b1fd2848 Add amount required to notEnoughMoney TL key.
See https://essentials3.atlassian.net/browse/ESS-5125 for request.
2014-07-19 20:31:50 +01:00
KHobbits
9239ca9c4b Formatting fixes. 2014-07-19 20:11:45 +01:00
SidShakal
f310f3db17 Fix sticky piston retract breaking essentials sign
Sticky pistons could break signs that were mounted on blocks the pistons were retracting.

This patch extends the protection from just the piston base to include the extended piston arm and the block at the end of the piston arm as well.

This method will very likely need to be changed again when 1.8 comes out, but this should bring us a bit closer, by wrapping the block tests in a loop.
2014-07-19 20:08:38 +01:00
md_5
fefd04463e Optimize player / user iteration.
* Add a method for backwards compatability with unmapped code.
* Convert all getOnlinePlayers() calls to use this method, part of the IEssentials interface
* Add a new method getOnlineUsers() Ljava/lang/Iterable;
* Convert appropriate calls to use this method
* Update Bukkit to #1945
* Update CraftBukkit to #3103
2014-07-19 20:07:50 +01:00
Alexander Likhachev
ba4cf9f04a Add permission check before resetting speed on login The staff of my server asked me to do this fix, but I think it is very useful for all. This commit change is to reset player fly & run speed only if player has no permission to change speed. 2014-07-19 20:07:09 +01:00
KHobbits
80e8996799 If a player already exists in the usermap, don't replace it with a eco npc. 2014-07-19 18:04:35 +01:00
KHobbits
d3ae3e5fe9 Clean up tempban messages to be a little clearer. 2014-07-14 21:23:56 +01:00
KHobbits
bced0d4d14 Update translations from Crowdin (http://translate2.ess3.net) 2014-07-12 22:12:51 +01:00
KHobbits
a3fedb8a7d Remove ban check from /ess cleanup, no longer required.
Fix ban upgrade script.
2014-07-12 19:13:23 +01:00
FearFree
f28ffa8058 Update to new ban method. 2014-07-12 17:40:14 +01:00
KHobbits
ee510d9d47 Add ban reason to /banip 2014-07-12 17:23:11 +01:00
KHobbits
6f03022bf0 Still give 'nickNoMore' message when removing a nickname. 2014-07-12 16:48:01 +01:00
KHobbits
c3fe51647b Allow for changing of username casing without adding 'nickname' prefix. 2014-07-12 16:43:57 +01:00
KHobbits
234f3c103f Prevent users from setting unsafe homes when teleport safety is disabled. 2014-07-12 16:34:18 +01:00
KHobbits
0b935553bf Allow people with god & fly to teleport to unsafe locations even when teleport safety is disabled. 2014-07-12 16:33:50 +01:00
KHobbits
24ac4e4197 Converge ban message translations, and add reason support to default tempban tl key. 2014-07-12 16:32:42 +01:00
KHobbits
8ec9b111b3 Switch sudo to command dispatch, this will allow vanilla commands to be executed. 2014-07-12 15:29:25 +01:00
KHobbits
359bef2bba Don't cascade null usernames passed from eco api 2014-07-10 11:48:54 +01:00
KHobbits
1489b56131 New permission :essentials.tp.position Required to use /tp [player] <x> <y> <z> 2014-07-06 18:41:12 +01:00
Necrodoom
8f1baadf4b Add support for vanilla /tp <x> <y> <z> teleport syntax. 2014-07-06 18:41:01 +01:00
KHobbits
c55d39c140 Allow forcing adult status on randomly generated /spawnmob mobs. 2014-07-06 18:25:00 +01:00
KHobbits
f4b00be07c Update Bukkit
CB: 3092 B: 1938
2014-07-06 16:40:06 +01:00
KHobbits
1405934489 Show warp teleport status to teleport owner. 2014-06-28 18:10:32 +01:00
KHobbits
5b93b8c467 Slightly reorder teleport messages to be less confusing. 2014-06-28 18:06:13 +01:00
KHobbits
19ace492c5 Fix NPE with /list in console 2014-06-27 04:28:33 +01:00
KHobbits
66ab0352ab Update essentials to support 3rd party vanish toggling. 2014-06-27 01:46:37 +01:00
KHobbits
481e9d3b2f Add some debugging to make it easier to diagnose kit errors. 2014-06-25 19:19:04 +01:00
KHobbits
f7f2aaccd7 Kit cleanup and refactor. 2014-06-25 19:03:31 +01:00
KHobbits
835b9b2009 Allow multiple kits to be spawned per command. 2014-06-23 00:38:13 +01:00
KHobbits
58f1a63dea New permission: essentials.signs.trade.override.collect
People with this permission will collect the resources of other peoples trade signs broken with admin permissions (essentials.signs.trade.override).
2014-06-21 21:47:33 +01:00
Necrodoom
04bd8be70a empty array is not null array 2014-06-19 16:22:38 +01:00
KHobbits
f407b67e12 Reduce a few nickname refresh calls. 2014-06-19 04:02:15 +01:00
KHobbits
1a03d4f763 Force listener cleanup on plugin disable. 2014-06-19 02:59:08 +01:00
KHobbits
692764b9d3 Add a lag check for permission system checks.
This doesn't include normal permission checks, since the overhead could be detrimental.
2014-06-19 02:38:28 +01:00
KHobbits
4f66743ef6 Revert "Add spawn location cache to reduce blocking on player respawn."
This reverts commit b1a0aa8d86.
2014-06-17 23:27:46 +01:00
KHobbits
6b658992aa If "sethome-multiple" config section is invalid, silently fallback to default config values. 2014-06-17 00:19:59 +01:00
KHobbits
b1a0aa8d86 Add spawn location cache to reduce blocking on player respawn. 2014-06-16 19:55:34 +01:00
KHobbits
c71c591407 Add default ban reason for tempban reason. 2014-06-14 22:06:26 +01:00
KHobbits
2540bab6b1 Check for arraynull on pex group request. 2014-06-14 18:20:49 +01:00
KHobbits
580fa15d4e Only remove first date match from ban reason. 2014-06-14 16:27:34 +01:00
KHobbits
e4fa340c48 Add optional {2} in 'tempBanned' TL key, for reason. 2014-06-14 16:21:05 +01:00
KHobbits
7a02e07598 Show UUID in trackUUID debug message. 2014-06-07 18:21:10 +01:00
KHobbits
1f30d959a2 Don't allow old UUID's to accidentally overwrite current UUID for user mapping.
Add some extra logging and uuid debug.
2014-06-07 18:08:25 +01:00
KHobbits
16d8b9e261 New permission: essentials.itemspawn.meta-vanilla
Without this permission you cannot use vanilla itemmeta.  You can still use essentials style meta, if you have the appropriate permissions.
2014-06-07 16:08:51 +01:00
KHobbits
2cecfaa56e Try to use consistent UUIDs and not rely on Bukkit lookup while saving. 2014-06-07 15:45:57 +01:00
KHobbits
a449b35fb7 Add local echo of mail being sent on /mail send. 2014-06-05 00:07:27 +01:00
KHobbits
b7d322471a Fix firework recipe in /recipe 2014-06-04 16:13:20 +01:00
KHobbits
c50ca9041b Use strings for cachemap key, should prevent accidental key issues. 2014-06-01 21:50:24 +01:00
KHobbits
1e36e64277 Add API logging to Eco API. 2014-05-31 20:37:44 +01:00
KHobbits
5993466041 Extend getUser(Object) to match uuid and offline players. 2014-05-30 22:16:06 +01:00
KHobbits
99c890ce84 Emulate player join for mocking. 2014-05-27 21:14:45 +01:00
KHobbits
94d4f0f854 Improve fakeServer model 2014-05-27 20:31:13 +01:00
KHobbits
aa0d249b9d Remove online player lookup in usermap.getUUIDMap(), throw log entry on failback. 2014-05-27 18:04:02 +01:00
KHobbits
e4e8a83caa Log takeMoney exception, even if we ignore it. 2014-05-27 10:46:25 +01:00
KHobbits
7402ff69da Revert writecount reset, this could cause odd behavior. 2014-05-27 06:18:34 +01:00
KHobbits
85b8ee2e2d Enforce userdata save on player dispose. 2014-05-27 04:52:52 +01:00
KHobbits
d0cd3356fd If we are modifying money, force transaction clear, this is important. 2014-05-27 03:41:18 +01:00
KHobbits
01a84d069f Don't check silentjoin.vanish if another plugin has hidden the join message. 2014-05-26 22:08:18 +01:00
KHobbits
2d157c3238 New permission: essentials.silentjoin.vanish
The server needs silentjoin to be enabled first.
2014-05-25 19:31:55 +01:00
KHobbits
d74770dcc4 Abort transaction before updating funds on balance overflow. 2014-05-25 17:03:23 +01:00
KHobbits
d2240f011f Utilize write transactions for delaylogin task. 2014-05-25 01:38:37 +01:00
KHobbits
db4d80590b Rename listening methods to be a little more descriptive of their purpose. 2014-05-24 18:47:40 +01:00
KHobbits
293b75dc92 Convert 9 anonymous scheduled tasks to named classes for better logging. 2014-05-18 21:32:07 +01:00
KHobbits
9bcb3cb606 Fix invalid TL key. 2014-05-18 19:47:18 +01:00
KHobbits
dca2383b98 Exempt named mobs by default from /remove
Named mobs can be removed using /remove named
Killing all mobs now requires /remove all,tamed,named
2014-05-18 14:43:07 +01:00
KHobbits
008b241017 Tweak to player login event. 2014-05-18 13:26:27 +01:00
KHobbits
a4d221f2da Update worth.yml to be more descriptive. 2014-05-17 04:31:44 +01:00
KHobbits
c64e1684c1 Update /condense syntax hint. 2014-05-17 04:21:51 +01:00
@ArkhamNetwork
8643a27b4e Optimize PlayerLoginEvent 2014-05-17 04:05:51 +01:00
@ArkhamNetwork
eafea119a6 Move the teleport timer to an async task. 2014-05-17 03:35:44 +01:00
KHobbits
e92fdbdc59 Prevent near empty userdata file creation. 2014-05-17 03:06:48 +01:00
KHobbits
df562a09a2 Stop using old string player lookup. 2014-05-17 02:47:10 +01:00
KHobbits
7a2414a43e Prevent reading and writing the usermap at the same time. 2014-05-17 01:50:41 +01:00
Faris Rehman
868088e2b2 Add user messages. 2014-05-16 20:39:49 +01:00
KHobbits
ffe08aabbc First draft of /condense 2014-05-16 20:30:06 +01:00
KHobbits
490ade13d4 If Bukkit doesn't know who a player is, but we do, substitute the last known nickname when ban checking. 2014-05-10 21:52:45 +01:00
KHobbits
5f143176d9 Update English TL keys. 2014-05-10 17:49:37 +01:00
KHobbits
098bf3ee40 Update translations from crowdin (http://translate2.ess3.net/) 2014-05-10 16:11:03 +01:00
Luke Anderson (stuntguy3000)
d5269e28df Improve messages/formatting 2014-05-10 16:03:39 +01:00
Burke D
936cb8a42d Grammatical changes to config.yml 2014-05-10 15:46:08 +01:00
clou44
7b71b81fdb Updated Items.csv: Added nemofish and fishnemo.
Added shorter aliases for salmon, pufferfish, and clownfish.
2014-05-10 15:38:29 +01:00
KHobbits
e075ce361b Only dispose users who are offline at point of disposal.
This should cater for quick reconnects on lagged servers.
2014-05-10 15:36:58 +01:00
KHobbits
45bcc899de Initialize TL Bundle on plugin start. 2014-05-06 07:00:57 +01:00
KHobbits
cb6f72b3dc Remove '-' from valid account names again.
This could cause issues with NPC's converted to UUID before this version.
2014-05-05 22:46:46 +01:00
KHobbits
21ed479dfe Reload locale even if it is set to null. 2014-05-05 20:47:48 +01:00
KHobbits
3fffa93dac Better handle TL failover. 2014-05-05 14:48:25 +01:00
KHobbits
c929533ca3 Update teleport timer to handle UUID rather than player names. 2014-05-05 13:01:20 +01:00
KHobbits
78d5568cc7 Better handle corrupted chunks. 2014-05-04 19:39:35 +01:00
ElgarL
3374dc2da8 Error in logic 2014-05-04 17:12:15 +01:00
ElgarL
d79feefdbf Prevent players who have never logged in before from taking over existing accounts. 2014-05-04 16:22:58 +01:00
KHobbits
dc13240344 Allow disabling userfile cache on uuid convert.
Add "ignore-userfiles-cache: true" to "upgrades-done.yml" to disable cache, forcing uuid lookup requests.
2014-05-04 13:25:20 +01:00
ElgarL
2806dc74dd Fix clones forgetting sub groups. 2014-05-04 12:50:22 +01:00
ElgarL
1764940b18 Set a default mirror map if none is found in the config. 2014-05-04 12:50:21 +01:00
ElgarL
8ce433d138 Fix overloadedWorldHolder so it correctly calls the new WorldHolder code when the user is not overloaded. 2014-05-04 12:50:20 +01:00
ElgarL
9b7a889842 Fixup javadocs 2014-05-04 12:50:18 +01:00
ElgarL
e8b51c549f v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins can still query by player name but a UUID is faster and preferable. 2014-05-04 12:50:17 +01:00
ElgarL
0ef79eea00 Do not override higher level permissions with negations. 2014-05-04 12:50:16 +01:00
Necrodoom
55abcd6636 Fix a /mangcheckp message 2014-05-04 12:50:15 +01:00
ElgarL
bbc465e465 Update mangcheckp to understand Exception nodes. 2014-05-04 12:50:14 +01:00
ElgarL
5dbf052e1d Fix manucheckp to understand and report correctly on Exception nodes. 2014-05-04 12:50:13 +01:00
ElgarL
320eb550e3 Allow Exceptions in any inherited group to override negation of permissions. 2014-05-04 12:50:12 +01:00
Necrodoom
7f384e6474 Cleanup plugin description 2014-05-04 12:50:11 +01:00
ElgarL
b4a90f3b17 Prevent adding sub groups for ranks the granting player doesn't have access to. 2014-05-04 12:50:09 +01:00
ElgarL
601b362159 Allow Exception permission to override negations when in the same group. 2014-05-04 12:50:08 +01:00
ElgarL
af985d8f0b Change to use LinkedHashSets to preserve ordering. Fixes an issue with populating bukkit perms in the wrong order. Fix wildcard negation in parent groups. 2014-05-04 12:50:07 +01:00
ElgarL
41bbc89fb7 Fix Cyclic mirroring test (silly me) 2014-05-04 12:50:06 +01:00
ElgarL
f75e50ba24 Tidy imports 2014-05-04 12:50:05 +01:00
Necrodoom
d4469dca9f Improve Javadocs, clean ' strip checks, update changelog. 2014-05-04 12:50:04 +01:00
Necrodoom
38ccf1c0b1 add recursive permission adding/removing
also other minor fixes
2014-05-04 12:50:03 +01:00
ElgarL
3ed02250ae Check subgroup permissions with an equal priority so no one subgroup is higher ranked than another. 2014-05-04 12:50:02 +01:00
KHobbits
3816d64ec3 Fix attempting to spawn invalid items. 2014-04-30 05:41:42 +01:00
KHobbits
714efc48a0 Skip npc's when doing cleanup. 2014-04-29 04:42:55 +01:00
KHobbits
498ecdd8e1 Better handle a write locked usermap.csv 2014-04-29 01:44:28 +01:00
KHobbits
13259dd959 Run user dispose on another thread. 2014-04-28 23:12:35 +01:00
Corin Simpson-Bryars
f71a6dd167 Updating pom for vault
When deploying with Jenkins the build will fail due to there being no http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/1.2.27 however there's a valid jar/dir for vault at http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/Vault/1.2.32/
This will keep maven happy and the build not to error.
2014-04-28 00:52:06 +01:00
KHobbits
a9a2a25c51 Fix /home for offline players. 2014-04-27 17:09:44 +01:00
KHobbits
c8f6002baf Update UUID mapping, if uuid for a username changes. 2014-04-27 01:35:52 +01:00
KHobbits
b2b5d9f101 Switch AFK check to use UUID. 2014-04-27 01:10:44 +01:00
KHobbits
ff836b8671 Delay uuidconversion for 10s and show warning.
UUID conversion should now better handle offline conversion.
2014-04-26 23:50:12 +01:00
KHobbits
77dc7b0b2e Fix time command exit statuses. 2014-04-24 10:24:35 +01:00
KHobbits
b4c3571d34 Skip empty user names on uuid conversion. 2014-04-22 18:07:02 +01:00
KHobbits
85cfaf3380 [Breaking] Fix ECO NPC's. This is a work around of CB's recent changes blocking invalid uuid lookups.
NPC's converted with the previous version will need manual changes.
2014-04-19 02:03:39 +01:00
KHobbits
c8c9068799 Only write to UUIDMap if the entry doesn't exist. 2014-04-18 06:48:14 +01:00
KHobbits
53b540bbe9 Format /seen account history list, optimize map loading. 2014-04-18 05:57:47 +01:00
KHobbits
482899ba34 Add previous account tracking to /seen 2014-04-18 04:48:34 +01:00
KHobbits
398e0181ab Force CB 3050+ 2014-04-18 03:58:27 +01:00
KHobbits
bfd25e30d4 Fix offlineplayers with null names. 2014-04-17 06:09:08 +01:00
KHobbits
3f0ac523db Optimize uuidmap writing, and use userConf write buffering. 2014-04-17 05:34:34 +01:00
KHobbits
6ab29771de Add progress status and /ess uuidconvert command for manual conversion. 2014-04-17 02:18:28 +01:00
KHobbits
c659e80ae6 Update Bukkit to 1.7.8-R0.1
Bukkit: 1922 CraftBukkit: 3050
2014-04-15 00:24:12 +01:00
KHobbits
6878c11d87 Add UUID mocking support, and fix tests. 2014-04-15 00:08:02 +01:00
KHobbits
7745dfd260 Allow usermap to support legacy users, and restore ability to create user on first access, as well as server join. 2014-04-15 00:07:35 +01:00
KHobbits
a5a0b70380 Make eco npc methods use proper user config creation and resets. 2014-04-15 00:06:29 +01:00
KHobbits
9af24f1069 Stop delayed writes from reversing user reset. 2014-04-15 00:05:56 +01:00
KHobbits
d72d748178 Remove Ess object from FakeServer. 2014-04-14 00:03:07 +01:00
KHobbits
09178693ea Essentials UUID conversion. 2014-04-13 21:40:15 +01:00
KHobbits
5a4dd00e30 Converted emulated player class calls to use base class. 2014-04-13 01:01:49 +01:00
clou44
19ff2175e2 Update items.csv
Added additional aliases for various flowers.
2014-04-10 23:31:05 +01:00
clou44
059622c41f Update items.csv
Added additional aliases for coal blocks.
2014-04-10 23:30:58 +01:00
KHobbits
8effff76ca Update config.yml to reflect vanilla fallback no longer works. 2014-04-07 14:09:09 +01:00
KHobbits
11021eef7a Update Bukkit 1.7.5-R0.1
Bukkit 1919 CB: 3039
No UUID update yet.
2014-04-06 15:57:37 +01:00
KHobbits
d778f5ad1a Cleanup 2014-04-06 15:44:37 +01:00
KHobbits
c348691d6f Correctly handle line overflow in book pager
Fixes a bug with the last book pager tweak.
2014-04-05 15:33:38 +01:00
KHobbits
4534ef8415 Fix fly logic check (creative doesn't mean fly is enabled) 2014-03-31 03:26:48 +01:00
KHobbits
51a6ae2cf0 Add chat configurables. 2014-03-30 15:50:32 +01:00
KHobbits
9fb5b3cef4 See if we can better handle book paging to fit more context on a line, without causing text loss after reaching character limit. 2014-03-29 16:07:32 +00:00
evonuts
51afbfcfc7 Minor phrasing fixes. 2014-03-26 22:08:37 +00:00
Matt Anthony
1cbc5ca975 Add colors to a few TL keys. 2014-03-26 21:58:36 +00:00
KHobbits
0c504d9afe Add local echo to tempban command. 2014-03-26 20:08:38 +00:00
KHobbits
85c641c7eb Helpop should use broadcast method
Add local echo's to helpop and mute commands.
2014-03-26 20:06:01 +00:00
Necrodoom
daa73f9822 Add socialspy wildcard support 2014-03-26 19:09:00 +00:00
Necrodoom
680264e873 Match /clearinventory multiple permission to /msg 2014-03-26 19:07:48 +00:00
Necrodoom
5b7e009b52 Some messages fixes, and information addition. 2014-03-26 19:07:41 +00:00
KHobbits
99a9e9fb50 Revert "Do not allow a block with an Essentials Sign attached to it to be pulled with a sticky piston"
This reverts commit 8b0ade3e1d.
2014-03-26 15:14:40 +00:00
Chris Ward
8b0ade3e1d Do not allow a block with an Essentials Sign attached to it to be pulled with a sticky piston 2014-03-26 22:00:57 +11:00
KHobbits
c2fa68c257 Merge branch '2.x' of github.com:essentials/Essentials into 2.x 2014-03-23 18:14:21 +00:00
KHobbits
5c4f31dec4 Fix null teleport costs. 2014-03-23 18:12:33 +00:00
FearFree
a4f8193e38 Future Java versions may not support _ as identifier. 2014-03-22 16:08:11 +11:00
KHobbits
7a31d2e213 Cleanup warp charging, to properly handle warp sign costs. 2014-03-19 00:01:47 +00:00
ElgarL
8389996b4a Merge pull request #668 from necrodoom/patch-91
Fix messages
2014-03-12 15:41:53 +00:00
KHobbits
fb0b219029 Fix some /home errors with invalid data. 2014-03-09 17:59:07 +00:00
Dabo Ross
9a124c6177 Add IEssentialsSpawn class for API for Essentials Spawn with two methods, getSpawn(String) and setSpawn(String, Location).
Implement IEssentialsSpawn in EssentialsSpawn.
2014-03-09 17:31:36 +00:00
KHobbits
dea07cbdfa Update translations from Crowdin
http://translate2.ess3.net/
2014-03-09 17:23:38 +00:00
Necrodoom
d3a68e58ad Fix messages 2014-03-09 19:17:26 +02:00
Luke Anderson (stuntguy3000)
6c1719dff5 Add missing language pointers 2014-03-09 17:14:09 +00:00
FearFree
30cdbb244b Remove op and replace with permission 2014-03-09 17:01:31 +00:00
KHobbits
6511d5d067 Only enable teleport protection on plugin/command caused teleport events. 2014-03-09 01:13:41 +00:00
Dykam
b3a92e3415 You can now access the old balance during the UserBalanceUpdateEvent Event 2014-03-04 19:44:55 +00:00
Kryptic Dot
2a9daca526 Cleaning up readme markdown 2014-03-04 19:29:47 +00:00
SkyBirdSoar
a493fc491a Fixed some grammatic errors, changed some sentences. 2014-03-04 19:26:16 +00:00
Zed Spencer-Milnes
0c20f98670 Finish Sentence
# Setting to false means EssentialsAntiBuild will never prevent you from using.
->
# Setting to false means EssentialsAntiBuild will never prevent you from using items.

Am I glad to make such a profoud change to the source code.
2014-03-04 19:22:05 +00:00
Luke Anderson
778f2c85df Remove generated comments 2014-03-04 19:20:56 +00:00
KHobbits
774554517e Fix login death caused by built up fall damage using /fly. 2014-03-03 21:24:00 +00:00
KHobbits
a4c4648a96 User loading cleanup 2014-03-03 09:01:07 +00:00
KHobbits
a0ea07b9c1 Round to gc output to 2 dp. 2014-03-03 08:34:43 +00:00
KHobbits
cf04ebd9b4 Constant user file casing. 2014-02-27 01:55:04 +00:00
KHobbits
90651b10b2 Fix warp sign costs. 2014-02-25 07:09:32 +00:00
KHobbits
7b368313fa Fix safety tp check above world height
Performance tweak to fly check
2014-02-23 17:41:25 +00:00
KHobbits
3215dd0be5 Fix customtext copy 2014-02-19 03:28:28 +00:00
KHobbits
a02ccd44df Alternative implementation of unsafe enchant blocking for signs.
Permission: essentials.signs.enchant.allowunsafe - required to add unsafe enchants using enchant signs.
This reverts commit 9041abe31f.
2014-02-19 01:18:40 +00:00
KHobbits
4ad8ed4100 Fix projectiles compiling. 2014-02-19 00:58:20 +00:00
KHobbits
b12726e1c3 Update Bukkit to 1.7.3-R0.3 - Bukkit: 1903 CB: 3020
This also disables vanilla fallback, use new aliases file.
2014-02-19 00:36:54 +00:00
snowleo
9041abe31f Split unsafe enchantments in kits to a new config option 2014-02-18 23:47:18 +01:00
KHobbits
c3c29fc202 Merge branch '2.x' of github.com:essentials/Essentials into 2.x 2014-02-16 01:15:25 +00:00
KHobbits
c41985d6ff Use the absolute radius value. 2014-02-16 01:15:01 +00:00
Chris Ward
79914cd490 Update repository URLs 2014-02-15 14:23:30 +11:00
KHobbits
a28b7c9933 Allow sending customtext chapters as a parameter instead of reading commandLabel 2014-02-13 22:52:14 +00:00
KHobbits
72c5ce82fe Fix Stripping/blocking of urls containing caps. 2014-02-12 01:20:54 +00:00
Iaccidentally
a216e1cf9d Merge pull request #657 from evonuts/2.x
Fix spelling error (atleast) in translation files.
2014-02-11 02:27:10 -05:00
evonuts
d63097d619 Fix spelling error (atleast) in translation files. 2014-02-11 20:15:14 +13:00
KHobbits
2b2e06e943 Fix world argument to ignore radius, and allow for skipping radius param in syntax. 2014-02-09 22:26:54 +00:00
KHobbits
ab31d9a07c Fix ghost items with /recipe 2014-02-09 21:54:04 +00:00
Necrodoom
e479a4e13a Reorder ID 376 2014-02-09 21:37:03 +00:00
KHobbits
db091fb7c9 Code cleanup and remove remote skull edit. 2014-02-08 01:23:54 +00:00
Luke Anderson (stuntguy3000)
d467512781 Add /skull command 2014-02-08 00:25:34 +00:00
coegho
dba09cd8f5 [Fix] fireball-fire=true now prevents fire spread from fireballs 2014-02-08 00:22:56 +00:00
Necrodoom
9907bda138 Restore 2 aliases 2014-02-08 00:16:11 +00:00
Necrodoom
5ec8f89637 Fix duplicates, a few more aliases addition/remove 2014-02-08 00:16:11 +00:00
KHobbits
2bc4475d24 Reformat pom 2014-02-08 00:13:46 +00:00
KHobbits
854148dbee Add bow as a skeleton keyword 2014-02-06 02:35:27 +00:00
Iaccidentally
58eb20d073 Modifier order consistency 2014-02-04 11:11:43 -05:00
KHobbits
0503aff84a Readme tweak. 2014-02-04 01:17:06 +00:00
KHobbits
b010d94ba2 Add support for vanilla item names from api. 2014-02-02 19:04:09 +00:00
KHobbits
084b63d38f Fixed argument count for meta parsing. 2014-02-02 18:56:45 +00:00
KHobbits
bc438f61da Allow the Essentials module to compile again. 2014-02-02 18:19:29 +00:00
KHobbits
4dc94cc686 Raise minimum CB version to 2922 or 1.7.2-R0.1
This should prevent issued caused by UUID mismatch.
2014-02-02 17:13:44 +00:00
KHobbits
4f25ba3ced Track UUID for future use. 2014-02-02 17:05:41 +00:00
KHobbits
fa467fc221 Restore teleporting to middle of block, when flying and unsafe is enabled. 2014-02-02 16:43:31 +00:00
KHobbits
b6cd83acc8 [Breaking] Add exception when players have exceeded their account limit.
This might effect some plugins which hook Essentials for economy without using the API
2014-02-02 16:07:32 +00:00
KHobbits
f4cf63c0ce Make sure we leave any vehicles before teleporting. 2014-02-02 15:04:07 +00:00
Iaccidentally
938e539463 [FIX] Print a proper error when using tpaccept with no requester 2014-02-01 16:49:54 -05:00
Chris Ward
14e190282c Allow the use of non-development Bukkit builds at runtime
Unsafe code is surrounded by sufficient handling
2014-01-30 10:43:26 +11:00
Chris Ward
a6a33b9c4e Restore Bukkit dependency to parent pom 2014-01-30 10:34:16 +11:00
KHobbits
a85c697477 Attempt to fix client issue with speed reset on world change. 2014-01-26 22:33:56 +00:00
KHobbits
52ccd649a7 Make /speed persist on world change if permissions exist. 2014-01-26 20:00:41 +00:00
KHobbits
2c87e516bb Force Bukkit version to match deps. 2014-01-25 23:29:48 +00:00
KHobbits
95094e20ca Use OSX character split on internal sign interface 2014-01-25 22:55:28 +00:00
Necrodoom
0211762c5a Fix cauldron ID 2014-01-25 22:46:26 +00:00
Necrodoom
09c24ba852 Trim items.csv based on feedback 2014-01-25 22:46:25 +00:00
snowleo
b6a550fdcb Read backup output async 2014-01-25 15:33:33 +01:00
Chris Ward
ba6b83140f Add fullstops for @Necrodoom 2014-01-21 12:20:24 +11:00
Chris Ward
47580a04ea Add support for vanilla JSON metadata syntax (/give, /i, /kit, etc.) 2014-01-21 00:54:48 +11:00
Chris Ward
7fc0542597 Update to Bukkit Development Builds
Change things so unit testing can run after Bukkit's breaking commit with classloader stuff
2014-01-20 21:20:13 +11:00
KHobbits
7385d9ce56 Fix hidden groups in /list 2014-01-14 21:55:30 +00:00
KHobbits
0ce2e87513 Pass optional location parameters to teleport TL keys. 2014-01-12 01:23:12 +00:00
KHobbits
bd347f5171 Config description cleanup. 2014-01-11 17:34:35 +00:00
Adam
b3e1d2bec8 Reset Exhaustion on /feed 2014-01-08 01:07:38 +00:00
Chris Ward
3eb75b1488 Add an upload-only pom file for GroupManager 2014-01-06 10:03:22 +11:00
KHobbits
d929cbf742 Check command cost, before running kit delay check, prevent accidentally delaying unran commands. 2014-01-03 08:16:17 +00:00
KHobbits
4ecba25f01 Add and implement sign break/create/interact events to EssAPI
Implement AfkStatusChangeEvent
2013-12-31 17:47:52 +00:00
KHobbits
cdeb08d93d Remove redundant permission check. 2013-12-31 04:44:28 +00:00
KHobbits
10a0e609ed Fix NB parent compiling 2013-12-28 23:09:56 +00:00
KHobbits
ad0028f6e0 Add permission: essentials.msg.multiple and essentials.pay.multiple
Message permission will allow rough nick matches and wildcards, while pay will only allow wildcards.
2013-12-28 22:37:36 +00:00
Chris Ward
70371c3a81 Add deploy plugin 2013-12-29 03:04:36 +11:00
Chris Ward
06dae78b9e Use the Essentials Maven repository 2013-12-29 00:21:26 +11:00
Chris Ward
694ce12e1b Remove Ant, migrate Netbeans code style to pom.xml 2013-12-27 03:47:13 +11:00
Chris Ward
e04ecd59d1 Travis - use Maven to build 2013-12-26 01:19:51 +11:00
SkyBirdSoar
a73da6a82d Add aliases to stationary water & stationary lava
New changes:
stillwater is an alias to 9:0 (Stationary water)
stilllava is an alias to 11:0 (Stationary lava)
2013-12-26 01:17:42 +11:00
Chris Ward
5d5adcdb63 Pull geoip library from Maven 2013-12-26 01:12:04 +11:00
Chris Ward
d3f2249d6a Use Ant to replace GroupManager's plugin.yml version 2013-12-22 19:21:19 +11:00
KHobbits
d654b171e5 Better matching of zombie and skeleton mobdata to avoid confusion. 2013-12-22 00:12:22 +00:00
KHobbits
a6aa8c1c86 Add {4} to homeSet TL key, this contains the name of the home being set. 2013-12-21 23:30:12 +00:00
KHobbits
203c58f41c Check command cost permissions prior to teleporting. Fixes ESS-4918 2013-12-21 23:19:58 +00:00
KHobbits
307a460dee Add extra /home message TL params
{1} = current home count
{2} = max home count
2013-12-21 17:42:55 +00:00
KHobbits
7e69cd2270 Don't check for default worth durability if more than one durability price is defined.
This also adds support for '*' durability matching 'other'.
2013-12-21 03:33:27 +00:00
KHobbits
d8386f33fd Restore CB to lib folder 2013-12-21 02:39:26 +00:00
Chris Ward
e63460835f Use Bukkit beta build 2013-12-18 17:26:01 +11:00
KHobbits
7f3f88495a Try changing the config file home language up a little bit. 2013-12-17 19:23:28 +00:00
Necrodoom
10e9d68071 fix gcWorld in de locale 2013-12-15 12:49:06 -06:00
Necrodoom
e6521adbb6 Add cobweb aliases 2013-12-13 09:23:29 -06:00
Chris Ward
a343d6e9f6 Change teleport safety checks to use less expensive methods. 2013-12-13 19:41:57 +11:00
KHobbits
bb681f2d7b Alter teleport cancel message to reflect config option. 2013-12-13 08:15:28 +00:00
Joshua Popoff
c56afbbb5c Add the ability to disable teleport safety. Requested by a few people - teleport safety isn't always a good thing for some servers. Request is cancelled if not safe. 2013-12-13 17:07:26 +11:00
Chris Ward
5b212c3ffd Remove Javadocs from the default compile, use the javadoc:javadoc goal to generate them. 2013-12-11 21:50:06 +11:00
Chris Ward
432577b292 Merge pull request #609 from Skylexia/patch-1
Fixed all the salmon.
2013-12-10 18:46:51 -08:00
Skylexia
9f423e660b Fixed all the salmon. 2013-12-10 20:42:56 -05:00
Iaccidentally
49ddb1a2e9 Merge pull request #607 from necrodoom/patch-67
Add new baked potato aliases - thanks clou44
2013-12-08 09:45:16 -08:00
Necrodoom
7dd3fb7d62 Add new baked potato aliases - thanks clou44 2013-12-08 19:44:14 +02:00
Chris Ward
8abfea6943 Strip all Mac OSX characters
Temporary workaround awaiting PR from Bukkit
2013-12-08 20:40:10 +11:00
md-5
7b7827dfd9 Fix formatting from last commit 2013-12-08 17:00:53 +11:00
md_5
65e14638f0 Strip weird sign chars sent by OSX due to client bug 2013-12-08 16:57:44 +11:00
KHobbits
719361190d Update config.yml to reflect recent custom message settings. 2013-12-08 04:46:33 +00:00
KHobbits
b5a56a733d Make it so both {world} and {worldname} work for both keyword parsers. 2013-12-07 23:58:47 +00:00
KHobbits
f1a39e06d9 Update Bukkit
Bukkit: #1859 CB: #2943
2013-12-07 22:26:41 +00:00
Necrodoom
de0277b1a7 Ignore empty chat events generated by plugins 2013-12-07 22:15:01 +00:00
KHobbits
a7a42a3956 Add support for adding item meta to [free] signs.
Fix NPE on [sign] creation.
2013-12-07 20:25:23 +00:00
KHobbits
de4ba9abdf Logger cleanup pt 1. 2013-12-07 20:03:05 +00:00
KHobbits
f143aaa38e Cleanup /remove ingame syntax 2013-12-07 19:17:36 +00:00
KHobbits
5c0ef0b14e Show warning when invalid mob type is specified for /remove 2013-12-07 19:03:29 +00:00
KHobbits
a8d14eb299 Remove requires at least one argument. 2013-12-07 18:46:25 +00:00
Chris Ward
8d6751d500 Fix issue in login messages
Message wouldn't be displayed if silent join is enabled and custom is disabled. Probably.
2013-12-07 14:24:39 +11:00
Chris Ward
1a58e3f6df Disable the login message hooks automatically 2013-12-07 14:20:51 +11:00
Chris Ward
bd61719dcd Fix login messages 2013-12-07 13:44:41 +11:00
Chris Ward
436eb564cc Revert "Fixed bug when logging in silently"
This reverts commit 81e782a8b0.
2013-12-07 13:24:48 +11:00
Iaccidentally
b582158331 Merge pull request #605 from Phryxiil/2.x
Fixed bug when logging in silently
2013-12-06 18:17:06 -08:00
Zarubinator
81e782a8b0 Fixed bug when logging in silently 2013-12-06 21:15:27 -05:00
Chris Ward
fc71aa2672 Who doesn't love a good ol' NPE 2013-12-06 19:01:37 +11:00
Necrodoom
d6b1e225dc Fix glass pane IDs
remove duplicates in items.csv (thanks .itemdbparse)
2013-12-05 23:09:35 +00:00
Chris Ward
8a4ef90017 Cleanup join/quit messages. 2013-12-05 23:08:29 +00:00
Chris Ward
e469ff3671 Fix custom join messages Removes double message, adds colour codes and placeholders for the user's name. 2013-12-05 23:08:28 +00:00
TheReverend403
38ad919f37 Code cleanup 2013-12-05 23:06:04 +00:00
Necrodoom
0c52536870 Update items.csv to 1.7.2 (beta file version) 2013-12-05 23:03:34 +00:00
KHobbits
bbb8b3eb39 Updated translations from crowdin 2013-12-05 23:03:34 +00:00
KHobbits
899fccb378 Cache join/quit messages. 2013-12-05 23:03:33 +00:00
Iaccidentally
e62abac974 Add options to disable join/quit messages and custom join/quit messages 2013-12-05 23:03:33 +00:00
KHobbits
f21fb54ceb Merge remove and killall command, thanks to @Evonuts and @Iaccidentally. 2013-12-05 23:03:33 +00:00
Adam
124e730284 Add a title to [Disposal] and [Free] sign inventory 2013-12-05 23:03:33 +00:00
Chris Ward
0ffc8115e9 Update FakeServer - fixes compilation 2013-12-05 23:03:33 +00:00
KHobbits
71ed092fc8 Update to first build of 1.7.2 - CraftBukkit is still buggy so expect issues
Bukkit: #1856 CB: #2922
2013-12-05 23:03:32 +00:00
iBo3oF
a08a7ccca2 Add Balance Update Event. 2013-12-05 23:03:31 +00:00
KHobbits
c0cb38a194 Tidy up string manipulation in trade signs. 2013-12-05 23:03:31 +00:00
KHobbits
d624fe68b2 Try to be a little less confusing with non-command debug errors. 2013-12-05 23:03:31 +00:00
KHobbits
0a9845cc40 Adding saddles to horses should properly tame horses. 2013-12-05 23:03:31 +00:00
Necrodoom
eaa466aa91 Do not block user damaging self (ender eye) 2013-11-17 19:19:42 +02:00
Joseph Jenniges
da4ab6dd00 Fix logic error with /kickall in console 2013-11-17 10:04:36 -06:00
snowleo
be0401d049 Fix fromIndex = -20 2013-11-15 20:06:16 +01:00
KHobbits
011321c487 Throw meaningful warnings when wrong Essentials version is used with unsupported mod packs. 2013-11-15 00:22:10 +00:00
Iaccidentally
ae60b928dc Tidy up Commandremove a bit, thanks to Evonuts 2013-11-10 23:25:42 +00:00
Iaccidentally
0f0b1cc16a Add more functionality to the remove command. This now overlaps some functionality of the killall command, which should eventually be merged into this command and removed. new options: hostile, monsters, passive, animals, ambient, mobs, entities 2013-11-10 23:25:34 +00:00
KHobbits
258d8f3651 Allow ignore to block tpahere requests. 2013-11-09 04:08:25 +00:00
KHobbits
7a43e1aaa1 Add a couple more enchant aliases for blast protection 2013-11-09 03:40:51 +00:00
Iaccidentally
ed89f048a3 Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff 2013-11-06 21:22:32 -05:00
Iaccidentally
a0efe4bd69 Add ability to supress join/leave messages :: new permissions: essentials.silentjoin & essentials.silentquit 2013-11-06 18:05:02 -05:00
Iaccidentally
9b550641b5 netbeans 7.4 stuff 2013-11-06 18:03:46 -05:00
KHobbits
a09e840c61 Update Bukkit and Craftbukkit jar files for stable 1.6.4
Bukkit: 1848 Craftbukkit: 2912
2013-10-28 00:29:01 +00:00
KHobbits
1ab09bb1de Update Translation files from Crowdin:
http://translate2.ess3.net/
2013-10-28 00:21:41 +00:00
FearFree
5f2b10a45a Update for consistency.
Signed-off-by: KHobbits <rob@khobbits.co.uk>
2013-10-28 00:10:35 +00:00
FearFree
28c0ecf1ad Clarify no perm msgs for missing .offline perms
Signed-off-by: KHobbits <rob@khobbits.co.uk>
2013-10-28 00:10:33 +00:00
KHobbits
9db789771f Clarify message when ignoring exempt players. 2013-10-27 23:53:24 +00:00
Chris Ward
f9b54521c4 Fix automatic versioning when compiling with Maven 2013-10-21 13:50:17 +11:00
KHobbits
5abf0a1806 Add a little more group based debugging. 2013-10-21 01:20:09 +01:00
KHobbits
092488fe86 Add debug log entry when checking permission groups. 2013-10-20 17:45:37 +01:00
KHobbits
251aa6e768 Round up Y position when standing on half blocks. This should address some safelogin bugs. 2013-10-20 02:25:11 +01:00
KHobbits
d95289a433 Restore deleted craftbukkit jar 2013-10-20 01:36:22 +01:00
KHobbits
3d2b4c486e Restore original give/take Money API 2013-10-19 12:26:28 +01:00
Chris Ward
acea1cd14f [Fix] Allow someone to change their nick to different case of the same thing 2013-10-19 12:19:40 +01:00
Chris Ward
89c4abf218 Use a player's real name in /balance if they are vanished 2013-10-19 12:19:40 +01:00
Chris Ward
5384390a83 Call Ant from Maven (for GM) 2013-10-19 12:19:40 +01:00
Chris Ward
fce310a0af Fix null pointer exception on kits with meta 2013-10-19 12:19:39 +01:00
Chris Ward
2c52976436 Make looping commands see vanished players properly
Make /r check player existence in the correct order
2013-10-19 12:19:39 +01:00
Chris Ward
4041c0404e Add Maven Support 2013-10-19 12:19:39 +01:00
Chris Ward
2924125db3 Fix double messages in targeted commands 2013-10-19 12:19:37 +01:00
Chris Ward
f19293c4d4 Remove .idea and *.iml from git 2013-10-18 17:32:47 +11:00
Chris Ward
979b5b1a37 Fix /r 2013-10-18 17:23:27 +11:00
KHobbits
c53f21d9d1 Cleanup 2013-10-18 00:07:35 +01:00
KHobbits
dbebbbaa0e Restore getUser API 2013-10-18 00:07:34 +01:00
KHobbits
10167b3e95 Extract CommandSender to CommandSource, this should prevent Ess user object leaks. 2013-10-16 21:05:33 +01:00
KHobbits
840062a690 Strip nickname prefix when doing displayname comparison. 2013-10-16 20:54:23 +01:00
Iaccidentally
75963667f8 Cleanup XMPP PR 2013-10-16 20:53:30 +01:00
patjense
f33836fb13 add delayed task for XMPP presence update 2013-10-16 20:52:50 +01:00
patjense
f07b616e4f add XMPP presence management stack 2013-10-16 20:52:50 +01:00
patjense
e315e943cd add update for global presence handler 2013-10-16 20:52:50 +01:00
KHobbits
b55fbbc1d0 Clean Imports 2013-10-11 03:44:41 +01:00
KHobbits
0aabc746d9 Allow for event based test cases. 2013-10-11 03:34:41 +01:00
Iaccidentally
006cab7681 implement GodStatusChangeEvent 2013-10-11 03:14:51 +01:00
KHobbits
54bc030d0e Update README.markdown 2013-10-07 01:34:42 +01:00
KHobbits
aef2a5ff7d Allow recolouring own name. 2013-10-05 05:34:33 +01:00
KHobbits
a3807efc68 Cleanup 2013-10-05 03:27:40 +01:00
KHobbits
5169003102 Improve nick validation
Now matches nicks against userdata for conflicts
Now checks for empty string nicknames
2013-10-05 02:31:19 +01:00
KHobbits
1563cec8c6 Add more API template and implement nick change event. 2013-10-05 02:11:39 +01:00
KHobbits
37d86ea48f Extract user match looping 2013-09-28 21:33:22 +01:00
Luke GB
a3aba6ac9b Adds even more clarification to metrics opt-out 2013-09-25 00:22:11 +01:00
TheReverend403
17770acd5d Adds clarification to metrics opt-out 2013-09-25 00:18:43 +01:00
drtshock
5ede4e4b8b Format to the format with the formatter. 2013-09-24 09:38:30 +01:00
drtshock
ed677de950 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.
2013-09-24 09:38:29 +01:00
Iaccidentally
8630d49260 Update to 1.6.4 2013-09-19 21:38:15 -04:00
Chris Ward
f789d310ea Cleanup 2013-09-18 22:22:56 +10:00
GunfighterJ
2ccfc003bf Update ItemStack reference to getTypeId() 2013-09-17 23:23:45 +10:00
Chris Ward
29350240e8 Require latest Bukkit RB 2013-09-17 21:08:20 +10:00
GunfighterJ
8b8ae2b2d4 Push latest Bukkit RB 2013-09-17 06:06:34 -05:00
GunfighterJ
f45a8d6126 Fix translation typo 2013-09-15 16:43:16 -05:00
KHobbits
2c7d224b1f Fix handling max warp pages. 2013-09-10 01:42:11 +01:00
KHobbits
7ffa37fe1e Fix case sensitivity on {PLAYERLIST:group} 2013-09-06 23:54:37 +01:00
KHobbits
809f204b91 Clarify kit errors 2013-09-05 15:40:43 +01:00
KHobbits
bd4900b114 Expose other plugins ban masks. 2013-09-04 07:19:30 +01:00
KHobbits
2fd5777a4a Properly handle negative /clear amounts. 2013-09-04 06:35:53 +01:00
KHobbits
55b1169735 Reimplement 'private' keywords. 2013-09-01 00:24:11 +01:00
KHobbits
4abf5e6bae New enum cached, lazy generated KeywordReplacer
This runs before the pager, so keywords on other pages will still be parsed.
2013-08-31 23:11:08 +01:00
Pocketkid2
3a173f9e60 Use Tamed instead of horse/ocelot/wolf 2013-08-31 19:36:41 +01:00
KHobbits
6020ebef97 Add support for coloured authors on books
Fixes ESS-4690
2013-08-31 13:20:36 +01:00
KHobbits
546ea270f0 Add debug output to keyword replacer 2013-08-30 13:37:49 +01:00
KHobbits
7e0f1f0d05 This tp req cancel isn't needed anymore. 2013-08-30 11:05:27 +01:00
KHobbits
a30d94d4e8 Don't waste cpu on /baltop if eco is disabled. 2013-08-28 18:00:27 +01:00
KHobbits
e1a4f6d235 Extend eco disable option to block eco lookups. This can be required to combat slow SQL economies.
This option is not recommended under normal circumstances.
2013-08-28 17:50:28 +01:00
KHobbits
3ef723e95f Don't allow buying partial item sets via trade signs. 2013-08-28 13:42:08 +01:00
KHobbits
80cb3e9910 Add another customtext example (including one with multiple aliases) 2013-08-20 23:43:40 +01:00
KHobbits
f1d0c4ad51 Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>}
Replace <none> with what you want to show if there are no players from that group online.
2013-08-20 23:39:34 +01:00
Chris Ward
8072dbe40e Add COORDS, UPTIME and TPS keywords 2013-08-20 22:14:29 +10:00
KHobbits
babee63623 More colour. 2013-08-20 01:51:32 +01:00
KHobbits
618c999555 Refresh default motd. 2013-08-19 22:00:30 +01:00
KHobbits
30ee1fb7bc Fix text file color code escaping (&&6 -> &6) Add support for color escaping in ingame chat Other formatting class cleanup 2013-08-19 21:37:44 +01:00
KHobbits
85c4685c5d New command /customtext - This command is intended to be used with bukkit.yml aliases to make custom commands. 2013-08-19 21:37:33 +01:00
KHobbits
cd3e7dbcf2 Add support for multiple bookmarks/chapter names
Clean up info file handling
2013-08-19 00:13:49 +01:00
KHobbits
9f16c0b71f Fix tests 2013-08-18 22:48:13 +01:00
KHobbits
2fc252409f Reset fall distance when toggling fly so fall damage is not accidentally applied. 2013-08-18 22:43:43 +01:00
KHobbits
5476dad4e3 Fix a few issues with /list and group formatting. 2013-08-18 22:08:57 +01:00
KHobbits
29d2d91381 Fix feed cooldown bypass permission:
Permission: essentials.feed.cooldown.bypass
2013-08-18 21:05:45 +01:00
KHobbits
74d757fd59 Fix NPE in /kill when used from console. Thanks Necrodoom 2013-08-18 21:04:19 +01:00
KHobbits
93b00222fd Add muting offline players
Permission: essentials.mute.offline
2013-08-18 21:02:47 +01:00
KHobbits
289c47525f Allow alternative command handler to also pass tab complete. 2013-08-15 21:58:23 +01:00
Necrodoom
cfae34d3f7 items.csv - try move the most common item alias to top of aliases stack
without ore aliases remove
2013-08-15 21:37:55 +01:00
KHobbits
2062b97bb9 Use essentials itemdb for charge messages. 2013-08-15 05:47:23 +01:00
KHobbits
18b8e56d43 Use user object to send messages when possible. 2013-08-15 01:53:22 +01:00
KHobbits
df968b0dbf Gracefully handle botched plugin starts 2013-08-13 23:41:54 +01:00
KHobbits
49d1d926c4 Fix mail sendall from console skipping first param 2013-08-13 22:01:13 +01:00
Necrodoom
420fedf6ed fix config comment at heal-cooldown 2013-08-13 18:16:40 +01:00
Pocketkid2
fb7b326cb6 Update Commandremove.java
Fix class checking in /remove
2013-08-13 18:14:40 +01:00
Necrodoom
42427e2ee5 trim and replace spaces in chapter names to always work in commands 2013-08-13 18:07:27 +01:00
KHobbits
5b94d28f7f Teleport cleanup 2013-08-13 18:06:24 +01:00
GunfighterJ
bf834ae061 Fix NPE in /back when no previous location exists 2013-08-13 11:46:52 -05:00
KHobbits
df8c1f2e54 Restore safe location for /top 2013-08-13 00:55:31 +01:00
KHobbits
68adbc6a37 Prevent inf loop when adding air to kits.
Should fix #4555
2013-08-12 00:26:51 +01:00
KHobbits
83529213d4 Fully support numerical worth yml data. 2013-08-11 23:43:45 +01:00
KHobbits
cd1709d137 When in fly+god mode or when in creative mode, don't use safe teleport location when teleporting to other players.
Enable fly in unsafe circumstances.
This only works when teleporting within worlds for permission reasons.
2013-08-11 22:42:29 +01:00
KHobbits
ecd80c0112 Update plugin.yml and add some aliases (Evonuts is going to hate me) 2013-08-11 22:10:56 +01:00
KHobbits
c7e9751cad Allow toggling vanish for other players
Permission: essentials.vanish.others
2013-08-11 21:48:30 +01:00
KHobbits
8fa5dee2c4 General cleanup.
Add optional TL param for tempban/mute time in notify message
2013-08-11 21:34:26 +01:00
KHobbits
7c5cdb9931 The /tpahere command now stores the location of 'here' rather than using the current players location.
Cleanup teleport logic - This also fixes exploiting /tpahere to get accesses to restricted areas.
2013-08-11 16:37:21 +01:00
KHobbits
47c62dbc6c Update Mob.java 2013-08-09 04:38:57 +01:00
Necrodoom
6b0d76b0eb display syntax if more than one argument to avoid confusion with command purpose
more clearly, show syntax when people try to do /money give playername amount
2013-08-05 16:04:28 +01:00
KHobbits
f86ac7e8a7 Update Bukkit for 1.6.2R0.1 beta
CB: 2838 Bukkit: 2252
2013-08-05 04:15:26 +01:00
KHobbits
7b0be85a04 Update Translations from crowdin 2013-08-05 00:19:44 +01:00
KHobbits
02d504f920 Force space after group in /list 2013-08-04 23:39:56 +01:00
GunfighterJ
77cb979078 Remove duplicate key 2013-08-04 12:53:46 -05:00
Pocketkid2
9d44496b8a Update Potions.java
Add extra alias
2013-08-04 11:38:48 -05:00
KHobbits
da558f31e1 More missing syntax. 2013-08-03 02:48:50 +01:00
KHobbits
320a6ccd68 Add missing command syntax for /spawnmob 2013-08-03 02:25:42 +01:00
Pocketkid2
f89d5f5d4a Update Commandkillall.java
Add support for horses
2013-07-29 21:40:52 +10:00
KHobbits
d6b9d5ec6f Restore vault compat 2013-07-26 00:11:37 +01:00
Iaccidentally
6ecaba1498 Merge pull request #524 from necrodoom/patch-40
fix mobdata typo
2013-07-25 10:51:08 -07:00
Necrodoom
9a7ce12112 fix mobdata typo 2013-07-25 16:44:48 +02:00
GunfighterJ
fd5dfd3df0 Close inventories before opening any others 2013-07-24 16:01:17 -05:00
KHobbits
0bb65dee7d Use the correct name in /sethome if you don't have sethome.others permission. 2013-07-23 23:39:44 +01:00
KHobbits
d65a3780c2 Restore deprecated trade api
Fixes #4500
2013-07-23 22:48:32 +01:00
KHobbits
2c6e259eea Fix max radius. 2013-07-21 00:04:04 +01:00
okamosy
36cbd6ea2f Refactored and cleaned up SpawnMob. Added context-aware help /spawnmob <mob>: 2013-07-20 21:29:13 +01:00
KHobbits
67b57627fe Show if a IP is ip-banned on /seen <ip> 2013-07-19 02:25:50 +01:00
KHobbits
adf0eedbbb Cleanup worth and sell messages 2013-07-19 00:55:21 +01:00
snowleo
439ce03542 Can't sell negative amount of items. 2013-07-19 01:01:52 +02:00
okamosy
7935d28381 Added horse armor /spawnmob horse:armor<iron|gold|diamond> 2013-07-17 23:32:25 +01:00
okamosy
307e933052 Added saddles to pigs and horses /spawnmob pig:saddle /spawnmob horse:saddle 2013-07-17 23:31:37 +01:00
KHobbits
fd6257355f Log notice when chat ignore is blocked by another plugin. 2013-07-17 23:26:26 +01:00
KHobbits
25b7a91ced Add scaling object cap for usermap, prevent huge memory usage, also config file configurable. 2013-07-17 01:56:27 +01:00
okamosy
78f928655a Added horses to SpawnMob /spawnmob horse:<color><variant><style><chest> 2013-07-16 23:36:11 +01:00
KHobbits
fe8d1dd4f3 Fix radius logic 2013-07-15 23:15:35 +01:00
Necrodoom
f637b8c8be Max near radius 2013-07-15 23:10:55 +01:00
KHobbits
2b2eba6c27 Add missing param in /remove 2013-07-15 02:43:23 +01:00
KHobbits
c410cf5a1b Better handle esschat/GM reloading during async events. 2013-07-15 00:47:17 +01:00
KHobbits
902b3fc983 Update Craftbukkit
CB: 2814 Bukkit: 1792
2013-07-14 22:27:57 +01:00
KHobbits
3c1393ffa8 Try to restore basic api functionality 2013-07-14 13:00:03 +01:00
KHobbits
709e368070 Tidy and slightly expand user API 2013-07-14 12:41:27 +01:00
KHobbits
f1fdf33952 Fix worth display bug 2013-07-14 12:09:49 +01:00
KHobbits
e705f5bb1c Fix local chat spy tag order. 2013-07-14 01:20:36 +01:00
KHobbits
8c4c8395dd Throw syntax error instead of "For input string" 2013-07-14 01:07:59 +01:00
KHobbits
f743a7725e Add support for /worth all and /worth hand 2013-07-14 01:03:08 +01:00
KHobbits
913cbbc738 Whoops, wrong event. 2013-07-13 18:56:18 +01:00
KHobbits
af604194a5 Wrap ItemDb accessors and move Item string matching to itemdb class. 2013-07-13 18:52:53 +01:00
KHobbits
f536224268 Fix local message when no players are in the area
Allow any translation key to be silenced by blanking it in locale file
2013-07-13 18:46:26 +01:00
Iaccidentally
3652bd0aca [API] flip! (╯°□°)╯︵ ┻━┻ 2013-07-13 13:40:46 -04:00
Iaccidentally
178164152e [API] fix implementation? 2013-07-13 12:52:08 -04:00
Iaccidentally
f558a57824 Merge branch 'API' of https://github.com/essentials/Essentials into API 2013-07-13 12:41:31 -04:00
Iaccidentally
acca5bd4d8 [API] fix other modules to use new packages 2013-07-13 12:40:50 -04:00
KHobbits
0468f61b16 Fix failing XMPP build. 2013-07-13 17:36:35 +01:00
KHobbits
2cd909edc9 Add 'No one listening' message stub, will be empty by default and thus not sent. 2013-07-13 17:31:14 +01:00
KHobbits
4934cac1c6 Remove old chat hook
Use Bukkit API for local chat handling
Implement localChatSpy event
2013-07-13 17:25:58 +01:00
Iaccidentally
7f0c3ac44a [API] remove setters 2013-07-13 11:53:52 -04:00
Iaccidentally
d4e4cbe60c [API] Event framework 2013-07-13 11:48:05 -04:00
Iaccidentally
b8c39f13a6 [API] Move 2.x API to new package, create dummy classes for compatibility 2013-07-13 11:14:39 -04:00
Iaccidentally
4015b3056d Merge branch '2.x' of https://github.com/essentials/Essentials into API 2013-07-13 10:38:28 -04:00
Necrodoom
60682e1ab5 fix mute message when chatting
deny /mail if muted
2013-07-12 15:22:48 +01:00
GunfighterJ
f88ace0318 Add horse to entity spawn protection blacklist 2013-07-11 12:37:09 -05:00
KHobbits
b607902a7d Don't cast sender to User. 2013-07-11 09:20:52 +01:00
KHobbits
a86f995d8e Prevent speed from hitting absolute zero. 2013-07-11 08:58:22 +01:00
KHobbits
9fd5022a36 Update TL files from Crowdin, this commit resets untranslated English to new colour scheme. 2013-07-10 22:36:27 +01:00
KHobbits
3b561df287 Remove unused TL Keys 2013-07-10 22:14:23 +01:00
Iaccidentally
e229d36213 tweak default setting for max nick length 2013-07-10 11:01:49 -04:00
Iaccidentally
3202fff0b8 [FEATURE] Add configurable max nick length 2013-07-10 10:48:14 -04:00
KHobbits
c2724f3551 Update CB to 2808 2013-07-10 00:09:48 +01:00
KHobbits
0b83de8925 Fix TL handling with escaped ' marks. 2013-07-10 00:03:14 +01:00
KHobbits
504728b46b Fix user comparison. 2013-07-09 09:08:26 +01:00
GunfighterJ
84bd137b9f Implement abstract methods 2013-07-08 19:28:24 -05:00
GunfighterJ
1447ee781b Update to 1.6.2, adds new potion effect types 2013-07-08 19:22:38 -05:00
KHobbits
96d8ea856a Standardize translation formatting. 2013-07-07 15:01:00 +01:00
KHobbits
e93b9d7fab Update Polish and Swedish translations from crowdin 2013-07-07 14:54:38 +01:00
KHobbits
3fab3925c0 Translation cleanup
Allow '' in non format keys
Update French translation from crowdin
2013-07-07 14:52:31 +01:00
Gabriel D
dbea00ed64 Update some new text 2013-07-07 14:13:43 +01:00
KHobbits
3632ace61d More cleanup 2013-07-07 13:02:40 +01:00
KHobbits
35e0cab96a Misc cleanup 2013-07-07 12:38:01 +01:00
KHobbits
25b6c607e2 Whoops, we shouldn't be leaking the user object. 2013-07-07 11:51:12 +01:00
mrarroyo
234362c406 Fix punctuation 2013-07-07 02:17:25 +01:00
Chris Ward
6a5b68b870 Merge pull request #509 from necrodoom/patch-31
add horse egg
2013-07-02 02:25:49 -07:00
Necrodoom
2052e18a64 add horse egg 2013-07-02 12:20:20 +03:00
KHobbits
94e0beb8d9 Add carpet to safe teleport materials. 2013-07-02 08:02:01 +01:00
KHobbits
8bc1414cdd Add command logging for CommandBlocks and other console types. 2013-07-02 07:16:42 +01:00
Iaccidentally
fe83f25a73 Merge pull request #503 from necrodoom/patch-26
update items.csv to Minecraft 1.6
2013-07-01 19:48:11 -07:00
GunfighterJ
fa2e6248df Update Essentials for Bukkit 1.6.1-R0.1-SNAPSHOT 2013-07-01 21:38:27 -05:00
Necrodoom
5052724f05 update items.csv to Minecraft 1.6 2013-07-01 13:03:24 -05:00
GunfighterJ
f25895b19c Close the reader 2013-06-30 07:47:33 -05:00
GunfighterJ
a3e2d67682 Force reading in UTF-8 from .txt files 2013-06-30 07:40:24 -05:00
Tyler Blair
c829b3cc24 Update Plugin Metrics to R7 2013-06-29 18:05:42 +01:00
Iaccidentally
af9134c83a [API] Fix package naming 2013-06-28 15:30:47 -04:00
Iaccidentally
0f4928564c [API] fix references 2013-06-28 15:26:23 -04:00
Iaccidentally
a9b4639a0d [API] Cleanup 2013-06-28 15:21:49 -04:00
Iaccidentally
668f35c411 [API] Remove some unneeded dependencies 2013-06-28 14:58:45 -04:00
Iaccidentally
eb67e693de [API] A basic example of a custom event, more to come. 2013-06-28 14:22:18 -04:00
KHobbits
7a68694a15 Add {TEAMPREFIX} {TEAMSUFFIX} and {TEAMNAME} to chat formatting. 2013-06-28 17:12:01 +01:00
KHobbits
9195bdea22 Force repair inventory refresh. 2013-06-28 14:14:43 +01:00
KHobbits
1d6e7c33f4 Minor colour tweak 2013-06-28 13:05:56 +01:00
KHobbits
ea3f9a61d3 Make the paging logic even more complicated. 2013-06-28 01:05:56 +01:00
KHobbits
ee5cc43061 Drop messageFormat for simple string replace, remove duped ' marks. 2013-06-27 09:33:35 +01:00
KHobbits
3e771e75c2 Don't drop oversized stacks on the ground if player doesn't have oversized permission. 2013-06-26 21:44:34 +01:00
KHobbits
918f06659d [Fix] Fix toggle syntax in plugin.yml 2013-06-26 08:57:26 +01:00
KHobbits
42f3da8953 Merge pull request #504 from necrodoom/patch-30
[Fix] Fix socialspy toggle with no on/off param.
2013-06-26 00:51:51 -07:00
Necrodoom
f71df5681c fix socialspy toggles 2013-06-26 09:56:56 +03:00
KHobbits
e895587700 Let's make the default group colour orange. 2013-06-26 01:22:18 +01:00
KHobbits
d98affc18b Don't automatically convert {chatparms} to [chatparams] 2013-06-25 18:04:31 +01:00
Necrodoom
c018f6cdb8 update items.csv to Minecraft 1.6 2013-06-25 19:04:29 +03:00
KHobbits
32cda41b70 Fix null values. 2013-06-25 16:34:17 +01:00
ZerothAngel
0810d3fa2a Add group/prefix/suffix support for zPermissions. 2013-06-25 16:24:23 +01:00
Luuk Jacobs
9e108d80c2 Reword some things, minor fixes and add punctuation.
more tiny fixes
minor unicode fix
2013-06-25 16:20:21 +01:00
KHobbits
7c99c2103f Merge branch '2.x' of github.com:essentials/Essentials into 2.9 2013-06-25 16:00:32 +01:00
KHobbits
cf78f8b29a Merge pull request #502 from afistofirony/patch-1
Changing a spawner should update its BlockState.
2013-06-25 07:58:46 -07:00
KHobbits
2eaf1c221a Add missing variable. 2013-06-25 15:09:50 +01:00
Sahir
5d247afca0 Changing a spawner should update its BlockState. 2013-06-25 17:07:43 +04:00
KHobbits
a72ab3dc28 Update KeywordReplacer.java 2013-06-24 13:31:07 +02:00
KHobbits
6546ccdf90 Update info.txt 2013-06-24 13:29:28 +02:00
KHobbits
1589b47508 Merge pull request #499 from mozoa/patch-1
Update messages_nl.properties
2013-06-23 15:41:51 -07:00
KHobbits
a3878f749c Merge pull request #501 from theudis/patch-6
Update messages_fr.properties
2013-06-23 15:41:30 -07:00
theudis
c7f411042b Update messages_fr.properties 2013-06-24 00:18:58 +03:00
KHobbits
382334450d [Feature] Allow the placing of spawners with predefined network id's (/i spawner:50)
[Permission] essentials.spawnerconvert.<mobname> - Allow the placing of specific mobspawners with premade network id's.
2013-06-23 16:11:24 +01:00
mozoa
c3df201985 Update messages_nl.properties
Reworded some strings
and changed the order of words
2013-06-23 16:49:08 +02:00
KHobbits
98ee07927c Merge pull request #498 from mozoa/patch-1
Added /ci lines
2013-06-22 16:49:48 -07:00
mozoa
56de10a33f Update messages_nl.properties 2013-06-22 22:51:38 +03:00
mozoa
d1affb070f Update messages_nl.properties
Added new CI lines
bit indifferent about line 543 and 544
2013-06-22 22:49:26 +03:00
KHobbits
604d50a73d [Feature] Expand /ci to allow removing certain amounts, and breakdown on the items removed. 2013-06-22 17:36:35 +01:00
KHobbits
6c30d37962 Clean up exception types. 2013-06-22 16:33:22 +01:00
KHobbits
7eab661312 Fix missing Unicode in NL TL 2013-06-21 11:23:01 +01:00
KHobbits
178ec410e1 Reduce restrictions on same item trading, so only identical items are blocked. 2013-06-20 21:14:28 +01:00
mozoa
db6b01c94d Update NL locale 2013-06-20 21:07:58 +01:00
KHobbits
51ab887143 [Fix] Don't throw the wrong error message when using group limited kit signs. 2013-06-19 21:20:58 +01:00
GunfighterJ
2289c08114 Merge pull request #489 from necrodoom/patch-23
fix permission check typo (thanks to #4365)
2013-06-18 11:01:17 -07:00
Necrodoom
c36c057073 fix permission check typo (thanks to #4365) 2013-06-18 20:57:30 +03:00
KHobbits
e5e2b6de66 Merge pull request #488 from necrodoom/patch-21
fix typo in eco warning
2013-06-17 08:19:59 -07:00
Necrodoom
42b550af7d fix typo in eco warning 2013-06-17 16:05:45 +03:00
KHobbits
5b35afbaa0 Block external access to unsupported saveConfig() method. 2013-06-17 01:08:42 +01:00
KHobbits
049ae81d20 Allow new lines and add secure broadcast keywords. 2013-06-16 01:18:35 +01:00
KHobbits
232750fcb8 Cleanup broadcast, allow limited keywords in. 2013-06-16 01:07:16 +01:00
KHobbits
1c5e0ea7a5 Clarify 'permission-based-item-spawn' config setting. 2013-06-16 00:05:27 +01:00
KHobbits
695d454e35 Update to 1.5.2 RB:
Bukkit #1776 CraftBukkit #2788
2013-06-15 11:53:47 +01:00
KHobbits
8e61f72cb4 Reset suffix on /nick even if op and prefix/suffix are disabled. 2013-06-13 09:18:47 +01:00
KHobbits
954695116c Merge pull request #485 from necrodoom/patch-29
no permissions is not an error, so dont output it as a warning
2013-06-12 02:59:55 -07:00
Necrodoom
c221cf66f5 no permissions is not an error, so dont output it as a warning 2013-06-12 12:41:15 +03:00
KHobbits
85aa487b45 Merge branch 'temp1' into 2.9 2013-06-11 20:50:24 +01:00
KHobbits
a254644180 Merge branch 'release' of github.com:essentials/Essentials into 2.9 2013-06-11 20:46:28 +01:00
Iaccidentally
568741b460 Cleanup imports 2013-06-11 20:45:12 +01:00
KHobbits
5a75823b85 Restore support for replacing CAPITAL colour codes. 2013-06-11 16:38:24 +01:00
KHobbits
f6b52a87f7 Don't look up valid looking IP's in the player database. 2013-06-09 23:10:02 +01:00
Iaccidentally
eff86fba0f Remove old permissions handlers that are no longer used. This fixes an issue where new versions of Bpermissions would be detected as old. 2013-06-09 14:38:27 -04:00
KHobbits
b23d6a6db1 Allow use of deprecated teleport function through interface. 2013-06-09 13:38:09 +01:00
theudis
123bffc32b Update messages_fr.properties
Small changes in what I had done previously.
2013-06-09 03:09:20 +01:00
Necrodoom
c8e21b6825 Fix arg length checks on /exp 2013-06-09 03:07:35 +01:00
cexikitin
8f0ab2ccde Alert give sender that the user was unable to receive all the items. 2013-06-09 03:05:40 +01:00
KHobbits
62edbc044c Split util classes. 2013-06-08 22:31:19 +01:00
KHobbits
ea62dfc474 Cleanup ITarget 2013-06-08 21:43:42 +01:00
KHobbits
421a6b7462 Turn Target into a real class. 2013-06-08 21:40:02 +01:00
KHobbits
393677e1d5 Trapdoors should be treated as half blocks, not transparent blocks. 2013-06-08 21:26:11 +01:00
KHobbits
cbc7aee85e Teleport invulnerability should trigger on respawn as well as normal teleport. 2013-06-08 21:06:33 +01:00
KHobbits
db5f1f1d33 Essentials API cleanup and teleport possession fixing. (UNSTABLE) 2013-06-08 19:34:14 +01:00
KHobbits
eea791be90 Throw a little testing on toggle logic. 2013-06-08 16:33:30 +01:00
KHobbits
31b6f8971c Try and make toggles DRYer without loosing command flow.
Allow socialspy to match multiple players.
2013-06-08 15:13:51 +01:00
KHobbits
e8061f2e4d Allow spawning zombies without the trademark gold boots.
Also limit armor to zombies and skeletons.
2013-06-05 03:15:12 +01:00
KHobbits
5a2e6bc923 Fix unit tests. 2013-06-02 17:56:48 +01:00
KHobbits
7479620a97 Attempt to fix /seen times on vanish. 2013-06-02 17:45:56 +01:00
KHobbits
4f35ec2592 Mute and sudo should check for essentials.vanish.interact permission. 2013-06-02 16:09:56 +01:00
KHobbits
32d65bd468 Allow spawning zombies with swords too. 2013-06-02 00:09:12 +01:00
KHobbits
9adb02e24d [Feature]Extend spawning mob meta to allow more customized spawning:
/spawnmob (skeleton|zombie|pigzombie):(diamond|iron|gold)armor
2013-06-02 00:02:40 +01:00
KHobbits
4928948b48 [Fix] Set some default mob data.
Fixes skeletons spawning without bows.
2013-06-01 23:33:31 +01:00
KHobbits
0a32bb9358 Update Essentials spawn to use new kit params. 2013-05-27 02:29:28 +01:00
KHobbits
7391c6d150 Better handle kit item casting. 2013-05-27 02:25:30 +01:00
KHobbits
cce9b9f71c Ignore extra spaces in kit config. 2013-05-26 23:53:39 +01:00
KHobbits
0104373beb Exempt [repair] signs from 'essentials.repair.all' permissions check. 2013-05-26 22:00:35 +01:00
KHobbits
324cc3b45c Update inventory when closing ghost-dupe-able inventory, to remove ghost items. 2013-05-26 18:21:19 +01:00
KHobbits
2ea36e47b3 Reduce duplicated broadcast code. 2013-05-26 17:58:04 +01:00
KHobbits
d94ec6f601 Simplify player matching. 2013-05-26 17:37:11 +01:00
KHobbits
5fabaf030b Standardize /getpos and /whois to use essentials.vanish.interact like all other commands. 2013-05-26 17:20:03 +01:00
KHobbits
579b4603a2 GeoIP already has a perm, doesn't need hidden behind essentials.seen.extra as well. 2013-05-26 16:52:25 +01:00
KHobbits
104edda8d1 Show teleport cancel messages to tpa user. 2013-05-26 16:49:11 +01:00
KHobbits
2bc9b0946f Fix /helpop for console use. 2013-05-26 16:23:36 +01:00
KHobbits
612973d813 [Fix] Fix vanished player matching in: /seen /give /burn /nuke /tpall /tpaall 2013-05-26 16:02:40 +01:00
KHobbits
f80ab48c20 Forgot to push Essentials spawn changes. 2013-05-24 00:10:39 +01:00
KHobbits
f36f43ca19 Improve hidden player matching.
Replace essentials.teleport.hidden with essentials.vanish.interact
Fix perm checks in tpall and tpaall
2013-05-23 22:59:09 +01:00
KHobbits
76d35d3e4b Fixing feed messages. 2013-05-23 22:12:54 +01:00
KHobbits
710c0f5edf Improve user matching 2013-05-20 18:50:14 +01:00
KHobbits
9ad49f9e98 Don't throw NPE on broken sign state, just allow block to break. 2013-05-19 01:21:21 +01:00
KHobbits
1e9c0917ab Default chat formatting should strip all format codes, not just colours. 2013-05-19 01:03:54 +01:00
KHobbits
9e8bf18f28 Add indication of when kit's cannot be used yet, in the /kit output. 2013-05-18 23:27:41 +01:00
KHobbits
ec99f38069 Tidy up /gc's TPS output. 2013-05-18 21:42:02 +01:00
KHobbits
b008cdc5f6 [Feature] Add hunger level to /whois 2013-05-18 18:20:06 +01:00
KHobbits
18b9fe6a5e Fix null when trying to tempban players in console for times longer than max ban. 2013-05-18 17:57:05 +01:00
KHobbits
174e12d897 Tweak /baltop to not show displaynames on vanished players. 2013-05-12 21:19:54 +01:00
KHobbits
f157ebb3e9 Tiny listener optimizations. 2013-05-12 20:59:07 +01:00
KHobbits
38d8eb6824 Small tweak to warning display and make config variable 'economy-lag-warning' set in ms not ns. 2013-05-12 16:31:40 +01:00
KHobbits
b3c560ec34 Make the lag warning configurable, useful to debug economy lag on larger servers. 2013-05-12 16:10:41 +01:00
KHobbits
18bc02427d Throw console warning on slow economy api call. 2013-05-12 04:12:34 +01:00
GunfighterJ
3c8b9af2cb [Fix] Check initial direction when looking for a safe teleport spot 2013-05-10 11:21:39 -05:00
KHobbits
4777c083a6 Don't treat AFK players as god mode when dealing with food regen. 2013-05-09 17:44:10 +01:00
snowleo
37b1d66a78 Update ItemDb.java 2013-05-08 00:53:37 +03:00
snowleo
cb7e304330 Doesn't need this 2013-05-08 00:52:39 +03:00
KHobbits
9fffadf220 [Feature] Withdraw from trade signs without dropping items as overflow. [EXPERIMENTAL] 2013-05-06 23:09:31 +01:00
KHobbits
a4a1c63f5c Add some sign debugging to /ess debug to help track down charging issues. 2013-05-05 22:37:28 +01:00
KHobbits
1a7c125b72 Couple more bits of Eco cleanup 2013-05-05 20:05:28 +01:00
KHobbits
8c541ecdd4 Fix /sell to handle zero priced items again. 2013-05-05 19:59:35 +01:00
snowleo
c52c22a9e9 Make it compatible with Factions again. 2013-05-05 19:00:21 +03:00
snowleo
158e957eb7 Catch both exceptions in EssentialsConf and valueOf instead of new 2013-05-05 11:55:39 +02:00
snowleo
3a268ea11d Cleanup 2013-05-05 11:42:53 +02:00
snowleo
9ceee255d9 ECONOMY MADNESS? THIS IS … FIXED 2013-05-05 11:41:19 +02:00
snowleo
81310aae87 fix NPE in teleport code 2013-05-05 11:08:49 +03:00
KHobbits
5c62ede70b Further economy cleanup 2013-05-05 08:03:06 +01:00
KHobbits
e3e184920b Cleanup player argument matching in loops
Cleanup ess cleanup timestamp matching
2013-05-05 07:15:33 +01:00
KHobbits
d0c60bab0a Economy Madness 2013-05-05 05:12:17 +01:00
KHobbits
e2338d937f Trim stored precision to below that of a double, to prevent rounding issues. 2013-05-05 01:23:07 +01:00
theudis
b8ea75ba5b Update messages_fr.properties 2013-05-04 21:56:32 +01:00
KHobbits
7aa0ce11f7 Update CS translation with some extra TL keys from tommymortago 2013-05-04 19:34:55 +01:00
KHobbits
4b603e89b1 Sorted TL files 2013-05-04 19:22:44 +01:00
pa001024
dbef226b71 update zh-locate 2013-05-04 18:32:44 +01:00
Necrodoom
c98401ba06 Throw invalid kit message on invalid delay 2013-05-04 18:26:34 +01:00
KHobbits
b071e07101 cleanup 2013-05-04 18:22:55 +01:00
KHobbits
89768f47e3 [Feature] Make /kit list kit costs if any are set. 2013-05-04 18:11:35 +01:00
KHobbits
282ba911ca Merge pull request #465 from skmedix/patch-1
Update Polish translation
2013-05-04 08:55:18 -07:00
KHobbits
b9966f904e [Permission] Add essentials.repair.all permission, which is required to unlock /repair all
Also make it to /repair defaults to hand.
2013-05-04 16:06:06 +01:00
KHobbits
cf052e0403 [Fix] Allow Feed to be used via console
Throw events when modifying heath or food levels.
2013-05-04 16:04:59 +01:00
snowleo
46c24b52a9 Remove User instance from Teleport class 2013-05-03 01:53:54 +02:00
snowleo
ac11e2ee2b Don't trust File.length() 2013-05-03 01:26:51 +02:00
snowleo
ff0efdd9dc Do not keep hard references to User objects 2013-05-03 01:15:02 +02:00
snowleo
bdde309ab5 *angry eyes* 2013-05-03 00:25:07 +02:00
snowleo
95f386e4f1 Fix cleanup to not hold Users in memory. 2013-05-03 00:12:40 +02:00
Iaccidentally
b8856659d1 Update libs for 1.5.2 :: Minimum CB version now 2763 2013-05-02 11:54:05 -04:00
SKmedix
0c1b6bc18a Update messages_pl.properties
Changelog:
---
* Added:
kitError2 (216)
kitNotFound (536)
socialSpy (537)
setBal (538)
insufficientFunds (540)

* Fixed:
backUsageMsg (21)
banFormat (28)
bedMissing (30)
connectedPlayers (58)
downloadingGeoIp (91)
fullStack (125)
geoIpUrlEmpty (131)
geoIpUrlInvalid (132)
healOther (148)
itemSpawn (200)
jailReleased (206)
jailSentenceExtended (208)
jailSet (209)
kickedAll (213)
kitInvFull (221)
kitOnce (222)
markMailAsRead (239)
matchingIPAddress (242)
messageTruncated (246)
nickChanged (272)
removed (376)
repairNone (381)
teleportAll (419)
tempBanned (434)
thunderDuration (437)
timeSet (442)
totalWorthAll (446)
totalWorthBlocks (447)
tradeSignEmpty (450)
youAreHealed (520)
youHaveNewMail (521)
balanceOther (527)
2013-04-30 20:34:33 +03:00
Iaccidentally
edceda8c3c Minor cleanup 2013-04-30 12:57:38 -04:00
Iaccidentally
12c379697a Fix some tl keys :: update Portuguese translation 2013-04-30 12:26:09 -04:00
Iaccidentally
648f78699c API & misc cleanup 2013-04-30 12:25:25 -04:00
Iaccidentally
9b1fe33419 Merge pull request #460 from main--/2.9
Made the "throws" declaration of getWarps() more specific
2013-04-30 08:30:41 -07:00
KHobbits
9a3dad918f Support /me in console 2013-04-30 02:24:30 +01:00
KHobbits
2093f1b661 Allow powertool to be set from console. 2013-04-30 02:18:22 +01:00
KHobbits
892ee13aea Fix tests. 2013-04-30 01:50:02 +01:00
KHobbits
047ef63e55 Move spawnmob.stack perm check to the right place. 2013-04-30 01:37:39 +01:00
KHobbits
31d9b1fab4 [Fix] Stacked mobs count towards spawnmob-limit count. 2013-04-30 01:04:40 +01:00
KHobbits
b50ec3406e Fix currency rounding up. 2013-04-30 00:35:39 +01:00
KHobbits
5513b62d98 Fix TL messages. 2013-04-30 00:18:53 +01:00
KHobbits
a6c55a1d9e Fix Eco take bug and fix NPE 2013-04-30 00:07:28 +01:00
KHobbits
57d6fb12b5 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2013-04-29 23:50:49 +01:00
GunfighterJ
a76385b5d3 Remove ArrayListInput
Formatting
2013-04-29 14:04:59 -05:00
main()
2fd56f2c0b Made the "throws" declaration of getWarps() more specific
It is very difficult to handle an Exception thrown by an API method when you don't have any way to **programatically** (without dirty stuff like string comparisons, so the message is not enough) distinguish errors and find out what's going on.
2013-04-29 20:29:42 +02:00
GunfighterJ
b05c56db02 Add keyword replacements in kits
Add SimpleTextInput constructor for lists
Variable refactoring for clarity.
2013-04-29 06:31:08 -05:00
Iaccidentally
5848a5c2ec cleanup last commit a bit 2013-04-28 17:22:11 -04:00
Iaccidentally
ff3733c1b7 [API] Add a warp api, with future 3.x support :: minor cleanup 2013-04-28 16:23:45 -04:00
KHobbits
4f6bc7420f Fix ZH TL messages 2013-04-28 14:18:19 +01:00
pa001024
2c0e87a79b Add China/Hong Kong/Taiwan Translations 2013-04-28 14:12:21 +01:00
Iaccidentally
081b81d081 [CHANGE] Rewrite eco command with better logic :: the command will now attempt to do exactly what it is told, with respect to the minimum balance :: fix missing messages 2013-04-27 23:44:23 -04:00
KHobbits
0e8e6178fc [Fix] Try singular and plural entity names in /remove. 2013-04-28 04:26:39 +01:00
Necrodoom
70a364894f Fix radius in /remove and add world.
Fix SocialSpy
Fix /killall world argument.
2013-04-28 04:20:28 +01:00
Necrodoom
a9052b5d40 [Feature] Add /socialspy other 2013-04-28 03:44:24 +01:00
KHobbits
376955e1cc Update Polish translation by skmedix 2013-04-28 03:31:18 +01:00
Necrodoom
8f6193bf8a [Fix] Output proper message if typo'd kit 2013-04-28 03:22:31 +01:00
snowleo
56beab083c Update Commandgc.java 2013-04-23 08:57:22 +03:00
snowleo
97238b82ed Derp, still need currentTime 2013-04-23 08:55:02 +03:00
snowleo
2d339a1307 Fix tps after Timer changes 2013-04-23 08:51:25 +03:00
snowleo
1b6f1a88db Allow to forceSave conf files 2013-04-23 00:47:45 +02:00
snowleo
9b821545fd Delayed write to file (experimental) 2013-04-22 23:31:11 +02:00
U-SFX\wardcg
27853b78f8 Merge remote-tracking branch 'origin/groupmanager' into 2.9 2013-04-23 01:02:31 +10:00
KHobbits
bb9c62e4de Minor TP and timer tweaks. 2013-04-22 00:11:13 +01:00
KHobbits
df159a3def Attempt to smooth out timer usage.
Add extra sign metrics.
2013-04-21 23:39:50 +01:00
snowleo
4b095bc9c3 Restrict EssentialsTimer to 10ms execution time 2013-04-22 01:23:21 +03:00
Iaccidentally
0b05211041 [FEATURE] Add kill exempt :: new permission: essentials.kill.exempt
players with essentials.kill.force and console will still be able to override this
2013-04-19 14:40:10 -04:00
Iaccidentally
9bb2e8ceb5 Merge pull request #453 from necrodoom/patch-20
[FIX] ID 18, 29, 33 invalid damage values and more
2013-04-19 10:32:47 -07:00
ElgarL
3dba6faccc Merge pull request #452 from evonuts/groupmanager
Minor grammatical changes to config.yml
2013-04-19 09:57:16 -07:00
Necrodoom
9d6362f625 [FIX] ID 18, 29, 33 invalid damage values and more
expand IDs 98:1, 98:2, 98:3
2013-04-19 19:43:22 +03:00
GunfighterJ
afdb9539a5 Fix NPE on invalid enchant 2013-04-19 10:06:43 -05:00
evonuts
ee36420e5d Minor grammatical changes to config.yml 2013-04-19 12:13:09 +12:00
Iaccidentally
e32a3a289c [Feature] Add a blacklist for what dispensers can dispense to antibuild 2013-04-16 17:01:01 -04:00
Iaccidentally
c43b30693d [UPDATE] Update to 1.5.1-r0.2 beta build 2013-04-16 16:59:36 -04:00
Iaccidentally
4907ddd775 Clean up last commit 2013-04-16 16:16:07 -04:00
Iaccidentally
053c5b0668 [FIX] Update user activity when shooting a bow 2013-04-16 15:58:13 -04:00
GunfighterJ
2e543828d6 Allow permission control of stacked mobs
Adds essentials.spawnmob.stack to allow stacking of more than one mob using the /spawnmob command

Adds https://www.assembla.com/spaces/essentials/tickets/4050
2013-04-14 15:01:25 -05:00
snowleo
3da69fca76 Changing that name too, thanks jomp16 2013-04-14 12:30:30 +03:00
snowleo
881459b702 Threading Fix 2013-04-14 04:44:16 +03:00
KHobbits
70e84453ff Remove duplicate perm. 2013-04-13 23:50:17 +01:00
KHobbits
915391124d Check threading on backup init. 2013-04-13 23:10:09 +01:00
GunfighterJ
1fd8ce5daf Merge pull request #438 from GunfighterJ/2.9
Add Romanian translation
2013-04-08 17:27:16 -07:00
GunfighterJ
fb5f379951 Add Romanian translation 2013-04-06 17:13:59 -05:00
GunfighterJ
209e925666 [Feature] pweather command 2013-04-06 16:20:12 -05:00
snowleo
d6c85a0d0d Still need that check 2013-04-06 18:40:42 +03:00
snowleo
12a1dac02d Math fail 2013-04-06 18:38:49 +03:00
snowleo
b3b30ced9b Fix § at end of line 2013-04-06 18:37:13 +03:00
KHobbits
14a552f295 Balance others message. 2013-04-06 05:54:44 +01:00
KHobbits
255ff82729 Fix group name when using wildcard group definitions. 2013-04-06 05:05:28 +01:00
ementalo
ac535db329 Remove GB from main build.xml 2013-04-04 20:49:55 +01:00
ementalo
235e52e0fa [update] Remove GroupBridge 2013-04-04 20:45:09 +01:00
KHobbits
ced281fb5c Missing file update. 2013-04-04 08:45:08 +01:00
KHobbits
8272257883 Update Bukkit for 1.5.1-R0.1 Beta.
CB: 2735 Bukkit: 1741
2013-04-04 08:39:57 +01:00
Paul A.
08b04bcb1a Merge pull request #435 from GunfighterJ/2.9
[Fix] NPE on ptime from console
2013-04-02 08:31:42 -07:00
GunfighterJ
61e5d2df7a [Fix] NPE on ptime from console 2013-04-02 10:21:20 -05:00
Iaccidentally
889e44908d Merge pull request #431 from GunfighterJ/2.9
Show Geolocation in /seen
2013-04-01 14:20:42 -07:00
GunfighterJ
6de8ce0d59 Show Geolocation in /seen
Refactor argument for clarity
2013-04-01 16:00:09 -05:00
KHobbits
eab3375c3f Block sign interact if player is dead. 2013-04-01 05:23:04 +01:00
KHobbits
0974ff935d Merge pull request #428 from necrodoom/patch-15
readd "forest" and "jungle"
2013-03-31 08:27:26 -07:00
Necrodoom
df69ed43e7 readd "forest" and "jungle" 2013-03-31 18:26:38 +03:00
KHobbits
fc6397e739 For group overflow, add a little colour. 2013-03-30 02:40:20 +00:00
KHobbits
1ea74f6205 Use original casing in config file group name. 2013-03-30 02:36:09 +00:00
Iaccidentally
81e53662c6 [FIX] add itemframe support to remove 2013-03-29 22:20:54 -04:00
KHobbits
ab1d6c0aba Prevent sign healing when the player is recently dead. 2013-03-29 14:37:30 +00:00
SKmedix
9df9f46259 Update messages_pl.properties
Update Polish translation.
2013-03-29 03:19:43 +00:00
Necrodoom
dbf9b54018 [Fix] Allow console to afk others 2013-03-29 03:16:18 +00:00
Necrodoom
7e6275fa99 wipe too general log name aliases 2013-03-29 03:13:03 +00:00
Necrodoom
bdd3efc260 [Fix] Sudo allowed on vanished players. 2013-03-29 03:10:45 +00:00
Necrodoom
29a6ccdee1 prevent confusion at /ci code 2013-03-29 03:04:54 +00:00
KHobbits
6fc5ce3af5 Spacing. 2013-03-29 03:01:53 +00:00
KHobbits
5b5b873af9 Fixing casing and formatting issues in /list 2013-03-29 02:59:55 +00:00
KHobbits
9ad0bb9fbd Merge pull request #423 from kukelekuuk00/patch-1
[Fix] Strip colourcodes from groups in /list (internal only)
2013-03-28 19:50:50 -07:00
ElgarL
fd1e725d0e another string fix. 2013-03-28 16:08:59 +00:00
ElgarL
cac4850c42 More Necrodoom fixes. 2013-03-28 15:38:18 +00:00
ElgarL
0b28db383d Fix loops. 2013-03-28 13:10:17 +00:00
ElgarL
a7f6dd2f3e Merge pull request #371 from necrodoom/patch-72
add new commands and others
2013-03-28 05:59:35 -07:00
Luuk Jacobs
ddfba595c9 [Fix] Strip colourcodes from groups
This way groups with colourcodes in the middle of the name work with /who <groupname> ie. §4S§cerveradmin
2013-03-26 11:43:45 +01:00
Iaccidentally
77237b4143 Merge pull request #409 from GunfighterJ/2.9
[Feature] Stack more mobs with /spawnmob
2013-03-22 14:39:55 -07:00
GunfighterJ
711a6c234a [Feature] Stack more mobs with /spawnmob
Uses same syntax, now supports more than 2 mobs
2013-03-22 16:35:01 -05:00
KHobbits
138a916883 Abort user login code, if user disconnects before it runs. 2013-03-21 22:30:02 +00:00
KHobbits
5f32b80ba0 Don't allow an empty list value. 2013-03-21 21:41:30 +00:00
KHobbits
f8afa46be9 Tweak ess version 2013-03-21 21:12:58 +00:00
KHobbits
b955399e49 Add the max-walk-speed config variable back to the default config file. 2013-03-20 23:24:45 +00:00
SKmedix
0022614300 Update messages_pl.properties
Update Polish translation.
2013-03-20 08:53:00 +00:00
KHobbits
ec9bd64029 Use correct getPlayer method to not match offline users. 2013-03-20 01:29:54 +00:00
KHobbits
fb71b08d0e [Permission] essentials.vanish.interact - Players with this permission will be able to interact with hidden players. 2013-03-20 01:00:50 +00:00
KHobbits
58c5b47aad Add some missing hidden checks 2013-03-19 23:24:06 +00:00
KHobbits
80ab850abc Try to unify player matching for hidden users:
kill, lightning and ptime still need cleanup
2013-03-19 23:17:34 +00:00
KHobbits
6bfd722200 [Fix] Reset walk/fly speed on login.
[Permission] essentials.speed.<fly|walk> - If a player only has one of these, they will only be able to toggle the given state.
2013-03-19 22:55:00 +00:00
KHobbits
b1e9d13ee4 Don't close inventories every plugin disable, just our own. 2013-03-19 21:05:12 +00:00
Necrodoom
13782722d9 [Fix] Print correct sender name on /spawn player from console. 2013-03-19 20:59:02 +00:00
Necrodoom
69af6bf441 Fix exception in /heal, "playernotfound" should be exception. 2013-03-19 20:56:50 +00:00
KHobbits
3d567401e9 Use original case for default /list groups. 2013-03-19 18:34:28 +00:00
KHobbits
89929a3849 readmeupdate 2013-03-19 14:32:23 +00:00
Necrodoom
4c88091551 kittycannon should actually fire kittens 2013-03-19 14:31:34 +00:00
Necrodoom
c0f31ae777 console should be able to mute admins 2013-03-19 14:09:30 +00:00
Necrodoom
dd55e9188f [Fix] offline player matching for online only commands.
/kick,/warp, /burn & /tppos should only match online players
2013-03-19 14:07:42 +00:00
KHobbits
1aa6ea13b5 Pull the default list behavior from the old 'sort-list-by-groups' variable if it exists. 2013-03-19 09:00:50 +00:00
KHobbits
8eb61298d7 Add Travis notifications 2013-03-18 23:48:01 +00:00
KHobbits
2163929a1d Try different ant command 2013-03-18 23:35:00 +00:00
KHobbits
1f306b9ea1 Travis 2013-03-18 23:27:15 +00:00
KHobbits
79593fdcd2 Merge pull request #396 from GunfighterJ/2.9
Allow potion clear/apply commands to work
2013-03-18 16:20:45 -07:00
KHobbits
45b2ef9384 Minor code cleanup 2013-03-18 23:15:18 +00:00
KHobbits
50b196a9e4 Cleanup: Run Kukes code through a dryer, add more comments. 2013-03-18 22:43:05 +00:00
GunfighterJ
0825ed0fa5 Allow potion clear/apply commands to work 2013-03-18 11:21:28 -05:00
KHobbits
1398a27e74 Edit default config to not cause confusion. 2013-03-18 08:59:40 +00:00
KHobbits
401c2bbdbf Cleanup: Comment and simplify /list code - More to do. 2013-03-18 08:53:12 +00:00
KHobbits
611173ed50 Cleanup - Split /list into methods 2013-03-18 08:16:34 +00:00
kukelekuuk00
94fdf2c3ef fixes and addition of '*' to match all unmatched users. 2013-03-18 06:16:02 +00:00
kukelekuuk00
61948a9e4d Added /list [group] and some more detailed configuration regarding /list 2013-03-18 06:16:02 +00:00
GunfighterJ
e6aff5a5e9 Potion erroring and duration/power fix 2013-03-18 06:14:44 +00:00
Necrodoom
681a906014 update IDs 27, 28, 66, 157
update rails aliases to match bukkit item names
2013-03-18 06:14:00 +00:00
GunfighterJ
1d3da2d700 [Fix] Potion erroring and duration/power fix 2013-03-17 13:34:10 -05:00
KHobbits
34cf1d6cee [Fix] Restore /speed command's ability to control walk speed. 2013-03-17 06:38:24 +00:00
KHobbits
5b6e8228e4 Fixing TL edit error. 2013-03-16 12:17:13 +00:00
Necrodoom
0e7e0783ab Update messages.properties
fix typos in new messages
2013-03-16 12:15:57 +00:00
KHobbits
706143f916 Fix raw bukkit itemdb lookup 2013-03-16 12:11:03 +00:00
KHobbits
80976fa09e Cleanup open inventories 2013-03-16 11:01:56 +00:00
KHobbits
156a7f6b8a Import cleanup 2013-03-16 09:19:30 +00:00
KHobbits
c9c68c1113 Fix potion effect errors 2013-03-16 09:13:21 +00:00
KHobbits
af32128a83 Fix Minecart class rename
Lets use consistent versions in the code base
Bukkit: 1700 CB: 2648
2013-03-16 08:55:39 +00:00
KHobbits
c46ad29cc4 We use tabs not spaces for indenting. 2013-03-16 08:43:52 +00:00
KHobbits
ddca0c30eb Check health is 0 after /suicide 2013-03-16 08:42:24 +00:00
KHobbits
e08309941d Fix missing /ci syntax update. 2013-03-16 08:32:21 +00:00
Alexander Schepp
582e90c0d7 Merge pull request #388 from GunfighterJ/2.9
[Feature] Additional spawnable mob types
2013-03-15 13:44:43 -07:00
GunfighterJ
1e7acce345 [Feature] Additional spawnable mob types 2013-03-15 15:41:23 -05:00
Alexander Schepp
e55b9df46c Merge pull request #387 from GunfighterJ/2.9
Initial 1.5 update
2013-03-15 12:59:50 -07:00
GunfighterJ
9a45f780fe Initial 1.5 update 2013-03-15 14:54:51 -05:00
Alexander Schepp
3e55913fcf Merge pull request #342 from necrodoom/patch-60
[feature] update items.csv to minecraft 1.5
2013-03-15 12:25:09 -07:00
KHobbits
d646989b78 Merge pull request #383 from necrodoom/patch-73
[fix] trying to AFK others should work now
2013-03-15 06:28:56 -07:00
KHobbits
13fd8a896f Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2013-03-14 18:01:50 +00:00
Iaccidentally
5b72bfa81f Merge pull request #385 from Skylexia/patch-1
[Fix] Fixing message (Tl key).
2013-03-13 17:41:10 -07:00
Skylexia
eb734996ec Fixing message. 2013-03-13 20:23:01 -03:00
KHobbits
0ef3bee594 Fix missing console notifications on /unban and /unbanip 2013-03-12 22:26:24 +00:00
Necrodoom
7a2e029073 [fix] trying to AFK others should work now 2013-03-11 15:36:12 +02:00
KHobbits
839ded00e9 Fixing ban ip broadcast notification. 2013-03-11 10:33:59 +00:00
KHobbits
f876083f56 Fix Essentials version display 2013-03-11 02:01:57 +00:00
KHobbits
47a0582cf7 Fixed lost TL. 2013-03-10 23:43:13 +00:00
Skylexia-PC
d9543d2250 Shows IP unbans to online staff. 2013-03-10 23:41:17 +00:00
Necrodoom
36304c1ed0 readd some checks 2013-03-10 14:42:03 +02:00
KHobbits
92e973fc22 Merge pull request #380 from Skylexia/2.9
[Feature] Broadcast unbans to online staff.
2013-03-10 00:38:09 -08:00
Skylexia-PC
d7e1e3198d Update tl properties to remove unused properties. 2013-03-10 04:37:04 -04:00
Skylexia-PC
f052dbdcfe [Feature] Broadcast unbans to online staff. 2013-03-10 03:22:35 -04:00
KHobbits
e3ff9f2803 Use lower locale. 2013-03-10 02:04:11 +00:00
KHobbits
d0940c9ad8 Protect us from npe. 2013-03-10 02:01:59 +00:00
Iaccidentally
f5c8e832e4 Merge pull request #379 from GunfighterJ/2.9
Allow potion meta to work
2013-03-09 16:46:59 -08:00
GunfighterJ
bccb85756e Allow potion meta to work
Instead of denying if they have perms
2013-03-09 18:38:59 -06:00
KHobbits
6253a23fed Fix TL key casing. 2013-03-09 21:41:30 +00:00
KHobbits
d099572514 [Fix] Allow /nick to change nickname case, without adding prefix character. 2013-03-09 14:24:19 +00:00
KHobbits
92987ac129 [Fix] Move allowunsafe enchant perm to: essentials.enchantments.allowunsafe 2013-03-09 14:02:34 +00:00
KHobbits
cb98f1bdb9 [Fix] Move all enchant type perms to: essentials.enchantments.<enchant>
[Fix] Move all potion effect perms to: essentials.potions.<effect>
[Fix] Move multiple potion perm to: essentials.potions.multiple
Other perms: essentials.itemspawn.meta-(firework|firework-multiple|firework-power|name|lore|head|book|chapter|chapter-<chapter>|author|title)
2013-03-09 13:56:38 +00:00
Necrodoom
c6380f8009 fix alias 2013-03-09 15:12:15 +02:00
KHobbits
f7f1932480 Merge pull request #378 from Skylexia/2.9
Fixing exp trading type.
2013-03-08 14:08:08 -08:00
Skylexia-PC
2582e94c8f Fixing exp trading type. 2013-03-08 17:04:54 -05:00
KHobbits
aacbaef98c Allow item/item trades still. 2013-03-08 12:34:11 +00:00
KHobbits
d379d0587b Merge pull request #370 from necrodoom/patch-71
[fix] EssentialsAntiBuild shouldn't run without Essentials
2013-03-08 04:01:08 -08:00
KHobbits
eaf6332534 Clean up meta error messages.
Add enchant perm checks back.
2013-03-07 03:17:58 +00:00
KHobbits
44d651e219 Don't check people for meta perms when using kits. 2013-03-07 02:57:25 +00:00
KHobbits
394966eda2 Merge pull request #375 from GunfighterJ/patch-15
[Feature] Adds meta permissions
2013-03-06 18:46:55 -08:00
KHobbits
5b302c7378 [Fix] Prevent same item type trades on signs, prevents amount confusion scams. 2013-03-07 02:42:47 +00:00
KHobbits
bfc5385032 Fix cleanup comparison number base 2013-03-06 23:39:11 +00:00
KHobbits
d9419cdfac Add cleanup logging to debug mode. 2013-03-06 22:36:36 +00:00
GunfighterJ
22a5e7d2ef [Feature] Adds meta permissions
TL MetaItemStack.java
Some meta cleanup
Parameter refactor for clarity
Full list of added perms http://goo.gl/do1XL
2013-03-06 15:09:51 -06:00
KHobbits
49c98eda42 Fix a color code mistake. 2013-03-06 20:46:19 +00:00
KHobbits
579b5fbded Sort TL files. 2013-03-06 17:44:05 +00:00
Necrodoom
dc7a594142 add armor aliases since new leather names 2013-03-05 18:56:40 +02:00
KHobbits
46f1012f9a [Fix] Unify item spawning permissions in /give 2013-03-03 20:33:23 +00:00
Necrodoom
7664e546ca add mising isopoverride check 2013-03-03 18:35:05 +02:00
KHobbits
218a922f53 Merge pull request #372 from skmedix/patch-21
Update messages_pl.properties
2013-03-02 09:43:35 -08:00
SKmedix
15a50da403 Update messages_pl.properties
Update Polish translations.
---
Date: 2.03.13

---
Added "playerBanIpAddress" (27)
2013-03-02 18:41:04 +01:00
KHobbits
190599ab5e Fix /banip so it compiles, also throw it through a DRYer. 2013-03-02 17:08:22 +00:00
Necrodoom
487285ed1a Include IP address when banning IP 2013-03-02 17:08:16 +00:00
Necrodoom
b3ece8c5e6 add new commands, add alias to listgroups 2013-03-02 10:03:45 +02:00
Necrodoom
f6b1e76e72 Update GroupManagerPermissions.java 2013-03-02 09:56:38 +02:00
Necrodoom
02cc0c7f88 fix clear commands change mandemote and manpromote
dont make manpromote and mandemote act like manuadd when OP, 3 manuadd commands arent needed.
2013-03-02 09:50:31 +02:00
Necrodoom
3b89e81211 messages fix, add /manuclearp and /mangclearp 2013-03-01 20:48:12 +02:00
ementalo
49bda8ef1d Remove reference to c3p0 from build.xml 2013-02-28 21:23:33 +00:00
ementalo
30805b3aa8 [Breaking] Remove protect database functionality for protecting signs and rails.
- Removed config entries
- Removed c3p0 lib
2013-02-28 21:02:37 +00:00
Necrodoom
c1c352694d [fix] essantibuild shouldnt run without essentials 2013-02-28 19:04:05 +02:00
KHobbits
7480208859 Merge pull request #369 from TheReverend403/2.9
Fix geoip messages
2013-02-28 05:32:42 -08:00
Lee Watson
8d6df3ba3b Updated ALL local files 2013-02-28 13:23:28 +00:00
KHobbits
6f88c9babd Merge pull request #364 from necrodoom/patch-69
deny empty warp name
2013-02-28 04:55:40 -08:00
KHobbits
3472d10bae Merge pull request #357 from skmedix/patch-20
Update Essentials/src/messages_pl.properties
2013-02-28 04:53:58 -08:00
KHobbits
f136478cdb [Fix] Charging players at wrong point in /spawn 2013-02-28 12:52:22 +00:00
KHobbits
2de2c216fb Add extra trade log messages for sign charges. 2013-02-28 03:15:21 +00:00
Necrodoom
94a0cb684b deny empty warp name 2013-02-26 19:07:10 +02:00
ElgarL
9d962f109d Merge pull request #361 from necrodoom/patch-66
add catches for the last 2 config settings
2013-02-26 08:49:40 -08:00
ElgarL
b106e0b87b Merge pull request #362 from necrodoom/patch-67
fix a few groupmanager.java errors
2013-02-26 06:43:31 -08:00
Necrodoom
508c16e3b3 change commandblock message 2013-02-26 13:05:45 +02:00
Necrodoom
fbbb21e3d0 fix a few groupmanager.java errors 2013-02-26 12:27:05 +02:00
Necrodoom
bb4fb78975 add catches for the last 2 config settings 2013-02-26 12:17:26 +02:00
Iaccidentally
d7985c906a This is still needed. 2013-02-25 22:44:52 -05:00
KHobbits
5060048a31 Revert "[Spawn] Please join me in welcoming EssentialsSpawn to Java 1.6 and modern bukkit.
This reverts commit 276f0f8972.
If you don't understand the code, don't touch it.
2013-02-26 03:30:11 +00:00
Iaccidentally
f994f0eb1d Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-02-25 22:01:49 -05:00
Iaccidentally
276f0f8972 [Spawn] Please join me in welcoming EssentialsSpawn to Java 1.6 and modern bukkit. :: http://i.imgur.com/79Izo.jpg 2013-02-25 22:01:06 -05:00
Iaccidentally
5fa1342159 Merge pull request #360 from GunfighterJ/patch-15
[Protect] Prevent creepers from breaking paintings if their explosions a...
2013-02-25 18:46:44 -08:00
GunfighterJ
7507fcdc05 [Protect] Prevent creepers from breaking paintings if their explosions are disabled.
Backport from 3.0
2013-02-25 17:15:20 -06:00
ElgarL
2ade9d28ba Show the world a group change is made in when using notify. 2013-02-25 14:11:42 +00:00
ElgarL
f032c84513 Store worldSelection indexed on the senders name rather than the object
(fixes commandblocks using manselect).
2013-02-25 13:49:18 +00:00
ElgarL
70aaf168e5 Only prevent adding nodes with '/manuaddp' and '/mangaddp' if they are
exact matches (not wildcards).
2013-02-25 12:47:23 +00:00
ElgarL
455b12eb5d Warn when adding a node where an exception already exist. 2013-02-25 10:46:16 +00:00
ElgarL
d219c63bd2 Don't allow adding a node with '/manuaddp' and '/mangaddp' which is
already negated.
2013-02-25 10:27:01 +00:00
ElgarL
0c92e11ed6 Fix setting of accessLevel on User level permission tests. 2013-02-25 10:11:44 +00:00
SKmedix
fe71cc2fec Update Essentials/src/messages_pl.properties
Update Polish translations.
---
Date: 24.02.13

---
+ Added "noMatchingPlayers" (509)
+ Added "matchingIPAddress" (510)
+ Added "runningPlayerMatch" (511)
* Fixed "adventure" (8)
* Fixed "antiBuildInteract" (14)
2013-02-24 11:45:56 +01:00
KHobbits
deaa1d6e61 [Feature] Allow IP lookup in /seen command.
[Permission] essentials.seen.ipsearch - allows /seen <ip address>
2013-02-24 03:55:20 +00:00
KHobbits
7cf406555b Clarify vanish status a little. 2013-02-23 23:34:31 +00:00
Iaccidentally
47fc955578 Merge pull request #352 from GunfighterJ/patch-15
[Fix] Persist yaw and pitch on teleport
2013-02-23 11:57:15 -08:00
KHobbits
cffc62b162 Merge pull request #356 from skmedix/patch-19
Update Essentials/src/messages_pl.properties
2013-02-23 05:26:21 -08:00
skmedix
e6c8ed54cd Update Essentials/src/messages_pl.properties
Update Polish translations.
---
Date: 23.02.13
---
* Fixed "fireworkSyntax" (502)
* Fixed colors.
2013-02-23 11:08:47 +01:00
ElgarL
cc4bacbffc Merge pull request #355 from necrodoom/patch-63
add "all_unnamed_worlds" info
2013-02-22 12:47:12 -08:00
Necrodoom
f99470d0c9 fix typo 2013-02-22 20:49:57 +02:00
Necrodoom
07d0a18d29 add "all_unnamed_worlds" info 2013-02-22 20:48:09 +02:00
ElgarL
0973f58421 Only one error this time Necrodoom :) 2013-02-22 17:21:14 +00:00
ElgarL
bea18f899c Merge pull request #353 from necrodoom/patch-61
various messages fixes - This better work!!!!!!
2013-02-22 09:19:56 -08:00
ElgarL
c5dea15d75 Fix global mirroring of non main worlds. 2013-02-22 17:07:55 +00:00
Necrodoom
bfe3db71a8 various messages fixes 2013-02-22 19:07:01 +02:00
GunfighterJ
4407e775ed [Fix] Persist yaw and pitch on teleport
Vanilla bukkit/MC persists yaw on teleport
2013-02-22 10:56:39 -06:00
ElgarL
b33627b95e Merge pull request #351 from GunfighterJ/gm-patch-1
Receive was spelt wrong
2013-02-22 05:56:53 -08:00
GunfighterJ
83fbe0d497 I before E except after C 2013-02-22 07:50:54 -06:00
ElgarL
48d4f047fb Do not list "all_unnamed_worlds" as a selectable world. 2013-02-22 13:17:58 +00:00
ElgarL
6b8196c0cb Don't try to use the worldHolder before it's initialised. 2013-02-22 12:59:50 +00:00
ElgarL
528342cac7 Added a new mirroring option in the config of 'all_unnamed_worlds'. This
will cause all new or unnamed worlds to use this mirroring.
2013-02-22 12:39:41 +00:00
ElgarL
b113529fd3 '/manselect' will no longer list duplicate worlds. 2013-02-22 11:46:59 +00:00
KHobbits
66da7aa81c Merge pull request #350 from skmedix/patch-18
Update Polish TL - Thanks to andrewkm for proofing.
2013-02-22 02:44:03 -08:00
skmedix
4f3627ef76 Update Essentials/src/messages_pl.properties
Update Polish translations.
---
Date: 21.02.13
---
+ Added "cleaned" (42)
+ Added "cleaned" (43)
2013-02-21 11:03:06 +01:00
GunfighterJ
964c1f349b Cache teleport invulnerability time 2013-02-20 13:46:28 +00:00
Chris Ward
958c091abc Final! 2013-02-20 12:46:47 +11:00
KHobbits
42af71de05 Readme cleanup. 2013-02-20 01:39:04 +00:00
KHobbits
7bf26f86d7 Code cleanup 2013-02-19 23:06:04 +00:00
kukelekuuk00
a61ff68abb Added /essentials cleanup <days> [money] [homes] [bans]
Delete userdata of players offline for over <days> and with less money than [money], less homes than [homes] and less bans than [bans].
2013-02-19 22:43:23 +00:00
Necrodoom
3d7f0c81b6 add 1.5 new slab blocks 2013-02-19 19:47:49 +02:00
Necrodoom
c0102c00fb update items.csv to minecraft 1.5
dont pull till 1.5 bukkit devbuild
2013-02-19 13:35:29 +02:00
Chris Ward
fdbe862125 Merge pull request #341 from necrodoom/patch-59
fix rest of "posion" aliases
2013-02-19 02:26:44 -08:00
Necrodoom
027fbc4e95 fix rest of "posion" aliases 2013-02-19 11:46:26 +02:00
GunfighterJ
57a7ce8ce8 Fixes Necrodoom's code Needs more exception 2013-02-18 15:25:09 +00:00
Necrodoom
fed8f884eb make sure player isnt dead before healing 2013-02-18 15:08:55 +00:00
KHobbits
b759691cfd Fix socialspy command list. 2013-02-17 18:05:07 +00:00
ElgarL
ceed7a9215 Fix Necrodooms code...again! 2013-02-17 17:24:52 +00:00
ElgarL
e66226095b Merge pull request #338 from necrodoom/patch-57
if variable is inside ' ', strip them
2013-02-17 09:22:36 -08:00
ElgarL
745d7410cf Merge pull request #328 from necrodoom/patch-53
delete player command messages, bukkit does it
2013-02-17 09:21:12 -08:00
Necrodoom
3c0d56ce97 if variable is inside ' ', strip them 2013-02-17 19:09:04 +02:00
KHobbits
e393aeadb2 Clarify command disabling. 2013-02-17 16:30:05 +00:00
Necrodoom
541045491e fix auto afk description 2013-02-17 16:26:18 +00:00
KHobbits
9c8e186af6 Merge pull request #334 from necrodoom/patch-54
add skull alias to head item
2013-02-17 08:17:10 -08:00
Necrodoom
2eb052964a add skull alias to head item 2013-02-17 18:15:48 +02:00
snowleo
6a67b400ec why do we even remove the items?
derp
2013-02-17 15:34:49 +01:00
snowleo
eff0561e8a Revert the last 2 commits and actually fix the right one. 2013-02-17 15:17:47 +01:00
snowleo
b720785922 Fix all removeItem()
This could fix some broken logging of selling items
2013-02-17 15:10:41 +01:00
snowleo
9d9fb555d3 Items can't be reused after the have been used in removeItem 2013-02-17 15:07:32 +01:00
KHobbits
bfc8c0d715 Fix a couple of cosmetic errors in /seen 2013-02-17 01:18:50 +00:00
Skylexia
7c84901304 Fixed colour coding.
Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

Fixed colour coding.

totalWorthAll
totalWorthBlocks
2013-02-16 18:22:25 +00:00
KHobbits
daa4e628eb Merge pull request #333 from GunfighterJ/patch-12
Adds optional argument to clear both inventory and armor with /clear
2013-02-16 08:40:44 -08:00
GunfighterJ
49931aaf9e Adds optional argument to clear inventory and armor with /clear 2013-02-15 12:38:41 -06:00
ElgarL
d5813aec43 Catch the error when using an out of date config for
'allow_commandblocks' So it doesn't kill the whole config.
2013-02-15 17:39:34 +00:00
KHobbits
4318f0f71d Merge pull request #331 from kukelekuuk00/2.9
Add methods to UserData and IUser for accessing and writing of data from other plugins.
2013-02-14 03:05:41 -08:00
kukelekuuk00
0dca5306aa Add a method to write to the userdata to UserData.java and IUser.java. 2013-02-13 08:24:25 -06:00
Iaccidentally
42d0ad1ba8 Merge branch '2.9' of https://github.com/essentials/Essentials.git into 2.9 2013-02-12 18:38:35 -05:00
Iaccidentally
2547932073 Clean up protect :: transient is not needed :: remove unnecessary returns :: @Override all the things! 2013-02-12 18:37:40 -05:00
KHobbits
419d26bc9c Fix /give|/item descriptions for itemmeta. 2013-02-12 22:56:17 +00:00
KHobbits
1b6bf9d532 Merge branch '2.9' of github.com:essentials/Essentials into patch-41 2013-02-12 22:46:35 +00:00
Necrodoom
67d4b8bf71 remove color from bedNull 2013-02-12 22:45:54 +00:00
KHobbits
17e59bc198 fix typo in messages
add new messages to messages.properties

add new messages to messages_en.properties

add new messages to messages_cs.properties

add new messages to messages_da.properties

add new messages to messages_de.properties

add new messages to messages_es.properties

add new messages to messages_fi.properties

add new messages to messages_fr.properties

add new messages to messages_it.properties

add new messages to messages_nl.properties

add new messages to messages_pl.properties

add new messages to messages_pt.properties

add new messages to messages_se.properties

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull
2013-02-12 22:45:54 +00:00
Necrodoom
fc7d118de5 change bed spawn set message 2013-02-12 22:43:07 +00:00
Necrodoom
4c617d6366 try improve bed spawn handle
dont act as if bed doesnt exist if its missing
2013-02-12 22:43:06 +00:00
Iaccidentally
cfead02f27 Fix build :: This is what happens when you don't use an IDE 2013-02-12 17:42:04 -05:00
Necrodoom
ace45aafcc fix typo 2013-02-12 22:26:02 +00:00
KHobbits
3a893ef546 add inventoryclearall message
update messages.properties

update messages_en.properties

update messages_da.properties

update messages_de.properties

update messages_en.properties

update messages_es.properties

update messages_fi.properties

update messages_fr.properties

update messages_it.properties

update messages_nl.properties

update messages_pl.properties

update messages_pt.properties

update messages_se.properties
2013-02-12 22:26:02 +00:00
Skylexia
421810dda8 Update Essentials/src/config.yml 2013-02-12 17:17:48 -05:00
Skylexia
45a047fe11 Update Essentials/src/plugin.yml 2013-02-12 17:13:08 -05:00
Necrodoom
2517f8ed93 delete player command messages, bukkit does it 2013-02-12 16:56:54 +02:00
ElgarL
239e207c1e Merge pull request #327 from necrodoom/patch-52
add missing return false in manudelp
2013-02-12 06:49:27 -08:00
Necrodoom
caccca54b2 add missing return false; 2013-02-12 16:47:39 +02:00
KHobbits
56bb3784ec Minor entity optimization. 2013-02-11 23:33:30 +00:00
KHobbits
9148f5cd42 Attempt to optimize Essentials login event. 2013-02-11 23:11:37 +00:00
KHobbits
90ab677fa6 Merge pull request #325 from Skylexia/patch-2
Fixed all "poison" typos; add ppotato alias.
2013-02-11 15:00:14 -08:00
Skylexia
206668e3ed Update Essentials/src/items.csv 2013-02-11 17:57:20 -05:00
KHobbits
532cfd33c9 Merge pull request #324 from Skylexia/patch-1
Update Essentials/src/items.csv
2013-02-11 10:41:09 -08:00
Skylexia
ffbbd7e59b Update Essentials/src/items.csv 2013-02-11 13:38:11 -05:00
KHobbits
a692f58e2f Merge pull request #322 from necrodoom/patch-50
add dye aliases to match bukkit
2013-02-11 09:22:56 -08:00
Necrodoom
174b90e6e8 add dye aliases to match bukkit 2013-02-11 18:56:23 +02:00
KHobbits
11dedaf8b1 Merge pull request #321 from GunfighterJ/patch-10
Fix array index out of bounds on /firework fire
2013-02-11 08:41:47 -08:00
GunfighterJ
7b9870d249 Fix array index out of bounds on /firework fire 2013-02-11 10:35:55 -06:00
ElgarL
04f43db46d Merge pull request #298 from necrodoom/patch-37
Fix typo at groupmanager config.yml
2013-02-10 02:12:42 -08:00
Chris Ward
0ccd54dfff Merge pull request #317 from necrodoom/patch-47
update AFK documation
2013-02-10 01:54:37 -08:00
Necrodoom
64e1ee63cf update AFK documation 2013-02-10 11:46:59 +02:00
Chris Ward
293306474b Fix compilation, unreachable code. 2013-02-10 20:37:46 +11:00
Chris Ward
ee94164f27 Merge pull request #316 from necrodoom/patch-46
throw exception on banexempt
2013-02-10 01:34:53 -08:00
Necrodoom
8d454eec7f throw exception on banexempt
match rest of moderator commands
2013-02-10 11:04:55 +02:00
KHobbits
f62a350d54 Fix kit messages when giving kit to another player. 2013-02-10 00:07:40 +00:00
KHobbits
5398d1ef5e missing alias 2013-02-09 23:39:21 +00:00
GunfighterJ
399d243a06 Proper TL 2013-02-09 16:27:54 -06:00
GunfighterJ
d8c0256d3e Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-02-09 16:27:19 -06:00
KHobbits
2e58cea13b Make /god and /god <player> behave the same. 2013-02-09 19:31:31 +00:00
Chris Ward
7c5ed0d7c8 Merge remote-tracking branch 'origin/groupmanager' into 2.9 2013-02-09 21:55:20 +11:00
ElgarL
de258e26da Fix bad Git Merge 2013-02-09 10:51:16 +00:00
Chris Ward
3ee51a1931 Merge pull request #312 from necrodoom/patch-44
update kit link to the new one
2013-02-09 02:48:48 -08:00
Necrodoom
a4689cc9cc update kit link to the new one 2013-02-09 12:47:36 +02:00
Chris Ward
d239423db0 Merge pull request #311 from necrodoom/patch-43
fix itemmeta link on kit section
2013-02-09 02:41:01 -08:00
Necrodoom
8b9585be06 fix itemmeta link on kit section 2013-02-09 11:57:32 +02:00
GunfighterJ
d74c24440a Un-deletes deleted things. 2013-02-08 17:14:46 -06:00
GunfighterJ
bb94023c76 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-02-08 16:05:48 -06:00
snowleo
627f48f29c Fix /seen command 2013-02-08 22:26:21 +01:00
snowleo
fb4e1eefbe Don't overwrite last location on logout
Logout position is saved as logoutlocation now in users yml
2013-02-08 21:22:35 +01:00
snowleo
c1d0dc26b9 Check if player is still online 2013-02-08 21:18:00 +01:00
snowleo
edacb00c4d Fix async access to bukkit code 2013-02-08 21:16:21 +01:00
Chris Ward
0956f3f526 Merge pull request #304 from necrodoom/patch-40
pull messages.properties changes to messages_en
2013-02-06 22:54:27 -08:00
Necrodoom
3d71bc4b45 pull messages.properties changes to messages_en 2013-02-06 16:15:18 +02:00
Chris Ward
8293b80b33 Merge pull request #300 from necrodoom/patch-39
add missing puncuation
2013-02-06 02:49:04 -08:00
KHobbits
a21587fb4b Don't block food recovery in god mode. 2013-02-05 23:34:08 +00:00
KHobbits
1735a22875 Merge pull request #302 from GunfighterJ/patch-9
Prevents flying from being disabled on world teleport if player has esse...
2013-02-05 12:07:36 -08:00
GunfighterJ
5e6d81fd01 Prevents flying from being disabled on world teleport if player has essentials.fly 2013-02-05 13:16:27 -06:00
GunfighterJ
046aecd386 Adds potion meta
Some cleanup as well
2013-02-05 13:13:19 -06:00
Necrodoom
2b2ec49bf1 fix a few errors 2013-02-05 16:45:30 +02:00
Necrodoom
e98b1ffa8c add missing puncuation
probably needs extra reading though before pulling.
2013-02-05 13:57:27 +02:00
KHobbits
b0929e5c63 Merge pull request #297 from necrodoom/patch-36
fix typo at ID 22
2013-02-05 03:26:19 -08:00
Necrodoom
f3f45c528b Fix typo at groupmanager config.yml 2013-02-05 13:13:00 +02:00
Necrodoom
a09c17b178 fix typo at ID 22 2013-02-05 13:11:36 +02:00
ElgarL
c46c086388 Revert Necro's change to mancheckw 2013-02-04 13:44:58 +00:00
ElgarL
d94b5dbe33 Fix Necrodooms errors for not using an IDE!!!!! 2013-02-04 13:33:06 +00:00
ElgarL
6249a5c2c0 Merge pull request #291 from necrodoom/patch-32
display name instead of path for /mancheckw
2013-02-04 05:29:10 -08:00
ElgarL
f22bf97dff Merge pull request #290 from necrodoom/patch-30
Derp - revert incorrect modified line
2013-02-04 05:25:10 -08:00
KHobbits
339f3b6322 Stylize 'bed' in /home list 2013-02-03 17:30:14 +00:00
Chris Ward
ec7d47a675 Merge pull request #294 from necrodoom/patch-35
add common cat type name aliases
2013-02-03 05:16:17 -08:00
Necrodoom
5089e694f6 add common cat type name aliases 2013-02-03 15:13:36 +02:00
KHobbits
9076084c2f We don't need move events if afk interact is disabled. 2013-02-03 05:15:25 +00:00
KHobbits
6962e07665 Merge pull request #292 from GunfighterJ/2.9
Adds toggle to disable AFK cancel on interactions
2013-02-02 21:11:43 -08:00
GunfighterJ
263ce3b92d Adds toggle to disable AFK cancel on interactions 2013-02-02 23:06:09 -06:00
KHobbits
bb8ca488da Minor comment updates. 2013-02-03 04:14:23 +00:00
Necrodoom
e03a688040 Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.java 2013-02-01 16:39:18 +02:00
Necrodoom
665c229329 Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/UsersDataHolder.java 2013-02-01 16:33:55 +02:00
Necrodoom
8a665ab520 Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/GroupsDataHolder.java 2013-02-01 16:33:37 +02:00
Necrodoom
a21492e592 Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/UsersDataHolder.java 2013-02-01 16:31:58 +02:00
Necrodoom
1f99b455a0 Derp - revert incorrect modified line 2013-02-01 14:14:46 +02:00
KHobbits
21c16675f5 Fix missing 'bed' from home list. 2013-02-01 05:26:17 +00:00
KHobbits
7ca32d455c Let Bukkit decide if a bedspawn is valid or not.
Bukkit's bed fix forces minimum bukkit change.
2013-02-01 02:59:40 +00:00
KHobbits
5c1e235f15 [GM] Catch all of the null. 2013-02-01 02:52:41 +00:00
KHobbits
27697c7b0c Make gm API lookup respect offlineperms toggle properly. 2013-02-01 00:01:57 +00:00
KHobbits
94769334d6 Updating groups example 2013-01-31 21:02:38 +00:00
KHobbits
cdb215bebf Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9
Conflicts:
	EssentialsGroupManager/src/Changelog.txt
2013-01-31 20:38:36 +00:00
Iaccidentally
2293cbc34f cleanup :: fix build 2013-01-31 14:40:33 -05:00
Iaccidentally
aa212f8068 Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously 2013-01-31 14:16:09 -05:00
Iaccidentally
d1b463c2ce Update to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is deprecated :: cleanup :: WARNING: This commit may or may not be stable 2013-01-31 14:03:27 -05:00
ElgarL
fb4a7a3bd6 Fix Necrodooms broken code. 2013-01-30 19:55:38 +00:00
ElgarL
17fac3555b Merge pull request #288 from necrodoom/patch-29
config option to allow GM commands in commandblocks
2013-01-30 11:45:27 -08:00
Necrodoom
1e658752ed update changelog 2013-01-30 19:26:46 +02:00
Necrodoom
221c0e4b6e update commandblock usage deny message 2013-01-30 19:25:35 +02:00
Necrodoom
e34eba0b57 update config description of allow_commmandblocks 2013-01-30 19:14:57 +02:00
Necrodoom
01aa20d7ef add allow commandblock check 2013-01-30 18:53:40 +02:00
Necrodoom
689a8655ce register new config setting 2013-01-30 18:47:19 +02:00
Necrodoom
dc925f32c8 update config.yml to include commandblock change 2013-01-30 18:15:58 +02:00
KHobbits
1f649dbc95 What is less than less than one. 2013-01-29 23:59:31 +00:00
KHobbits
5fe5b37038 Might as well make it all safe. 2013-01-29 23:51:42 +00:00
snowleo
1f391dbf4c Don't run calls against bucket api in async login thread 2013-01-30 00:26:50 +01:00
snowleo
cb86c989b0 Update /sell command to newer bukkit api 2013-01-29 20:29:03 +01:00
ElgarL
640a2bcc2d Doh, actually find what world we want to check properly with mancheckw. 2013-01-29 16:56:03 +00:00
ElgarL
a51d1f11a6 Update plugin.yml with the new command 2013-01-29 16:45:23 +00:00
ElgarL
7bb1fd2f77 grammaaahhhh!!! 2013-01-29 16:35:15 +00:00
ElgarL
e4dd3a28e4 Added '/mancheckw <world>' to inspect what permission files a world is
referencing.
2013-01-29 16:33:20 +00:00
ElgarL
fda048efca Missed an S 2013-01-29 16:15:45 +00:00
ElgarL
8fdf029007 Prevent '*' permissions granting the 'groupmanager.noofflineperm'
permission.
2013-01-29 16:14:24 +00:00
ementalo
ba189b8028 Revert "Merge pull request #286 from GunfighterJ/2.9"
This reverts commit 9cc2aa216a, reversing
changes made to ebefcd84fa.
2013-01-29 10:25:01 +00:00
Iaccidentally
9cc2aa216a Merge pull request #286 from GunfighterJ/2.9
Ignore itemmeta on selling
2013-01-28 21:13:41 -08:00
GunfighterJ
ffda5a6601 Ignore itemmeta on sell 2013-01-28 23:11:43 -06:00
ElgarL
b86e02427f Add support for BukkitForge using 'overworld' as the main world name. 2013-01-28 04:13:16 +00:00
GunfighterJ
1d491c5861 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-01-27 14:20:59 -06:00
KHobbits
ebefcd84fa Minor /ci tweak. 2013-01-27 17:22:43 +00:00
KHobbits
b4fe74d54b Cleanup /ci addition. 2013-01-27 17:10:07 +00:00
GunfighterJ
597ca566af Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-01-27 10:44:13 -06:00
KHobbits
ee087b1b3b Merge pull request #278 from GunfighterJ/2.9
Adds vanilla syntax for /clearinventory
2013-01-27 08:40:39 -08:00
KHobbits
edb828547e Fix vanish status when switching worlds.
This fixes the potion effect being cleared on world change.
2013-01-27 16:39:50 +00:00
KHobbits
bfc6eda3ae Add command syntax comment, for clarification.
Merge branch '2.9' of github.com:essentials/Essentials into 2.9
2013-01-27 15:26:46 +00:00
KHobbits
145313b3ea Don't try and charge a user if we don't have the chat data stored. 2013-01-27 15:26:42 +00:00
Iaccidentally
f7f9b9f8c5 Make heal remove fire from players. 2013-01-26 17:16:48 -05:00
Iaccidentally
7ccf9c25ac Update heal to account for the fact that 20 is not always the max health 2013-01-26 17:12:17 -05:00
GunfighterJ
057a192d33 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-01-24 21:16:13 -06:00
KHobbits
60c524b3bc Revert "Prevent replacement of { and } characters in chat.format"
This reverts commit 4cb9f58c88.
2013-01-25 03:12:13 +00:00
KHobbits
cf33210da6 Try command fallback 2013-01-25 03:06:53 +00:00
KHobbits
1ff74c286c Merge pull request #284 from phrstbrn/chat-braces-fix
Prevent replacement of { and } characters in chat.format
2013-01-24 08:53:32 -08:00
Zak Ford
4cb9f58c88 Prevent replacement of { and } characters in chat.format 2013-01-24 11:43:10 -05:00
GunfighterJ
201bd611a3 Update /ci to support vanilla syntax 2013-01-23 16:47:21 -06:00
Chris Ward
f06dde59bd Add debug option to XMPP 2013-01-23 19:41:36 +11:00
Chris Ward
c4fc66f016 Remove references to earth2me in plugin.ymls 2013-01-23 02:56:18 +11:00
Chris Ward
d36316b6f0 Merge pull request #280 from necrodoom/patch-28
update documation reference in config.yml
2013-01-22 00:13:07 -08:00
Necrodoom
aed128e3ff Update Essentials/src/config.yml 2013-01-22 09:54:48 +02:00
KHobbits
1272a5bdda Small patch to allow multiple firework effects to be defined in kits. 2013-01-21 23:38:03 +00:00
KHobbits
9f12acf4f6 Revert /gc change.
Simplify firework syntax, and add help
Merge branch 'patch-26' of git://github.com/necrodoom/Essentials into 2.9
2013-01-21 20:07:02 +00:00
KHobbits
21617e8bb2 Merge pull request #276 from necrodoom/patch-26
Update Essentials/src/plugin.yml
2013-01-21 06:41:32 -08:00
Necrodoom
b851105229 Update Essentials/src/plugin.yml 2013-01-21 16:40:45 +02:00
Necrodoom
8ddf55540d Update Essentials/src/messages_en.properties 2013-01-21 16:37:12 +02:00
Necrodoom
09007e15d9 fix message 2013-01-21 16:35:40 +02:00
Necrodoom
6ba3f0c60c try make error message more informative 2013-01-21 16:32:49 +02:00
Necrodoom
e5ad40c96b Update Essentials/src/plugin.yml 2013-01-21 16:29:26 +02:00
KHobbits
da61f031ae Allow negative exp to be given 2013-01-21 14:15:53 +00:00
KHobbits
4471d2ee77 Fix a couple of param issues. 2013-01-21 13:40:45 +00:00
KHobbits
5bcc11b8a4 Merge pull request #275 from DMarby/patch-1
Update Essentials/src/messages_se.properties
2013-01-20 15:31:34 -08:00
David Marby
a55aaf8b0f Update Essentials/src/messages_se.properties 2013-01-21 00:26:38 +01:00
KHobbits
1db19f8404 Show afk warning when pm'ing afk players.
Fix vanished leak on player matching.
2013-01-20 22:05:44 +00:00
KHobbits
6d93105d91 Add optional 2nd arg to broadcast format. 2013-01-20 20:58:05 +00:00
KHobbits
aee2cff57f Fix book meta error message. 2013-01-20 20:41:15 +00:00
KHobbits
f5364907e5 Trim long /gc output, add /gc all 2013-01-20 20:35:41 +00:00
KHobbits
b9a0f73d25 Fix minor /book bug (Null author) 2013-01-20 20:06:27 +00:00
KHobbits
9ccd611f70 Fix eco take derp. 2013-01-20 19:43:59 +00:00
KHobbits
8798c0f06c Fix colour syntax message on coloured leather. 2013-01-20 01:44:03 +00:00
KHobbits
7bf9ff085a Minor cleanup on /eco command. 2013-01-20 01:24:09 +00:00
KHobbits
e43bebca82 Merge pull request #274 from GunfighterJ/2.9
Cleanup /eco, fix reset broadcast
2013-01-19 17:12:07 -08:00
KHobbits
85a8b8a1a0 Cleanup /exp command, and fix vanilla syntax issues.
Needs double checking with commandblocks with vanilla syntax.
2013-01-20 01:10:41 +00:00
GunfighterJ
f53648fd2f Cleanup /eco, fix reset broadcast 2013-01-19 17:58:12 -06:00
KHobbits
3fc78c1ac3 Add example firework kit, and cleanup debug messages. 2013-01-19 23:43:40 +00:00
KHobbits
9506872ac0 Move firework meta handling into MetaItemStack
Allow firework meta to be applied to item spawning and kit commands.
2013-01-19 23:35:59 +00:00
ElgarL
f8bf45385f Negate 'groupmanager.noofflineperms' by default in the owner group. 2013-01-19 22:22:42 +00:00
KHobbits
88146c1ed1 Merge pull request #272 from GunfighterJ/2.9
/eco overhaul, adds /eco set
2013-01-19 10:54:11 -08:00
GunfighterJ
e3ec579c22 /eco overhaul, adds /eco set 2013-01-19 12:50:35 -06:00
KHobbits
fe1a281c66 Reduce chance of self repeating powertool actions. 2013-01-19 15:19:39 +00:00
Chris Ward
5935e22f7b Merge pull request #271 from necrodoom/patch-25
update /book description
2013-01-19 06:21:47 -08:00
Necrodoom
68fa58d882 update /book description 2013-01-19 16:16:35 +02:00
ElgarL
2565fbde78 Negate 'groupmanager.noofflineperms' by default in the owner group. 2013-01-19 12:40:40 +00:00
Chris Ward
02c9a9a543 Touch of cleanup to Gunfighter's addition to exp 2013-01-19 18:22:22 +11:00
GunfighterJ
0976557549 Adds vanilla syntax to /exp command 2013-01-18 18:20:05 -06:00
Alexander Schepp
f5e3774b15 Fix bug with empty motd 2013-01-18 23:36:59 +01:00
Iaccidentally
97097f4cda Merge pull request #266 from GunfighterJ/2.9
Duplicate alias removed
2013-01-17 17:30:04 -08:00
GunfighterJ
766e3f55dd Duplicate alias removed 2013-01-17 19:27:21 -06:00
snowleo
a5e90bd0d1 Merge remote-tracking branch 'origin/groupmanager' into 2.9 2013-01-18 01:01:23 +01:00
Iaccidentally
ee16244c93 Merge pull request #265 from GunfighterJ/2.9
Adds essentials.mute.notify
2013-01-17 15:53:37 -08:00
GunfighterJ
c3670e0473 Adds essentials.mute.notify 2013-01-17 17:42:32 -06:00
Iaccidentally
bb6efd5b6f Merge pull request #263 from GunfighterJ/2.9
Added /firework command
2013-01-17 14:59:01 -08:00
Iaccidentally
3d3f989ffb Update libs 2013-01-17 14:36:03 -05:00
Iaccidentally
3404ee112f Update Bukkit to 1.4.7-R0.1 2013-01-17 14:25:19 -05:00
GunfighterJ
6edffa340b Now it adds the right firework command 2013-01-16 20:40:29 -06:00
GunfighterJ
087e79cce7 Adds the actual /firework command 2013-01-16 20:39:09 -06:00
GunfighterJ
7736060f57 Added /firework command 2013-01-16 20:36:33 -06:00
Iaccidentally
9c5014659c Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-01-16 21:23:17 -05:00
KHobbits
ac9d4a2952 Fix null args on /book 2013-01-16 16:56:27 +00:00
KHobbits
1c28ebdbd7 Remove logger. 2013-01-16 16:30:30 +00:00
KHobbits
60baa468b4 Remove broken firework meta. 2013-01-15 00:37:08 +00:00
KHobbits
b6d56346bb Start work on firework effect - syntax in flux 2013-01-14 23:11:19 +00:00
Iaccidentally
1a726a00f9 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-01-14 17:25:32 -05:00
KHobbits
66cad5fc9c Couple of extra /helpop aliases. 2013-01-14 21:40:25 +00:00
KHobbits
c7010343da Add colour support to item meta. 2013-01-14 21:34:35 +00:00
KHobbits
11fc84a4e9 Only show ban reason in the in-game display, not full banFormat. 2013-01-14 11:59:31 +00:00
KHobbits
aa6a4465ab Better handle initial book.txt creation. 2013-01-14 08:21:03 +00:00
KHobbits
aedb73e50e Switch book meta, to use 'book.txt', and 'book:<section>'.
Should make things clearer and easier to understand.
2013-01-14 08:14:42 +00:00
KHobbits
6db519bb4d Merge remote-tracking branch 'remotes/origin/groupmanager' into 2.9 2013-01-14 07:37:11 +00:00
KHobbits
4eb8b41843 All the better to kick you with
(Pipe format for linebreak)
2013-01-14 07:36:45 +00:00
ElgarL
fa98833737 Fix recursive loop when used on offline servers. 2013-01-14 06:47:50 +00:00
ElgarL
8c228166a4 Update GlobalGroups (removing old permissions) as Towny handles it's own
perms now.
2013-01-14 05:48:48 +00:00
KHobbits
89bfb67fd2 Cleanup /book command. 2013-01-13 23:11:15 +00:00
Iaccidentally
51e2e753f4 Merge pull request #260 from GunfighterJ/patch-3
Fixes /top command not carrying pitch and yaw
2013-01-13 15:09:05 -08:00
GunfighterJ
8df731af3f Fixes /top command not carrying pitch and yaw 2013-01-13 17:02:46 -06:00
KHobbits
eb865c930a Merge pull request #259 from GunfighterJ/patch-2
Added more book commands for editing author and title
2013-01-13 14:57:35 -08:00
GunfighterJ
39b62e5e52 Merge branch 'patch-2' of https://github.com/GunfighterJ/Essentials into patch-2
Conflicts:
	Essentials/src/com/earth2me/essentials/commands/Commandbook.java
2013-01-13 16:31:29 -06:00
GunfighterJ
76228c3b90 Added more book arguments for editing author and title amend 2013-01-13 16:19:37 -06:00
KHobbits
00105cb008 Cleanup of book meta. 2013-01-13 22:18:08 +00:00
GunfighterJ
eccce51afd Added more book commands for editing author and title 2013-01-13 15:54:11 -06:00
KHobbits
712113e9b3 Adding support for books made from /einfo 2013-01-13 21:08:24 +00:00
ElgarL
0745834e1a typo in changelog. 2013-01-13 16:40:53 +00:00
ElgarL
bfde1ee754 Do not grant any permissions (nort update Bukkit) if the server is in
offline mode and the player has the permission node
'groupmanager.noofflineperms'.
2013-01-13 16:39:53 +00:00
KHobbits
37ca05d01f Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2013-01-13 16:30:43 +00:00
KHobbits
2dee1fa5ef Clean up TextPager 2013-01-13 16:30:22 +00:00
ElgarL
6499a8d6c6 Fix the logger so errors are reported again. 2013-01-13 16:20:38 +00:00
ElgarL
2731674c85 Synchronize pushing to Bukkit perms to prevent any
ConcurrentModificationException.
2013-01-13 16:20:09 +00:00
Chris Ward
fc47a93454 Merge pull request #258 from necrodoom/patch-22
update ID 397:3
2013-01-13 05:03:05 -08:00
Necrodoom
0bbce042b7 update ID 397:3 2013-01-13 15:01:10 +02:00
KHobbits
ba9a0ebb82 Add provisional support for basic item Meta
Adds /book command to allow reediting of signed books.
2013-01-13 04:44:28 +00:00
KHobbits
0a2446cdc2 Clean up userdata saving, to prevent CMI
Also update config section code to use newer bukkit methods
2013-01-12 19:30:06 +00:00
KHobbits
fa137c8660 Don't extend ItemStack 2013-01-12 17:05:05 +00:00
KHobbits
21b74e8bcd Pull item meta from itemdb class 2013-01-12 14:12:12 +00:00
Iaccidentally
9cfab0b8e9 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-01-11 12:56:18 -05:00
Iaccidentally
4199507399 Merge pull request #251 from necrodoom/patch-19
/me shakes fist at Khobbits
2013-01-11 09:17:44 -08:00
Necrodoom
6142dcbe68 /me shakes fist at Khobbits
fixes fd79120929 whitespace
2013-01-11 19:10:32 +02:00
Chris Ward
3a45b9bc91 Merge remote-tracking branch 'origin/groupmanager' into 2.9 2013-01-11 21:59:39 +11:00
Chris Ward
e04241a80f Fixes Item Frames being linked to Paintings when breaking 2013-01-11 21:54:52 +11:00
ElgarL
14ceb5ccc9 Store a plugin and server reference. 2013-01-11 00:53:48 +00:00
KHobbits
3892d1b93c New permission: essentials.sethome.bed
Players with this permission will force a bed home updating if daytime beds are enabled.
2013-01-10 22:36:38 +00:00
Chris Ward
316bfeb2b4 Implement abstract methods 2013-01-10 22:57:08 +11:00
Chris Ward
27a803f744 Update bukkit/craftbukkit libs. Force latest beta version 2013-01-10 22:51:48 +11:00
KHobbits
a880cfb888 Ban cleanup 2013-01-09 21:31:56 +00:00
KHobbits
75a9f8e793 Util commenting 2013-01-09 21:18:46 +00:00
KHobbits
7ea639399a Multiline kick messages and tempban countdown. 2013-01-09 21:04:58 +00:00
Chris Ward
b1b60a4e1a Merge branch 'groupmanager' into 2.9 2013-01-10 04:57:10 +11:00
Joseph
d1402c91fa Formatting 2013-01-10 03:25:58 +11:00
GunfighterJ
39bb9f5ab1 Add more items to Fireball command. Add delay option to /spawner 2013-01-10 03:25:57 +11:00
Chris Ward
33fcd427fc Merge pull request #247 from necrodoom/patch-18
rewrite ID 43:6, 44:6, 113, 114
2013-01-09 06:50:31 -08:00
Necrodoom
87b6687942 rewrite ID 43:6, 44:6, 113, 114 2013-01-09 16:46:37 +02:00
ElgarL
adb7f9c1b5 Synchronize the raising of GroupManager events to Bukkit.getServer()
(should prevent deadlocks).
2013-01-09 14:38:00 +00:00
ElgarL
52b316f06f Merge pull request #241 from necrodoom/patch-15
fix typo
2013-01-09 02:50:30 -08:00
ElgarL
e731b8b6eb Remove attachments BEFORE we clear them. 2013-01-09 04:27:10 +00:00
ElgarL
7e166d969a code tidy. 2013-01-09 04:13:40 +00:00
ElgarL
84e4558280 Remove attachments before clearing 2013-01-09 04:04:59 +00:00
ElgarL
243759a4a6 Clear our attachment map upon a manload so we correctly reconfigure a
players new permissions.
2013-01-09 03:55:26 +00:00
KHobbits
e8db940042 Expand plugin.yml fireball aliases. 2013-01-09 01:00:13 +00:00
KHobbits
b3bff937b6 Fire a few extra entities from /fireball 2013-01-09 00:58:29 +00:00
KHobbits
1e4fb1b10b Add a couple of extra entities to spawnmob 2013-01-09 00:41:24 +00:00
KHobbits
a0b80ab1ea Cleanup 2013-01-08 23:59:31 +00:00
KHobbits
8406715569 Pull and clean up book enchant pullreq.
Removed 1 enchant per book limit, anvils seem to handle multiple enchants fine, even if the result can only be one enchant.
2013-01-08 23:51:46 +00:00
Chasing Code
aab980f3d6 Add missing import for EnchantmentStorageMeta 2013-01-08 11:46:08 -08:00
Chasing Code
00767f142c Store enchanments in Enchanted Books
Change enchant command to store the enchantment instead of applying it when used on an Enchanted Book.  If an enchantment is already present, replace it (only one allowed on Enchanted Books).
2013-01-08 11:37:46 -08:00
oggehej
1b6729d3fc Update Swedish translation with new messages. 2013-01-08 19:45:51 +11:00
Chris Ward
2000dfb3fa Store regex, use util method instead of another regex. Store variable 2013-01-08 02:26:09 +11:00
Chris Ward
8ce481c0d9 Fix multiple enchantments in kits 2013-01-08 02:25:35 +11:00
Chris Ward
d000322a42 Merge pull request #242 from necrodoom/patch-17
update ID 127
2013-01-07 07:00:41 -08:00
Necrodoom
b66708a684 update ID 127 2013-01-07 16:52:51 +02:00
Chris Ward
04c7abc122 Unnecessary RegEx is unnecessary. 2013-01-08 00:08:11 +11:00
KHobbits
e3ae6a6150 Enchantment and item spawning cleanup
Should make it a little easier to add itemmeta.
2013-01-06 18:28:24 +00:00
KHobbits
febe3c512a Tell user that /mail sendall succeeded when used in console. 2013-01-06 16:27:20 +00:00
Necrodoom
0aa35d9296 fix typo 2013-01-05 19:05:02 +02:00
Necrodoom
0d1103938c update IDs 368, 381, 399, 402 2013-01-05 19:27:56 +11:00
KHobbits
70f479d7d1 Throw an error if user doesn't have permission to use kit sign. 2013-01-05 07:39:32 +00:00
KHobbits
a85b8c5d00 More user feedback on enchant sign. 2013-01-05 07:24:02 +00:00
KHobbits
52c1762322 Allow unsafe enchants to be placed by [enchant] signs if enabled in the config file. 2013-01-05 07:05:25 +00:00
KHobbits
d3bb0c6310 Couple of extra enchant aliases 2013-01-05 06:59:37 +00:00
KHobbits
093865d990 Merge branch 'release' into 2.9 2013-01-04 21:40:02 +00:00
KHobbits
9c04257b5e Fix sign break bug 2013-01-04 13:05:57 +00:00
md_5
0cc851c6b5 Might be worth catching other occurances of the event too. 2013-01-04 13:53:01 +11:00
md_5
538d5e1b29 ArrayList, I choose you! (Fixes CraftBook erroring when the killall command is used and custom drops are enabled in that plugin) 2013-01-04 13:49:45 +11:00
Alexander Schepp
d7a48f2351 Fix nl translation 2013-01-03 11:50:19 +01:00
Iaccidentally
21ef38d16d Update AntiBuild to use HangingBreakByEntityEvent instead of deprecated PaintingBreakByEntityEvent 2013-01-02 18:25:40 -05:00
Iaccidentally
fd2d220a87 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2013-01-02 18:24:34 -05:00
KHobbits
1b5d893c36 Merge pull request #236 from gravypod/patch-1
Store ingredient map and recipe shape
2013-01-01 15:20:26 -08:00
KHobbits
c74f1d9062 New permission: essentials.fly.safelogin - Players with this command will automatically switch to fly mode if they login whilst floating in the air. 2013-01-01 22:00:53 +00:00
KHobbits
20632705d4 New perm: essentials.vanish.effect - People with this effect will get the potion effect applied while vanished. 2013-01-01 21:12:26 +00:00
KHobbits
6d4387ecd0 Cleanup cleanup. 2013-01-01 19:48:08 +00:00
KHobbits
68c57a9ffd More cleanup 2013-01-01 19:34:32 +00:00
KHobbits
eb3dd6f0dc Cleanup 2013-01-01 18:39:23 +00:00
ElgarL
51e93c4c55 Merge pull request #235 from necrodoom/patch-10
fix isOpOverride checks
2012-12-31 07:59:27 -08:00
gravypod
baf3e56e87 Store ingredient map and recipe shape 2012-12-31 10:44:28 -05:00
Chris Ward
9c9dc28d74 Fix recipe NPE/failed display in game 2013-01-01 02:26:04 +11:00
Necrodoom
d0fa99fb89 fix isOpOverride checks 2012-12-31 15:35:58 +02:00
KHobbits
bef697c83d Don't unregister all listeners. 2012-12-31 12:15:51 +00:00
KHobbits
0c599fb471 Unregister unused events. 2012-12-31 05:44:20 +00:00
KHobbits
8c4375e288 Use bukkit api for chat user list 2012-12-31 05:43:05 +00:00
KHobbits
ed2677d57d Allow unbanning players who do not have valid userdata 2012-12-31 01:08:39 +00:00
KHobbits
f5e46a7b41 Implement event toggle. 2012-12-30 04:32:43 +00:00
KHobbits
5347f177ce Reorganize entity listener 2012-12-30 03:32:32 +00:00
Alexander Schepp
1f6f37cbd1 Use the right formatter in XMPP 2012-12-30 00:23:04 +01:00
KHobbits
a7cba7a860 Hide a few more duplicate enchantments from /enchant 2012-12-29 09:00:42 +00:00
KHobbits
5d27f6c095 Set default tpa timeout to 2 minutes. 2012-12-29 08:40:03 +00:00
KHobbits
36097288b9 Allow unsafe enchantments in /item /give /kit and /enchant
Needs enabled in config file manually.
2012-12-29 08:36:24 +00:00
KHobbits
667310a976 Make /enchant only show valid enchantments for the item. 2012-12-29 07:58:28 +00:00
KHobbits
dfe8ccc42b Add aliases for new thorns enchantment. 2012-12-29 07:47:07 +00:00
KHobbits
092850792f Ignore self damage in teleport entity protection. 2012-12-29 07:35:26 +00:00
KHobbits
adfa7b8739 Lets clean up the recipe window on player quit, just in case. 2012-12-29 06:55:48 +00:00
KHobbits
6080a5ff29 Fix home functionality bugs:
/home not using bed when enabled
/home not giving teleport warning
2012-12-29 06:43:26 +00:00
KHobbits
38cdc79303 Update bukkit to 1.4.6-R0.1
bukkit: 1652 cb: 2561
2012-12-29 06:37:52 +00:00
KHobbits
d29b9ea5f8 Fix string match error on none existing user (/ban). 2012-12-29 02:00:48 +00:00
Chris Ward
6cc5111ce0 Add SimplyPerms to classpath 2012-12-29 11:26:44 +11:00
Xefir
bc823c43f2 Added SimplyPerms Handler 2012-12-29 10:41:15 +11:00
Alexander Schepp
546edd604d Merge pull request #229 from necrodoom/patch-9
fix tempban permission check
2012-12-28 09:37:40 -08:00
Necrodoom
0d10639154 derp - fix tempban permission check 2012-12-28 19:05:54 +02:00
ElgarL
9f7aba554e Fix missing + from Necrodoom's pull request. 2012-12-28 13:46:22 +00:00
ElgarL
1edc27cc16 Merge pull request #228 from necrodoom/patch-8
Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManage...
2012-12-28 05:43:54 -08:00
Iaccidentally
21a040e64f Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2012-12-26 09:48:38 -05:00
Chris Ward
d91efdaad4 Revert c2bdf8edd4 - Adding permission node to speak, with config option to enable the node 2012-12-27 01:41:32 +11:00
Chris Ward
219c84f11a Add tpdeny message to /tpahere 2012-12-27 01:10:57 +11:00
Iaccidentally
dcd9faff58 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2012-12-25 18:12:42 -05:00
Necrodoom
716496af16 Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.java 2012-12-25 18:11:10 +02:00
Chris Ward
c2bdf8edd4 Adding permission node to speak, with config option to enable the node 2012-12-24 01:55:53 +11:00
Chris Ward
b50330c9dd Move max-tempban-time in config 2012-12-24 01:04:02 +11:00
Chris Ward
6590d8c448 Fixing IUser 2012-12-23 21:29:26 +11:00
Chris Ward
6f12d2f92b Adding isAfk and setAfk to IUser API 2012-12-23 21:25:29 +11:00
KHobbits
547769aa73 Make seen status's only show when true. 2012-12-22 03:36:56 +00:00
Chris Ward
43acdfd5ad Merge pull request #215 from necrodoom/patch-5
update items.csv to minecraft 1.4.6
2012-12-21 04:33:14 -08:00
KHobbits
3d806ff7b8 Log target plugin in debug mode for altcmd 2012-12-21 06:38:51 +00:00
KHobbits
acbe4423e0 Final all the things - Recipe 2012-12-21 03:48:54 +00:00
KHobbits
90046ffc60 Fix recipe layout for small shapes 2012-12-21 03:35:48 +00:00
KHobbits
ae8762b422 Swap method order on recipe 2012-12-21 03:21:35 +00:00
KHobbits
80b903456e Adjust section matching. 2012-12-20 23:37:37 +00:00
KHobbits
76ea2bf913 Merge pull request #227 from Elvaron/2.9
FallBack for missing config property
2012-12-20 15:36:01 -08:00
Elvaron
d1f2b48671 FallBack for missing config property 2012-12-21 00:16:18 +01:00
KHobbits
aaceceea55 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-12-20 22:58:00 +00:00
KHobbits
7da6c14d1a Add support for whitelisting commands in /help by permission: essentials.help.<plugin>.<command> 2012-12-20 22:57:38 +00:00
KHobbits
5f6bf150f5 Reduce permissions checking when generating /help 2012-12-20 22:54:36 +00:00
KHobbits
4327876447 Allow certain commands while in jail, but only if the user normally has access to that command. 2012-12-20 22:53:52 +00:00
KHobbits
07e9e6d1fe Merge pull request #226 from Elvaron/2.9
Made socialspy commands list configurable
2012-12-20 14:16:45 -08:00
Elvaron
291ffb0bba Made socialspy commands list configurable 2012-12-20 23:07:22 +01:00
KHobbits
b8ca9a73ba Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-12-20 20:37:42 +00:00
KHobbits
87ab3ee119 Add a little bit of extra information to /seen, this will show when user is online. 2012-12-20 20:37:04 +00:00
KHobbits
f839355459 Warn other party when teleport fails after tpaccept. 2012-12-20 20:24:07 +00:00
KHobbits
22e8f9e194 Redundant tpaccept cost check. 2012-12-20 20:23:51 +00:00
KHobbits
ac2d3df058 Fix max tempban length option. 2012-12-20 20:11:45 +00:00
KHobbits
8f572b12ae Warn other party when teleport fails after tpaccept. 2012-12-20 20:01:43 +00:00
KHobbits
9fd1b019b0 Redundant tpaccept cost check. 2012-12-20 19:50:59 +00:00
KHobbits
840cbc12d0 Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-12-20 17:03:48 +00:00
KHobbits
075bf6b9be Remove command cost warnings from plugin matching. 2012-12-20 15:51:49 +00:00
Chris Ward
bf72cfb50d Fix currency display in MOTD - display currency character, trim decimal places 2012-12-20 15:45:32 +00:00
snowleo
ec87388089 Don't use broken CB methods ... 2012-12-20 15:45:22 +00:00
snowleo
1dc7f53497 Don't use broken CB methods ... 2012-12-20 16:07:40 +01:00
Chris Ward
3937357c66 Useless import 2012-12-20 23:10:38 +11:00
Chris Ward
95c5d8ed85 Fix currency display in MOTD - display currency character, trim decimal places 2012-12-20 23:07:49 +11:00
md_5
6c9716f97d Fix nagging for overriden commands. 2012-12-20 09:56:30 +01:00
snowleo
5294268568 Merge branch 'refs/heads/groupmanager' into 2.9 2012-12-20 09:55:26 +01:00
snowleo
9f52b17e4b Fix gm builds
Change craftbukkit.jar -> bukkit,jar
2012-12-20 09:36:35 +01:00
md_5
7d2a34ed0b Lets leave numeric homes as is for now, looping through all files on server startup is not the place to do this (reverse-merged from commit ebebb61989) 2012-12-20 17:24:14 +11:00
md_5
f9d34d0fe1 Fix nagging for overriden commands. 2012-12-20 17:11:05 +11:00
Chris Ward
7919065be3 Fix NPE in update (sorry again :P) 2012-12-20 15:45:09 +11:00
Chris Ward
ebebb61989 Update home names to prepend "home" to numeric home names 2012-12-20 13:11:05 +11:00
snowleo
770f0e81b0 Force people to use latest CB version 2012-12-20 00:46:03 +01:00
snowleo
2d02b67f2c Fix Spawns / Jail loading 2012-12-20 00:46:03 +01:00
snowleo
d0eace79a7 Update Inventory Workaround to the latest version
Still bugged in CB: maxAmount of items
2012-12-20 00:46:03 +01:00
snowleo
cb30a2c852 Force people to use latest CB version 2012-12-19 23:28:18 +01:00
snowleo
625e2ee386 Fix Spawns / Jail loading 2012-12-19 23:26:29 +01:00
snowleo
ebbab2ecb3 Update Inventory Workaround to the latest version
Still bugged in CB: maxAmount of items
2012-12-19 22:07:03 +01:00
ElgarL
c9408af77a Update Bukkit to version #2543 (1.4.5-R1.0) To ensure we are all
compatible with current recommended build.
2012-12-19 15:10:37 +00:00
Chris Ward
c623058c52 Fix recipe command 2012-12-20 01:35:55 +11:00
md_5
b7559ee38c Simply using the SnakeYaml default (which in turn defaults to Class.forName) appears to be enough to get the classes for our custom configuration. This avoid Bukkit depreciation. 2012-12-19 12:57:05 +00:00
KHobbits
251b58bd75 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-12-19 12:54:00 +00:00
KHobbits
412d3c8f3d Updating Bukkit to 1.4.5 RB
Bukkit: 1643 CB: 2543
2012-12-19 12:52:05 +00:00
Chris Ward
a89d6014e8 Merge pull request #223 from chrisgward/patch-1
Add /recipe command
2012-12-19 00:28:27 -08:00
md_5
0375b9b31d Simply using the SnakeYaml default (which in turn defaults to Class.forName) appears to be enough to get the classes for our custom configuration. This avoid Bukkit depreciation. 2012-12-19 19:10:02 +11:00
Chris Ward
0c39d3fdb9 Add /recipe command 2012-12-19 14:57:12 +11:00
KHobbits
5deab414a4 Remove CB from EssCore libs. 2012-12-18 22:58:55 +00:00
KHobbits
cc1febb46d Merge pull request #216 from chrisgward/patch-1
Add tempban limit (with override node)
2012-12-18 02:24:45 -08:00
KHobbits
95906a66ee Fix command costs warnings. 2012-12-17 18:32:42 +00:00
KHobbits
1f175dffe1 Support new skeleton and zombie types.
Also fix baby sheep colours.
2012-12-16 21:39:31 +00:00
KHobbits
38901e1f29 Log a few extra metrics. 2012-12-16 21:02:02 +00:00
KHobbits
da013e0c09 Merge pull request #217 from necrodoom/patch-7
add "w" alias
2012-12-16 11:07:10 -08:00
Necrodoom
598ad2633d Update Essentials/src/plugin.yml 2012-12-16 18:05:07 +02:00
Necrodoom
785f924361 add "w" alias 2012-12-16 18:03:04 +02:00
Chris Ward
53c0bcec0a Add tempban limit (with override node) and console override to exempt node. 2012-12-17 02:12:38 +11:00
Alexander Schepp
a949ec475d derp
That's why switch statements are bad.
2012-12-16 13:59:25 +01:00
Alexander Schepp
314cd5a68b Fix order of messages 2012-12-16 13:48:02 +01:00
KHobbits
8dc9c310ab Update bukkit
Bukkit 1608 CraftBukkit 2488
2012-12-16 12:28:49 +00:00
KHobbits
ba1e708a13 Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-12-16 12:12:23 +00:00
Necrodoom
86cb1f9db0 update items.csv to minecraft 1.4.6 2012-12-16 12:52:16 +02:00
Alexander Schepp
4d5a4fcf9b Merge pull request #214 from necrodoom/patch-4
change add-prefix-suffix description
2012-12-15 06:17:22 -08:00
snowleo
e018dede79 Fix the gap 2012-12-15 14:22:52 +01:00
snowleo
9f61f2241b Align /tp syntax with Minecraft /tp command 2012-12-15 14:12:34 +01:00
Necrodoom
979c10d4de change add-prefix-suffic description
hopefully will keep newbies from changing it for no reason
2012-12-15 12:58:57 +02:00
Iaccidentally
69cbdd6e9b Merge pull request #210 from Echo4190/patch-1
Update Essentials/src/config.yml
2012-12-11 04:06:10 -08:00
Echo419
dbf2380765 Update Essentials/src/config.yml
trillions => trillion
english => English
2012-12-11 12:03:21 +00:00
KHobbits
743608246f Merge pull request #209 from necrodoom/patch-2
update config.yml to reference wiki more
2012-12-10 09:46:31 -08:00
KHobbits
e3aa3a37ba Add missing import. 2012-12-10 17:45:32 +00:00
KHobbits
e53a8aa7b6 Update metrics to r6 2012-12-10 17:43:06 +00:00
KHobbits
38e90db8b8 Metrics Diff 2012-12-10 17:40:15 +00:00
Necrodoom
c1e75b96d1 update config.yml to reference wiki more
also changed locale setting to be less confusing
2012-12-10 09:39:22 +02:00
KHobbits
2ef491b7bd Delay sending respawn event until we actually try to respawn user. 2012-12-09 17:32:02 +00:00
KHobbits
c15f942ed6 Revert "Bukkit should have fixed this issue, so we can now get a better first join player experience by teleporting them at once with no delay."
This reverts commit 54c50f7208.

This breaks compatibility with multiverse, and Essentials core.
2012-12-09 17:14:57 +00:00
KHobbits
7c2cb8a19b Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-12-09 17:10:31 +00:00
KHobbits
1be3dc7af2 Move null bed check to teleport code 2012-12-09 17:10:12 +00:00
md_5
54c50f7208 Bukkit should have fixed this issue, so we can now get a better first join player experience by teleporting them at once with no delay. 2012-12-09 16:03:00 +11:00
KHobbits
e78d216a87 Shorten local chat format. 2012-12-08 18:51:18 +00:00
KHobbits
5af9f540f6 Some nice friendly messages to help debugging command costs. 2012-12-08 15:51:33 +00:00
KHobbits
6de63be344 Throw error when using /more on full stack 2012-12-07 00:46:13 +00:00
KHobbits
16dc929433 Remove unused variable 2012-12-06 23:27:43 +00:00
KHobbits
5a7c7510fe Make BPerms sign group checking behave similarly to same as GM and PEX 2012-12-06 23:26:48 +00:00
KHobbits
bdff7dca62 Merge pull request #208 from kukelekuuk00/2.9
Added a total profit message for /sell all|blocks
2012-12-05 09:14:07 -08:00
kukelekuuk00
b8f10c345b Added a total profit message for /sell all|blocks 2012-12-05 15:40:17 +01:00
KHobbits
44a93cad23 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-12-03 09:09:17 +00:00
KHobbits
1283ec3c35 Update afk status on block interact 2012-12-03 09:08:56 +00:00
Iaccidentally
e468892696 Merge pull request #205 from evonuts/patch-1
Spelling/Grammar fixes.
2012-12-01 02:43:20 -08:00
evonuts
d9d598e05a Spelling/Grammar fixes. 2012-12-01 21:51:24 +13:00
Iaccidentally
dc06b46cf4 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2012-11-27 14:54:18 -05:00
snowleo
efacf17ee2 Add log color removal.
(This could already be done with the bukkit setting "log-strip-color")
2012-11-27 19:54:32 +01:00
KHobbits
a40b5059fb Fix kit timers, kit times more than 25 years will be treated as single use. 2012-11-27 18:27:23 +00:00
KHobbits
82e457c897 Userdata cleanup 2012-11-27 17:47:08 +00:00
KHobbits
f4fda5ac35 Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-11-27 15:24:34 +00:00
Iaccidentally
771aaa482c Merge pull request #204 from necrodoom/patch-23
fix typo at config.yml
2012-11-25 09:30:13 -08:00
Necrodoom
e9d62e73ef fix typo at config.yml 2012-11-25 15:07:25 +02:00
Iaccidentally
ed21a18ea0 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2012-11-24 14:55:54 -05:00
KHobbits
6a68a33d28 Merge pull request #201 from necrodoom/patch-22
fix spacing at disabled-commands
2012-11-20 11:16:00 -08:00
Necrodoom
91de139b2a fix spacing at disabled-commands 2012-11-20 19:38:21 +02:00
ElgarL
3254a1a2a0 Fix recursive error detection when partial mirroring the main world 2012-11-20 14:55:06 +00:00
snowleo
5a0632be73 Better fix for last commit 2012-11-19 22:03:25 +01:00
snowleo
2f43296358 Fix for the plugin conflict with any plugin that contains a log4j library 2012-11-19 20:28:12 +01:00
KHobbits
15f1af8e71 Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-11-19 14:28:28 +00:00
KHobbits
db47c5d23f Add tptoggle others Essentials style. 2012-11-16 01:37:47 +00:00
Iaccidentally
8e02af5fde Merge remote-tracking branch 'remotes/origin/release' into 2.9 2012-11-13 22:57:14 -05:00
ElgarL
7d0056b154 Update bukkit.jar to #1593 in lib so we can reference the new
interfaces.
2012-11-13 10:17:15 +00:00
Iaccidentally
c54ec648ba Merge pull request #195 from evonuts/2.9
Update fly command to allow for /fly on|*ena*|1 and inversely, /fly off|...
2012-11-11 14:21:18 -08:00
ElgarL
0857d498e5 Prevent GM commands from being used on CommandBlocks. 2012-11-11 20:56:07 +00:00
ElgarL
bf196eb2dc Add support for Rcon. 2012-11-11 20:39:03 +00:00
Iaccidentally
5cdd6498c3 update tptoggle to allow toggling other players :: new permission: essentials.tptoggle.others 2012-11-11 14:34:56 -05:00
KHobbits
12cb2f2a82 Cleanup spawnmob classes
Spawnmob sign nolonger calls Command
Spawnmob other, now spawns at targets feet, rather than where the target is looking
Console can now spawnmob other
2012-11-11 18:55:02 +00:00
Iaccidentally
60138da699 Merge pull request #197 from necrodoom/patch-21
Update Essentials/src/com/earth2me/essentials/Mob.java
2012-11-11 09:10:33 -08:00
KHobbits
16703b4e32 Mob comment. 2012-11-11 17:04:16 +00:00
Necrodoom
30a57e82b0 Update Essentials/src/com/earth2me/essentials/Mob.java 2012-11-11 18:58:05 +02:00
Iaccidentally
b471970edc Make playerFishEvent cancel AFK :: fixes #3192 2012-11-11 11:43:10 -05:00
KHobbits
12004632f6 Merge branch '2.9' of github.com:essentials/Essentials into release 2012-11-11 14:55:00 +00:00
KHobbits
640459290b Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-11-11 14:54:19 +00:00
KHobbits
8eb1ce0f5c Merge branch '2.9' of github.com:essentials/Essentials into release 2012-11-11 14:53:42 +00:00
Iaccidentally
889d2efa80 Merge pull request #196 from necrodoom/patch-20
update ID 101, by andrewkm request
2012-11-10 09:53:16 -08:00
Necrodoom
626c98898c update ID 101, by andrewkm request 2012-11-10 19:12:25 +02:00
evonuts
b587bf34f8 Fix fly specific settings for other players (eg. /fly evonuts on) 2012-11-10 22:17:39 +13:00
evonuts
eab1895364 Update fly command to allow for /fly on|*ena*|1 and inversely, /fly off|*dis*|0. 2012-11-10 13:40:48 +13:00
ElgarL
b929bb4f83 Merge pull request #194 from necrodoom/patch-19
correct spaces at plugin.yml
2012-11-09 05:51:52 -08:00
ElgarL
c2741ccd5c Merge pull request #193 from necrodoom/patch-18
GroupManager typo fix
2012-11-09 05:51:15 -08:00
ElgarL
b248d192e1 Merge pull request #190 from necrodoom/patch-16
fix typos and update ingame error message
2012-11-09 05:50:39 -08:00
Necrodoom
b495ee2480 correct spaces at plugin.yml 2012-11-08 16:35:57 +02:00
Necrodoom
3e9e477583 GroupManager typo fix 2012-11-08 16:31:49 +02:00
KHobbits
68f8bbdfc0 Extra perm check in /home 2012-11-08 11:53:26 +00:00
md_5
7ece478d68 Set a players sleeping ignored status synchronously, just in case! Thanks for the hint mbaxter & Wolvereness. Closes ticket 3179. 2012-11-08 18:57:44 +11:00
Iaccidentally
ca84cfc868 Merge pull request #192 from evonuts/2.9
Allow for console based gamemode shortcuts. Fixes ticket #3173
2012-11-07 18:39:39 -08:00
evonuts
3261ed2307 Allow for console based gamemode shortcuts. Fixes ticket #3173 2012-11-08 15:19:07 +13:00
Iaccidentally
26b657c85c fix build 2012-11-04 19:04:10 -05:00
Iaccidentally
b1bf072a39 CB 2455 :: Bukkit 1593 2012-11-04 17:52:35 -05:00
KHobbits
2aae8206c9 Allow the 'userIsNotAway' and 'userIsAway' translation messages to be empty. 2012-11-04 22:41:35 +00:00
Alexander Schepp
42129c046f Allow the noNewMail translation to be empty 2012-11-04 22:34:47 +01:00
KHobbits
8d123a3cd5 Code comments. 2012-11-04 21:31:23 +00:00
Iaccidentally
50d9799999 allow money to be put in kits using the currency symbol before the amount 2012-11-04 16:25:09 -05:00
KHobbits
e31d317678 Use durability instead of itemdata for antibuild checks.
Fixes potion blocking using antibuild.
2012-11-04 18:02:36 +00:00
KHobbits
d9e4e00d28 Fix godmode pvp protection not blocking thrown pots and arrows. 2012-11-04 17:31:57 +00:00
KHobbits
2d8c0eb75d Fix missing mob target block 2012-11-04 16:45:02 +00:00
KHobbits
911ea62826 Fix a few more errors in plugin.yml 2012-11-04 13:29:39 +00:00
KHobbits
4aa6516a8e Fix plugin.yml typo. 2012-11-04 13:16:05 +00:00
KHobbits
c29dff5970 Code comments 2012-11-04 02:24:54 +00:00
KHobbits
d7559683ab Limit tnt disable on /nuke to 10s 2012-11-04 02:18:51 +00:00
md_5
f85bbbf80e Update Spanish translations thanks to nikooo14. 2012-11-03 11:47:39 +11:00
Necrodoom
c62e6cf831 Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.java 2012-11-02 18:21:26 +02:00
Alexander Schepp
61d5c898a4 remove all L 2012-10-31 21:30:57 +01:00
Iaccidentally
f257a13e91 Make /exp accept L before or after the amount, add extra checks 2012-10-31 16:25:13 -04:00
Alexander Schepp
a9ae2267c9 Handle int overflow in SetExpFix 2012-10-31 21:06:30 +01:00
Alexander Schepp
b5e166b280 Use the class, not the interface
This code will be changed later, once Elgarl updates the gm branch to 1.4
2012-10-31 20:06:32 +01:00
Alexander Schepp
5d494d0ae7 Quickfix to prevent GM commands from being called by BlockCommandSender. 2012-10-31 19:44:13 +01:00
Iaccidentally
3e8db7a55f fix minimum required bukkit version. 2012-10-29 14:26:51 -03:00
Iaccidentally
ee3ce3d96e CB 2420 :: Bukkit 1570 :: Update FakeServer and OfflinePlayer 2012-10-29 13:17:56 -04:00
KHobbits
ca6d88491d Merge pull request #185 from evonuts/patch-5
Update Essentials/src/config.yml
2012-10-29 02:21:24 -07:00
evonuts
2ed9070165 Update Essentials/src/config.yml
'flase' typo in wither-spawnexplosion
2012-10-29 22:06:23 +13:00
ementalo
15c49aebf3 Fix mail 2012-10-28 20:09:25 +00:00
ementalo
df53b5d814 Fix mail 2012-10-28 20:00:15 +00:00
Iaccidentally
fcc5018b76 typo fix 2012-10-28 15:03:45 -03:00
Iaccidentally
34ba901548 Update Essentials/src/com/earth2me/essentials/commands/Commandtppos.java
2.9 too
2012-10-28 15:01:54 -03:00
Iaccidentally
e164a0e958 nothing to see here, move along (typo fix) 2012-10-28 13:09:19 -04:00
Iaccidentally
01f148cb5e NOW with complete wither protection! 2012-10-28 13:05:08 -04:00
Iaccidentally
e42b00f0df oops! :: fix wither spawn explosion blocking 2012-10-28 12:58:01 -04:00
Iaccidentally
95104a0681 Fully support wither blocking in protect 2012-10-28 12:53:12 -04:00
Iaccidentally
01ca659987 CB #2415 2012-10-28 12:23:47 -04:00
Iaccidentally
61786bf7c6 Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 2012-10-28 11:10:17 -04:00
Iaccidentally
0aa2c21f04 update tppos to not accept coords over 30000000 2012-10-28 11:09:49 -04:00
Iaccidentally
03eebcab8d Merge pull request #184 from necrodoom/patch-15
add bat egg and witch egg
2012-10-28 07:40:52 -07:00
Necrodoom
86f0a8abc8 add bat egg and witch egg
enderdragon and wither have no useable eggs, so not added
2012-10-28 16:37:23 +02:00
Iaccidentally
611df58395 Protect updates :: ability to prevent wither damage :: block spawning of new mobs 2012-10-28 09:39:54 -04:00
Iaccidentally
8fa486aa37 CB #2406 Bukkit #1568 2012-10-28 09:11:50 -04:00
md-5
ad1a37c90f Merge pull request #183 from evonuts/patch-4
Update Essentials/src/config.yml
2012-10-28 03:22:55 -07:00
evonuts
bf70a501fb Update Essentials/src/config.yml 2012-10-28 22:37:00 +13:00
md_5
7840faff18 Why the f*** do we depend on Bukkit too? 2012-10-28 20:09:26 +11:00
md-5
a725408ddf Merge pull request #182 from evonuts/patch-3
Update Essentials/src/config.yml
2012-10-28 02:02:24 -07:00
md_5
f015e2ea36 No idea why this still refuses to compile locally. Stupid ant. 2012-10-28 20:01:27 +11:00
evonuts
557ca0b27a Update Essentials/src/config.yml 2012-10-28 21:55:20 +13:00
md-5
631b91e302 Merge pull request #180 from Glyca/2.9
Added, fixed and improved French translations
2012-10-28 01:38:51 -07:00
md-5
cce82f1fc5 Merge pull request #176 from necrodoom/patch-14
update files to minecraft 1.4
2012-10-28 01:37:22 -07:00
Glyca
c57acad54a Added, fixed and improved French translations 2012-10-27 21:47:55 +02:00
Necrodoom
75dd2ae877 update ID 137 2012-10-27 10:41:50 +03:00
KHobbits
7921ca54ec Merge branch '2.9' of github.com:essentials/Essentials into release 2012-10-26 21:41:49 +01:00
KHobbits
7b5ed517fe Reduce calls to bukkit getPlayer(); 2012-10-26 21:34:36 +01:00
ementalo
873d1c7550 2.9 Release 2012-10-26 09:48:45 +01:00
KHobbits
8345f875f1 Fix tp delay message 2012-10-23 00:00:55 +01:00
KHobbits
70ee7d8f44 Update EssentialsAntiBuild/src/com/earth2me/essentials/antibuild/EssentialsAntiBuildListener.java 2012-10-22 14:55:52 +02:00
KHobbits
12f43c16bf Update listener comment 2012-10-22 12:27:01 +02:00
Alexander Schepp
76b0a925b2 Fix NPE in UserData on login
if no address is available
2012-10-21 23:17:08 +03:00
KHobbits
b0cd884c41 Fix perm check in /kill 2012-10-20 19:24:33 +01:00
KHobbits
bc8a45c850 If the player is still alive, make sure he dies. (/kill) 2012-10-20 19:18:04 +01:00
KHobbits
3a31b7cf9d Block explicit /home bed, unless user has "essentials.home.bed" permission.
This does not effect the '/home' command when used with no arguments.
In this case, a player will still be sent to the bed home, if they have no Ess home set.
2012-10-20 16:15:43 +01:00
KHobbits
be2066e0a0 Remove extra home check. 2012-10-20 16:09:54 +01:00
Necrodoom
d1ecde5c88 update mob.java to 1.4 2012-10-20 12:24:18 +03:00
Necrodoom
bfcbe64a36 update items.csv to 1.4
items.csv version 2.2_01
2012-10-20 12:11:27 +03:00
ementalo
d0f0bd32e0 Fix test 2012-10-17 13:14:59 +01:00
ementalo
017c162692 CB #2396 B #1566 2012-10-17 13:09:03 +01:00
snowleo
775109e32b Don't call plugin manager in Settings. 2012-10-15 20:30:52 +02:00
KHobbits
7239e58ef7 Merge pull request #174 from necrodoom/patch-13
fix sandstone slab aliases
2012-10-14 09:44:26 -07:00
Necrodoom
df07696063 fix sandstone slab aliases 2012-10-14 19:40:57 +03:00
KHobbits
8ed098cff2 Allow kicking of hidden players 2012-10-14 13:04:00 +01:00
KHobbits
1638934575 Warn when banning a player who has never connected to the server. 2012-10-14 13:03:54 +01:00
Iaccidentally
1a4e3ce566 Update Essentials/src/items.csv
quick items.csv fix
2012-10-09 05:19:27 -03:00
KHobbits
cefda18404 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-10-07 22:40:18 +01:00
KHobbits
76c347977a Add alt warp perm for others 2012-10-07 22:40:04 +01:00
snowleo
413bf8552e Update AntiBuild for NB7.2 2012-10-07 23:00:09 +02:00
snowleo
22c6812509 Prevent massive amount of mails being send.
Added new config: mails-per-minute, default 1000
2012-10-07 22:46:15 +02:00
KHobbits
7a64099959 New permission: essentials.vanish.pvp
If you don't have this permission you cannot PVP while vanished.
2012-10-07 18:10:50 +01:00
KHobbits
a48c836213 Change default action colour to be different to /say 2012-10-06 22:26:51 +01:00
KHobbits
8234a40083 Code comments 2012-10-06 03:49:36 +01:00
KHobbits
f25a4942ea Comment for future sanity. 2012-10-05 02:06:23 +01:00
KHobbits
17bebc564d Fix gamemode other perm check 2012-10-02 21:06:28 +01:00
KHobbits
af43c14956 Better handle invalid warp names 2012-10-02 00:19:42 +01:00
KHobbits
292a48348c Cleanup sethome 2012-10-01 20:32:10 +01:00
Alexander Schepp
321e308201 Merge pull request #171 from chrisgward/patch-5
Adding console override to sudo chat
2012-10-01 10:31:48 -07:00
Chris Ward
0e602a61d7 Adding console override to sudo chat, changing say to c: 2012-10-02 03:30:13 +10:00
ElgarL
ed336e9e79 Merge remote-tracking branch 'remotes/origin/2.9' into groupmanager 2012-10-01 17:51:56 +01:00
ElgarL
f898b0c2c9 Merge branch '2.9' of https://ElgarL@github.com/essentials/Essentials.git into 2.9 2012-10-01 17:50:08 +01:00
ElgarL
2a06f49284 Move Event to LOW so permissions get updated before this event is
triggered.

With LOWEST it would only randomly work with most perm systems,
depending on the loading order.
2012-10-01 17:49:42 +01:00
Alexander Schepp
c75e9a3a84 Merge pull request #165 from chrisgward/patch-2
Adding say command to sudo to fake chat
2012-10-01 09:34:49 -07:00
Alexander Schepp
8801f02f80 Merge pull request #166 from chrisgward/patch-3
Blocking numeric home names, changing invalid home message
2012-10-01 09:34:09 -07:00
Chris Ward
b5d8337f09 Blocking numeric home names, changing invalid home message 2012-10-02 02:32:52 +10:00
Chris Ward
1cb60e8733 Adding -c switch to sudo to fake chat 2012-10-02 02:31:15 +10:00
Alexander Schepp
239f274821 Merge pull request #169 from chrisgward/patch-5
Adding console only overrides to exempts
2012-10-01 09:15:18 -07:00
Alexander Schepp
c249c735b8 Merge pull request #170 from chrisgward/2.9
Fixing storage of compiled regex
2012-10-01 09:12:35 -07:00
Chris Ward
94c08fbd66 Fixing storage of compiled regex 2012-10-02 02:11:05 +10:00
Chris Ward
4131763ba7 Adding console overrides to exempts 2012-10-02 01:57:29 +10:00
Iaccidentally
f0818310f8 Merge pull request #164 from chrisgward/patch-1
Fixing bad file names in Windows (Fixes #2924)
2012-10-01 07:16:22 -07:00
Chris Ward
2ce7a98b5d Fixing bad file names in Windows (Fixes #2924) 2012-10-01 21:20:17 +10:00
ElgarL
9e13290879 allWorldsDataList now returns fully mirrored worlds whihc are not
identical mirrors (fixes the /manselect list).
2012-10-01 12:05:49 +01:00
KHobbits
6813c66dea Merge pull request #163 from chrisgward/patch-1
Fixes #2933
2012-10-01 03:27:37 -07:00
Chris Ward
b586059201 Typo (Ticket 2933) 2012-10-01 20:12:13 +10:00
KHobbits
1d8f36a2c9 Merge pull request #158 from necrodoom/patch-10
update potion aliases- add all unused potions
2012-09-30 13:55:20 -07:00
KHobbits
ba63aeabd2 Merge pull request #162 from necrodoom/patch-12
small fixes to items.csv
2012-09-30 13:55:09 -07:00
KHobbits
76f4d1e091 Restore removed tp method, it is used in other plugins. 2012-09-30 18:15:46 +01:00
KHobbits
47b69e2401 Update Bukkit/CB to 1.3.2 R1
Bukkit: 1546 CB: 2377
2012-09-30 17:33:49 +01:00
Necrodoom
f25229cd8e small fixes to items.csv 2012-09-30 19:22:14 +03:00
KHobbits
7fe8b1bbad Merge branch 'release' of github.com:essentials/Essentials into 2.9 2012-09-30 17:21:09 +01:00
Necrodoom
490d3fe929 update kit sign permission check 2012-09-30 17:16:03 +01:00
Necrodoom
fe630ba930 update warp sign permission check 2012-09-30 17:15:57 +01:00
KHobbits
c0467d3a60 Should fix tpaccept charge bug - needs testing 2012-09-30 17:15:40 +01:00
KHobbits
9921299140 New permission: essentials.teleport.timer.move - allow players to move during tp delay 2012-09-29 23:48:59 +01:00
KHobbits
ecc03a9d54 Little bit DRYer 2012-09-29 23:41:12 +01:00
KHobbits
026ddbbf67 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-29 23:35:09 +01:00
KHobbits
356c750c6f Properly handle tphere requests so the right user is in control/charged. 2012-09-29 23:34:46 +01:00
KHobbits
202fc901a9 Tidy Teleport file 2012-09-29 23:33:32 +01:00
KHobbits
f74f7910ff Merge pull request #161 from necrodoom/patch-11
update signs permission check
2012-09-29 13:52:07 -07:00
Necrodoom
8b89ffa965 update kit sign permission check 2012-09-29 15:57:31 +03:00
Necrodoom
a3aed7eb9b update warp sign permission check 2012-09-29 15:55:47 +03:00
KHobbits
8cadbed40b Should fix tpaccept charge bug - needs testing 2012-09-29 03:59:31 +01:00
KHobbits
c0721e7085 Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-09-28 23:01:32 +01:00
KHobbits
f4d95c0442 Add potion effect clearing on /heal - Chris Ward 2012-09-28 20:56:03 +01:00
KHobbits
eae2294673 Cleanup of god mode effects, suggested by gravypod. 2012-09-28 20:45:56 +01:00
KHobbits
0d59f78465 God mode cancel potion effects - Chris ward
Revert heal changes.
2012-09-28 20:35:13 +01:00
Necrodoom
4155eeb89c update potion aliases- add all unused potions
items.csv version 2.1_13
2012-09-28 17:02:43 +03:00
Paul A.
eae246dc90 Fix updating version on items.csv 2012-09-27 16:39:23 +02:00
Paul A.
291781a891 Merge pull request #156 from evonuts/patch-1
Minor spelling/grammatical fixes
2012-09-27 05:47:31 -07:00
evonuts
d097d9e04c Minor spelling/grammatical fixes 2012-09-28 00:42:25 +12:00
Paul A.
5e4e8081b6 Merge pull request #154 from necrodoom/patch-9
typo fix in config.yml as found by @Evonuts
2012-09-27 05:22:09 -07:00
Necrodoom
c5263dcc34 typo fix in config.yml 2012-09-27 15:19:14 +03:00
KHobbits
99f5f93e06 Remove debug comments. 2012-09-25 22:37:58 +01:00
KHobbits
931a76fb0f Handle negated wildcard perms in generic superperms 2012-09-25 22:21:15 +01:00
ElgarL
493b041704 Update users.yml to follow new ordering. 2012-09-25 20:41:16 +01:00
ElgarL
a4df448d23 No need for a new array. 2012-09-25 20:39:24 +01:00
ElgarL
48f502f679 Add alphabetically sorted user lists. 2012-09-25 13:23:19 +01:00
KHobbits
a357c7e5b5 Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-09-25 13:16:41 +01:00
ElgarL
5a137842e5 Change order of data in Users.yml to [name, Group, SubGroup,
Permissions, Info nodes].
2012-09-25 13:09:26 +01:00
ElgarL
b4a8f357bd Commenting 2012-09-25 11:27:36 +01:00
ElgarL
99a4f6d366 Fix javadocs 2012-09-25 11:25:19 +01:00
ElgarL
d7cecb1758 Minor typo fix - Necrodoom 2012-09-25 11:15:28 +01:00
KHobbits
611de7d725 Revert "Clean up imports"
This reverts commit 276cc71db0.
2012-09-24 23:04:33 +01:00
KHobbits
ebd6d03108 Improve fake sign check. 2012-09-24 23:01:58 +01:00
Paul A.
dd12013329 Merge pull request #151 from gravypod/patch-2
Clean up imports
2012-09-24 14:34:36 -07:00
KHobbits
0c8975db45 Envelope new drop/pickup/craft perms under 'essentials.build'. 2012-09-24 12:48:07 +01:00
KHobbits
c356e92287 Minor cleanup 2012-09-24 03:16:15 +01:00
gravypod
276cc71db0 Clean up imports 2012-09-23 22:06:39 -03:00
KHobbits
2bc87841d1 Fix and give better sign errors. 2012-09-24 00:19:39 +01:00
KHobbits
8745568a69 Less sign checking if certain signs aren't enabled. 2012-09-23 23:51:57 +01:00
KHobbits
378ed75ecc config typo. 2012-09-23 23:18:17 +01:00
KHobbits
f9a014a08b Minor colour change 2012-09-23 23:08:35 +01:00
KHobbits
8470b05a6c Move wildcard perm check to superperms handler, rather than being PEX specific. 2012-09-23 23:01:14 +01:00
KHobbits
fc5c0e3e7a Lower reporting level of metrics errors. 2012-09-23 18:08:43 +01:00
KHobbits
11c68e03b6 Support new lines in newbie welcome message. 2012-09-22 21:15:04 +01:00
KHobbits
8949cbc5fb Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9
Resolved Conflicts:
	EssentialsGroupManager/src/org/anjocaido/groupmanager/GlobalGroups.java
2012-09-22 20:44:45 +01:00
KHobbits
143d9d2089 Cleanup delhome to match normal home cases properly. 2012-09-22 20:43:27 +01:00
ElgarL
f9dafb06be Update warning in GlobalGroups - Necrodoom. 2012-09-22 19:51:38 +01:00
ElgarL
1dc93a7a85 - Fix Synchronization on adding subgroups (thanks snowleo).
- Remove info node support from GlobalGroups. It should not have them
as GlobalGroups are only permission collections.
2012-09-22 19:18:51 +01:00
KHobbits
daa517c5a2 Reset colour code at start of default broadcast msg. 2012-09-22 15:00:00 +01:00
KHobbits
a49570605a General demo txt formatting 2012-09-22 14:44:56 +01:00
KHobbits
ee647e1fae Clean chat colours. 2012-09-22 14:40:56 +01:00
KHobbits
416eee97ad Clean up the info.txt 2012-09-22 14:36:07 +01:00
KHobbits
f905ae8701 Merge pull request #148 from necrodoom/patch-7
fix info.txt colors and tags
I'll do a little manual cleanup.
2012-09-22 06:21:51 -07:00
KHobbits
71d39bc23b Possibly solve info writing issues in globalgroups
Editing this on the ess branch, cause i'm sure there is a better fix.
2012-09-22 04:35:55 +02:00
Necrodoom
0f2dda6b00 fix info.txt colors and tags 2012-09-21 18:09:30 +03:00
md_5
7f16a6834a Check for explicit * permission when using PEX. 2012-09-21 19:53:20 +10:00
KHobbits
b9ea270cd2 Update config.yml to show multiple enchantments for kits. 2012-09-21 02:10:39 +01:00
KHobbits
53fdc3e408 Make sure we check for wildcards in PEX 2012-09-20 20:36:07 +01:00
KHobbits
f95d1faae1 Switch pex permissions checks to use superperms rather than direct api call. 2012-09-20 20:21:45 +01:00
KHobbits
27ea33d82b ignoreCancelled events. 2012-09-19 21:07:50 +01:00
KHobbits
654e70e436 New Permission:
essentials.build.pickup.<id>[:<datavalue>] - Allows collecting of an item
essentials.build.drop.<id>[:<datavalue>] - Allows dropping of an item
2012-09-19 20:57:06 +01:00
KHobbits
1b91705d50 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-19 19:48:14 +01:00
KHobbits
2f4f510af1 New Permission:
essentials.build.craft.<id>[:<datavalue>] - Allows crafting of an item
2012-09-19 19:47:47 +01:00
md_5
d8f6c31cd2 Self indulgent commit. Door should be an alias for wood door. 2012-09-17 21:55:52 +10:00
KHobbits
fd79120929 Hide Protection sign option. 2012-09-17 11:29:16 +01:00
KHobbits
1c7cc88ff5 Fix a few minor text formatting issues. 2012-09-16 20:45:33 +01:00
KHobbits
2f488c9a23 Config file permissions cleanup
Removed deprecated 'restricted-commands' section.
Deprecated 'superperms' toggle.
Remove op override on essentials permissions.
Give op's all permissions by default via superperms.
2012-09-16 20:27:35 +01:00
KHobbits
af2ebce3a4 Merge pull request #146 from necrodoom/patch-6
update dualbit, fix strength, add swift aliases
2012-09-16 08:48:16 -07:00
Necrodoom
82487fb383 update dualbit, fix strength, add swift aliases
items.csv version 2.1_12
2012-09-16 18:46:46 +03:00
md_5
7d427ae0b5 Merge remote-tracking branch 'origin/groupmanager' into 2.9 2012-09-16 23:02:56 +10:00
Iaccidentally
7698f3d9af Update Essentials/src/plugin.yml
updating SKYNET
2012-09-15 21:07:42 -03:00
KHobbits
006d445bd3 Missing tl key. 2012-09-15 22:06:42 +01:00
KHobbits
bc0f5e76ae Add server uptime to /gc 2012-09-15 22:04:18 +01:00
KHobbits
bb0ff457f6 Add missing TL key
Fixes #1363
2012-09-15 21:16:31 +01:00
KHobbits
1b73efef86 Allow bans on players who have never connected. 2012-09-15 20:57:44 +01:00
KHobbits
40da0b735d Reduce the enchantment list some more. 2012-09-15 20:29:29 +01:00
KHobbits
d8c9ca163b Fix Essentials /sethome to more strictly obey home limits. 2012-09-15 19:55:12 +01:00
KHobbits
826b18153a /ess reset <player> - Clears stored data about a user. 2012-09-14 02:30:24 +01:00
KHobbits
1708071eb6 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-14 01:11:04 +01:00
KHobbits
22e2b48f9a Fixed jail extend message - xGhOsTkiLLeRx 2012-09-14 01:10:22 +01:00
KHobbits
2c6b461d0e Update Essentials/nbproject/project.properties
Accidentally added unneeded line...
2012-09-14 02:01:02 +02:00
KHobbits
0368b57034 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-14 00:59:25 +01:00
KHobbits
89cc945e23 Don't create empty user files 2012-09-14 00:58:57 +01:00
KHobbits
93c5a7387d Merge pull request #141 from DerFlash/2.9
Fix problems with async chat event not sending messages to xmpp chat spy
2012-09-13 06:21:11 -07:00
DerFlash
2ad9104d72 Fix problems with async chat event not sending messages to xmpp chat spy 2012-09-13 14:57:02 +02:00
KHobbits
c40f9b6e17 remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
KHobbits
4568cbea50 Update bpermissions example 2012-09-13 01:46:23 +01:00
ElgarL
8967839e6d Remove unused imports. 2012-09-11 11:12:19 +01:00
KHobbits
77e80296e1 Couple extra /info aliases. 2012-09-11 05:05:55 +01:00
KHobbits
9a7352b6cf Less strict matching on /realname 2012-09-11 01:07:31 +01:00
KHobbits
906f2506db Make /realname throw an error if no matches were found 2012-09-11 00:53:32 +01:00
snowleo
ed75ae3030 Missing final 2012-09-10 20:53:25 +02:00
snowleo
e02a0de520 Thread safety for GM 2012-09-10 20:49:07 +02:00
snowleo
128540b51e Revert bad synchronization
This reverts commit 9544bc35df.
2012-09-10 19:06:17 +02:00
ElgarL
f483545bbb Synchronize the world data holder. 2012-09-10 17:46:01 +01:00
KHobbits
0250f74fb4 Patch flight disable, to not effect creative mode.
Full world change config still needs coding.
2012-09-10 01:13:30 +01:00
KHobbits
9cf146a789 Fixing map/ironore bug. 2012-09-10 01:10:32 +01:00
ElgarL
9544bc35df Change to Hashtables to reduce the chance of a
ConcurrentModificationException pulling group/user data in an Async
thread.
2012-09-10 00:15:42 +01:00
KHobbits
e323af32d8 Little bit extra sanity checking. 2012-09-09 20:13:03 +01:00
KHobbits
0b2b514fd5 Move auto afk permission to 'essentials.afk.auto' 2012-09-09 19:09:35 +01:00
KHobbits
406dda2d6f Fixing locale typo. 2012-09-09 18:35:20 +01:00
KHobbits
c4681e0cf7 Fix Missing TL key 2012-09-09 17:10:26 +01:00
KHobbits
c2c8c41df5 Change default op colour 2012-09-09 16:55:43 +01:00
KHobbits
001f3629e6 More message cleanup 2012-09-09 16:52:45 +01:00
KHobbits
da9b438028 Manual merge necrodoom enchant changes. 2012-09-09 16:29:38 +01:00
KHobbits
19f3dca231 Two sets of enchantment aliases. 2012-09-09 16:27:22 +01:00
KHobbits
cec92f3085 More message cleanup 2012-09-09 16:15:12 +01:00
KHobbits
de72875aea Missing TL keys 2012-09-09 15:50:22 +01:00
KHobbits
8ce63c1073 Few more message tweaks. 2012-09-09 15:27:25 +01:00
KHobbits
b4fc91db39 If chat event doesn't resolve to valid player, cancel and exit. 2012-09-09 06:36:14 +01:00
KHobbits
8f22262d92 Message cleanup. 2012-09-09 05:41:06 +01:00
KHobbits
938aa05776 Update some of the example permissions files for the perm changes. 2012-09-08 23:00:57 +01:00
KHobbits
55c4700eee Move the per world permissions:
essentials.world.worldname is moved to essentials.worlds.worldname
2012-09-08 22:50:20 +01:00
KHobbits
498ae85348 Log to console the effects of /sudo 2012-09-08 21:10:26 +01:00
KHobbits
11147706f6 Remove dead setting.
Fixes #2465
2012-09-08 20:41:38 +01:00
KHobbits
e684e2f0f3 Move the per kit and warp permissions:
essentials.kit.kitname is moved to essentials.kits.kitname
essentials.warp.warpname is moved to essentials.warps.warpname
2012-09-08 20:32:48 +01:00
KHobbits
9e5b105bcc Look out for nulls. 2012-09-08 18:41:21 +01:00
KHobbits
28f9bbd1ce Make /itemdb command list the 15 shortest item.csv names for said item.
This will be useful when making eco signs.
2012-09-08 18:33:06 +01:00
KHobbits
0ab8efbb19 Fix /itemdb showing 'uses left' on none held items. 2012-09-08 16:33:00 +01:00
KHobbits
1725a235ee Fix compile error. 2012-09-08 16:03:54 +01:00
KHobbits
684e6c06fb Async EssentialsSpawn join event, like the others. 2012-09-08 14:55:37 +01:00
KHobbits
c3228f1bd6 New Permission: essentials.god.pvp
Unless you have this permission you will be unable to attack other players while in god mode.
2012-09-08 14:51:03 +01:00
KHobbits
45135e4b63 Give user chance to get display name set before displaying geoip. 2012-09-08 14:40:19 +01:00
KHobbits
4ceaf2183b Potential fix for teleporting issue. 2012-09-08 14:30:11 +01:00
KHobbits
9f21a0d42e Switch default antibuild status to false. Antibuild toggling shouldn't be an issue with it as a stand alone plugin. 2012-09-08 14:11:12 +01:00
snowleo
2aa1bbefcb Fix ConcurrentModification bugs
This will probably slow down any access to config
2012-09-07 18:33:28 +02:00
Iaccidentally
f6455b44be Update Essentials/src/com/earth2me/essentials/commands/Commandburn.java
typo fix
2012-09-04 00:16:23 -03:00
KHobbits
3a0bac99ce Catch null eco symbol. 2012-09-02 20:17:28 +01:00
KHobbits
a6b11592f5 More error on 'Permissions system error' in debug mode. 2012-09-02 18:30:59 +01:00
KHobbits
bac60b2e8a Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-02 18:11:54 +01:00
KHobbits
d26a581775 Update /kit delay to use updated yaml code. 2012-09-02 18:11:29 +01:00
KHobbits
2242ed2886 Merge pull request #136 from necrodoom/patch-3
update enchants with 3-1 letter aliases
2012-09-02 07:51:29 -07:00
KHobbits
d9f4ef38ca Add support for /gamemode toggle | /gamemode t and /gmt to toggle between the 3 gamemodes. 2012-09-02 06:54:58 +01:00
KHobbits
83dc0d6628 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-09-02 01:57:10 +01:00
Iaccidentally
ad8f7bca3e fix burn matching all players 2012-09-01 16:40:49 -04:00
Necrodoom
a1e494a894 update enchants with 3-1 letter aliases 2012-09-01 10:33:20 +03:00
KHobbits
9789378411 Another Config tweak. 2012-08-31 22:31:56 +01:00
KHobbits
c02966258c Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-08-31 22:28:21 +01:00
KHobbits
fd5b77324e Config file tweaks 2012-08-31 22:26:26 +01:00
ElgarL
ee10e8c7fc Include the GM version when logging errors. 2012-08-31 21:56:46 +01:00
ElgarL
2f6dd238b1 Give a better error when a subgroup is null. 2012-08-31 21:47:35 +01:00
KHobbits
70c9bf56d2 Fix powertool command logging. 2012-08-31 18:52:40 +01:00
KHobbits
19043fecf6 Don't need built in command logger anymore. 2012-08-31 18:44:14 +01:00
KHobbits
d8cabedb59 Sanity Check. 2012-08-31 17:57:57 +01:00
KHobbits
07906c9bbf Add missing repair cost check on /repair hand 2012-08-31 17:54:10 +01:00
KHobbits
8bb202fca6 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-08-31 17:48:25 +01:00
KHobbits
48f704e047 Reduce the number of permissions checks in command cost lookups
Add support for item number repair costs (repair-123: 120)
Ess charge api supports nested charges.
Slight kit optimization.
2012-08-31 17:48:07 +01:00
KHobbits
17a4f04ccb Merge pull request #134 from necrodoom/patch-16
clear whitespace in globalgroups.yml
2012-08-31 06:48:07 -07:00
Necrodoom
a3ff7da1c1 clear whitespace in globalgroups.yml 2012-08-31 16:40:25 +03:00
KHobbits
13877531c4 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-08-31 14:09:44 +01:00
KHobbits
a1c77138e6 Fix metrics when kits are improperly configured. 2012-08-31 14:09:20 +01:00
Paul A.
5751977cb8 Update Essentials/src/config.yml
More grammar from Evonuts
2012-08-31 12:30:40 +02:00
Paul A.
817c7b751c Update Essentials/src/config.yml
Grammar update thanks to Evonuts
2012-08-31 11:37:10 +02:00
KHobbits
651343f187 Fix painting break in antibuild. 2012-08-31 06:06:33 +01:00
KHobbits
2a45afec68 Fix IllegalStateException in sign click patch
Cleanup
2012-08-31 00:47:53 +01:00
KHobbits
deb79b7478 Fix min bukkit version warning. 2012-08-30 23:28:16 +01:00
KHobbits
db0d944e2a Reset fly/speed on world change
This will be optional in a future version - Discuss http://goo.gl/Vuh4N
2012-08-30 23:13:50 +01:00
KHobbits
e43adf229b Update chat formatting to use &r instead of &f 2012-08-30 20:43:33 +01:00
KHobbits
6542377a89 Clear up overriding comments on config file.
Closes #2725
2012-08-30 19:19:03 +01:00
KHobbits
9fe4664db6 Merge pull request #133 from necrodoom/patch-15
clarify some things on config
2012-08-30 10:08:38 -07:00
Necrodoom
3abc26a8bc minor fix 2012-08-30 19:00:53 +03:00
Necrodoom
1735d53eb5 clarify some things on config 2012-08-30 18:58:43 +03:00
KHobbits
f29010257d Merge pull request #131 from necrodoom/patch-14
update pork aliases
2012-08-29 08:22:04 -07:00
Necrodoom
02c0781592 update pork aliases
items.csv version 2.1_11
2012-08-29 16:51:38 +03:00
KHobbits
dcf13efdbd Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-08-28 03:12:16 +01:00
KHobbits
115aa9b1d4 Fix CB. 2012-08-28 03:08:06 +01:00
KHobbits
b4c206cd1d Merge branch '2.9' into release 2012-08-28 03:05:13 +01:00
KHobbits
dd6a428db2 Update CB :: Bukkit 1536 || Craftbukkit 2352 (1.3.2-R0.1) 2012-08-28 03:01:49 +01:00
KHobbits
6d35416d8f Merge branch '2.9' of github.com:essentials/Essentials into release 2012-08-28 02:55:02 +01:00
KHobbits
e5adafa81f If both freeze-afk-players and cancel-afk-on-move is turned on, cancel AFK on player jump. 2012-08-28 02:50:59 +01:00
KHobbits
d3accebefd Disable AFK when player damages entity. 2012-08-28 02:24:01 +01:00
KHobbits
d88dcbea50 Manually merge Nickshelton80's alias change. 2012-08-28 02:08:58 +01:00
KHobbits
3efe3a1204 Handle jail teleport locations slightly better. 2012-08-28 02:06:11 +01:00
KHobbits
ca90700daa Optimize AntiBuild a little
Support item name deny messages in antibuild.
2012-08-28 01:38:16 +01:00
KHobbits
b30fc24513 Fix minor typo in plugin.yml
Remove 'essentials.interact' permission from antibuild - Not needed
2012-08-27 23:59:29 +01:00
KHobbits
bbb2c6d832 Remove max walk option to config, until its fixed in the client. 2012-08-27 03:09:56 +01:00
KHobbits
b1fb1588f4 Missing [player] param syntax on /afk 2012-08-26 20:26:06 +01:00
KHobbits
3575afd597 Comment out/remove the /speed walk code, until the client properly supports this function. 2012-08-26 19:53:58 +01:00
KHobbits
4fdccb1e2d New command /speed [walk|fly] <speed> [player]
New permissions:
essentials.speed = access to the command
essentials.speed.others = ability to change the speed of another player
essentials.speed.bypass = override max speed limits in config.yml
New config options:
max-fly-speed
max-walk-speed
2012-08-26 19:35:39 +01:00
KHobbits
5050c3967e More work on /fly command - Still incomplete
Updated and fixed messages files for missing keys.
2012-08-26 17:16:22 +01:00
KHobbits
af55238916 Updated Spanish Translation 2012-08-26 00:36:35 +01:00
KHobbits
28e568433e Foundation for speed command - not yet implemented. 2012-08-25 19:23:41 +01:00
KHobbits
b9bca0ed8f Add AntiBuild to Metrics. 2012-08-25 16:57:36 +01:00
KHobbits
1e222ab1a6 Don't check for loan permission is there is no cost. 2012-08-22 09:12:38 +01:00
KHobbits
dda2f07ed7 New perm: essentials.kit.exemptdelay
Allows you to exempt from kit delays.
2012-08-22 00:27:33 +01:00
ElgarL
221ccc498d iacc's anal 2012-08-21 21:28:26 +01:00
KHobbits
304ef82d60 Remove debug messages. 2012-08-21 20:45:27 +01:00
KHobbits
c9c0c84721 New command: /enderchest [player] (alias /endersee and /echest)
This command lets you look inside your or another players enderchest
New Permissions:
essentials.enderchest - Access to the command
essentials.enderchest.others - Lets you look at other enderchests
essentials.enderchest.modify - Lets you modify other enderchests
2012-08-21 20:44:09 +01:00
KHobbits
a53745c3ba Update CB
Bukkit 1533 || Craftbukkit 2345 (1.3.1-R2.1)
2012-08-21 19:56:14 +01:00
KHobbits
bcf092c26a Merge branch '2.9' into release 2012-08-21 19:34:26 +01:00
KHobbits
aa2fdf7b40 Reorder perm check in antibuild 2012-08-20 08:41:22 +01:00
KHobbits
cc3591564d Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-08-19 23:42:05 +01:00
KHobbits
1bc0b8a97d Merge branch 'antibuild' into 2.9 2012-08-19 23:41:28 +01:00
KHobbits
f0f37a1671 Reduce permissions checks in antibuild.
Add a little debug logging for those with it enabled.
2012-08-19 21:20:55 +01:00
KHobbits
224e1bc115 Merge pull request #124 from necrodoom/patch-11
patch ID 322 and update ID 260
2012-08-19 12:52:32 -07:00
KHobbits
46222e1a2d Correct antibuild perm check
(still need to abort interact/use checks on block place)
2012-08-19 16:08:36 +01:00
KHobbits
2b52d11ca7 Attempt to add support for metadata permissions. 2012-08-19 15:25:40 +01:00
KHobbits
5432f046e1 Split Ess protect into EssProtect and EssAntiBuild
New permissions:
essentials.build - same as build: true
essentials.build.interact.<id> - whitelist single interact block
essentials.build.place.<id> - whitelist single place block
essentials.build.break.<id> - whitelist single break block
essentials.build.use.<id> - whitelist single use item
2012-08-19 14:54:58 +01:00
ElgarL
343cb169ef No more null errors from corrupt config.yml's. 2012-08-19 14:49:16 +01:00
necrodoom
246b978ff5 patch ID 322 and update ID 260
items.csv version 2.1_10
2012-08-19 09:50:19 +03:00
KHobbits
2c965ce9ae Add some command cost debugging messages to /ess debug 2012-08-19 03:38:09 +01:00
KHobbits
0d13dc757d Slightly more realistic worth prices. 2012-08-19 02:49:32 +01:00
KHobbits
7c833e700f Tidy the worth file formatting. 2012-08-19 02:25:30 +01:00
KHobbits
46b136e4e2 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-08-18 16:10:36 +01:00
Iaccidentally
fca82e7a26 Merge pull request #123 from necrodoom/patch-9
fix ID 2259, pointed out by tanite
2012-08-18 07:59:16 -07:00
KHobbits
7a890c9e5c Removing EssentialsUpdate from 2.9 branch.
Development may be continued in 3.x branch.
2012-08-18 15:51:55 +01:00
KHobbits
426d0093d2 Remove 3.x api migration code.
3.x development was moved to different code branch.
Removing deprecated warnings, since it would be silly to deprecate ALL classes.
2012-08-18 15:48:29 +01:00
KHobbits
530a519118 Fix /warp command matching in console. 2012-08-18 15:25:14 +01:00
necrodoom
fa6fa88247 fix ID 2259, pointed out by tanite
items.csv version 2.1_09
2012-08-18 10:22:12 +03:00
Iaccidentally
c1bdeb0900 Merge pull request #122 from necrodoom/patch-8
update IDs: 5,6,17,18 - erase unused and add new
2012-08-15 01:20:40 -07:00
necrodoom
53a51b2d59 update IDs: 5,6,17,18 - erase unused and add new
items.csv version 2.1_08
2012-08-15 10:39:34 +03:00
ElgarL
73ebd8a24a Fix an error with Logging set to 'OFF' triggering a cast exception. 2012-08-14 13:26:02 +01:00
Iaccidentally
b54fb4ad52 Merge pull request #121 from necrodoom/patch-6
few extra fixes to several ID item name aliases
2012-08-13 01:17:22 -07:00
necrodoom
36b88174cb few extra fixes to several IDs
items.csv version 2.1_07
2012-08-13 10:03:39 +03:00
Iaccidentally
e94122faf7 add spruce/pine tree to items.csv 2012-08-13 01:45:10 -04:00
KHobbits
dbc49d416f Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-08-13 02:33:09 +01:00
KHobbits
84f0f0a971 Try and prevent 'corrupt' messages files from breaking essentials. 2012-08-13 02:32:45 +01:00
snowleo
def188b94e Fix encoding of swedish locale 2012-08-13 01:36:39 +02:00
KHobbits
8366724d44 Update Essentials/src/items.csv 2012-08-13 01:19:10 +02:00
KHobbits
13617df0c6 Update Essentials/src/items.csv 2012-08-13 01:15:53 +02:00
KHobbits
9b55f8b562 Merge pull request #115 from necrodoom/patch-3
grammar check on plugin.yml
2012-08-11 18:08:50 -07:00
KHobbits
5c6d1a2eb4 Add command name matching to /gamemode
This allows aliases such as /gmc and /creative [player] to be used without stating gamemode as a parameter.
2012-08-12 01:13:52 +01:00
KHobbits
3a115000c9 Improve player matching in /gamemode
Add extra aliases to /gamemode
2012-08-12 01:12:10 +01:00
Iaccidentally
0a72669ac7 fix name length check in /kill 2012-08-10 07:17:05 -04:00
Iaccidentally
b81e834b4b fix msg and pay to accept 2 character names 2012-08-10 06:54:42 -04:00
KHobbits
38503e4dcf Throw warning when using /kill without valid player. 2012-08-10 02:40:05 +01:00
KHobbits
389884debf Add console log message when player is /kicked 2012-08-10 02:35:05 +01:00
KHobbits
f28d874ffb Add console log message when player is /banned 2012-08-10 02:27:10 +01:00
KHobbits
b5452d14c5 Fix yaml issue with /kit 2012-08-10 02:26:23 +01:00
KHobbits
b2f75664a7 Fix Chat Formatting so chat type is shown first. 2012-08-09 13:11:51 +01:00
Iaccidentally
8868e9f6b1 Merge pull request #117 from necrodoom/patch-5
items.csv update with ticket #2559 suggestions
2012-08-09 02:07:13 -07:00
necrodoom
659518dcb7 items.csv update with ticket #2559 suggestions
items.csv 2.1_06
2012-08-09 10:24:07 +03:00
KHobbits
47bf14b6d3 Merge branch 'release' of github.com:essentials/Essentials into release 2012-08-08 23:13:56 +01:00
KHobbits
9e28b3d76f Merge branch '2.9' into release 2012-08-08 23:13:33 +01:00
KHobbits
2d03da39ab Fix /top so that glass counts as a real block. 2012-08-08 23:00:09 +01:00
KHobbits
dda4082639 Fix tp permissions check to check player typing command not teleportee.
If you don't want players inviting players to other worlds, do not give them essentials.world.<currentworld>
2012-08-08 22:50:54 +01:00
snowleo
a499d16679 Merge branch 'refs/heads/2.9' into release 2012-08-08 14:22:13 +02:00
snowleo
a0be5640dd Correct material for beds 2012-08-08 14:21:25 +02:00
snowleo
3e96e47c1d Merge branch 'refs/heads/2.9' into release 2012-08-08 14:14:42 +02:00
snowleo
739a93f9ea Fix right click on signs 2012-08-08 14:11:40 +02:00
snowleo
dce47bcec7 Test the places around the location first, then go up 2012-08-08 13:13:39 +02:00
necrodoom
ed97ed97eb sets, not setting 2012-08-08 11:32:21 +03:00
snowleo
cd34c2b2c3 Fix teleports on beds 2012-08-08 10:16:06 +02:00
KHobbits
e7ca200a9f Merge branch 'release' of github.com:essentials/Essentials into release 2012-08-08 02:11:04 +01:00
KHobbits
8573a3827d Merge branch '2.9' into release 2012-08-08 02:10:25 +01:00
KHobbits
2164013c52 Fix minor Exp discrepancy
Add 'l<level>' syntax to /exp command
EG: /exp set l20
2012-08-08 02:07:47 +01:00
KHobbits
a9e527f4ee Fix /day /night /sun and /storm aliases to actually set to the current status if used without parameters.
fixes #2365
2012-08-08 00:52:43 +01:00
KHobbits
bdeb93a8d7 Don't show two error messages on [kit] signs.
Fixes #2508
2012-08-08 00:14:07 +01:00
snowleo
bb79c07a17 Merge branch 'refs/heads/2.9' into release 2012-08-07 21:11:34 +02:00
snowleo
d415aa7cf2 Merge branch 'refs/heads/groupmanager' into 2.9 2012-08-07 20:13:27 +02:00
ElgarL
6ee9c8f8ec Better error report on malformed GlobalGroups. 2012-08-07 17:58:57 +01:00
snowleo
096275a424 Merge branch 'refs/heads/2.9' into release 2012-08-07 17:45:40 +02:00
snowleo
7ea2f550db Prevent errors in listeners affecting EssentialsChat 2012-08-07 16:03:39 +02:00
Alexander Schepp
39cefac61c Merge pull request #114 from necrodoom/patch-2
another extra space
2012-08-07 05:44:23 -07:00
necrodoom
dd1250143b another extra space 2012-08-07 15:27:25 +03:00
md_5
d5a563ca9e Clean up spaces in config. Please don't break this in the future, this is the second fix guys. 2012-08-07 20:39:55 +10:00
Iaccidentally
4fad643cf7 Merge pull request #112 from necrodoom/patch-1
update permissions to include new nodes
2012-08-07 01:34:34 -07:00
necrodoom
2326e30c2a update with new workbench node 2012-08-07 11:07:52 +03:00
necrodoom
1c453728ab update permissions to include new nodes 2012-08-07 11:04:01 +03:00
KHobbits
e8641b25f3 Merge branch '2.9' of github.com:essentials/Essentials into release 2012-08-07 08:55:35 +01:00
KHobbits
973c6d5e5e Fix CB. 2012-08-07 08:52:57 +01:00
KHobbits
b25e8bd1dd Merge branch '2.9' into release 2012-08-07 08:50:06 +01:00
KHobbits
df1050b006 Updating CB:
CB: 2317 Bukkit 1521
2012-08-07 08:49:09 +01:00
KHobbits
dbf60c41d2 Merge branch '2.9' of github.com:essentials/Essentials into release 2012-08-07 08:45:16 +01:00
snowleo
0cacc10c31 Merge branch 'refs/heads/groupmanager' into 2.9 2012-08-06 18:25:55 +02:00
ElgarL
b1d174292d Fix GlobalGroups not loading permission nodes. 2012-08-06 17:15:56 +01:00
snowleo
848ee76eab Just don't use nio, this might be slower. 2012-08-06 15:57:54 +02:00
Iaccidentally
034b83223c update gc for all worlds (thanks to Yofel) 2012-08-06 06:54:55 -04:00
KHobbits
4f244b0e5c Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 2012-08-06 09:17:19 +01:00
ElgarL
03133fac97 Ignore stupid plugins which add empty permission nodes. 2012-08-06 07:05:20 +01:00
KHobbits
41c97c4e87 Don't bomb if userMap isn't initialized. 2012-08-06 02:44:01 +01:00
KHobbits
ce98f7758e New Sign: Info
Syntax: [info] / [chapter] / [page number] / [cost]
2012-08-06 00:58:35 +01:00
KHobbits
5ca9a70d78 New Sign: Repair
Syntax: [repair] / <hand|all> / [cost]
2012-08-06 00:33:29 +01:00
KHobbits
5bb4de0ab7 New command: /workbench (aliases /wb and /wbench)
Permission: essentials.workbench
2012-08-06 00:26:42 +01:00
KHobbits
a046200cb2 Default value for [gamemode] sign
New syntax: [gamemode] / <mode>  / [price]
2012-08-06 00:23:47 +01:00
snowleo
e9f924e397 I should read javadoc properly. 2012-08-06 00:55:25 +02:00
snowleo
17ceb04541 Move FileChannel inside the loop 2012-08-05 20:16:53 +02:00
snowleo
c238ad213a Throw exception after 5 attempts 2012-08-05 19:50:37 +02:00
snowleo
71b3f7d631 Try to fix interrupt problem. 2012-08-05 19:41:28 +02:00
Alexander Schepp
125977c899 Fix /gamemode 2 playername 2012-08-04 14:17:41 +03:00
Iaccidentally
d06102b76e i'm in ur config, fixxn ur grammer 2012-08-04 06:56:10 -04:00
Iaccidentally
af1312bc9c I am a grammar nazi. 2012-08-04 07:40:54 -03:00
snowleo
be11f840b4 More thread safety 2012-08-04 11:10:57 +02:00
snowleo
873cc26b7d Thread safety for XMPP 2012-08-04 10:48:56 +02:00
ementalo
bb5e0b4a72 CB #2289 Bukkit #1512
Change PlayerChatEvent to AsyncPlayerChatEvent
2012-08-04 09:25:54 +01:00
snowleo
1a0667f659 Make chat handling more thread safe (and also faster) 2012-08-03 22:57:29 +02:00
snowleo
0dee3528c7 Synchronized chatStore 2012-08-03 21:45:32 +02:00
ElgarL
cdcbf2057e Fix mirroring now we are not using any Bukkit methods. 2012-08-03 11:15:14 +01:00
ElgarL
5e07ae3010 Stop using the YamlConfiguration in bukkit for our config handling. We
can now support periods in world names.
2012-08-03 10:36:26 +01:00
snowleo
f660c8fdf7 Ignore case on /gm command 2012-08-03 10:41:23 +02:00
snowleo
1f740d98d9 Code cleanup 2012-08-03 10:39:45 +02:00
snowleo
ba1431bf2a Ignore case on gamemode signs and code cleanup 2012-08-03 10:36:50 +02:00
snowleo
5c78044079 Less loops please 2012-08-03 10:33:45 +02:00
snowleo
1b2bc92d67 Another fix for /exp 2012-08-03 10:29:22 +02:00
snowleo
402ff66762 New exp calculations. 2012-08-03 10:21:03 +02:00
snowleo
f2717a27c0 Fix broken output of /itemdb 2012-08-03 10:02:47 +02:00
ElgarL
b7cf9d5681 Fix a cases sensitivity bug in world loading. 2012-08-03 08:54:06 +01:00
snowleo
a9639782b6 Netbeans 7.2 changes 2012-08-03 09:45:44 +02:00
Iaccidentally
41d91ae15b Merge branch '2.9' of https://github.com/essentials/Essentials 2012-08-02 20:30:09 -04:00
Iaccidentally
d625eeae30 update 2.9 item.csv for 1.3 (changes by necrodoom) 2012-08-02 20:29:09 -04:00
ementalo
3e61d4589f Switching the syntax of gamemode /gm mode player and adding mode aliases
Fixing translation keys
Fix plugin.yml gamemode syntax
2012-08-02 17:43:58 +01:00
ementalo
7e766818f9 CB #2267 Bukkit #1505
Updates to gamemode command, mode is now mandatory [creative|survival|adventure]
Updates to gamemode sign, now requires another line with gamemode
2012-08-02 13:52:11 +01:00
Paul A.
079ed0d2da Check the player we are bringing has permission to enter the world vs the initiating user the final frontier 2012-08-01 16:04:13 +02:00
Paul A.
dcc53cbf30 re: re: Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:56:58 +02:00
Paul A.
452c2be54d Check the player we are bringing has permission to enter the world vs the initiating user part 4 2012-08-01 15:55:04 +02:00
Paul A.
41a9f93ab6 Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:53:30 +02:00
Paul A.
9060faa351 Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:52:55 +02:00
Paul A.
4136d9aaea Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:50:28 +02:00
Alexander Schepp
b35449f1fd Fix "x times" on signs. 2012-07-31 13:13:18 +03:00
Iaccidentally
2b3ab23367 Merge branch '2.9' of https://github.com/essentials/Essentials 2012-07-29 14:23:36 -04:00
Iaccidentally
5039333974 KeepXp fixed. 2012-07-29 14:20:09 -04:00
KHobbits
a49218a718 Merge branch '2.9' of github.com:essentials/Essentials into 2.9 2012-07-29 17:16:10 +01:00
KHobbits
6542b7b7e9 Recommit Keep Exp on death permission
Permission: essentials.keepxp
Code by Iaccidentially.
2012-07-29 17:15:44 +01:00
Alexander Schepp
6f77466f3a Prevent that Essentials breaks other plugins signs 2012-07-28 00:26:04 +03:00
KHobbits
b0614fda60 Revert optimization, doesn't find glass blocks. 2012-07-17 21:05:13 +01:00
KHobbits
b4e75f0c0b Add small optimization tweak to new safe block function. 2012-07-17 01:28:20 +01:00
KHobbits
b6f73ddb3c Remove debugging messages. 2012-07-17 00:47:23 +01:00
KHobbits
323288dd44 Try to do a little better when searching for safe teleport locations. 2012-07-17 00:46:07 +01:00
KHobbits
bbd14453b7 Merge pull request #101 from chrisgward/patch-1
Adding enchantment aliases for fire protection
2012-07-15 10:13:33 -07:00
Chris Ward
a98abba39d Adding enchantment aliases for fire protection 2012-07-15 19:47:53 +10:00
ElgarL
94b6f8f17c Fix a typo because Necrodoom is anal. 2012-07-13 16:22:52 +01:00
ElgarL
0e85f0f0be Change to our own Yaml parsing for globalgroups instead of using the
YAMLConfiguration class in bukkit.
2012-07-13 13:38:53 +01:00
snowleo
f37199f988 Fix version in messages_se.properties 2012-07-11 13:22:44 +02:00
snowleo
cb9afeb125 Added swedish translation (from 3.0 branch) 2012-07-11 13:18:54 +02:00
KHobbits
05694b8140 Add missing triggers from /mute block list 2012-07-11 02:46:45 +02:00
ElgarL
2235364711 If a permission is found return the correct node for mangcheckp (not
null).
2012-07-10 14:35:08 +01:00
ElgarL
dfaa1db76f Merge branch 'groupmanager' of
https://ElgarL@github.com/essentials/Essentials.git into groupmanager

Conflicts:
	EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions/BukkitPermissions.java
2012-07-10 14:27:50 +01:00
ElgarL
2ecddaa46e Stop force removing attachments and let Bukkit handle it's own mess. 2012-07-10 14:10:13 +01:00
Alexander Schepp
9e819f7de3 Ignore players, that don't have an IP 2012-07-10 15:57:49 +03:00
Alexander Schepp
fbd83d527b Another NPE fix for bots 2012-07-10 15:56:12 +03:00
md-5
6503e49d4d Merge pull request #96 from mbax/groupmanager
Fix critical flaw in permissions removal with regards to fake players and Tekkit.
2012-07-10 02:25:56 -07:00
Matt Baxter
733eaf7453 Fix critical flaw in permissions removal.
Potential for removing the removal entirely but this can be figured out later.
2012-07-10 06:24:17 -03:00
ElgarL
3767df465f Throw a better error than 'null' when someone removes all groups from a
yml.
2012-07-06 08:33:57 +01:00
ElgarL
ce0fdbb5cb Ignore any sub folders in the Worlds folder which start with a period
(fix for storing data in svn respoitories).
2012-07-04 11:32:17 +01:00
Iaccidentally
272988299c Update 2.9 2012-07-03 04:50:29 -03:00
KHobbits
73693ea072 Update 2.9 2012-07-01 16:40:48 +02:00
md_5
a243082c3f Fix issue with cross world local chat. 2012-06-26 18:13:53 +10:00
ementalo
afb8cfc042 Revert "add essentials.keepxp to allow a player to keep their level after death."
This reverts commit 5d9806ad96.
2012-06-25 21:40:22 +01:00
Iaccidentally
5d9806ad96 add essentials.keepxp to allow a player to keep their level after death. 2012-06-24 23:27:30 -04:00
ElgarL
1e880373d4 Fix loading users with only numerals in their names to be seen as
strings.
2012-06-24 13:10:22 +01:00
KHobbits
50ffc2ce78 Merge branch 'master' of github.com:essentials/Essentials into release 2012-06-23 13:47:32 +01:00
KHobbits
5078cfebc9 Revert "fix /back resetting on logout"
This is desired behavior, and required for other features.
This reverts commit db08af3c07.
2012-06-23 13:33:36 +01:00
md-5
4b07be4bb8 Merge pull request #89 from necrodoom/patch-7
major slab alias expansion for items.csv
2012-06-23 02:07:34 -07:00
necrodoom
e26fb4a985 major slab alias expansion for items.csv 2012-06-23 12:02:28 +03:00
Alexander Schepp
d3de38cb66 Too much space :D 2012-06-22 20:12:56 +03:00
Alexander Schepp
89acbca412 Prevent NPEs in KeywordReplacer 2012-06-22 19:16:40 +03:00
ElgarL
2b3a1b3778 Only output a Data update message if something has changed. 2012-06-22 15:44:04 +01:00
Iaccidentally
db08af3c07 fix /back resetting on logout 2012-06-22 03:44:19 -04:00
md-5
47e73206df Merge pull request #88 from SyntaxBlitz/master
Fix /vanish with no arguments doing nothing
2012-06-21 04:31:18 -07:00
Timothy Aveni
1f30404ebf Fix /vanish with no arguments doing nothing 2012-06-21 06:17:26 -04:00
md-5
f4505b287f Merge pull request #87 from necrodoom/patch-5
updated items.csv, 43:4, 43:5, 44:4, 44:5
2012-06-21 03:03:39 -07:00
necrodoom
4b0df9fb22 while enraged at mibbit and esper failing to work, updated items.csv 2012-06-21 12:18:14 +03:00
md_5
cb8e2dea93 Merge branch 'master' into release 2012-06-21 18:27:54 +10:00
md_5
57cbeb6178 Merge remote-tracking branch 'origin/groupmanager' 2012-06-21 18:27:21 +10:00
md_5
74eda330cf Update Czech translation. 2012-06-21 18:18:57 +10:00
Iaccidentally
b00e23ceb0 change some default values 2012-06-21 05:05:22 -03:00
Iaccidentally
e4419f826b fixxy fixxy 2012-06-19 18:13:47 -04:00
Iaccidentally
1c2cc34c2d Add Finnish translation 2012-06-19 18:02:05 -04:00
Iaccidentally
d803aee015 Merge branch 'master' of https://github.com/essentials/Essentials 2012-06-19 17:56:43 -04:00
KHobbits
0770ea5bcb *borrows snowleo's strainer* 2012-06-19 20:57:40 +01:00
Iaccidentally
53fffbc531 Merge branch 'master' of https://github.com/essentials/Essentials 2012-06-19 12:48:55 -04:00
Paul A.
f0afe26804 Merge pull request #86 from necrodoom/patch-4
adding beef and steak to items.csv - thanks @necrodoom
2012-06-19 07:13:37 -07:00
KHobbits
bdc0ae7610 Little safety check for bad plugins. 2012-06-19 09:03:37 +01:00
KHobbits
b2db6bd225 Patch to allow plugins to use ignore lookup, without updating their own code. 2012-06-19 08:59:26 +01:00
KHobbits
a2e52d4652 Add optional 2n'd param to temp ban reason TL key. 2012-06-19 08:46:33 +01:00
necrodoom
fee92f1e1d hotfix before 2.9.2 release 2012-06-19 10:04:13 +03:00
ementalo
108eef097c Fixing vanish on off arguments 2012-06-18 15:35:21 +01:00
ementalo
dccf936e5e Use the assigned variable when looking at durability in itemdb 2012-06-18 10:28:37 +01:00
KHobbits
2535e12941 Add sign throttle config option.
Allows you to limit how often an Essentials sign can be spammed per player.
2012-06-17 19:28:59 +01:00
Iaccidentally
877b28f1b7 The French are weird : they use colons like this. 2012-06-17 11:50:52 -04:00
Iaccidentally
d38f8ca566 fix spacing issue in messages.properties 2012-06-17 11:41:00 -04:00
ElgarL
a5bac7a3c8 Better update for the User object player reference. 2012-06-16 19:12:54 +01:00
ElgarL
8a8e7272f5 Clear the player reference on logout so it's refreshed upon a reconnect. 2012-06-16 19:04:40 +01:00
KHobbits
a2a9ac1afb Using /exp, show can't find player message, if no matching player is found. 2012-06-16 18:22:31 +01:00
KHobbits
8a24e09925 Added missing syntax to plugin.yml 2012-06-16 17:56:12 +01:00
KHobbits
1f93babf35 Fix playerlistname update when prefix/suffix option is disabled.
Fixes #2216
2012-06-16 17:42:42 +01:00
KHobbits
f9654b4413 Adjust kit delay description.
Fixes #1580
2012-06-16 17:37:42 +01:00
KHobbits
178ec4de20 Prevent joinbots from triggering join code, unless they are actually connected to the server and online. 2012-06-16 17:31:33 +01:00
KHobbits
c4642fde19 Added TL key for ban syntax,
Default message: "Banned: <reason>"
Default reason: The Ban Hammer has spoken!
Optional 2nd param to banReason, {1}, will contain user who made the ban.
Example use: "banReason=Banned for {0} by {1}"
2012-06-16 17:10:47 +01:00
KHobbits
220a6c88b7 Fix teleport cooldowns - thanks @basicsensei
Fixes #2260
2012-06-16 16:46:40 +01:00
KHobbits
b53c0dcb98 Players should not be able to ignore Console
Also implement chat exempt permission in other commands.
2012-06-16 16:22:51 +01:00
KHobbits
fbd0d27ac4 Fix chat showing [spy] prefix when social spy was not required to see the message.
Fixes #2263
2012-06-16 16:05:48 +01:00
KHobbits
93ec005d58 Replace op ignore exempt with ignore exempt chat permission:
essentials.chat.ignoreexempt
This permission won't prevent a player from ignoring the player, but the player will see the chat messages anyway.
2012-06-16 16:01:27 +01:00
KHobbits
85ae547fdc Fix /exp so it can be used in the console 2012-06-16 14:26:29 +01:00
KHobbits
561323a02e Avoid silent command failures on /hat (ie typing /hat fish will no longer silently return as if broken) 2012-06-16 14:02:13 +01:00
KHobbits
881b31cb8e Added missing TL key 'hatRemoved' 2012-06-16 13:56:36 +01:00
KHobbits
14586716b1 Make /vanish follow the same rules as /fly, /god and /gamemode 2012-06-16 13:53:46 +01:00
Iaccidentally
1a42284ed7 Merge pull request #85 from kukelekuuk00/master
Updated dutch translation and fixed many grammar and spelling mistakes.
2012-06-15 15:06:38 -07:00
kukelekuuk00
1f1af1b9df Updated dutch translation and fixed many grammar and spelling mistakes. 2012-06-16 00:02:19 +02:00
Iaccidentally
d05fe2b2e4 Merge pull request #82 from kukelekuuk00/master
Allow your hat to be removed with /hat remove
2012-06-15 13:44:51 -07:00
kukelekuuk00
b0303146d7 Allow your hat to be removed with /hat remove 2012-06-15 22:36:26 +02:00
Paul A.
d70ddc208e Merge pull request #81 from kukelekuuk00/master
/vanish [on|off] - thanks kukelekuuk00
2012-06-15 03:05:13 -07:00
kukelekuuk00
365fa82d7a args[0] instead of args[1]
derp
2012-06-15 11:41:06 +02:00
kukelekuuk00
6d01757a6e /vanish [on|off] 2012-06-15 11:02:04 +02:00
Iaccidentally
b54cb117db Merge branch 'master' of https://github.com/essentials/Essentials 2012-06-12 22:33:12 -04:00
Iaccidentally
63e8f8b745 add /e<command> aliases to essentials spawn 2012-06-12 22:28:10 -04:00
KHobbits
9b87450df1 Revert "Invert teleport timer."
This reverts commit 2db6120402.
2012-06-13 03:06:42 +01:00
KHobbits
2db6120402 Invert teleport timer. 2012-06-13 02:51:47 +01:00
KHobbits
332b4645f8 3 char min length on /pay and /msg 2012-06-13 00:49:36 +01:00
Iaccidentally
a679c560b9 This is broken for some reason. Removing until fixed. 2012-06-12 01:41:39 -04:00
Iaccidentally
363f6beab5 oops. forgot this. 2012-06-12 01:13:12 -04:00
Iaccidentally
4f43e1c941 add admin chat 2012-06-12 00:59:53 -04:00
Iaccidentally
2a51b6cbde Merge pull request #79 from Iaccidentally/master
update messages_pt.properties
2012-06-11 19:40:42 -07:00
Iaccidentally
1e349a9e5a fix Portuguese translation with new messages 2012-06-11 22:34:40 -04:00
Alexander Schepp
c81204170f Merge pull request #78 from Iaccidentally/master
fix some tl keys
2012-06-11 19:17:44 -07:00
Iaccidentally
f6d71a9ada fix some tl keys 2012-06-11 22:05:30 -04:00
KHobbits
74283283a3 Messing around with whois syntax
(TL's probably need some love)
2012-06-12 01:43:20 +01:00
KHobbits
34c664ce54 Fix spacing issue in /list 2012-06-12 00:27:21 +01:00
KHobbits
0e3a14bb2c Fixing messed enchantment. 2012-06-12 00:18:53 +01:00
KHobbits
bc00aff626 Merge pull request #76 from necrodoom/patch-2
pull request for expanding enchant database
2012-06-11 16:17:53 -07:00
KHobbits
900fe1fd1f Merge pull request #77 from necrodoom/patch-3
woodenslab fix, pointed out by branicyeti
2012-06-11 16:17:21 -07:00
KHobbits
6d3ae1dc43 Adding mute status to /whois 2012-06-12 00:16:09 +01:00
necrodoom
fd734bac80 woodenslab fix, pointed out by branicyeti 2012-06-11 16:39:18 +03:00
necrodoom
e97c777dd7 pull request for expanding enchant database 2012-06-11 15:08:12 +03:00
KHobbits
aa7ef933e4 Update Bukkit to 1.2.5-R4
Bukkit: #1473 CB: #2222
2012-06-11 00:40:45 +01:00
md_5
d01490b1d0 Fix the vanish command for good. 2012-06-11 09:18:06 +10:00
KHobbits
2bd24efb79 I spied some more big Booleans. 2012-06-11 00:14:19 +01:00
KHobbits
f9e40ce10d i should prefer boolean to Boolean. 2012-06-11 00:08:31 +01:00
KHobbits
a2e5a73291 Make /whois throw an error if no matching players are found. 2012-06-11 00:07:22 +01:00
md_5
cd8c5d7861 Pass the actual player object to Bukkit. 2012-06-11 08:45:24 +10:00
KHobbits
c4473e0307 /vanish command sets players invisible to essentials commands. 2012-06-10 23:36:10 +01:00
KHobbits
2396f789c7 Broadcast command allows colour formatting. 2012-06-10 23:35:50 +01:00
KHobbits
fac1dee1a1 Fix /lightning <player> <damage> to actually deal the proper set damage (5 or 25% by default). 2012-06-10 23:00:49 +01:00
KHobbits
967b9fb918 Fix /essentials command to not show command debugging if there were no conflicts. 2012-06-10 22:46:56 +01:00
KHobbits
d6c1951fec Try to be a little more sensible with stored cooldowns. 2012-06-10 21:55:48 +01:00
KHobbits
c8b9708273 Fix /mute to follow same convention as /tjail
Fixed #2056
2012-06-10 19:56:24 +01:00
KHobbits
7df82578dc Missing event aborts in sign code. 2012-06-10 19:40:09 +01:00
KHobbits
d6390a2634 Fix bug with /remove and minecarts 2012-06-10 19:36:31 +01:00
KHobbits
a75e134d52 Allow syntax: /god <player> <on/off> 2012-06-10 19:20:43 +01:00
KHobbits
57697c2333 Allow syntax: /fly <player> <on/off> 2012-06-10 19:11:45 +01:00
KHobbits
f49e11d9d3 Fixing up some TL mistakes 2012-06-10 18:38:55 +01:00
KHobbits
c3974f11c3 Play a bit less greedy with events 2012-06-10 18:33:07 +01:00
KHobbits
75ec1c581d Remove dura command and merge into itemdb. 2012-06-10 18:31:28 +01:00
KHobbits
cc8db21fcc Fix kits to only show to people who can use them. 2012-06-10 18:27:55 +01:00
KHobbits
6f5490fb8b Merge pull request #72 from kukelekuuk00/master
Durability command
2012-06-10 10:22:42 -07:00
KHobbits
2dccf390b9 Merge pull request #75 from necrodoom/patch-1
updating items.csv with newest pastebin, fixes duplicates and wrong alia...
2012-06-10 10:21:40 -07:00
necrodoom
d7fe0d7e27 file indented for unknown reason 2012-06-10 18:06:26 +03:00
necrodoom
bd02cf17b8 updating items.csv with newest pastebin, fixes duplicates and wrong aliases. 2012-06-10 15:29:34 +03:00
kukelekuuk00
2c49347ebc DERP #2 2012-06-10 14:19:03 +02:00
kukelekuuk00
b9741a99d0 DERP 2012-06-09 23:06:09 +02:00
snowleo
1abc3f4c8f Fix xmpp format stripping 2012-06-08 00:34:25 +03:00
KHobbits
26d8d8e4b4 Merge branch 'master' of github.com:essentials/Essentials 2012-06-03 16:35:12 +01:00
KHobbits
72bb3a7d2e Fix broken preventmodify permissions check in invsee (*scowls at ementalo*)
Also added check to prevent duping items
2012-06-03 16:34:27 +01:00
md-5
dc8563850c Merge pull request #74 from Rutr/master
Edit the polish translation, thanks Rutr.
2012-06-02 14:36:00 -07:00
Rutr
12cf6d7174 translation some new messages and edit some existing 2012-06-02 17:46:26 +03:00
kukelekuuk00
22f16b0220 some more aliases for /durability 2012-06-02 00:36:27 +02:00
kukelekuuk00
8843fe3191 added /dura a durability check 2012-05-30 13:42:38 +02:00
md_5
32b80ae843 Don't allow armor to be used as a hat. 2012-05-27 17:36:04 +10:00
md_5
708f4c8381 Add new command /hat and update translate keys as well as fix colour codes. 2012-05-27 17:24:49 +10:00
md_5
f643937cae Client side note blocks don't play it seems (reverse-merged from commit 85e6436bf0) 2012-05-26 14:47:30 +10:00
KHobbits
a5433d9dab Tidy up PVP attack delay. 2012-05-22 21:02:28 +01:00
KHobbits
d115dfe514 Merge branch 'master' of github.com:essentials/Essentials 2012-05-22 17:54:39 +01:00
KHobbits
79f53281e5 Separate toggle for world teleports using homes. 2012-05-22 17:54:19 +01:00
ementalo
aa19a9ab18 Adding new config setting login-attack-delay. Set this in seconds for a delay before players can attack each other after logging on.
Use permission "essentials.pvpdelay.exempt" to bypass this restriction
2012-05-22 01:29:47 +01:00
KHobbits
57dc95b6a7 Code tidy. 2012-05-22 00:41:03 +01:00
KHobbits
402c0545c2 Merge branch 'master' of github.com:essentials/Essentials 2012-05-22 00:39:44 +01:00
KHobbits
432e8fbcde Patch null error in /home after recent update. 2012-05-22 00:39:23 +01:00
md_5
5bfe53c67c Keep track of vanished players and tweak lag meter. 2012-05-21 15:13:24 +10:00
KHobbits
cc70558b46 Make /home and /back obey the world perm system.
This will prevent players from moving between words using virtually all essentials commands.
ATM /warp is excepted, because we already have per warp permissions.
Ess3 may see warp permissions altered to: essentials.warp.<world>.<warpname>
2012-05-20 23:58:03 +01:00
KHobbits
dfae3e6746 Fixing unit tests. 2012-05-19 22:19:24 +01:00
KHobbits
8190c5580d Forgot to update plugin syntax.
Added missing perm checks.
2012-05-19 22:02:42 +01:00
KHobbits
2fc2566558 Exp command cleanup 2012-05-19 21:52:54 +01:00
KHobbits
0c319a0ee3 Merge pull request #70 from kukelekuuk00/master
/exp [set|give|player] [player] [amount]
2012-05-19 12:42:33 -07:00
KHobbits
a64becfedf Update CraftBukkit: 1.2.5-R2.0 - 2190
Update Bukkit: 1.2.5-R2.0 - 1459
2012-05-19 20:35:36 +01:00
KHobbits
f3fdfd259a Merge branch 'master' of github.com:essentials/Essentials 2012-05-19 17:45:09 +01:00
KHobbits
3005c2fb20 Strip invalid chars from kit names
This may possibly block some kits from working that previous worked, if the kit name contained unusual letters
2012-05-19 17:44:47 +01:00
kukelekuuk00
8a6d8d10e8 Fixes made, added /exp fix [playername] this fixes negative exp. 2012-05-17 14:39:40 +02:00
md_5
4b76b25d93 There is no need to start a second task to measure lag, it can in fact be measured with enough precision from the exisitng one. 2012-05-17 20:33:40 +10:00
md_5
fd52f8652e Add a LagMeter (ticks per second) to the /gc command. This command can now be accessed with /lag as well. Also added a simple /vanish command, with the extra node essentials.vanish.see
If you require a more advanced vanish solution checkout VanishNoPacket from mbaxter.
2012-05-17 20:25:02 +10:00
kukelekuuk00
2313726f3f small description change 2012-05-14 11:43:57 +02:00
kukelekuuk00
2a2b311f2a new command /exp [set|give|player] [player] [amount]
perms are essentials.exp,  essentials.exp.others,  essentials.exp.set,  essentials.exp.set.others,  essentials.exp.give and  essentials.exp.give.others
2012-05-14 11:36:44 +02:00
KHobbits
ec50807670 Try to trim long displaynicks instead of blankly refusing to show them.
Will try trimming prefixes and dropping suffixes before trimming nicknames.
2012-05-13 18:58:50 +01:00
kukelekuuk00
e252ca6026 Added an /exp command that shows the amount of exp you have and how much you need for the next level.
Permissions are essentials.exp and essentials.exp.needed
2012-05-13 13:44:41 +02:00
KHobbits
543a9ac920 Force 3 letters before matching players for /god /gamemode and /fly 2012-05-07 00:30:09 +01:00
KHobbits
48453b4a0c Revert "Update home count..." This reverts commit 61f76d1097.
On second thought, this would just lead to inconsistency....
2012-05-07 00:16:45 +01:00
KHobbits
6d9ffc0b9f Home confirmation when using a bed. 2012-05-07 00:08:01 +01:00
KHobbits
61f76d1097 Update home count to include the bed home if set, this does not prevent people from setting a bed home if they are at max. 2012-05-07 00:05:02 +01:00
KHobbits
0baaf193c8 Revert "Revert "New config option 'cancel-afk-on-move' - Set to false you don't use afk." -- This should fix afk mode."
This reverts commit 14a8092f02.

Another attempt at adding 'cancel-afk-on-move' toggle.
2012-05-06 23:38:04 +01:00
KHobbits
3f119b2a04 Revert "/me crashes ementalo's face for making the client crash."
This reverts commit 95a6008941.

And fix the original bug.
2012-05-06 23:30:55 +01:00
KHobbits
e242b794d1 Add whisper to social spy trigger list. 2012-05-06 16:11:16 +01:00
KHobbits
2cf1fae209 Revert "We can't damage and kill, so we will just kill to make everyone happy, and the event pointless."
This reverts commit d54a1bb9bd.

Also fix kill to do the same.
2012-05-06 16:09:47 +01:00
md_5
d54a1bb9bd We can't damage and kill, so we will just kill to make everyone happy, and the event pointless. 2012-05-05 20:01:18 +10:00
snowleo
810d44dbad Merge branch 'refs/heads/groupmanager' 2012-04-26 10:42:48 +02:00
snowleo
14a8092f02 Revert "New config option 'cancel-afk-on-move' - Set to false you don't use afk." -- This should fix afk mode.
This reverts commit e72afac21f.

Conflicts:

	Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java
2012-04-26 10:41:24 +02:00
ementalo
c98546eff3 Latest items.csv by necrodoom 2012-04-25 11:27:18 +01:00
md_5
95a6008941 /me crashes ementalo's face for making the client crash. 2012-04-25 17:02:15 +10:00
snowleo
c9a1a56e91 Fix items.csv 2012-04-24 21:48:28 +03:00
snowleo
88fbb8879b Merge pull request #66 from Iaccidentally/patch-8
Necrodoom's update to items.csv
2012-04-24 11:42:50 -07:00
Iaccidentally
44429cb097 Necrodoom's update to items.csv 2012-04-24 14:57:56 -03:00
ementalo
6db33bd350 Updated czech language, thanks tommymortago 2012-04-24 12:29:24 +01:00
md_5
e54ee3fd45 Small cleanup of things 2012-04-24 20:31:19 +10:00
ementalo
5f0fb4230d Adding the kickedAll TL key the the rest of the files 2012-04-24 10:24:08 +01:00
md_5
73d49059ce Add message to sender when all players kicked, addresses issue #1968 2012-04-24 17:47:27 +10:00
md_5
57f91c2596 Use a quick (and working comparer) 2012-04-24 17:44:49 +10:00
ementalo
cf71fbc6c8 New permission essentials.invsee.preventmodify. People with this permission cannot have their inventories modified by invsee 2012-04-23 23:51:10 +01:00
snowleo
946b007f5d Merge pull request #64 from mdojcar/patch-1
0.2 version of Czech translate: optimized by mdojcar
2012-04-23 14:42:55 -07:00
ElgarL
14b2af7d7b Allow 'manucheckp' to notify when superperms reports false but it is
really negated.
2012-04-22 12:12:50 +01:00
ElgarL
e843009a76 Fix forgetting sub groups on a manload. 2012-04-21 16:58:22 +01:00
mdojcar
b3bf427426 0.2 version: optimized by mdojcar (modojcar@seznam.cz) - mirne fixy a trochu jsem preklad vylepsil 2012-04-21 09:35:59 +03:00
ElgarL
402e162abc updated classpath (eclipse) for teh whole project 2012-04-21 02:33:13 +01:00
ElgarL
bc4716d384 remove unneeded dependency of craftbukkit 2012-04-21 02:32:37 +01:00
ElgarL
e433b11f00 Remove unneeded dependency of craftbukkit (Eclipse building) 2012-04-21 02:32:02 +01:00
KHobbits
ddb50fed13 Remove stack trace cleaning, didn't actually remove unwanted elements. 2012-04-20 22:31:25 +01:00
ElgarL
e2b92b6fa2 Prevent null perms getting past the GlobalGroups loader. 2012-04-18 22:22:35 +01:00
KHobbits
bbfdad2be0 Slightly widen block break protection on protected signs (still does not block chain breaks). 2012-04-18 01:30:14 +01:00
KHobbits
9871fc03e7 Merge remote branch 'remotes/origin/groupmanager' 2012-04-18 00:39:14 +01:00
KHobbits
7c74c952ca Switch the order of the alt give syntax to follow vanilla order. 2012-04-18 00:37:44 +01:00
ElgarL
1df54c7984 Fix a couple of perms in GlobalGroups 2012-04-17 18:57:11 +01:00
KHobbits
6facba90ef Don't get the Essentials user object when we don't need it. 2012-04-17 01:14:07 +01:00
KHobbits
28c4fcb19c Wrong default value for AFK disable pickup. 2012-04-17 00:53:57 +01:00
ElgarL
a926f6c21d Re-initialize the WorldsHolder on a reload, as un-registering and
re-registering a new holder means all plugins have to check for the new
service on every quiery.
2012-04-16 23:54:33 +01:00
KHobbits
c85a6f9bbf Merge branch 'master' of github.com:essentials/Essentials 2012-04-16 21:43:19 +01:00
KHobbits
6cd96ec0a4 Null check, for quick exit. 2012-04-16 21:42:53 +01:00
md_5
ce188f57bb Do we have to remind @khobbits not to code while drunk. Again. 2012-04-16 19:43:53 +10:00
KHobbits
90619f44a2 Fixing a few TL issues. 2012-04-16 10:33:51 +01:00
KHobbits
b39e737579 Don't fire entity powertool commands, with our user object. 2012-04-16 10:19:19 +01:00
KHobbits
98e1889528 Minor perf tweak. 2012-04-15 23:13:34 +01:00
KHobbits
e72afac21f New config option 'cancel-afk-on-move' - Set to false you don't use afk. 2012-04-15 22:50:55 +01:00
KHobbits
9a1a6eee2d Few missing default permissions. 2012-04-15 22:02:08 +01:00
KHobbits
ae81785cb4 Merge remote branch 'remotes/origin/groupmanager' 2012-04-15 19:41:06 +01:00
KHobbits
717d7ee805 Fix metrics errors to be... descriptive. 2012-04-15 15:12:42 +01:00
KHobbits
41cc3aebf0 Revert "Add option to disable jails entirely."
This reverts commit fcffc81a96.
2012-04-14 23:18:20 +01:00
KHobbits
bd2495040d Throw syntax error on /item, if syntax is wrong. 2012-04-14 17:53:33 +01:00
KHobbits
c17abeb0bc Merge branch 'master' of github.com:essentials/Essentials 2012-04-14 15:58:12 +01:00
KHobbits
37120287e4 Fix null locations in /seen 2012-04-14 15:57:47 +01:00
md_5
fcffc81a96 Add option to disable jails entirely. 2012-04-14 15:21:42 +10:00
md_5
e240110a2e Change some ordering and clean pmd warnings 2012-04-14 15:07:10 +10:00
KHobbits
45714bc5d5 Optimize sign interacts. 2012-04-14 04:54:01 +01:00
KHobbits
f09e15a051 Try to speed up teleport events. 2012-04-14 04:13:37 +01:00
ElgarL
34569ba6c0 Correct formatting in command list. 2012-04-13 23:56:50 +01:00
ElgarL
31ce82edda Finally remove all deprecated methods. 2012-04-13 15:16:08 +01:00
ElgarL
a5dcfdbabb Code tidy 2012-04-13 15:00:55 +01:00
ElgarL
59b204d410 Stop using our own deprecated methods as we tell others to do. 2012-04-13 14:57:23 +01:00
ementalo
d29f3c49a2 Merge branch 'master' of https://github.com/essentials/Essentials 2012-04-13 14:52:25 +01:00
ementalo
4a8dcde76d Don't kill tamed ocelots with killall Test #1921 2012-04-13 14:49:15 +01:00
ElgarL
b838cde648 Update all code formatting to use tabs for indentation. 2012-04-13 14:40:26 +01:00
ElgarL
2baa87036c Fixed the 'last' nested throw/catch and rework all user and group
reading to be certain to trap all errors.
2012-04-13 13:58:05 +01:00
snowleo
7a79e204aa Fix double charge in /jump 2012-04-12 23:57:19 +03:00
ementalo
85e46dfc4e Merge branch 'master' of github.com:essentials/Essentials 2012-04-12 21:26:34 +01:00
ementalo
8afa016c82 Display name of new world on world change 2012-04-12 21:26:19 +01:00
snowleo
eb2d6d0ee6 Merge branch 'refs/heads/groupmanager' 2012-04-12 04:27:04 +02:00
ElgarL
f9b44317f0 Unregister the worldsHolder as a service on a reload/shutdown instead of
the whole plugin.
2012-04-12 03:21:38 +01:00
ElgarL
93b685d2ce Fix silly nested throw/catch statements. Errors are now correctly
generated when reading yml's.
2012-04-12 01:21:22 +01:00
snowleo
e54529dbd2 Merge branch 'refs/heads/groupmanager'
Conflicts:
	EssentialsGroupManager/src/globalgroups.yml
2012-04-11 21:57:58 +02:00
snowleo
5b8dbda61d Prevent that a config file is loaded/saved by more than one thread. 2012-04-11 22:51:34 +03:00
ElgarL
6329acf951 Expand GlobalGroups.yml and groups.yml to cover the VanishNoPacket
plugin. Demonstrating how to negate and add nodes when using the '*'
permission with inheritance.
2012-04-11 19:10:28 +01:00
ElgarL
59cf271674 Fix 'manuadd' to use the default or selected world (via 'manselect'), if
the world is not specified in the command.
2012-04-10 20:48:34 +01:00
ElgarL
41a786b836 Stop the error on shutdown if GM failed to load at startup.
GroupManager will now generate it's own log (in the GM folder) to
keep things tidy, but also to account of those players unable to
find/access their server.log.
Startup errors will now lock out ALL commands other than '/manload'
2012-04-10 20:40:04 +01:00
ElgarL
5e5038d05c Properly fix concurrent modification when removing all attachments. 2012-04-10 17:02:50 +01:00
snowleo
2fa549187e Should fix some exp math issues 2012-04-09 17:52:46 +03:00
ElgarL
930c2809a4 Added missing confirmation message on '/manload'. 2012-04-07 21:30:49 +01:00
ElgarL
c0133d45d7 Better handling of errors in user and group yml's. 2012-04-07 19:24:46 +01:00
ElgarL
f6daf12e36 Fix a concurrent modification error when removing all attachments. 2012-04-07 17:21:48 +01:00
ElgarL
321543089b Expand 'manwhois' to also list a users subgroups. 2012-04-07 11:47:07 +01:00
KHobbits
af46453666 Allow vanilla syntax of /give 2012-04-07 04:39:12 +01:00
KHobbits
cae8724d4e Remove 'set' and 'add' from /time command args, to allow use of original syntax. 2012-04-07 04:22:17 +01:00
KHobbits
c9d23c1c80 New ingame command syntax: /kit <kit> <playername>
New Permission: essentials.kit.others - allows giving kits to other people.
New console commands: /kit & /kit <kit> <playername>
2012-04-07 03:34:01 +01:00
KHobbits
ae06bc80c6 Console should be able to kick everyone. 2012-04-07 03:07:07 +01:00
KHobbits
1c28990221 Move player loading and updates to new thread, to reduce on join lag. 2012-04-06 19:19:08 +01:00
ElgarL
43c733393c Remove all permission attachments when performing a manload or restart. 2012-04-06 12:53:36 +01:00
KHobbits
1f8648dbcc Chat spy, should show otherworld chat. 2012-04-06 02:36:27 +01:00
KHobbits
69d0090fc2 Merge branch 'master' of github.com:essentials/Essentials 2012-04-05 23:37:33 +01:00
KHobbits
13829e052b Fix /time not working with the '##pm' syntax. 2012-04-05 23:36:57 +01:00
md_5
27ed75df4b Add version tag 2012-04-06 07:39:25 +10:00
md_5
14e29db2d3 Add polish translation, thanks losdamianos 2012-04-06 07:33:10 +10:00
ElgarL
006f8c3a73 Don't throw errors when attempting to remove permission attachments
(bukkit will have already removed it).
2012-04-05 21:06:48 +01:00
snowleo
4ffe3b7a23 Merge remote-tracking branch 'origin/groupmanager' 2012-04-05 17:05:43 +02:00
ElgarL
a407c6ed0c Fix an error I caused trying to modify an unmodifiable list when parsing
'*' permissions.
2012-04-05 15:02:08 +01:00
KHobbits
23597d2f1c Fixing up NPE bug in jails (implemented in Dev2.9.163) 2012-04-05 13:28:23 +01:00
ElgarL
d8891569e9 Update to 2.0
Fix GM reporting of permission inheritance to retain the correct order.
Lower inheritance groups can no longer negate a higher groups
permissions.
2012-04-05 12:54:26 +01:00
KHobbits
4ef03ab5d9 Added wiki names for enchantments. 2012-04-05 05:46:36 +01:00
KHobbits
6ee9577b04 Jail update, jailed people can't attack other players. 2012-04-05 03:22:49 +01:00
KHobbits
98a61f6898 Updating plugin.yml to add sendall syntax. 2012-04-04 23:02:13 +01:00
KHobbits
5a23c69c06 Added extra params to setHome TL key {0} world {1} x {2} y {3} z 2012-04-04 18:19:39 +01:00
ementalo
ff2e090717 1.2.5 Update Craftbukkit #2149 Bukkit ??? 2012-04-04 15:33:11 +01:00
KHobbits
32e1253044 Fix unit tests. 2012-04-04 03:21:14 +01:00
KHobbits
e7a35a8e1f Report invalid enchantments in kits.
Improve error logging
2012-04-04 03:09:27 +01:00
KHobbits
bc9c6d8f40 Catch all values greater than 10 years to avoid exploits. 2012-04-04 02:07:01 +01:00
KHobbits
edf57ddf9e Cap mute/ban/jail to 10 years (any more is silly).
Cap time descriptions to 3 significant notions.
2012-04-04 01:55:06 +01:00
KHobbits
ae54a877bd Update seen to show better data for vanished users:
New Perm: essentials.seen.extra - Shows some extra information for staff
2012-04-04 01:20:57 +01:00
KHobbits
4882c302d8 Little bit of powertools code cleanup. 2012-04-04 00:40:58 +01:00
KHobbits
db4b150d21 Enable powertools if they are disabled when setting a new tool. 2012-04-04 00:39:59 +01:00
KHobbits
09e8c6db21 Better hide vanished players. 2012-04-03 16:12:49 +01:00
KHobbits
c107532f76 Command cost api update: Can now set fallback costs.
Repair command addition: ontop of 'repair' and 'repair-<itemname>' you can now charge for 'repair-all' to charge more for /repair all or 'repair-item' to charge per item repaired.
2012-04-03 15:35:13 +01:00
ElgarL
77e15e9330 Prevent Null entries in group inheritance from throwing errors. 2012-04-03 14:30:27 +01:00
KHobbits
a3c4e75423 Switch sign listeners back to compare block id, rather than materials. 2012-04-02 22:58:07 +01:00
ElgarL
99e315e625 Added a new permission node 'groupmanager.op'. This will cause players
with this node to be treated as op's when using GroupManager commands
(they will still require each commands
permission node to use them).
2012-04-02 21:12:19 +01:00
KHobbits
0a24b24979 Allow tppos to be used in console. 2012-04-02 02:47:44 +01:00
KHobbits
4edaa53b70 Optional second param to /gm to force gamemode on other players. 2012-04-02 02:31:31 +01:00
KHobbits
2add104432 Listener Cleanup 2012-04-02 02:22:30 +01:00
ElgarL
4f2a13c223 Force remove player attachments on disconnect, and tidyup during player
join in case of any errors. Fixes a bug of losing permissions.
2012-04-01 03:44:37 +01:00
KHobbits
c3ee344089 Make sure can build checks in permbukkit/privileges work for admins/owners. 2012-04-01 02:44:11 +01:00
KHobbits
fd58d34692 Minor cleanup to player events. 2012-03-30 21:44:14 +01:00
KHobbits
384399ffed Add newish signs to default enabled commands config. 2012-03-30 21:04:15 +01:00
KHobbits
ccfb3ec97e Formatting. 2012-03-30 13:29:58 +01:00
KHobbits
88bcb862b8 Don't push vault version to metrics. 2012-03-30 13:27:57 +01:00
KHobbits
e77cfed3fa Reset ban reason to null on /ban <player>, if no reason is set. 2012-03-30 11:40:44 +01:00
KHobbits
ac33344c25 Fix tpo syntax error. 2012-03-29 22:32:16 +01:00
KHobbits
93e5913ba1 Iaccidentally's changes to pt TL. 2012-03-29 21:17:50 +01:00
KHobbits
fc98e1a617 Update TL header. 2012-03-29 18:49:56 +01:00
KHobbits
932a576f99 New translation messages 2012-03-29 18:37:22 +01:00
KHobbits
d6edf09eac Update default permissions. 2012-03-29 18:14:24 +01:00
KHobbits
5714acb227 Missing air materials. 2012-03-29 16:41:13 +01:00
ElgarL
131f0e4234 Merge branch 'groupmanager' of https://elgarl@github.com/essentials/Essentials.git into groupmanager 2012-03-29 14:09:07 +01:00
ElgarL
0632fd253e Catch errors caused by bad indentation in yml's. 2012-03-29 14:02:53 +01:00
ElgarL
ee5922fbec Stop attempting to push empty permissions when players edit the yml's
incorrectly.
2012-03-29 13:41:59 +01:00
KHobbits
fe9122916c Interact event cleanup 2012-03-29 03:06:52 +01:00
KHobbits
00308af1cd Update to CB #2126 B #1425
Min CB version changed to 2122
2012-03-29 02:00:51 +01:00
KHobbits
986073b34d Fix using /setworth <price> 2012-03-29 00:13:56 +01:00
KHobbits
22c01084c5 Merge branch 'groupmanager' of github.com:essentials/Essentials 2012-03-28 17:37:03 +01:00
KHobbits
849625e369 Implement all abstract methods. 2012-03-28 15:12:25 +01:00
KHobbits
41b50529c9 Merge branch 'master' of github.com:essentials/Essentials 2012-03-28 15:03:45 +01:00
KHobbits
2c085c413a Don't register jail listeners, if no jails are set. 2012-03-28 15:03:18 +01:00
snowleo
d619752942 Fix for the fix 2012-03-28 11:21:31 +02:00
snowleo
32201c5615 Fix isAffordableFor in Trade class
This fixes buy signs giving out items, when the player has essentials.eco.loan permission, but min-money in config is set to 0.
2012-03-28 10:36:10 +02:00
KHobbits
5e8a25c9c8 Pull example perm files out of the ess jar. 2012-03-28 00:59:51 +01:00
KHobbits
ba2bfc2ab1 Try to reduce lag caused by join spam. 2012-03-27 21:08:06 +01:00
snowleo
f27fcf7be8 Adds pvp protection after teleport 2012-03-27 21:15:11 +02:00
KHobbits
3ea6a72946 Adding world permission checks to:
tpaall tpall tpahere tphere tpohere
User is required to have the permission for the world he is in, before he can teleport users outside this world, to it.
2012-03-27 15:28:40 +01:00
ElgarL
d1da8a3166 Update GlobalGroups.yml for new/changed Towny permission nodes. 2012-03-27 10:14:53 +01:00
ElgarL
e02a27fc8e Auto rename all case sensitive world folders to lower case (if
possible).
2012-03-26 20:06:59 +01:00
ElgarL
246c62ea15 Treat all world names as lower case for file handling (please check in
your worlds folder. You should have no folders with upper case letters
from now).
2012-03-26 19:18:19 +01:00
KHobbits
9746346bc1 Fix kit enchants for people without oversized stack permission.
Add permissions lookup to debug mode.
2012-03-26 13:28:32 +01:00
KHobbits
c23eb475eb Clarify how backup works.
Add option for auto save-all.
2012-03-26 00:49:53 +01:00
KHobbits
8f94e43baf Update tp to check if target player has tptoggle disabled.
Update tpo to allow player to player tp.
2012-03-25 23:32:04 +01:00
KHobbits
bb278fef02 Don't show 'backup started' on /backup if it hasn't been configured. 2012-03-25 19:10:39 +01:00
KHobbits
0dc660eb7d Reorder login/join event calls. 2012-03-25 17:27:06 +01:00
KHobbits
8bc7bcfef1 Don't override other plugins which allow joining over capacity. 2012-03-25 16:46:36 +01:00
KHobbits
1eaefa2192 Reduce amount of move event calls being processed. 2012-03-25 16:30:22 +01:00
KHobbits
b53586474b Update [balance] sign to use currency formatting. 2012-03-25 14:26:08 +01:00
KHobbits
8b9c5c65db Merge branch 'master' of github.com:essentials/Essentials 2012-03-25 14:20:53 +01:00
KHobbits
3c4911ca02 Fix chat format regex. 2012-03-25 14:20:26 +01:00
snowleo
a1f8ec81ed CopyPaste-Fail 2012-03-25 11:47:26 +02:00
snowleo
668e330823 Wrong url 2012-03-25 11:45:50 +02:00
snowleo
a8f88dea7d This is no longer stored in file, so it's not part of UserData anymore. 2012-03-25 11:44:33 +02:00
snowleo
6ed997ef5f Optimize metrics 2012-03-25 11:39:19 +02:00
snowleo
b5965d8d23 AntiCheat has different version numbers, so don't check. 2012-03-25 11:09:13 +02:00
KHobbits
613ba0ec10 Should probably cancel this at lowest. 2012-03-25 02:55:19 +01:00
KHobbits
22b5d29ecb Merge branch 'master' of github.com:essentials/Essentials 2012-03-25 02:34:19 +01:00
KHobbits
30523d128c Invsee now shows a live player inventory in a window, rather than cloning players inventory.
New Permission: essentials.invsee.modify - Player with this permission will be able to add/remove items from the other players inventory.
2012-03-25 02:33:52 +01:00
KHobbits
014a2edd4c Update Essentials/src/config.yml 2012-03-24 23:28:56 +00:00
KHobbits
669fabe8f6 Mysql is bad. 2012-03-24 23:25:43 +00:00
KHobbits
ee622b7032 Better English. 2012-03-24 21:12:15 +00:00
KHobbits
c2259cbe48 New permission check: essentials.list.hidden is now required to /getpos hidden players. 2012-03-24 21:08:45 +00:00
KHobbits
8f14b46128 Extra itemcsv. 2012-03-23 23:13:04 +00:00
KHobbits
98396baf81 'Enabled' looks better than 'true'. 2012-03-23 22:38:01 +00:00
KHobbits
f2a2d0c2a9 Make sure items don't stack wrong in [free] signs. 2012-03-23 20:15:03 +00:00
KHobbits
9966c386bc Fix for showing plugins when user has no permission. 2012-03-23 18:26:19 +00:00
KHobbits
b0c7626c2c Wrong colour code symbol. 2012-03-23 17:50:15 +00:00
KHobbits
e10aac62c8 Merge remote branch 'remotes/origin/groupmanager' 2012-03-23 17:44:00 +00:00
KHobbits
5c85dc3bb0 Help command refresh. 2012-03-23 17:16:09 +00:00
KHobbits
6f82a2ee77 Merge branch 'master' of github.com:essentials/Essentials 2012-03-23 13:53:08 +00:00
snowleo
1bdb4fd14b Spaaaaaace! So much space! Gotta see it all! 2012-03-23 14:30:00 +01:00
KHobbits
a2ae02ba1f Merge branch 'master' of github.com:essentials/Essentials 2012-03-23 13:26:12 +00:00
KHobbits
43ff07a905 Fix url matching. 2012-03-23 13:26:03 +00:00
snowleo
9d40472f9f Fix utf-8 decoding problems. 2012-03-23 14:22:10 +01:00
snowleo
cd9127b447 http://youtu.be/8DdeLUA0Fms 2012-03-23 12:11:01 +01:00
KHobbits
45d07dcac6 Merge branch 'master' of github.com:essentials/Essentials 2012-03-23 10:18:16 +00:00
KHobbits
a17af6f21b Adding missing entities to Protect Spawn Blacklist 2012-03-23 10:16:38 +00:00
snowleo
478c16daf3 Fix UTF8 handling in Configuration class 2012-03-23 11:13:44 +01:00
KHobbits
01506d80c4 Update Essentials/src/config.yml 2012-03-23 10:03:15 +00:00
KHobbits
8dafa33624 Remove white user prefix, if prefix is blank. Messes with EssentialsChat colouring. 2012-03-23 07:56:44 +00:00
KHobbits
8e3337cd93 Fixing chat color formatting. 2012-03-23 00:19:27 +00:00
KHobbits
4c96179f06 Disabling player list updates by default (can mess with tab completion)
Hopefully this will be reverted if/when patch is found.
2012-03-23 00:15:22 +00:00
KHobbits
9d8d46ae42 Improve kit matching, and add enchantments.
Enchanted kit example in config.yml
2012-03-22 23:47:35 +00:00
KHobbits
620e59dbff Fix jar building. 2012-03-22 23:10:59 +00:00
KHobbits
6fd4903b72 Update CB to 2105 2012-03-22 23:07:23 +00:00
KHobbits
d22231b93c New command: /fly
New perm: essentials.fly.others
2012-03-22 22:59:52 +00:00
KHobbits
b3827d1f0c Split formatting perms for signs as well. 2012-03-22 22:26:04 +00:00
KHobbits
ce814c9d0f New Permission: essentials.chat.url
Without this perm, URLs will be modified not to be links.
2012-03-22 22:19:58 +00:00
KHobbits
35b14d2b58 Split colour permissions into 3: color/magic/format 2012-03-22 22:07:13 +00:00
KHobbits
e7adb6c78b Update to 1.2.4 (R0.1)
New Minimum CB version: 2100
2012-03-22 20:55:56 +00:00
KHobbits
e269f4fe2b Extra items in 1.2.4 2012-03-22 20:48:27 +00:00
KHobbits
7eb0a580c7 Add villager professions to /spawnmob 2012-03-22 20:03:52 +00:00
ElgarL
b13d2ae787 Correct Grammar 2012-03-22 17:54:59 +00:00
ElgarL
7868e3de65 Merge pull request #62 from bonney12/groupmanager
Update language and commenting
2012-03-22 10:53:25 -07:00
KHobbits
0096a497d4 Bukkit R0.3 api updates. 2012-03-22 17:26:05 +00:00
KHobbits
1909f52992 Update missing 1.2.3 items in items.csv 2012-03-22 17:25:42 +00:00
KHobbits
7627b082fc Extra Trees 2012-03-22 17:25:13 +00:00
KHobbits
fb6c5a3aba Fixed again. 2012-03-22 12:02:19 +00:00
KHobbits
8d6bd6e065 Fix typo. 2012-03-22 11:57:30 +00:00
KHobbits
c0a3b16fbf Merge branch 'master' of github.com:essentials/Essentials 2012-03-21 23:55:19 +00:00
KHobbits
0cdd5ceac3 Cleaning up displaynames 2012-03-21 23:54:57 +00:00
KHobbits
3c3967b355 Merge pull request #63 from Iaccidentally/patch-6
update default player-commands to support new and missed commands
2012-03-21 09:25:05 -07:00
Iaccidentally
852facb38e update default player-commands to support new and missed commands 2012-03-21 13:23:36 -03:00
Michael Bonney
e0d15f8aa4 Removed Portuguese text, and added English replacements. Made more sense of the sentences, and also changed an incorrect message to it's proper form. 2012-03-21 16:13:34 +00:00
KHobbits
900ebee4e5 Split if tree for readability. 2012-03-20 15:03:53 +00:00
KHobbits
6f3b475c72 Teleport check cleanup 2012-03-20 13:26:49 +00:00
KHobbits
fb2540cd26 Fix per world teleport permission checking. 2012-03-20 11:53:05 +00:00
KHobbits
5eb6e886a8 Add 'color' sign type to config file.
Enforce colour permission on signs when essentials signs are enabled.
2012-03-19 08:21:39 +00:00
KHobbits
519a5c34d1 Missing kit time check from [kit] signs. 2012-03-18 17:15:46 +00:00
KHobbits
9b6897a02a Only show nickname update message in debug mode. 2012-03-18 03:29:49 +00:00
KHobbits
0631579158 Shorten help messages. 2012-03-18 03:01:44 +00:00
KHobbits
de521a230e Error and info cleanup. 2012-03-17 20:23:46 +00:00
KHobbits
6a96a4b3e0 Merge remote branch 'remotes/origin/groupmanager' 2012-03-17 18:20:33 +00:00
ElgarL
e111cb6f96 Don't remove an attachment on a player leaving as Bukkit never forgets
it. This fixes non mirrored permissions being messed up if a player
relogs.
2012-03-17 15:56:40 +00:00
snowleo
eef8c3d63f Merge branch 'refs/heads/groupmanager' 2012-03-17 13:38:51 +01:00
ElgarL
ab825da214 Removed some debug spam. 2012-03-17 12:37:23 +00:00
snowleo
14d39de74c Fix bukkit download url 2012-03-17 11:15:28 +01:00
snowleo
bb1c6ef9f6 Fix bukkit download url 2012-03-17 11:12:32 +01:00
KHobbits
d913472fa6 Merge remote branch 'remotes/origin/groupmanager' 2012-03-17 08:01:19 +00:00
KHobbits
5e45679d55 New permission: essentials.tp.others - Allows players to /tp <p1> <p2> replaces old reused permission.
New permission usage: if world-teleport-permissions is true in the config, TP commands will now check for essentials.world.<worldname> when a tp would switch worlds.
2012-03-17 06:10:02 +00:00
KHobbits
f42ff086ca Comments to SetExpFix. 2012-03-17 03:38:32 +00:00
KHobbits
e95a8e037d Adding Exp to /whois, shows total exp and ingame level.
Due to the way minecraft calculates levels (flawed formula), its possible to not match calculated level.
2012-03-17 01:43:49 +00:00
KHobbits
29e5d0a977 Adding reference to &k in MOTD. 2012-03-16 23:03:22 +00:00
KHobbits
c009dc28dc Handle permission check failures better. 2012-03-15 23:15:19 +00:00
KHobbits
04e84c62d6 Add missing methods. 2012-03-15 22:23:26 +00:00
KHobbits
c3d6294df5 Updating Bukkit/CraftBukkit to match minimum ver. 2012-03-15 22:15:17 +00:00
md_5
0db9353e87 Fill the entire sign with free goodness 2012-03-15 20:55:56 +11:00
md_5
b18b2864bd Update minimum CraftBukkit version 2012-03-15 20:51:51 +11:00
md_5
fe71529271 Restore [free] and [disposal] signs back to their intended behaviour 2012-03-15 20:48:55 +11:00
snowleo
c801757327 :P 2012-03-15 09:15:28 +01:00
KHobbits
e8feadeade Graph a little bit extra information. 2012-03-15 08:08:25 +00:00
KHobbits
8657cd1d29 Fix fake explosions. 2012-03-15 06:42:58 +00:00
KHobbits
0629a24d45 Make /nuke drop tnt from a more reasonable height. 2012-03-15 05:09:34 +00:00
KHobbits
71da2d092a Make /spawner errors more descriptive. 2012-03-15 04:41:56 +00:00
KHobbits
e6b5014fe6 Add metric opt out toggle ingame. 2012-03-15 03:49:17 +00:00
KHobbits
89061b8e7e Fixing setwarp command. 2012-03-15 02:12:43 +00:00
KHobbits
2d85e05d50 Adding some simple feature metrics. 2012-03-15 02:12:27 +00:00
KHobbits
5ff084fb00 Metrics errors aren't important. 2012-03-15 01:32:08 +00:00
KHobbits
9f38876a45 Basic module graph. 2012-03-15 01:17:12 +00:00
KHobbits
1212738b2d Add Griefcraft metrics to Essentials
Warns on first start, and first staff join, and 5 minute warning before logging starts.
2012-03-15 00:49:22 +00:00
ementalo
57f1935b1e Adding permissions for overwriting exisitng warps
essentials.warp.overwrite.[warpname] will allow overwrting of exsiting warps
essentials.warp.overwrite.* for all warps
Adding WarpNotFoundException class
2012-03-14 21:16:22 +00:00
KHobbits
e28c73fc12 Fixing warp command costs. 2012-03-13 16:15:01 +00:00
ElgarL
3f15c9b52b Fix a globalgroup inheritance in groups.yml 2012-03-12 22:18:25 +00:00
KHobbits
303bfe5061 Missed a TL key. 2012-03-12 16:50:32 +00:00
KHobbits
a4a99e30f3 Fixing a few TL Keys 2012-03-12 15:35:20 +00:00
KHobbits
d8cb9fd02b New TL Key, allow formatting/colouring of help output. 2012-03-12 15:21:37 +00:00
KHobbits
d5f9558a20 New permission: essentials.seen.banreason
With this permission players can see why a user was banned, in /seen.
2012-03-12 15:00:44 +00:00
KHobbits
e03be504f5 Adding jail time to /whois. 2012-03-12 01:15:10 +00:00
KHobbits
23cad69a6e Update offline user check.
Add ban reason to /seen
2012-03-12 01:00:57 +00:00
KHobbits
b4fc2833cd Update setworth to allow /setworth <price> ingame
Allow /setworth to be used from console.
2012-03-11 23:59:59 +00:00
KHobbits
80f3a4ff2e New Permission: essentials.lightning.others
With this permission you can use /lightning <player>, without only strike based on direction.
2012-03-11 20:58:54 +00:00
KHobbits
ac5a01657f Add Enderman check to EntityChangeEvent (Should fix sheep eating grass). 2012-03-11 01:46:01 +00:00
KHobbits
f48fed04b8 Use ignoreCancelled on event registration. 2012-03-10 21:42:46 +00:00
KHobbits
7cace46970 Update info.txt to hint at /einfo. 2012-03-07 12:14:32 +00:00
KHobbits
eb16013fce Fixing typo in config.yml 2012-03-06 23:17:10 +00:00
ElgarL
fd32b29647 change []<> for optional command components 2012-03-06 16:23:57 +00:00
ElgarL
0b59531236 Expanded '/manuadd'to accept an optional variable for the world (eg
'/manuadd <player> <group> <world>').
2012-03-06 11:02:48 +00:00
KHobbits
787da5c3c6 Merge branch 'release'
Conflicts:
	lib/bukkit.jar
	lib/craftbukkit.jar
2012-03-05 16:25:35 +00:00
KHobbits
12a1dd92a1 Change starter kit to default to stone tools 2012-03-05 15:51:15 +00:00
KHobbits
caea6dac30 Temp fix to disable version check on R7 2012-03-05 14:17:09 +00:00
KHobbits
c49a455018 Craftbukkit/Bukkit R7 2012-03-05 08:41:19 +00:00
md_5
3d9baea863 I dont think free noteblocks are a good idea 2012-03-05 08:37:16 +00:00
KHobbits
4096f9da14 Missed one. 2012-03-05 08:37:15 +00:00
KHobbits
a110c6a1eb Fixing spawnmob count. 2012-03-05 08:37:15 +00:00
KHobbits
8eb7410b7e Add listgroups as TL key 2012-03-05 08:37:15 +00:00
KHobbits
af44cd1ff5 Apply colors to group tags. 2012-03-05 08:37:15 +00:00
KHobbits
a2b149395c Build custom mob list /spawnmob 2012-03-05 08:37:14 +00:00
KHobbits
1dd2369e56 CME 2012-03-05 08:37:14 +00:00
KHobbits
66e47c9f08 Adding starter/newbie kit to EssentialsSpawn
Optimization to EssentialsSpawn join event.
2012-03-05 08:37:14 +00:00
KHobbits
1a3601f72b Extra command alias. 2012-03-05 08:37:14 +00:00
KHobbits
74f46b558f Allow more currency customization.
Added currency key to messages.
2012-03-05 08:37:14 +00:00
KHobbits
f74833d045 Adding option to modify all users balances (including offline) /eco reset ** <amount> 2012-03-05 08:37:14 +00:00
KHobbits
5efe3f5ed4 Half-revert double backflip. 10 points.
(op prefix changes that md-5 broke, thinking I broke op prefixes)
2012-03-05 08:37:14 +00:00
md_5
82930842fc Fix op colours, which KHobbits broke! 2012-03-05 08:37:13 +00:00
Chris Ward
1f4e1fcf56 Cleanup
Signed-off-by: Chris Ward <chris@chrisgward.com>
2012-03-05 08:35:48 +00:00
Chris Ward
122d7ce538 Cleanup
Signed-off-by: Chris Ward <chris@chrisgward.com>
2012-03-05 08:35:48 +00:00
KHobbits
285aea5dfe Capital case for formatting. 2012-03-05 08:35:48 +00:00
KHobbits
42a148524e Force all kits to lowercase. 2012-03-05 08:35:48 +00:00
KHobbits
a87b8e869a *make it look like i'm doing something* 2012-03-05 08:35:48 +00:00
KHobbits
160db97e47 I think switches are better. 2012-03-05 08:35:48 +00:00
KHobbits
4b676222f9 Only update displayname on world change, not every teleport. 2012-03-05 08:35:48 +00:00
KHobbits
66a06f84f2 Extra command aliases 2012-03-05 08:35:47 +00:00
KHobbits
fbb5ffac46 Make the antioch message optional. 2012-03-05 08:35:47 +00:00
KHobbits
ed77f8bcbc Entity event cleanup 2012-03-05 08:35:47 +00:00
KHobbits
a7f6cde9b2 Shouldn't really be canceling events at priority monitor, oops. 2012-03-05 08:35:47 +00:00
KHobbits
2632110781 Don't think we need animation event anymore. 2012-03-05 08:35:47 +00:00
Iaccidentally
800a61bcf8 update messages.properties for the new bukkit download link (ci.bukkit,org no longer works) 2012-03-05 08:35:46 +00:00
md_5
85e6436bf0 I dont think free noteblocks are a good idea 2012-03-05 18:40:18 +11:00
md_5
cd5f894ec1 Allow spamming of this, by reducing explosion damage to 0, same effect, no mess 2012-03-05 18:28:04 +11:00
KHobbits
5090554cbd Missed one. 2012-03-05 00:39:37 +00:00
KHobbits
659ad5be55 Fixing spawnmob count. 2012-03-05 00:22:31 +00:00
KHobbits
157b814cd5 Add listgroups as TL key 2012-03-05 00:19:40 +00:00
KHobbits
e5ff6397cf Apply colors to group tags. 2012-03-05 00:08:37 +00:00
KHobbits
72827d5585 Build custom mob list /spawnmob 2012-03-04 21:54:51 +00:00
KHobbits
d0c4146084 CME 2012-03-04 21:43:24 +00:00
KHobbits
037df27d06 Adding starter/newbie kit to EssentialsSpawn
Optimization to EssentialsSpawn join event.
2012-03-04 20:09:25 +00:00
KHobbits
5544acef05 Extra command alias. 2012-03-04 16:17:16 +00:00
KHobbits
52afb22392 Updating Craftbukkit #2034 Bukkit #1378 2012-03-04 16:01:49 +00:00
ElgarL
af796bed24 Better reporting when a users.yml is failing to load. 2012-03-04 10:39:39 +00:00
KHobbits
1c64792672 Allow more currency customization.
Added currency key to messages.
2012-03-04 10:11:58 +00:00
KHobbits
aff5cdaf37 Adding option to modify all users balances (including offline) /eco reset ** <amount> 2012-03-04 09:20:03 +00:00
KHobbits
a2ecef8948 Half-revert double backflip. 10 points.
(op prefix changes that md-5 broke, thinking I broke op prefixes)
2012-03-04 08:18:25 +00:00
KHobbits
78180375c3 Merge branch 'master' of github.com:essentials/Essentials 2012-03-04 08:13:29 +00:00
md_5
db72175ad1 Fix op colours, which KHobbits broke! 2012-03-04 15:43:00 +11:00
snowleo
1fa51f73d8 Cleanup of /spawnmob 2012-03-03 17:01:53 +01:00
ElgarL
a4e369b512 Minor change to globalgroups 2012-03-03 14:03:52 +00:00
KHobbits
d5b168f98f Merge branch 'master' of github.com:essentials/Essentials 2012-03-03 13:49:26 +00:00
KHobbits
af87070ccd Update CB #2032 B #1377
Min CB #2015
2012-03-03 13:48:58 +00:00
ElgarL
47a03a993c Fix a silly logic error when testing bukkit perms 2012-03-03 13:47:59 +00:00
ElgarL
7b6d1b3226 Minor optimization when checking bukkit permissions. 2012-03-03 13:00:17 +00:00
md-5
bcd42f5cf4 Merge pull request #56 from Iaccidentally/patch-4
Allow spawning baby villagers and ocelots
2012-03-03 00:34:00 -08:00
md-5
2721dc5c29 Merge pull request #55 from chrisward/master
Just a really small cleanup
2012-03-03 00:31:48 -08:00
Chris Ward
e1437e9564 Cleanup
Signed-off-by: Chris Ward <chris@chrisgward.com>
2012-03-03 19:21:27 +11:00
Iaccidentally
54bbcda2a3 add little babbys 2012-03-03 03:04:54 -05:00
KHobbits
5e191d963a Capital case for formatting. 2012-03-03 07:09:41 +00:00
Chris Ward
8d455724fd Cleanup
Signed-off-by: Chris Ward <chris@chrisgward.com>
2012-03-03 18:07:43 +11:00
KHobbits
1670128d17 Force all kits to lowercase. 2012-03-03 07:03:54 +00:00
KHobbits
a1a0cda1bd *make it look like i'm doing something* 2012-03-03 05:27:02 +00:00
KHobbits
5e130592f7 I think switches are better. 2012-03-03 05:09:03 +00:00
KHobbits
fd989aaf2d Only update displayname on world change, not every teleport. 2012-03-02 19:05:30 +00:00
KHobbits
bb82807e3c Extra command aliases 2012-03-02 17:05:55 +00:00
KHobbits
fc744099a2 Make the antioch message optional. 2012-03-02 17:03:34 +00:00
KHobbits
7c05dc19cc Entity event cleanup 2012-03-02 16:54:12 +00:00
KHobbits
cbff40c82f Shouldn't really be canceling events at priority monitor, oops. 2012-03-02 16:33:20 +00:00
KHobbits
b2f82fd115 Don't think we need animation event anymore. 2012-03-02 16:29:06 +00:00
KHobbits
cbdecbb73e Merge pull request #54 from Iaccidentally/patch-3
update messages.properties for the new bukkit download link (ci.bukkit,o...
2012-03-01 20:15:16 -08:00
Iaccidentally
95749d5c8e update messages.properties for the new bukkit download link (ci.bukkit,org no longer works) 2012-03-01 23:10:32 -05:00
snowleo
0c07b6ac39 Will be removed until the next release XD 2012-03-02 01:30:52 +01:00
snowleo
3ba407a734 Better cats 2012-03-02 00:40:50 +01:00
snowleo
4e59b0a935 Fix world heights 2012-03-02 00:18:31 +01:00
snowleo
d09e3af0f7 Min version CB# 2004 2012-03-02 00:12:22 +01:00
snowleo
04a83dfc78 New eggs 2012-03-02 00:09:50 +01:00
snowleo
514666eae2 New Entities and Items for 1.2 2012-03-02 00:06:57 +01:00
snowleo
008c9b96ba CB#2004 B#1368 2012-03-01 23:57:34 +01:00
KHobbits
45ff2b33d5 Merge branch 'master' of github.com:essentials/Essentials 2012-03-01 22:37:15 +00:00
KHobbits
e01484f652 Kit sign cleanup 2012-03-01 22:36:51 +00:00
snowleo
eda8380586 update inventory 2012-03-01 23:23:23 +01:00
snowleo
79c376b584 Bukkit broke this sign :( 2012-03-01 23:10:12 +01:00
KHobbits
1ce314bc3c Fix kit timers resetting on server restart. 2012-03-01 22:04:50 +00:00
KHobbits
38170c16c0 Fix version matching. 2012-03-01 21:47:01 +00:00
snowleo
241b481423 Merge branch 'refs/heads/master' into release 2012-03-01 19:08:52 +01:00
snowleo
6af994bcb1 EntityType instead of CreatureType 2012-03-01 19:05:50 +01:00
snowleo
5eaef48834 Requires #1988 because of the new Inventory stuff 2012-03-01 19:05:50 +01:00
snowleo
2a1c4c3599 Updated to R6 2012-03-01 19:05:50 +01:00
snowleo
cac3dd6fa6 CB# 1988 B# 1360 2012-03-01 19:05:49 +01:00
md_5
492651e54c Separate config sections evenly 2012-03-01 19:05:47 +01:00
md_5
7c64ee8ecc Remove old, unwanted manifest.mf files 2012-03-01 19:05:47 +01:00
ElgarL
b1758b1342 Make 'manload' reload the config correctly. 2012-03-01 19:05:47 +01:00
KHobbits
3d01a66489 Updating Bukkit: CB #1858, B #1334 2012-03-01 19:05:47 +01:00
snowleo
a1940111a4 Merge remote-tracking branch 'origin/groupmanager' 2012-03-01 17:33:25 +01:00
snowleo
bc2bea8774 EntityType instead of CreatureType 2012-03-01 17:33:09 +01:00
snowleo
697b7dcc2c Requires #1988 because of the new Inventory stuff 2012-03-01 16:17:40 +01:00
snowleo
b0a2daf8e8 Updated to R6 2012-03-01 16:16:05 +01:00
snowleo
8ef671d1af CB# 1988 B# 1360 2012-03-01 16:16:05 +01:00
md_5
c42047d643 Merge remote-tracking branch 'origin/master' 2012-03-01 16:23:21 +11:00
md_5
0e35e94b10 Separate config sections evenly 2012-03-01 14:40:57 +11:00
md_5
35047ad6ee Remove old, unwanted manifest.mf files 2012-03-01 12:27:59 +11:00
ElgarL
0bea62ed00 Make 'manload' reload the config correctly. 2012-02-28 10:46:10 +00:00
KHobbits
149b4855a6 Adding option to log all eco api transactions. 2012-02-28 02:45:03 +00:00
KHobbits
ca1770fddc Prevent EssSpawn trying to handle spawning of jailed players. 2012-02-28 02:45:03 +00:00
KHobbits
9ecb3d07a9 Change jail listener to catch respawn at Highest 2012-02-28 02:45:03 +00:00
KHobbits
517ec1c756 Allow people to hit exactly 'min money'. 2012-02-28 02:45:03 +00:00
KHobbits
dae8330ec2 Cleanup. 2012-02-28 02:45:03 +00:00
KHobbits
d84102f2cc Adjustments to negative eco give/take. 2012-02-28 02:45:03 +00:00
KHobbits
a1a60cd23a Display users new balance on /eco give/take. 2012-02-28 02:45:02 +00:00
KHobbits
c3de3a12cc Add Minimum Balance, to allow people to manage overdrafts. 2012-02-28 02:45:02 +00:00
KHobbits
c7c8822810 Adding option to log all eco api transactions. 2012-02-27 15:31:43 +00:00
KHobbits
fc1d3c894d Prevent EssSpawn trying to handle spawning of jailed players. 2012-02-27 03:40:18 +00:00
KHobbits
f82dee2da2 Change jail listener to catch respawn at Highest 2012-02-27 03:24:58 +00:00
KHobbits
219129a1ea Allow people to hit exactly 'min money'. 2012-02-26 05:10:04 +00:00
KHobbits
113f665d68 Cleanup. 2012-02-26 05:06:03 +00:00
KHobbits
8c35e32c86 Adjustments to negative eco give/take. 2012-02-26 05:01:40 +00:00
KHobbits
cc3eff6ca0 Display users new balance on /eco give/take. 2012-02-26 04:27:29 +00:00
KHobbits
739febf06a Add Minimum Balance, to allow people to manage overdrafts. 2012-02-26 04:15:14 +00:00
KHobbits
158cf6a3b1 Updating Bukkit: CB #1858, B #1334 2012-02-25 17:57:26 +00:00
KHobbits
b5772fd4af Lowering min bukkit to r4 - 1838, this build should still be compatible. 2012-02-25 17:40:00 +00:00
KHobbits
8afddfda98 Merge branch 'master' into release 2012-02-25 17:22:39 +00:00
KHobbits
8a7ffb2d4e Merge remote branch 'remotes/origin/groupmanager' 2012-02-25 17:22:01 +00:00
ElgarL
c51a22df1b Prevent promoting players to, and demoting to GlobalGroups. 2012-02-25 09:29:54 +00:00
ElgarL
48072b6c99 Prevent adding inheritances to globalgroups. These are permissions
collections, not player groups.
2012-02-25 09:22:54 +00:00
KHobbits
b384f077d6 Write to user files less, on money update. 2012-02-23 17:25:00 +00:00
KHobbits
8032a033f7 Balance top now has server total on first line.
Balance top will update ess balance backup if using register/vault eco.
2012-02-23 15:17:23 +00:00
KHobbits
37c703527e Fixing upgrade script to allow powertool upgrade. 2012-02-23 14:49:23 +00:00
KHobbits
6cac560834 Fixing kits for new config classes. 2012-02-22 12:32:51 +00:00
KHobbits
9110f674c0 Extra command aliases. 2012-02-22 01:29:37 +00:00
KHobbits
862aac2752 Powertools dispatch commands as delayed tasks (should reduce any conflict issues). 2012-02-22 00:23:04 +00:00
KHobbits
69c1115d90 Switch powertools to use different event.
Reduce multiple triggering of powertool events.
Abort event when used with powertool.
2012-02-22 00:11:21 +00:00
KHobbits
52473b4725 Fix powertools with new config format. 2012-02-22 00:10:13 +00:00
KHobbits
dad9f0981d Check to see if home section exists. 2012-02-21 22:19:56 +00:00
KHobbits
554f99bc71 Fixing home list. 2012-02-21 22:12:37 +00:00
KHobbits
594fc433a5 Fix /sudo message display. 2012-02-21 21:39:25 +00:00
ElgarL
f3f29351da Removed BukkitPermsOverride as this is now the default with bukkit
handling child nodes.
2012-02-21 18:40:54 +00:00
ElgarL
d904709d06 Update for Bukkit R5 compatability.
Removed some unused variables.
2012-02-21 18:38:08 +00:00
snowleo
82f2bff2da Never give our user object to other plugins! 2012-02-21 18:41:27 +01:00
snowleo
e37fd0383c Merge branch 'refs/heads/groupmanager' 2012-02-21 17:34:45 +01:00
snowleo
8cd0c2d81d Updated Essentials to work with R5 2012-02-21 17:33:46 +01:00
snowleo
f1d4b2655f CB#1952
B#1330
2012-02-21 16:47:25 +01:00
KHobbits
1bbd5fa03f Merge branch 'master' into release 2012-02-19 01:20:50 +00:00
KHobbits
26e634758e Add bPerm2 support for chat prefixes. 2012-02-18 22:47:38 +00:00
KHobbits
3cd1527aeb Little bit of extra info in the default /einfo file 2012-02-18 22:08:18 +00:00
KHobbits
32d15676af Re-allow colours in newb welcome messages. 2012-02-18 21:34:05 +00:00
KHobbits
f680bd4bd6 Adding full keyword support for newb join message.
Also adding {ADDRESS} and {USERNAME} as new keywords.
2012-02-18 21:09:18 +00:00
ElgarL
a1959783f3 A command of '/manload' with no world arguments now performs a full
reload of GM.
2012-02-18 09:05:28 +00:00
KHobbits
94a553f3ec Don't try to use old bPerms API if it is not available. 2012-02-16 23:44:13 +00:00
KHobbits
1cf716534a Fixing being charged twice for /back. 2012-02-16 16:57:50 +00:00
KHobbits
35683cbfcf Merge remote branch 'remotes/origin/master' into release 2012-02-15 19:09:02 +00:00
md_5
ac95bbf2c7 Its a good idea to actually register the listeners 2012-02-15 19:55:41 +11:00
md_5
7be3239af5 Make Essentials Update use new Listener system, and fix a few general mistakes, including that of the config 2012-02-15 19:34:46 +11:00
md_5
df7f19f004 Fix formatting in the config.yml and plugin.yml files. Add a new author. 2012-02-15 17:57:53 +11:00
md_5
79d38108e0 Add all the new R4 methods 2012-02-15 17:53:47 +11:00
md_5
5af76d42ee Update to 1.1-R4 2012-02-15 17:44:35 +11:00
md_5
d926839ffd Remove dropItems from the inventory work around 2012-02-15 17:21:28 +11:00
ElgarL
f9b9110201 comment name change 2012-02-15 06:16:33 +00:00
ElgarL
3fd7635397 Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent
as it's all handled in PlayerChangedWorldEvent.
This also means we no longer update permissions before we change
worlds.
2012-02-15 06:15:31 +00:00
KHobbits
dadf6722f7 Merge branch 'master' into release 2012-02-14 23:56:02 +00:00
KHobbits
2aa24bec2f /spawnmob - Only list mobs you have permission to spawn. 2012-02-14 23:55:29 +00:00
snowleo
706780bb36 Don't return null, throw an exception 2012-02-14 20:30:06 +01:00
snowleo
092a9dde2c Merge pull request #49 from Iaccidentally/patch-2
fix typo in config.yml (another one)
2012-02-14 11:21:52 -08:00
Iaccidentally
b238dc0fa2 fix typo in config.yml (another one) 2012-02-14 14:21:07 -05:00
snowleo
b6cbc665d7 Merge pull request #48 from Iaccidentally/patch-1
fix typo in config.yml
2012-02-14 11:18:03 -08:00
Iaccidentally
665980c800 fix typo in config.yml 2012-02-14 14:16:34 -05:00
ElgarL
e6c762fdcb Depreciate PlayerTeleportEvent as it's all handled in
PlayerChangedWorldEvent.
2012-02-14 13:01:39 +00:00
snowleo
dd1dc82f6d Less sanitizing for more performance 2012-02-13 21:32:05 +01:00
KHobbits
e55bee514f Caching regex return in user cleanup.
(Pushing this for testing purposes).
2012-02-13 19:40:33 +00:00
KHobbits
6ef21a21d7 Merge branch 'master' into release 2012-02-13 17:35:05 +00:00
KHobbits
d5e68718b9 Merge remote branch 'remotes/origin/groupmanager' 2012-02-13 17:24:32 +00:00
KHobbits
2cf3bcffef Merge branch 'master' of github.com:essentials/Essentials 2012-02-13 17:17:14 +00:00
KHobbits
3985a7aa08 Allow charges for different mob types in /spawner 2012-02-13 17:16:27 +00:00
KHobbits
19231bd557 Add per warp command costs
Make warp other commands charge the commander, not the warped.
2012-02-13 17:09:07 +00:00
md_5
0ee6d41b1b Clean up the CommandException stack traces so they appear as if Essentials was never there. 2012-02-12 08:19:24 +11:00
KHobbits
7aec351469 Update trade signs properly, and visibly handle full signs. 2012-02-11 21:15:26 +00:00
KHobbits
73631e575b Merge pull request #46 from krinsdeath/master
Added Privileges to known Permissions plugins
2012-02-11 12:12:59 -08:00
KHobbits
b799a238f2 Refactoring tpaccept perm check to include tpaall. 2012-02-11 20:10:19 +00:00
KHobbits
c06b2dc9da Merge pull request #45 from Wolvereness/master
Fix /tpaccept permission check
Refactoring to follow.
2012-02-11 12:06:42 -08:00
Jeff Wardian
50e3312f79 Added PrivilegesHandler.java;
Implemented privileges in PermissionsHandler.java;

Fixed PrivilegesHandler.canBuild();
2012-02-11 10:06:18 -08:00
ElgarL
ec654f6412 Change Service registration to register WorldsHolder instead of
AnjoPermissionsHandler. This is the correct entry point for all data.
2012-02-11 10:36:55 +00:00
Wolvereness
513b4d1372 Fix exploit with /tpaccept if sender no longer has permission 2012-02-09 23:14:57 -06:00
KHobbits
1187f199d9 Allow colour codes in /ping 2012-02-09 22:13:00 +00:00
KHobbits
c3c1a290b6 New Permission: essentials.sudo.exempt
If a user has this perm, they cannot be controlled.
2012-02-09 22:11:46 +00:00
KHobbits
258d416eb8 Optional argument to /ping [message]- Message to be echo'd.
Possible use in scripts, checking for lag, /sudo, etc.
2012-02-09 22:02:24 +00:00
KHobbits
c6649615fe Fixing silly typo - Fixes shout costs. 2012-02-09 02:11:36 +00:00
ElgarL
6404fc031a Add some commenting 2012-02-05 16:41:34 +00:00
ElgarL
29ec27d4fa Fix world mirroring so it correctly creates data files and data sources
for partially mirrored worlds.
Fixed world mirroring so it returns the correct data for the
requested world
2012-02-05 16:30:58 +00:00
ElgarL
c8dfbb5383 Prevent getAllPlayersPermissions() processing a group more than once.
Improves performance when using complex inheritance structures.
2012-02-02 18:10:35 +00:00
KHobbits
8a392410bc Merge branch 'master' into release 2012-02-02 11:41:18 +00:00
KHobbits
65b24efcb3 Make it so ops can build, even if they don't have the matching permission. 2012-02-02 10:43:17 +00:00
KHobbits
c764420e84 Force minimum CB version to 1846, don't want people on #1840 due to big bugs. 2012-02-02 10:32:18 +00:00
KHobbits
9614031f7f Fixing repair to not repair items with datavalues, unless they actually have a durability. 2012-02-02 10:27:35 +00:00
KHobbits
6dc6a5953b Craftbukkit #1846 Bukkit #1211 2012-02-02 10:27:09 +00:00
KHobbits
98c3e5ce8e Recover from broken config files, but keep a backup of the old one for purpose of data recovery. 2012-02-02 09:48:56 +00:00
KHobbits
34bc0de6e1 Extend valid characters to be a little less strict. 2012-02-02 09:37:30 +00:00
KHobbits
4a68ff5a7a Sanitize mail for untoward characters.
Prevent a user error from terminating essentials timer task.
2012-02-02 09:26:36 +00:00
ElgarL
d809c6d0c4 fix setGroup to only block superperms update if update is false. 2012-02-02 02:41:10 +00:00
ElgarL
0e3c4a1368 Fix a bug with getWorldData return the main world data for all mirrors,
instead of the worlds parent data.
2012-02-02 02:01:04 +00:00
KHobbits
cfc7418086 More info, and less severe warning on jail error. 2012-01-31 08:33:14 +00:00
KHobbits
a8a07d8dbe Update jails to new event system. 2012-01-31 08:06:50 +00:00
ElgarL
413b03315f Catch all errors in badly formatted groups. 2012-01-31 03:16:34 +00:00
ElgarL
83a227d050 Track the 'onPlayerChangeWorld' event as some teleports seem to not be
triggering a world move.
2012-01-30 17:08:55 +00:00
ElgarL
b5ae4f2955 Auto sort permissions on load to speed up population of superperms.
Negating a parent node after adding all nodes with * will now
correctly remove all child nodes of that parent before populating
superperms.
	  eg.
	      - '*'
	      - -vanish.*
	      - vanish.standard
2012-01-30 14:41:19 +00:00
KHobbits
b0514341bc Merge branch 'master' into release 2012-01-30 05:36:03 +00:00
KHobbits
52e276af98 Remove invalid item spawn blacklist warning during startup. 2012-01-29 23:36:27 +00:00
KHobbits
bc6ef182a9 Merge branch 'master' into release 2012-01-29 21:44:30 +00:00
KHobbits
55b98ff934 Prevent /home bed, if the bed was later destroyed. 2012-01-29 21:44:15 +00:00
KHobbits
81086b989a Merge branch 'master' into release 2012-01-29 21:39:05 +00:00
ElgarL
00ca22bad1 .project change for Eclipse Build tool 2012-01-29 21:37:50 +00:00
KHobbits
b905a65f0e Fixing Kill/suicide in creative mode. 2012-01-29 21:37:38 +00:00
KHobbits
bc961a15ca Merge branch 'master' into release 2012-01-29 21:20:56 +00:00
KHobbits
7a8f0fec4d New craftbukkit
CB 1840, B 1208
2012-01-29 21:06:55 +00:00
KHobbits
f1cee6d0d9 Merge remote branch 'remotes/origin/groupmanager' 2012-01-29 20:57:54 +00:00
KHobbits
594f411d2e Fix boolean fail in /r offline checking. 2012-01-29 20:57:17 +00:00
ElgarL
8ad0f9ec11 updating .gitignore 2012-01-29 11:04:52 +00:00
ElgarL
46a694d41b Fix players retaining permissions when demoted. 2012-01-29 10:54:24 +00:00
KHobbits
f061d10078 Merge branch 'master' into release 2012-01-29 05:00:04 +00:00
KHobbits
8542def88c Optional second argument to /tpaccept, it will only accept the request if the sender matched that string. 2012-01-29 04:59:30 +00:00
KHobbits
930a1331d9 Added kit note.
Fixes #1276
2012-01-29 03:26:44 +00:00
KHobbits
021a149f2d Kill people the proper way.
Test #1410
2012-01-29 03:23:38 +00:00
KHobbits
583a7292f0 Switch /near priority to check for int first.
Test #1269
2012-01-29 03:09:59 +00:00
KHobbits
fb19cd53bc Make sure player is online when sending a /reply. 2012-01-29 02:57:52 +00:00
KHobbits
7450b0bbea Merge branch 'master' into release 2012-01-29 01:45:40 +00:00
KHobbits
d60ae36a0c Merge remote branch 'remotes/origin/groupmanager' 2012-01-29 01:45:03 +00:00
KHobbits
4bc8c70a4b Prevent disabled sign creation (if any of essentials signs are enabled) 2012-01-29 01:42:55 +00:00
KHobbits
ff603688cb Fix sign list format. 2012-01-29 01:38:24 +00:00
KHobbits
6009a8dc7d Disable all signs by default. 2012-01-29 01:27:04 +00:00
KHobbits
11bee4e7df Added options to enable each sign type 2012-01-29 01:12:38 +00:00
ElgarL
cdfed7a79e silly formatting change to test gitbot 2012-01-28 18:01:17 +00:00
KHobbits
f1f93ba94d Merge branch 'master' into release 2012-01-28 12:59:15 +00:00
KHobbits
750fabcddd Merge remote branch 'remotes/origin/groupmanager' 2012-01-28 12:58:37 +00:00
ElgarL
5efb151b30 fix for an iterator error if there is only one element in the array. 2012-01-28 11:59:54 +00:00
ElgarL
c101c1ca6b Fixed a bug when pushing superperms in the wrong order. 2012-01-28 11:47:39 +00:00
KHobbits
af7aec7927 Only list bed home if it is set. 2012-01-28 01:39:51 +00:00
KHobbits
842afc6cc3 Allow space as well as : in /delhome 2012-01-28 01:32:15 +00:00
KHobbits
b52bdd4b40 Stop users from using /sethome bed 2012-01-28 01:09:02 +00:00
KHobbits
70639b5c85 If bed home is set, give priority when spawning. 2012-01-28 00:57:08 +00:00
KHobbits
d377672c48 Check bed still exist, for bed homes. 2012-01-28 00:49:22 +00:00
KHobbits
4f1eb9f1cb Switch website URL's to point at wiki. 2012-01-28 00:20:46 +00:00
ElgarL
cacf235d18 Properly fix inherited negated nodes. 2012-01-27 13:09:11 +00:00
ElgarL
9077d6c9af do not allow inherited permissions to negate higher perms. 2012-01-27 12:38:00 +00:00
KHobbits
50315cbd55 Merge branch 'master' of github.com:essentials/Essentials 2012-01-26 21:21:35 +00:00
KHobbits
8c2a8646e4 Revert emergency listener to old style
Stops peoples world world burning down if they throw in 2.8, on a 1.0 server.
2012-01-26 21:21:13 +00:00
snowleo
4797911706 Merge branch 'refs/heads/master' into release 2012-01-26 04:51:10 +01:00
snowleo
218960e39c Minor fix to french translation 2012-01-26 04:49:26 +01:00
Léa Gris
e91392dc54 i18n added to command nuke 2012-01-26 04:46:00 +01:00
Léa Gris
30b54c62ef Updated translations to Essentials Dev2.7.191 2012-01-26 04:45:16 +01:00
KHobbits
2c63b2e2ae Merge branch 'master' into release 2012-01-26 00:31:05 +00:00
KHobbits
4736069ddd Set min bukkit to 1818 - RB 2012-01-26 00:30:33 +00:00
KHobbits
101f05c127 Merge remote branch 'remotes/origin/groupmanager' 2012-01-26 00:28:10 +00:00
ElgarL
747b129aa2 Fixed an infinite loop error when using '/manudel' on a logged in
player. It caused setDefaultGroup to trigger a bukkit update when no GM
User existed yet.
2012-01-25 23:44:14 +00:00
ElgarL
dab4a4f587 Trap errors in fetching the mirrors map. 2012-01-25 22:43:07 +00:00
ElgarL
53d3bfa977 Check for a null player object in the PlayerTeleportEvent. 2012-01-25 22:35:24 +00:00
ElgarL
d7e814d55c Fixed subgroups (I broke earlier). 2012-01-25 22:33:22 +00:00
ementalo
01e4812e46 Merge branch 'master' into release 2012-01-25 14:29:05 +00:00
paul.aston
7d9c71ad69 CB #1818
RB #1200
2012-01-25 14:23:46 +00:00
Paul A.
81ec3173b2 Merge pull request #43 from essentials/groupmanager
Fix trying to modify an unmodifiable collection breaking superperms.
2012-01-24 17:29:08 -08:00
ElgarL
540b480427 Fix trying to modify an unmodifiable collection breaking superperms. 2012-01-25 01:20:44 +00:00
KHobbits
e35ef69bdb Merge branch 'master' into release 2012-01-25 00:04:08 +00:00
KHobbits
f4825a2c28 Merge remote branch 'remotes/origin/groupmanager' 2012-01-25 00:02:15 +00:00
ementalo
2d328ecb94 Don't try to spawn users who have disconnected before we have a chance to spawn them 2012-01-24 22:43:33 +00:00
ElgarL
59a78f05c7 Fix typo/wording in changelog
Allow negation to the * permission node when populating superperms.
2012-01-24 19:41:22 +00:00
ElgarL
3a559ae1ad Allow negations with the * permission node when population superperms. 2012-01-24 19:38:22 +00:00
ElgarL
09deec5770 Fix hasOwnData to return a correct result with new mirroring system 2012-01-24 15:37:21 +00:00
ElgarL
a3f1105a64 Fixed isInList 2012-01-24 15:35:20 +00:00
ElgarL
adcd99626f addSubGroup now returns a boolean for success/failure.
'/manuaddsub' now correctly reports if it was able to add the sub
group.
2012-01-24 14:21:07 +00:00
ElgarL
710a27a53b Added recursive loop detection for World mirroring (you may not set the
main world as a mirror of another).
Fixed fetching world data so it no longer returns the mirrored world
for groups. Each world data holder now points to the correct data set,
so can be returned as an object.
2012-01-24 14:08:53 +00:00
snowleo
f8a66de08c Merge branch 'refs/heads/master' into release 2012-01-24 03:43:49 +01:00
snowleo
7fa0e9818f Merge branch 'refs/heads/groupmanager' 2012-01-24 03:43:17 +01:00
ementalo
3b935a2628 Add new permission essentials.protect.alerts.notrigger
If user has this permisson they do not trigger EssProtect block alerts
2012-01-23 15:48:56 +00:00
ElgarL
6237e2e51f Fixed infinite loop error on player join.
Optimized code to only update the player logging in instead of all
players online.
2012-01-22 23:46:26 +00:00
ElgarL
8d5224444c Separated all events to be independent classes. 2012-01-21 20:18:40 +00:00
ElgarL
0bf58b939d Fixed a random null error upon a player portaling. 2012-01-21 19:09:08 +00:00
KHobbits
9323b6a78a Merge branch 'master' into release 2012-01-21 17:19:12 +00:00
ElgarL
84fc2887e3 Update to new Bukkit Event system.
Update GroupManagerBridge for new event system.
2012-01-21 11:47:08 +00:00
KHobbits
0e2afd0122 Catching throwable leads to madness, lets do this safely. 2012-01-21 00:19:13 +00:00
KHobbits
69a136754f Catch errors too, incase the class doesn't exist. 2012-01-21 00:01:43 +00:00
KHobbits
6554add2b6 Messages Cleanup 2012-01-20 23:13:37 +00:00
KHobbits
f4d638c2d9 If vault throws an exception, it should not be enabled. 2012-01-20 23:04:43 +00:00
KHobbits
7e5687b5cc Adding translation keys for [L] and [Spy] 2012-01-20 22:57:35 +00:00
KHobbits
42ab423479 Check shout/question messages are longer than 1 character. 2012-01-20 22:54:47 +00:00
snowleo
93d632a9ff Removing load info, bucket displays that now. 2012-01-20 05:52:35 +01:00
snowleo
90e1b619be New Event code for EssentialsSpawn 2012-01-20 05:34:28 +01:00
snowleo
ebb3a1c19f Update for new CraftBukkit Event Code
EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
2012-01-20 05:20:37 +01:00
snowleo
1d0a9e4c89 CB#1791 2012-01-20 04:09:35 +01:00
KHobbits
871657bdf9 Fix EssChat displayname error. 2012-01-19 15:51:55 +00:00
KHobbits
92c2e1777d Merge remote branch 'remotes/origin/groupmanager' 2012-01-19 15:34:00 +00:00
KHobbits
6ccb5830e0 Fix Lombok include. 2012-01-19 15:08:37 +00:00
snowleo
18f9fd3e31 Update of Lombok, fixes memory leak in Netbeans 2012-01-19 13:17:05 +01:00
snowleo
5995544f2d Cache MessageFormats for Chat 2012-01-19 02:03:20 +01:00
KHobbits
9f37b06123 Compiled regex is faster. 2012-01-18 23:35:30 +00:00
KHobbits
be5e54ab99 Make sure to clean the chatStore. 2012-01-18 23:08:40 +00:00
KHobbits
59090403e8 Reduce duplicate calls in EssentialsChat
Should cut the time down a little.
2012-01-18 22:53:39 +00:00
KHobbits
3dcfb94ece Merge remote branch 'remotes/origin/groupmanager' 2012-01-18 20:04:50 +00:00
KHobbits
80322e2066 Merge remote branch 'remotes/origin/groupmanager' 2012-01-17 23:50:05 +00:00
KHobbits
3e10997bef Merge remote branch 'remotes/origin/groupmanager' 2012-01-17 23:49:38 +00:00
KHobbits
714bbb1c78 Merge branch 'master' of github.com:essentials/Essentials 2012-01-17 17:40:22 +00:00
KHobbits
1994fb9f79 Auto Update GM Version 2012-01-17 17:24:22 +00:00
snowleo
c6ac284542 Shorter names for enchantment signs. 2012-01-17 01:45:03 +01:00
KHobbits
d9c4b564fc Stripping vanilla colour from /helpop and /mail
Adding support for &k in EssChat
Adding support for colour in /msg and /r - New perm: essentials.msg.color
2012-01-16 20:25:36 +00:00
KHobbits
154d47d54e Merge branch 'master' of github.com:essentials/Essentials 2012-01-16 19:42:37 +00:00
KHobbits
717766b6f9 Stripping vanilla colours from /msg 2012-01-16 19:42:15 +00:00
snowleo
ac57b5f72d Fix /nick command colors 2012-01-16 20:38:53 +01:00
snowleo
9cb1e28654 Strip colors from chat, if the user does not have the permission. 2012-01-16 20:29:55 +01:00
KHobbits
36146ff618 Removing debugging message from player login. 2012-01-16 18:58:44 +00:00
snowleo
69a16abc76 Cleanup 2012-01-16 19:11:41 +01:00
KHobbits
672207d385 Adding support for Vault as a fallback economy method. 2012-01-16 18:00:43 +00:00
KHobbits
5255f18572 Merge remote branch 'remotes/origin/master' into release 2012-01-16 12:43:09 +00:00
snowleo
6428499138 Optimize TextInput to cache motd and info textfiles. 2012-01-16 04:51:27 +01:00
snowleo
9095aa40eb Revert changes to Usermap 2012-01-16 02:12:20 +01:00
snowleo
e43491bc83 Optimize Break in Protect 2012-01-16 01:55:04 +01:00
snowleo
d21567290d Speed improvements for Move and Interact Event. 2012-01-16 00:50:52 +01:00
snowleo
68e6c98e60 Reload less 2012-01-14 23:25:52 +01:00
snowleo
28981cba8a Temporary fix for Spawns and Jails when Worlds are loaded after Essentials.
This will be replaced by BetterLocation fix in 3.0 branch.
2012-01-14 23:13:58 +01:00
KHobbits
f748383969 Allowing use of aliases in help/info/motd, for command suggestions.
Test #1441
2012-01-14 16:53:18 +00:00
KHobbits
e4a90c11a7 Fixing double charges on /home
Test #1426
2012-01-14 16:42:53 +00:00
KHobbits
35e6aebd09 Fixing {WorldDate}
Test #1353
2012-01-14 16:36:19 +00:00
KHobbits
087d5a782a Merge branch 'master' into release 2012-01-14 15:52:55 +00:00
KHobbits
0d4c728d4b Merge remote branch 'remotes/origin/groupmanager' 2012-01-14 15:52:22 +00:00
KHobbits
38e85fae7e Update Essentials/src/com/earth2me/essentials/commands/Commanditemdb.java 2012-01-14 15:04:16 +00:00
KHobbits
2dce5d2b23 Merge branch 'master' into release
~ GM needs testing before release ~
2012-01-14 13:16:33 +00:00
KHobbits
b2fe7986f8 Removing debugging messages. 2012-01-13 22:50:48 +00:00
KHobbits
59b2c06ef8 Adjusting default spawn behavior.
Moving option in config file.
2012-01-13 22:41:47 +00:00
snowleo
f5d57efbba Merge branch 'refs/heads/groupmanager' 2012-01-13 01:38:54 +01:00
snowleo
5f41b13351 Add new eggs to items.csv 2012-01-12 23:56:39 +01:00
snowleo
7f759d520c Min Bukkit version is 1713 now 2012-01-12 23:43:11 +01:00
snowleo
af6c07d304 Added the new Enchantments 2012-01-12 23:42:04 +01:00
snowleo
f301e883fc Netbeans 7.1 stuff 2012-01-12 23:37:39 +01:00
snowleo
7d0e65e9ac CB#1713 B#1136 2012-01-12 23:36:45 +01:00
snowleo
2799efd0a3 Merge pull request #42 from jjkoletar/patch-1
No sending to all players, must specify target.
2012-01-01 16:38:05 -08:00
Jeremy
2d003de5c0 No sending to all players, must specify target. 2012-01-01 18:18:29 -06:00
snowleo
a256c4c6bc Only info not a warning if a file is missing 2011-12-20 12:25:30 +01:00
snowleo
a0bf25749d Only info not a warning if a file is missing 2011-12-20 12:24:59 +01:00
snowleo
68376b50fc Correctly match release and non release versions of bukkit. 2011-12-20 12:20:41 +01:00
snowleo
9d14af5d3e Correctly match release and non release versions of bukkit. 2011-12-20 12:20:12 +01:00
snowleo
21b7931f7b Fix sending our player object to other plugins. 2011-12-20 11:57:51 +01:00
snowleo
4386192e7e Fix sending our player object to other plugins. 2011-12-20 11:57:22 +01:00
snowleo
40f9c1e019 Always return an offlineplayer object with the name, that the user wants. 2011-12-19 12:57:09 +01:00
snowleo
433b691b29 Fix double names in /balancetop and show display name in balancetop 2011-12-19 12:39:23 +01:00
snowleo
eeeea7e227 Merge branch 'refs/heads/master' into release 2011-12-19 12:07:28 +01:00
KHobbits
222f09bcac Merge branch 'master' of github.com:essentials/Essentials 2011-12-19 10:57:44 +00:00
KHobbits
4581121750 Prevent future warps being named as numbers. 2011-12-19 10:57:18 +00:00
snowleo
5a33fb9ca9 More null checks for Jails 2011-12-19 11:53:52 +01:00
KHobbits
8640a687b1 Merge remote branch 'remotes/origin/master' into release 2011-12-19 05:04:15 +00:00
KHobbits
6298af0039 Merge branch 'master' of github.com:essentials/Essentials 2011-12-15 20:47:24 +00:00
KHobbits
42849879eb Make powertool use a chat event, instead of just messaging each user. 2011-12-15 20:47:06 +00:00
snowleo
1a27a74476 Corrected version match for 1597 build version 2011-12-15 10:32:04 +01:00
snowleo
3aed03caf0 Fix failing override for /enchant /eco /ext 2011-12-14 15:07:08 +01:00
snowleo
b61a67224a Merge branch 'refs/heads/master' into release 2011-12-14 11:56:09 +01:00
snowleo
f1ddcbd4fd Merge branch 'refs/heads/groupmanager' 2011-12-14 10:03:32 +01:00
KHobbits
030c1c94d1 Read current exp, instead of stored exp.
This means that exp used in enchanting is subtracted from total exp.
2011-12-14 03:41:24 +00:00
snowleo
0262ca1a4e Merge branch 'refs/heads/master' into release 2011-12-13 23:52:58 +01:00
snowleo
7f4a4951f2 Merge branch 'refs/heads/groupmanager' 2011-12-13 23:52:25 +01:00
KHobbits
1dbbee6914 Fixing killall command definition. 2011-12-13 09:38:20 +00:00
snowleo
8747b97c60 Merge branch 'refs/heads/master' into release 2011-12-13 10:32:59 +01:00
snowleo
8b726f81db Renamed /butcher to /killall and fixes to the code. 2011-12-13 10:28:15 +01:00
snowleo
31ca41d09f Netbeans 7.1 changes for EssentialsUpdate 2011-12-13 08:46:50 +01:00
snowleo
ab49f31b6d Tiny fix to the last commit. 2011-12-13 08:41:28 +01:00
snowleo
4c113604da Better exp fix and allow exp on buy and sell signs. 2011-12-13 08:38:15 +01:00
snowleo
ef5d7898c3 Disabling exp as currency. Normal money will be used. 2011-12-13 07:35:46 +01:00
KHobbits
c391c3d785 Update exp trade signs on purchase. 2011-12-13 04:52:09 +00:00
KHobbits
3dbfa343d0 Fixing Sell/Buy Signs which use EXP as a currency. 2011-12-13 04:29:16 +00:00
KHobbits
7071b74aa3 Merge branch 'master' of github.com:essentials/Essentials 2011-12-13 03:12:09 +00:00
KHobbits
18ce62d0b9 Update copylibs. 2011-12-13 03:11:11 +00:00
KHobbits
d38d047f74 Inform user that they were healed. 2011-12-13 01:47:58 +00:00
KHobbits
f38ac61e3e Merge branch 'master' into release 2011-12-12 23:15:48 +00:00
KHobbits
ac48def854 Updating min Bukkit version. 2011-12-12 23:13:39 +00:00
KHobbits
33e2379b42 Merge branch 'master' into release 2011-12-12 23:06:40 +00:00
KHobbits
3fe1ec9beb Updating to RB
CraftBukkit #1597 Bukkit #1073
2011-12-12 23:00:21 +00:00
KHobbits
c0ecb0221d Merge remote branch 'remotes/origin/groupmanager'
Adjusting bukkit paths to remove version number.
2011-12-12 22:51:18 +00:00
KHobbits
c6b275dcc1 Update Bukkit jars and paths. 2011-12-12 22:45:59 +00:00
398 changed files with 7820 additions and 9245 deletions

3
.gitignore vendored
View File

@@ -5,7 +5,6 @@
/EssentialsGroupBridge/nbproject/private/
/EssentialsGeoIP/nbproject/private/
/EssentialsSpawn/nbproject/private/
/EssentialsXMPP/nbproject/private/
/EssentialsGroupManager/nbproject/private/
/BuildAll/build/
/EssentialsGroupBridge/dist/
@@ -19,8 +18,6 @@
/EssentialsChat/dist/
/EssentialsSpawn/build/
/EssentialsSpawn/dist/
/EssentialsXMPP/dist/
/EssentialsXMPP/build/
/EssentialsProtect/dist/
/EssentialsProtect/build/
/EssentialsPermissionsCommands/nbproject/private/

View File

@@ -15,4 +15,6 @@ notifications:
recipients:
- "khobbits@ess3.net"
on_success: change
on_failure: always
on_failure: always
slack:
secure: Au+u0l79voEjTbkxpak2RMIBmVQqp0lJLOFje2wyYYlBOjbbuL71hduuvo0aayQ95IJZkt2Sz33m0ZxdVRhZaMaJ5/miVkqbRnWR6hJ/EeAnFFpTeEjQd8nSrxucJlfd0iXgDoVe76d2MzakLfGReluHLP3TgiAapZF+rH4NCIw=

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.ess3</groupId>
<groupId>org.mcess</groupId>
<artifactId>EssentialsParent</artifactId>
<version>2.x-SNAPSHOT</version>
</parent>
@@ -87,7 +87,7 @@
<systemPath>${project.basedir}/../lib/iCo6.jar</systemPath>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<groupId>org.mcess</groupId>
<artifactId>GroupManager</artifactId>
<version>${project.version}</version>
<scope>system</scope>

View File

@@ -1,167 +0,0 @@
package com.earth2me.essentials;
import static com.earth2me.essentials.I18n.tl;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.ess3.api.IEssentials;
import org.bukkit.Server;
import org.bukkit.command.CommandSender;
public class Backup implements Runnable
{
private static final Logger LOGGER = Logger.getLogger("Essentials");
private transient final Server server;
private transient final IEssentials ess;
private transient boolean running = false;
private transient int taskId = -1;
private transient boolean active = false;
public Backup(final IEssentials ess)
{
this.ess = ess;
server = ess.getServer();
if (server.getOnlinePlayers().length > 0)
{
ess.runTaskAsynchronously(new Runnable()
{
@Override
public void run()
{
startTask();
}
});
}
}
public void onPlayerJoin()
{
startTask();
}
public synchronized void stopTask()
{
running = false;
if (taskId != -1)
{
server.getScheduler().cancelTask(taskId);
}
taskId = -1;
}
private synchronized void startTask()
{
if (!running)
{
final long interval = ess.getSettings().getBackupInterval() * 1200; // minutes -> ticks
if (interval < 1200)
{
return;
}
taskId = ess.scheduleSyncRepeatingTask(this, interval, interval);
running = true;
}
}
@Override
public void run()
{
if (active)
{
return;
}
active = true;
final String command = ess.getSettings().getBackupCommand();
if (command == null || "".equals(command))
{
return;
}
if ("save-all".equalsIgnoreCase(command))
{
final CommandSender cs = server.getConsoleSender();
server.dispatchCommand(cs, "save-all");
active = false;
return;
}
LOGGER.log(Level.INFO, tl("backupStarted"));
final CommandSender cs = server.getConsoleSender();
server.dispatchCommand(cs, "save-all");
server.dispatchCommand(cs, "save-off");
ess.runTaskAsynchronously(new Runnable()
{
@Override
public void run()
{
try
{
final ProcessBuilder childBuilder = new ProcessBuilder(command);
childBuilder.redirectErrorStream(true);
childBuilder.directory(ess.getDataFolder().getParentFile().getParentFile());
final Process child = childBuilder.start();
ess.runTaskAsynchronously(new Runnable()
{
@Override
public void run()
{
try
{
final BufferedReader reader = new BufferedReader(new InputStreamReader(child.getInputStream()));
try
{
String line;
do
{
line = reader.readLine();
if (line != null)
{
LOGGER.log(Level.INFO, line);
}
}
while (line != null);
}
finally
{
reader.close();
}
}
catch (IOException ex)
{
LOGGER.log(Level.SEVERE, null, ex);
}
}
});
child.waitFor();
}
catch (InterruptedException ex)
{
LOGGER.log(Level.SEVERE, null, ex);
}
catch (IOException ex)
{
LOGGER.log(Level.SEVERE, null, ex);
}
finally
{
ess.scheduleSyncDelayedTask(new Runnable()
{
@Override
public void run()
{
server.dispatchCommand(cs, "save-on");
if (server.getOnlinePlayers().length == 0)
{
stopTask();
}
active = false;
LOGGER.log(Level.INFO, tl("backupFinished"));
}
});
}
}
});
}
}

View File

@@ -1,12 +0,0 @@
package com.earth2me.essentials.api;
import static com.earth2me.essentials.I18n.tl;
public class UserDoesNotExistException extends Exception
{
public UserDoesNotExistException(String name)
{
super(tl("userDoesNotExist", name));
}
}

View File

@@ -1,32 +0,0 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.Backup;
import com.earth2me.essentials.CommandSource;
import static com.earth2me.essentials.I18n.tl;
import org.bukkit.Server;
public class Commandbackup extends EssentialsCommand
{
public Commandbackup()
{
super("backup");
}
@Override
protected void run(final Server server, final CommandSource sender, final String commandLabel, final String[] args) throws Exception
{
final Backup backup = ess.getBackup();
if (backup == null)
{
throw new Exception(tl("backupDisabled"));
}
final String command = ess.getSettings().getBackupCommand();
if (command == null || "".equals(command) || "save-all".equalsIgnoreCase(command))
{
throw new Exception(tl("backupDisabled"));
}
backup.run();
sender.sendMessage(tl("backupStarted"));
}
}

View File

@@ -1,51 +0,0 @@
package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.User;
import com.earth2me.essentials.utils.LocationUtil;
import org.bukkit.Location;
import org.bukkit.Server;
import org.bukkit.TreeType;
public class Commandbigtree extends EssentialsCommand
{
public Commandbigtree()
{
super("bigtree");
}
@Override
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
TreeType tree;
if (args.length > 0 && args[0].equalsIgnoreCase("redwood"))
{
tree = TreeType.TALL_REDWOOD;
}
else if (args.length > 0 && args[0].equalsIgnoreCase("tree"))
{
tree = TreeType.BIG_TREE;
}
else if (args.length > 0 && args[0].equalsIgnoreCase("jungle"))
{
tree = TreeType.JUNGLE;
}
else
{
throw new NotEnoughArgumentsException();
}
final Location loc = LocationUtil.getTarget(user.getBase());
final Location safeLocation = LocationUtil.getSafeDestination(loc);
final boolean success = user.getWorld().generateTree(safeLocation, tree);
if (success)
{
user.sendMessage(tl("bigTreeSuccess"));
}
else
{
throw new Exception(tl("bigTreeFailure"));
}
}
}

View File

@@ -1,59 +0,0 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.CommandSource;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.User;
import com.earth2me.essentials.textreader.*;
import com.earth2me.essentials.utils.NumberUtil;
import java.util.Locale;
import org.bukkit.Server;
public class Commandhelp extends EssentialsCommand
{
public Commandhelp()
{
super("help");
}
@Override
protected void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
IText output;
String pageStr = args.length > 0 ? args[0] : null;
String chapterPageStr = args.length > 1 ? args[1] : null;
String command = commandLabel;
final IText input = new TextInput(user.getSource(), "help", false, ess);
if (input.getLines().isEmpty())
{
if (NumberUtil.isInt(pageStr) || pageStr == null)
{
output = new HelpInput(user, "", ess);
}
else
{
if (pageStr.length() > 26)
{
pageStr = pageStr.substring(0, 25);
}
output = new HelpInput(user, pageStr.toLowerCase(Locale.ENGLISH), ess);
command = command.concat(" ").concat(pageStr);
pageStr = chapterPageStr;
}
chapterPageStr = null;
}
else
{
output = new KeywordReplacer(input, user.getSource(), ess);
}
final TextPager pager = new TextPager(output);
pager.showPage(pageStr, chapterPageStr, command, user.getSource());
}
@Override
protected void run(final Server server, final CommandSource sender, final String commandLabel, final String[] args) throws Exception
{
sender.sendMessage(tl("helpConsole"));
}
}

View File

@@ -1,93 +0,0 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.CommandSource;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.Kit;
import com.earth2me.essentials.Trade;
import com.earth2me.essentials.User;
import com.earth2me.essentials.utils.StringUtil;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import org.bukkit.Server;
public class Commandkit extends EssentialsCommand
{
public Commandkit()
{
super("kit");
}
@Override
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
if (args.length < 1)
{
final String kitList = Kit.listKits(ess, user);
user.sendMessage(kitList.length() > 0 ? tl("kits", kitList) : tl("noKits"));
throw new NoChargeException();
}
else if (args.length > 1 && user.isAuthorized("essentials.kit.others"))
{
final User userTo = getPlayer(server, user, args, 1);
final String kitName = StringUtil.sanitizeString(args[0].toLowerCase(Locale.ENGLISH)).trim();
giveKit(userTo, user, kitName);
}
else
{
final String kitName = StringUtil.sanitizeString(args[0].toLowerCase(Locale.ENGLISH)).trim();
giveKit(user, user, kitName);
}
}
@Override
public void run(final Server server, final CommandSource sender, final String commandLabel, final String[] args) throws Exception
{
if (args.length < 2)
{
final String kitList = Kit.listKits(ess, null);
sender.sendMessage(kitList.length() > 0 ? tl("kits", kitList) : tl("noKits"));
throw new NoChargeException();
}
else
{
final User userTo = getPlayer(server, args, 1, true, false);
final String kitName = args[0].toLowerCase(Locale.ENGLISH);
final Map<String, Object> kit = ess.getSettings().getKit(kitName);
final List<String> items = Kit.getItems(ess, userTo, kitName, kit);
Kit.expandItems(ess, userTo, items);
sender.sendMessage(tl("kitGiveTo", kitName, userTo.getDisplayName()));
userTo.sendMessage(tl("kitReceive", kitName));
}
}
private void giveKit(User userTo, User userFrom, String kitName) throws Exception
{
if (kitName.isEmpty())
{
throw new Exception(tl("kitError2"));
}
final Map<String, Object> kit = ess.getSettings().getKit(kitName);
if (!userFrom.isAuthorized("essentials.kits." + kitName))
{
throw new Exception(tl("noKitPermission", "essentials.kits." + kitName));
}
final List<String> items = Kit.getItems(ess, userTo, kitName, kit);
final Trade charge = new Trade("kit-" + kitName, ess);
charge.isAffordableFor(userFrom);
Kit.checkTime(userFrom, kitName, kit);
Kit.expandItems(ess, userTo, items);
charge.charge(userFrom);
userFrom.sendMessage(tl("kitGiveTo", kitName, userTo.getDisplayName()));
userTo.sendMessage(tl("kitReceive", kitName));
}
}

View File

@@ -1,45 +0,0 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.Mob;
import com.earth2me.essentials.User;
import java.util.Random;
import org.bukkit.Location;
import org.bukkit.Server;
import org.bukkit.entity.Ocelot;
// This command is not documented on the wiki #EasterEgg
public class Commandkittycannon extends EssentialsCommand
{
private static final Random random = new Random();
public Commandkittycannon()
{
super("kittycannon");
}
@Override
protected void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
final Mob cat = Mob.OCELOT;
final Ocelot ocelot = (Ocelot)cat.spawn(user.getWorld(), server, user.getBase().getEyeLocation());
if (ocelot == null)
{
return;
}
final int i = random.nextInt(Ocelot.Type.values().length);
ocelot.setCatType(Ocelot.Type.values()[i]);
ocelot.setTamed(true);
ocelot.setBaby();
ocelot.setVelocity(user.getBase().getEyeLocation().getDirection().multiply(2));
ess.scheduleSyncDelayedTask(new Runnable()
{
@Override
public void run()
{
final Location loc = ocelot.getLocation();
ocelot.remove();
loc.getWorld().createExplosion(loc, 0F);
}
}, 20);
}
}

View File

@@ -1,71 +0,0 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.CommandSource;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.User;
import java.util.Locale;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.Server;
import org.bukkit.command.PluginCommand;
public class Commandsudo extends EssentialsCommand
{
public Commandsudo()
{
super("sudo");
}
private static final Logger LOGGER = Logger.getLogger("Essentials");
@Override
public void run(final Server server, final CommandSource sender, final String commandLabel, final String[] args) throws Exception
{
if (args.length < 2)
{
throw new NotEnoughArgumentsException();
}
final User user = getPlayer(server, sender, args, 0);
if(args[1].toLowerCase(Locale.ENGLISH).startsWith("c:"))
{
if (user.isAuthorized("essentials.sudo.exempt") && sender.isPlayer())
{
throw new Exception(tl("sudoExempt"));
}
user.getBase().chat(getFinalArg(args, 1).substring(2));
return;
}
final String command = args[1];
final String[] arguments = new String[args.length - 2];
if (arguments.length > 0)
{
System.arraycopy(args, 2, arguments, 0, args.length - 2);
}
if (user.isAuthorized("essentials.sudo.exempt") && sender.isPlayer())
{
throw new Exception(tl("sudoExempt"));
}
sender.sendMessage(tl("sudoRun", user.getDisplayName(), command, getFinalArg(arguments, 0)));
final PluginCommand execCommand = ess.getServer().getPluginCommand(command);
if (execCommand != null)
{
ess.scheduleSyncDelayedTask(
new Runnable()
{
@Override
public void run()
{
LOGGER.log(Level.INFO, String.format("[Sudo] %s issued server command: /%s %s", user.getName(), command, getFinalArg(arguments, 0)));
execCommand.execute(user.getBase(), command, arguments);
}
});
}
else {
sender.sendMessage(tl("errorCallingCommand", command));
}
}
}

View File

@@ -1,92 +0,0 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.Essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.User;
import com.earth2me.essentials.utils.LocationUtil;
import org.bukkit.Location;
import org.bukkit.Server;
import org.bukkit.TreeType;
public class Commandtree extends EssentialsCommand
{
public Commandtree()
{
super("tree");
}
@Override
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
TreeType tree = TreeType.BIRCH;
try // update check
{
if (args.length < 1)
{
throw new NotEnoughArgumentsException();
}
else if (args[0].equalsIgnoreCase("birch"))
{
tree = TreeType.BIRCH;
}
else if (args[0].equalsIgnoreCase("redwood"))
{
tree = TreeType.REDWOOD;
}
else if (args[0].equalsIgnoreCase("tree"))
{
tree = TreeType.TREE;
}
else if (args[0].equalsIgnoreCase("redmushroom"))
{
tree = TreeType.RED_MUSHROOM;
}
else if (args[0].equalsIgnoreCase("brownmushroom"))
{
tree = TreeType.BROWN_MUSHROOM;
}
else if (args[0].equalsIgnoreCase("jungle"))
{
tree = TreeType.SMALL_JUNGLE;
}
else if (args[0].equalsIgnoreCase("junglebush"))
{
tree = TreeType.JUNGLE_BUSH;
}
else if (args[0].equalsIgnoreCase("swamp"))
{
tree = TreeType.SWAMP;
}
else if (args[0].equalsIgnoreCase("acacia"))
{
tree = TreeType.ACACIA;
}
else if (args[0].equalsIgnoreCase("darkoak"))
{
tree = TreeType.DARK_OAK;
}
else
{
throw new NotEnoughArgumentsException();
}
}
catch (java.lang.NoSuchFieldError e)
{
Essentials.wrongVersion();
}
final Location loc = LocationUtil.getTarget(user.getBase());
final Location safeLocation = LocationUtil.getSafeDestination(loc);
final boolean success = user.getWorld().generateTree(safeLocation, tree);
if (success)
{
user.sendMessage(tl("treeSpawned"));
}
else
{
user.sendMessage(tl("treeFailure"));
}
}
}

View File

@@ -1,120 +0,0 @@
package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.User;
import java.util.List;
import java.util.Locale;
import org.bukkit.Material;
import org.bukkit.Server;
import org.bukkit.inventory.ItemStack;
public class Commandunlimited extends EssentialsCommand
{
public Commandunlimited()
{
super("unlimited");
}
@Override
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
if (args.length < 1)
{
throw new NotEnoughArgumentsException();
}
User target = user;
if (args.length > 1 && user.isAuthorized("essentials.unlimited.others"))
{
target = getPlayer(server, user, args, 1);
}
if (args[0].equalsIgnoreCase("list"))
{
final String list = getList(target);
user.sendMessage(list);
}
else if (args[0].equalsIgnoreCase("clear"))
{
final List<Integer> itemList = target.getUnlimited();
int index = 0;
while (itemList.size() > index)
{
final Integer item = itemList.get(index);
if (toggleUnlimited(user, target, item.toString()) == false)
{
index++;
}
}
}
else
{
toggleUnlimited(user, target, args[0]);
}
}
private String getList(final User target)
{
final StringBuilder output = new StringBuilder();
output.append(tl("unlimitedItems")).append(" ");
boolean first = true;
final List<Integer> items = target.getUnlimited();
if (items.isEmpty())
{
output.append(tl("none"));
}
for (Integer integer : items)
{
if (!first)
{
output.append(", ");
}
first = false;
final String matname = Material.getMaterial(integer).toString().toLowerCase(Locale.ENGLISH).replace("_", "");
output.append(matname);
}
return output.toString();
}
private Boolean toggleUnlimited(final User user, final User target, final String item) throws Exception
{
final ItemStack stack = ess.getItemDb().get(item, 1);
stack.setAmount(Math.min(stack.getType().getMaxStackSize(), 2));
final String itemname = stack.getType().toString().toLowerCase(Locale.ENGLISH).replace("_", "");
if (ess.getSettings().permissionBasedItemSpawn()
&& (!user.isAuthorized("essentials.unlimited.item-all")
&& !user.isAuthorized("essentials.unlimited.item-" + itemname)
&& !user.isAuthorized("essentials.unlimited.item-" + stack.getTypeId())
&& !((stack.getType() == Material.WATER_BUCKET || stack.getType() == Material.LAVA_BUCKET)
&& user.isAuthorized("essentials.unlimited.item-bucket"))))
{
throw new Exception(tl("unlimitedItemPermission", itemname));
}
String message = "disableUnlimited";
boolean enableUnlimited = false;
if (!target.hasUnlimited(stack))
{
message = "enableUnlimited";
enableUnlimited = true;
if (!target.getBase().getInventory().containsAtLeast(stack, stack.getAmount()))
{
target.getBase().getInventory().addItem(stack);
}
}
if (user != target)
{
user.sendMessage(tl(message, itemname, target.getDisplayName()));
}
target.sendMessage(tl(message, itemname, target.getDisplayName()));
target.setUnlimited(stack, enableUnlimited);
return true;
}
}

View File

@@ -1,65 +0,0 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.CommandSource;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.User;
import com.earth2me.essentials.craftbukkit.SetExpFix;
import com.earth2me.essentials.utils.DateUtil;
import com.earth2me.essentials.utils.NumberUtil;
import java.util.Locale;
import org.bukkit.Server;
public class Commandwhois extends EssentialsCommand
{
public Commandwhois()
{
super("whois");
}
@Override
public void run(final Server server, final CommandSource sender, final String commandLabel, final String[] args) throws Exception
{
if (args.length < 1)
{
throw new NotEnoughArgumentsException();
}
User user = getPlayer(server, sender, args, 0);
sender.sendMessage(tl("whoisTop", user.getName()));
user.setDisplayNick();
sender.sendMessage(tl("whoisNick", user.getDisplayName()));
sender.sendMessage(tl("whoisHealth", user.getBase().getHealth()));
sender.sendMessage(tl("whoisHunger", user.getBase().getFoodLevel(), user.getBase().getSaturation()));
sender.sendMessage(tl("whoisExp", SetExpFix.getTotalExperience(user.getBase()), user.getBase().getLevel()));
sender.sendMessage(tl("whoisLocation", user.getLocation().getWorld().getName(), user.getLocation().getBlockX(), user.getLocation().getBlockY(), user.getLocation().getBlockZ()));
if (!ess.getSettings().isEcoDisabled())
{
sender.sendMessage(tl("whoisMoney", NumberUtil.displayCurrency(user.getMoney(), ess)));
}
sender.sendMessage(tl("whoisIPAddress", user.getBase().getAddress().getAddress().toString()));
final String location = user.getGeoLocation();
if (location != null
&& (sender.isPlayer() ? ess.getUser(sender.getPlayer()).isAuthorized("essentials.geoip.show") : true))
{
sender.sendMessage(tl("whoisGeoLocation", location));
}
sender.sendMessage(tl("whoisGamemode", tl(user.getBase().getGameMode().toString().toLowerCase(Locale.ENGLISH))));
sender.sendMessage(tl("whoisGod", (user.isGodModeEnabled() ? tl("true") : tl("false"))));
sender.sendMessage(tl("whoisOp", (user.getBase().isOp() ? tl("true") : tl("false"))));
sender.sendMessage(tl("whoisFly", user.getBase().getAllowFlight() ? tl("true") : tl("false"), user.getBase().isFlying() ? tl("flying") : tl("notFlying")));
sender.sendMessage(tl("whoisAFK", (user.isAfk() ? tl("true") : tl("false"))));
sender.sendMessage(tl("whoisJail", (user.isJailed()
? user.getJailTimeout() > 0
? DateUtil.formatDateDiff(user.getJailTimeout())
: tl("true")
: tl("false"))));
sender.sendMessage(tl("whoisMuted", (user.isMuted()
? user.getMuteTimeout() > 0
? DateUtil.formatDateDiff(user.getMuteTimeout())
: tl("true")
: tl("false"))));
}
}

View File

@@ -1,11 +0,0 @@
package com.earth2me.essentials.commands;
import static com.earth2me.essentials.I18n.tl;
public class PlayerNotFoundException extends NoSuchFieldException
{
public PlayerNotFoundException()
{
super(tl("playerNotFound"));
}
}

View File

@@ -1,18 +0,0 @@
package com.earth2me.essentials.settings;
import com.earth2me.essentials.storage.MapValueType;
import com.earth2me.essentials.storage.StorageObject;
import java.util.HashMap;
import java.util.Map;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.bukkit.Location;
@Data
@EqualsAndHashCode(callSuper = false)
public class Jails implements StorageObject
{
@MapValueType(Location.class)
private Map<String, Location> jails = new HashMap<String, Location>();
}

View File

@@ -1,18 +0,0 @@
package com.earth2me.essentials.settings;
import com.earth2me.essentials.storage.MapValueType;
import com.earth2me.essentials.storage.StorageObject;
import java.util.HashMap;
import java.util.Map;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.bukkit.Location;
@Data
@EqualsAndHashCode(callSuper = false)
public class Spawns implements StorageObject
{
@MapValueType(Location.class)
private Map<String, Location> spawns = new HashMap<String, Location>();
}

View File

@@ -1,6 +0,0 @@
package com.earth2me.essentials.storage;
public interface StorageObject
{
}

View File

@@ -1,171 +0,0 @@
package com.earth2me.essentials.textreader;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.User;
import java.io.IOException;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.ess3.api.IEssentials;
import org.bukkit.plugin.Plugin;
import org.bukkit.plugin.PluginDescriptionFile;
public class HelpInput implements IText
{
private static final String DESCRIPTION = "description";
private static final String PERMISSION = "permission";
private static final String PERMISSIONS = "permissions";
private static final Logger logger = Logger.getLogger("Essentials");
private final transient List<String> lines = new ArrayList<String>();
private final transient List<String> chapters = new ArrayList<String>();
private final transient Map<String, Integer> bookmarks = new HashMap<String, Integer>();
public HelpInput(final User user, final String match, final IEssentials ess) throws IOException
{
boolean reported = false;
final List<String> newLines = new ArrayList<String>();
String pluginName = "";
String pluginNameLow = "";
if (!match.equalsIgnoreCase(""))
{
lines.add(tl("helpMatching", match));
}
for (Plugin p : ess.getServer().getPluginManager().getPlugins())
{
try
{
final List<String> pluginLines = new ArrayList<String>();
final PluginDescriptionFile desc = p.getDescription();
final Map<String, Map<String, Object>> cmds = desc.getCommands();
pluginName = p.getDescription().getName();
pluginNameLow = pluginName.toLowerCase(Locale.ENGLISH);
if (pluginNameLow.equals(match))
{
lines.clear();
newLines.clear();
lines.add(tl("helpFrom", p.getDescription().getName()));
}
final boolean isOnWhitelist = user.isAuthorized("essentials.help." + pluginNameLow);
for (Map.Entry<String, Map<String, Object>> k : cmds.entrySet())
{
try
{
if (!match.equalsIgnoreCase("") && (!pluginNameLow.contains(match)) && (!k.getKey().toLowerCase(Locale.ENGLISH).contains(match))
&& (!(k.getValue().get(DESCRIPTION) instanceof String
&& ((String)k.getValue().get(DESCRIPTION)).toLowerCase(Locale.ENGLISH).contains(match))))
{
continue;
}
if (pluginNameLow.contains("essentials"))
{
final String node = "essentials." + k.getKey();
if (!ess.getSettings().isCommandDisabled(k.getKey()) && user.isAuthorized(node))
{
pluginLines.add(tl("helpLine", k.getKey(), k.getValue().get(DESCRIPTION)));
}
}
else
{
if (ess.getSettings().showNonEssCommandsInHelp())
{
final Map<String, Object> value = k.getValue();
Object permissions = null;
if (value.containsKey(PERMISSION))
{
permissions = value.get(PERMISSION);
}
else if (value.containsKey(PERMISSIONS))
{
permissions = value.get(PERMISSIONS);
}
if (isOnWhitelist || user.isAuthorized("essentials.help." + pluginNameLow + "." + k.getKey()))
{
pluginLines.add(tl("helpLine", k.getKey(), value.get(DESCRIPTION)));
}
else if (permissions instanceof List && !((List<Object>)permissions).isEmpty())
{
boolean enabled = false;
for (Object o : (List<Object>)permissions)
{
if (o instanceof String && user.isAuthorized(o.toString()))
{
enabled = true;
break;
}
}
if (enabled)
{
pluginLines.add(tl("helpLine", k.getKey(), value.get(DESCRIPTION)));
}
}
else if (permissions instanceof String && !"".equals(permissions))
{
if (user.isAuthorized(permissions.toString()))
{
pluginLines.add(tl("helpLine", k.getKey(), value.get(DESCRIPTION)));
}
}
else
{
if (!ess.getSettings().hidePermissionlessHelp())
{
pluginLines.add(tl("helpLine", k.getKey(), value.get(DESCRIPTION)));
}
}
}
}
}
catch (NullPointerException ex)
{
}
}
if (!pluginLines.isEmpty())
{
newLines.addAll(pluginLines);
if (pluginNameLow.equals(match))
{
break;
}
if (match.equalsIgnoreCase(""))
{
lines.add(tl("helpPlugin", pluginName, pluginNameLow));
}
}
}
catch (NullPointerException ex)
{
}
catch (Exception ex)
{
if (!reported)
{
logger.log(Level.WARNING, tl("commandHelpFailedForPlugin", pluginNameLow), ex);
}
reported = true;
}
}
lines.addAll(newLines);
}
@Override
public List<String> getLines()
{
return lines;
}
@Override
public List<String> getChapters()
{
return chapters;
}
@Override
public Map<String, Integer> getBookmarks()
{
return bookmarks;
}
}

View File

@@ -35,8 +35,8 @@ change-displayname: true
# The value of change-displayname (above) has to be true.
#change-playerlist: true
# When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
# This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
# The value of change-displayname (above) has to be true.
# Do not edit this setting unless you know what you are doing!
#add-prefix-suffix: false
@@ -60,7 +60,7 @@ teleport-invulnerability: 4
heal-cooldown: 60
# What to prevent from /item and /give.
# e.g item-spawn-blacklist: 46,11,10
# e.g item-spawn-blacklist: 10,11,46
item-spawn-blacklist:
# Set this to true if you want permission based item spawn rules.
@@ -72,10 +72,6 @@ item-spawn-blacklist:
# - essentials.give.item-all
# - essentials.give.item-[itemname]
# - essentials.give.item-[itemid]
# - essentials.unlimited.item-all
# - essentials.unlimited.item-[itemname]
# - essentials.unlimited.item-[itemid]
# - essentials.unlimited.item-bucket # Unlimited liquid placing
#
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
permission-based-item-spawn: false
@@ -86,7 +82,7 @@ spawnmob-limit: 10
# Shall we notify users when using /lightning?
warn-on-smite: true
# motd and rules are now configured in the files motd.txt and rules.txt.
# The motd and rules are now configured in the files motd.txt and rules.txt.
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
@@ -94,7 +90,7 @@ warn-on-smite: true
#
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
# To force essentials to take 'god' alias 'god' to 'egod'.
# See http://wiki.bukkit.org/Commands.yml#aliases for more information
# See http://wiki.bukkit.org/Commands.yml#aliases for more information.
overridden-commands:
# - god
@@ -110,6 +106,7 @@ disabled-commands:
# These commands will be shown to players with socialSpy enabled.
# You can add commands from other plugins you may want to track or
# remove commands that are used for something you dont want to spy on.
# Set - '*' in order to listen on all possible commands.
socialspy-commands:
- msg
- w
@@ -157,7 +154,6 @@ player-commands:
- delhome
- getpos
- geoip.show
- help
- helpop
- home
- home.others
@@ -184,7 +180,6 @@ player-commands:
- seen
- sell
- sethome
- setxmpp
- signs.create.protection
- signs.create.trade
- signs.break.protection
@@ -217,13 +212,13 @@ player-commands:
- warp.list
- world
- worth
- xmpp
# Note: All items MUST be followed by a quantity!
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
# For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
# Set delay to -1 for a one time kit.
# For more information, visit http://wiki.ess3.net/wiki/Kits
kits:
tools:
@@ -258,7 +253,7 @@ kits:
# Essentials Sign Control
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials Colored sign support will be enabled when any sign types are enabled.
# Essentials colored sign support will be enabled when any sign types are enabled.
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
enabledSigns:
@@ -286,14 +281,6 @@ enabledSigns:
# Lower numbers will reduce the possibility of lag, but may annoy players.
sign-use-per-second: 4
# Backup runs a batch/bash command while saving is disabled.
backup:
# Interval in minutes.
interval: 30
# Unless you add a valid backup command or script here, this feature will be useless.
# Use 'save-all' to simply force regular world saving without backup.
#command: 'rdiff-backup World1 backups/World1'
# Set this true to enable permission per warp.
per-warp-permission: false
@@ -321,11 +308,11 @@ debug: false
# For more information, visit http://wiki.ess3.net/wiki/Locale
#locale: en
# Turn off god mode when people exit.
# Turn off god mode when people leave the server.
remove-god-on-disconnect: false
# Auto-AFK
# After this timeout in seconds, the user will be set as afk.
# After this timeout in seconds, the user will be set as AFK.
# This feature requires the player to have essentials.afk.auto node.
# Set to -1 for no timeout.
auto-afk: 300
@@ -336,21 +323,21 @@ auto-afk: 300
# Set to -1 for no timeout.
auto-afk-kick: -1
# Set this to true, if you want to freeze the player, if he is afk.
# Other players or monsters can't push him out of afk mode then.
# This will also enable temporary god mode for the afk player.
# The player has to use the command /afk to leave the afk mode.
# Set this to true, if you want to freeze the player, if the player is AFK.
# Other players or monsters can't push the player out of AFK mode then.
# This will also enable temporary god mode for the AFK player.
# The player has to use the command /afk to leave the AFK mode.
freeze-afk-players: false
# When the player is afk, should he be able to pickup items?
# When the player is AFK, should he be able to pickup items?
# Enable this, when you don't want people idling in mob traps.
disable-item-pickup-while-afk: false
# This setting controls if a player is marked as active on interaction.
# When this setting is false, you will need to manually un-AFK using the /afk command.
# When this setting is false, the player would need to manually un-AFK using the /afk command.
cancel-afk-on-interact: true
# Should we automatically remove afk status when the player moves?
# Should we automatically remove afk status when a player moves?
# Player will be removed from AFK on chat/command regardless of this setting.
# Disable this to reduce server lag.
cancel-afk-on-move: true
@@ -358,8 +345,9 @@ cancel-afk-on-move: true
# You can disable the death messages of Minecraft here.
death-messages: true
# Should operators be able to join and part silently.
# You can control this with permissions if it is enabled.
# Should players with permissions be able to join and part silently?
# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
# In addition, people with essentials.silentjoin.vanish will be vanished on join.
allow-silent-join-quit: false
# You can set a custom join message here, set to "none" to disable.
@@ -399,7 +387,7 @@ repair-enchanted: true
# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
unsafe-enchantments: false
#Do you want essentials to keep track of previous location for /back in the teleport listener?
#Do you want Essentials to keep track of previous location for /back in the teleport listener?
#If you set this to true any plugin that uses teleport will have the previous location registered.
register-back-in-listener: false
@@ -446,8 +434,9 @@ sethome-multiple:
staff: 10
# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
# Remember, they MUST have both permission nodes in order to be able to set multiple homes.
# Set timeout in seconds for players to accept tpa before request is cancelled.
# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
# Set to 0 for no timeout.
tpa-accept-cancellation: 120
@@ -459,7 +448,7 @@ tpa-accept-cancellation: 120
# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
# Defines the balance with which new players begin. Defaults to 0.
# Defines the balance with which new players begin. Defaults to 0.
starting-balance: 0
# worth-# defines the value of an item when it is sold to the server via /sell.
@@ -474,6 +463,8 @@ command-costs:
#kit-tools: 1500
# Set this to a currency symbol you want to use.
# Remember, if you want to use special characters in this document,
# such as accented letters, you MUST save the file as UTF-8, not ANSI.
currency-symbol: '$'
# Set the maximum amount of money a player can have.
@@ -487,28 +478,13 @@ min-money: -10000
# Enable this to log all interactions with trade/buy/sell signs and sell command.
economy-log-enabled: false
############################################################
# +------------------------------------------------------+ #
# | EssentialsHelp | #
# +------------------------------------------------------+ #
############################################################
# Show other plugins commands in help.
non-ess-in-help: true
# Hide plugins which do not give a permission.
# You can override a true value here for a single plugin by adding a permission to a user/group.
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
hide-permissionless-help: true
############################################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
############################################################
# This section requires essentialschat.jar to work.
# This section requires the EssentialsChat.jar to work.
chat:
@@ -521,7 +497,6 @@ chat:
# Chat formatting can be done in two ways, you can either define a standard format for all chat.
# Or you can give a group specific chat format, to give some extra variation.
# If set to the default chat format which "should" be compatible with ichat.
# For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
format: '<{DISPLAYNAME}> {MESSAGE}'
@@ -539,7 +514,7 @@ chat:
# +------------------------------------------------------+ #
############################################################
# This section requires essentialsprotect.jar to work.
# This section requires the EssentialsProtect.jar to work.
protect:
@@ -654,7 +629,7 @@ protect:
# +------------------------------------------------------+ #
############################################################
# This section requires essentialsantibuild.jar to work.
# This section requires the EssentialsAntiBuild.jar to work.
# Disable various default physics and behaviors
# For more information, visit http://wiki.ess3.net/wiki/AntiBuild
@@ -729,4 +704,4 @@ respawn-listener-priority: high
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: false
# End of File <-- No seriously, you're done with configuration.
# End of file <-- No seriously, you're done with configuration.

View File

@@ -19,7 +19,7 @@ To add /vote, add this to commands.yml:
- customtext vote $1-
&6The following commands can also be customized:
&c/rules /motd /news /help
&c/rules /motd /news
&6These support chapter customization such as:&c /rules grief
&6You can use custom aliases with these commands too.

View File

@@ -1,7 +1,7 @@
This is the info file.
This file format works with the following files:
info.txt, motd.txt, help.txt, custom.txt and rules.txt
info.txt, motd.txt, custom.txt and rules.txt
You can create a specific file for a user or a group:
Name it info_username.txt or info_groupname.txt
@@ -53,4 +53,4 @@ Minecraft colors:
&6Time of world:&r {WORLDTIME24}
&6Date of world:&r {WORLDDATE}
&6Plugin list:&r {PLUGINS}
&6Version of Craftbukkit:&r {VERSION}
&6Version of CraftBukkit:&r {VERSION}

View File

@@ -4579,15 +4579,27 @@ salmonfish,349,1
rawsalmon,349,1
rasalmon,349,1
salmon,349,1
sfish,349,1
fishs,349,1
rawclownfish,349,2
raclownfish,349,2
clownfish,349,2
rawnemo,349,2
ranemo,349,2
nemo,349,2
nemofish,349,2
fishnemo,349,2
clfish,349,2
fishcl,349,2
nfish,349,2
fishn,349,2
rawpufferfish,349,3
rapufferfish,349,3
pufferfish,349,3
pufffish,349,3
fishpuff,349,3
pfish,349,3
fishp,349,3
cookedfish,350,0
cookfish,350,0
cfish,350,0
1 #version: TeamCity
4579 rawsalmon,349,1
4580 rasalmon,349,1
4581 salmon,349,1
4582 sfish,349,1
4583 fishs,349,1
4584 rawclownfish,349,2
4585 raclownfish,349,2
4586 clownfish,349,2
4587 rawnemo,349,2
4588 ranemo,349,2
4589 nemo,349,2
4590 nemofish,349,2
4591 fishnemo,349,2
4592 clfish,349,2
4593 fishcl,349,2
4594 nfish,349,2
4595 fishn,349,2
4596 rawpufferfish,349,3
4597 rapufferfish,349,3
4598 pufferfish,349,3
4599 pufffish,349,3
4600 fishpuff,349,3
4601 pfish,349,3
4602 fishp,349,3
4603 cookedfish,350,0
4604 cookfish,350,0
4605 cfish,350,0

View File

@@ -20,20 +20,15 @@ antiBuildUse=\u00a74You are not permitted to use\u00a7c {0}\u00a74.
autoAfkKickReason=You have been kicked for idling more than {0} minutes.
backAfterDeath=\u00a76Use the /back command to return to your death point.
backUsageMsg=\u00a76Returning to previous location.
backupDisabled=\u00a74An external backup script has not been configured.
backupFinished=\u00a76Backup finished.
backupStarted=\u00a76Backup started.
balance=\u00a7aBalance\:\u00a7c {0}
balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Top balances ({0})
banExempt=\u00a74You cannot ban that player.
banFormat=\u00a74Banned\:\n\u00a7r{0}
banFormat=\u00a7cYou have been banned\:\n\u00a7r{0}
bed=\u00a7obed\u00a7r
bedMissing=\u00a74Your bed is either unset, missing or blocked.
bedNull=\u00a7mbed\u00a7r
bedSet=\u00a76Bed spawn set\!
bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt.
bigTreeSuccess=\u00a76Big tree spawned.
blockList=\u00a76Essentials relayed the following commands to another plugin\:
bookAuthorSet=\u00a76Author of the book set to {0}.
bookLocked=\u00a76This book is now locked.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spy]
cleaned=Userfiles Cleaned.
cleaning=Cleaning userfiles.
commandFailed=Command {0} failed\:
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
commandNotLoaded=\u00a74Command {0} is improperly loaded.
compassBearing=\u00a76Bearing\: {0} ({1} degrees).
configFileMoveError=Failed to move config.yml to backup location.
@@ -83,7 +77,6 @@ depth=\u00a76You are at sea level.
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
destinationNotSet=Destination not set\!
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
disabled=disabled
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
distance=\u00a76Distance\: {0}
@@ -92,14 +85,13 @@ downloadingGeoIp=Downloading GeoIP database... this might take a while (country\
duplicatedUserdata=Duplicated userdata\: {0} and {1}.
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left.
editBookContents=\u00a7eYou may now edit the contents of this book.
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to \u00a7c{1}\u00a76.
enabled=enabled
enchantmentApplied=\u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
enchantmentNotFound=\u00a74Enchantment not found\!
enchantmentPerm=\u00a74You do not have the permission for\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
enchantments=\u00a76Enchantments\:\u00a7r {0}
errorCallingCommand=Error calling command /{0}.
errorCallingCommand=Error calling the command /{0}
errorWithMessage=\u00a7cError\:\u00a74 {0}
essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat
essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat
@@ -129,7 +121,7 @@ gcmax=\u00a76Maximum memory\:\u00a7c {0} MB.
gctotal=\u00a76Allocated memory\:\u00a7c {0} MB.
geoIpUrlEmpty=GeoIP download url is empty.
geoIpUrlInvalid=GeoIP download url is invalid.
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from\u00a7c {1}\u00a76.
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
@@ -145,17 +137,12 @@ haveBeenReleased=\u00a76You have been released.
heal=\u00a76You have been healed.
healDead=\u00a74You cannot heal someone who is dead\!
healOther=\u00a76Healed\u00a7c {0}\u00a76.
helpConsole=To view help from the console, type ?.
helpFrom=\u00a76Commands from {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugin Help\: /help {1}
holdBook=\u00a74You are not holding a writable book.
holdFirework=\u00a74You must be holding a firework to add effects.
holdPotion=\u00a74You must be holding a potion to apply effects to it.
holeInFloor=\u00a74Hole in floor\!
homeSet=\u00a76Home set.
homeSet=\u00a76Home set to current location.
homes=\u00a76Homes\:\u00a7r {0}
hour=hour
hours=hours
@@ -270,7 +257,6 @@ noBreakBedrock=\u00a74You are not allowed to destroy bedrock.
noDestroyPermission=\u00a74You do not have permission to destroy that \u00a7c{0}\u00a74.
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.
@@ -321,8 +307,8 @@ pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Pending teleportation request cancelled.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\:\u00a7c {1}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerInJail=\u00a74Player is already in jail\u00a7c {0}\u00a74.
playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed.
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for {1}.
@@ -345,7 +331,7 @@ potions=\u00a76Potions\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Command can''t be attached to air.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
powerToolClearAll=\u00a76All power tool commands have been cleared.
powerToolClearAll=\u00a76All powertool commands have been cleared.
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to \u00a7c{1}\u00a74.
@@ -404,7 +390,7 @@ soloMob=\u00a74That mob likes to be alone.
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
spawned=spawned
sudoExempt=\u00a74You cannot sudo this user.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Goodbye cruel world...
suicideSuccess=\u00a76Player \u00a7c{0} \u00a76took their own life.
survival=survival
@@ -420,12 +406,13 @@ teleportRequest=\u00a7c{0}\u00a76 has requested to teleport to you.
teleportRequestTimeoutInfo=\u00a76This request will timeout after\u00a7c {0} seconds\u00a76.
teleportTop=\u00a76Teleporting to top.
teleportationCommencing=\u00a76Teleportation commencing...
teleportationDisabled=\u00a76Teleportation disabled.
teleportationDisabledFor=\u00a76Teleportation disabled for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation enabled.
teleportationEnabledFor=\u00a76Teleportation enabled for \u00a7c{0}\u00a76.
teleportationDisabled=\u00a76Teleportation \u00a7cdisabled\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a76Teleporting...
tempBanned=Temporarily banned from server for {0}.
teleportToPlayer=\u00a76Teleporting to \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74You may not tempban that player.
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tps=\u00a76Current TPS \= {0}
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
treeSpawned=\u00a76Tree spawned.
true=\u00a7atrue\u00a7r
typeTpaccept=\u00a76To teleport, type \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76To deny this request, type \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
unknownItemId=\u00a74Unknown item id\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Unknown item {0} in {1} list.
unknownItemName=\u00a74Unknown item name\: {0}.
unlimitedItemPermission=\u00a74No permission for unlimited item \u00a7c{0}\u00a74.
unlimitedItems=\u00a76Unlimited items\:\u00a7r
unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted.
unvanishedReload=\u00a74A reload has forced you to become visible.
upgradingFilesError=Error while upgrading the files.
@@ -473,7 +456,7 @@ voiceSilenced=\u00a76Your voice has been silenced\!
walking=walking
warpDeleteError=\u00a74Problem deleting the warp file.
warpList={0}
warpListPermission=\u00a74You do not have Permission to list warps.
warpListPermission=\u00a74You do not have permission to list warps.
warpNotExist=\u00a74That warp does not exist.
warpOverwrite=\u00a74You cannot overwrite that warp.
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
@@ -531,19 +514,26 @@ banExemptOffline=\u00a74You may not ban offline players.
tempbanExemptOffline=\u00a74You may not tempban offline players.
mayNotJailOffline=\u00a74You may not jail offline players.
muteExemptOffline=\u00a74You may not mute offline players.
ignoreExempt=\u00a74You cannot ignore that player.
ignoreExempt=\u00a74You may not ignore that player.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player skull.
weatherInvalidWorld=World named {0} not found!
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74Nemas dovoleno pouzit {0}.
autoAfkKickReason=Byl jsi vyhozen za neaktivitu delsi nez {0} minut.
backAfterDeath=\u00a77Pouzij /back, aby ses vratil na misto sve smrti.
backUsageMsg=\u00a77Vracis se na svou minulou pozici.
backupDisabled=Externi zalohovaci script neni nastaven.
backupFinished=Zaloha dokoncena
backupStarted=Probiha zaloha
balance=\u00a77Ucet\: {0}
balanceOther=\u00a7aUcet hrace {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a77Nejbohatsi hraci ({0})
@@ -32,8 +29,6 @@ bed=&opostel&r
bedMissing=\u00a74Tvoje postel bud neni nastavena, nebo je ztracena, nebo zablokovana.
bedNull=\u00a7mpostel\u00a7r
bedSet=&6 Postel nastavena \!
bigTreeFailure=\u00a7cProblem pri vytvareni velkeho stromu. Zkuste znovu na trave nebo hline.
bigTreeSuccess=\u00a77Velky strom vytvoren.
blockList=Essentials prenechal nasledujici prikazy jinemu pluginu\:
bookAuthorSet=\u00a76{0} byl nastaven jako autor knihy.
bookLocked=\u00a76Tato kniha je nyni uzamcena.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spy]
cleaned=Uzivatelske zaznamy vycisteny.
cleaning=Cistim uzivatelske zaznamy.
commandFailed=Prikaz {0} selhal.
commandHelpFailedForPlugin=Chyba pri ziskavani pomoci\: {0}
commandNotLoaded=\u00a7cPrikaz {0} je nespravne nacteny.
compassBearing=\u00a77Zmena orientace\: {0} ({1} stupnu).
configFileMoveError=Chyba pri presouvani config.yml do slozky se zalohou.
@@ -83,7 +77,6 @@ depth=\u00a77Jsi na urovni more.
depthAboveSea=\u00a77Jsi {0} kostek nad urovni more.
depthBelowSea=\u00a77Jsi {0} kostek pod urovni more.
destinationNotSet=Destinace neni nastavena.
disableUnlimited=\u00a77Zablokovano neomezene pokladani {0} hraci {1}.
disabled=zablokovano
disabledToSpawnMob=Spawnuti tohoto moba je zakazno v configuracnim souboru.
distance=\u00a76Vzdalenost\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=Stahuji GeoIP databazi ... muze to chvilku trvat (staty\: 0.6 M
duplicatedUserdata=Duplikovane data hrace\: {0} and {1}
durability=\u00a77Tomuto nastroji zbyva \u00a7c{0}\u00a77 pouziti.
editBookContents=\u00a7eNyni muzes upravovat obsah teto knihy.
enableUnlimited=\u00a77Davam neomezene mnozstvi {0} hraci {1}.
enabled=povoleno
enchantmentApplied=\u00a77Enchant {0} byl aplikovan na tvuj nastroj v ruce.
enchantmentNotFound=\u00a7cTento enchant neexistuje
@@ -103,7 +95,7 @@ errorCallingCommand=Chyba pri volani prikazu /{0}
errorWithMessage=\u00a7cChyba\: {0}
essentialsHelp1=Soubor je poskozen a Essentials jej nemuze otevrit. Essentials jsou zablokovany. Pokud nemuzete soubor opravit sami, navstivte http\://tiny.cc/EssentialsChat
essentialsHelp2=Soubor je poskozen a Essentials jej nemuze otevrit. Essentials jsou zablokovany. Pokud nemuzete soubor opravit sami, pak napiste /essentialshelp ve hre nebo navstivte http\://tiny.cc/EssentialsChat
essentialsReload=\u00a77Essentials znovu nacteny. {0}
essentialsReload=\u00a76Essentials restartovan\u00fd\u00a7c {0}.
exp=\u00a7c{0} \u00a77ma\u00a7c {1} \u00a77exp (level\u00a7c {2}\u00a77) a potrebuje\u00a7c {3} \u00a77 exp aby dosahl dalsiho levelu.
expSet=\u00a7c{0} \u00a77ma nyni\u00a7c {1} \u00a77exp.
extinguish=\u00a77Uhasil ses.
@@ -113,7 +105,7 @@ failedToCreateConfig=Chyba pri vytvoreni configu {0}
failedToWriteConfig=Chyba pri zapisovani do configu {0}
false=\u00a74Ne\u00a7f
feed=\u00a77Nasytil jsi se.
feedOther=\u00a77Nasytil jsi hrace {0}.
feedOther=\u00a76Nasytil jsi hrace \u00a7c{0}\u00a76.
fileRenameError=Prejmenovani souboru {0} selhalo.
fireworkColor=\u00a74Vlozeny neplatne parametry, nejprve musis nastavit barvu.
fireworkEffectsCleared=\u00a76Vsechny efekty byly odstraneny.
@@ -122,7 +114,7 @@ flyMode=\u00a77Povolil jsi letani hraci {0} hraci {1}.
flying=letani
foreverAlone=\u00a7cNemas komu odepsat.
fullStack=\u00a74Jiz mas cely stack.
gameMode=\u00a77Nastavil jsi herni mod na {0} hraci {1}.
gameMode=\u00a76Herni mod hrace \u00a7c{1} \u00a76byl nastaven na \u00a7c {0}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunku, \u00a7c{3}\u00a76 entit, \u00a7c{4}\u00a76 tile-entit.
gcfree=Volna pamet\: {0} MB
gcmax=Dostupna pamet\: {0} MB
@@ -131,7 +123,7 @@ geoIpUrlEmpty=Odkaz na stazeni GeoIP je prazdny.
geoIpUrlInvalid=Odkaz na stazeni GeoIP je chybny.
geoipJoinFormat=Hrac {0} prichazi z {1}
giveSpawn=\u00a76Dal jsi\u00a7c {0} \u00a76\u00a7c {1} hraci\u00a7c {2}\u00a76.
godDisabledFor=zakazan pro {0}
godDisabledFor=\u00a7cvypnuto\u00a76 pro\u00a7c {0}
godEnabledFor=povolen pro {0}
godMode=\u00a76Nesmrtelnost\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Nikdo z teto skupiny neni online\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a77Byl jsi uvolnen
heal=\u00a77Byl jsi uzdraven.
healDead=\u00a74Nemuzes lecit nekoho, kdo je uz po smrti\!
healOther=\u00a77Uzdravil jsi hrace {0}.
helpConsole=Pokud chces videt napovedu z konzole, napis ?.
helpFrom=\u00a77Prikazy od{0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Prikazy odpovidajici "{0}"\:
helpOp=\u00a7c[HelpOp]\u00a7f \u00a77{0}\:\u00a7f {1}
helpPlugin=\u00a74{0}\u00a7f\: Napoveda pluginu\: /help {1}
holdBook=\u00a74Nemas v ruce knihu, do ktere lze psat.
holdFirework=\u00a74Pro pridani efektu musis drzet ohnostroj v ruce.
holdPotion=\u00a74Pro nastaveni lektvaru ho musis drzet v ruce.
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Strana \u00a74{0}\u00a76/\u00
infoUnknownChapter=\u00a74Neznama kapitola.
insufficientFunds=\u00a74Nemas k dispozici dostatek hotovosti.
invalidCharge=\u00a7cNeplatny poplatek.
invalidFireworkFormat=\u00a76Nastaveni \u00a74{0} \u00a76nema platnou hodnotu pro \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74Nastaveni \u00a7c{0} \u00a74neni platna hodnota pro \u00a7c{1}\u00a74.
invalidHome=Domov {0} neexistuje.
invalidHomeName=\u00a74Spatny nazev domova
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Neplatny druh moba
invalidNumber=Neplatne cislo.
invalidPotion=\u00a74Nespravny lektvar.
invalidPotionMeta=\u00a74Nespravna metadata lektvaru\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=Vyhozen ze serveru
kickExempt=\u00a7cNemuzes vyhodit tuhle osobu.
kickedAll=\u00a74Vykopl jsi vsechny hrace ze serveru.
kill=\u00a77Zabit {0}.
killExempt=\u00a74Nemuzes zabit hrace {0}
killExempt=\u00a74Nemuzes zabit hrace \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a7cTento kit neexistuje, nebo je chybne definovan.
kitError=\u00a7cNejsou zadne validni kity.
kitGiveTo=\u00a76Davam kit\u00a7c {0}\u00a76 hraci {1}\u00a7.
kitGiveTo=\u00a76Davam kit \u00a7c {0}\u00a76 hraci \u00a7c{1}\u00a76.
kitInvFull=\u00a7cMel jsi plny inventar, obsah kitu je na zemi.
kitNotFound=\u00a74Tento kit neexistuje.
kitOnce=\u00a74Jiz nemuzes tento kit pouzivat.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[SKRYTY]\u00a7f
loadWarpError=Chyba pri nacitani warpu\: {0}
localFormat=[L]<{0}> {1}
mailClear=\u00a7cPokud chces vymazat mail, napis /mail clear.
mailClear=\u00a76Pokud chces vymazat mail, napis\u00a7c /mail clear\u00a76.
mailCleared=\u00a77Mail vymazan\!
mailSent=\u00a77Mail odeslan\!
markMailAsRead=\u00a7cPokud chces mail oznacit jako precteny, napis /mail clear
markMailAsRead=\u00a76Pokud chces vymazat mail, napis\u00a7c /mail clear\u00a76.
markedAsAway=\u00a77Jsi oznacen jako "AFK".
markedAsNotAway=\u00a77Jiz nejsi oznacen jako "AFK".
matchingIPAddress=\u00a76Nasledujici hraci byli prihlaseni z teto IP\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a7cNesmis uveznit tuto postavu
me=ja
minute=minuta
minutes=minuty
missingItems=Nemas {0}x {1}.
missingItems=\u00a74Nemas \u00a7c{0}x {1}\u00a74.
mobSpawnError=Chyba pri pokusu o zmenu mob spawneru.
mobSpawnLimit=Pocet mobu limitovan serverem.
mobSpawnTarget=Musis se divat na spawner.
@@ -246,8 +233,8 @@ moneySentTo=\u00a7a{0} bylo odeslano hraci\: {1}
month=mesic
months=mesice
moreThanZero=Mnozstvi musi byt vetsi nez 0.
moveSpeed=\u00a77Nastavena rychlost {0} na {1} hraci {2}.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Nastavena \u00a7c{0} \u00a76rychlost hrace \u00a7c{2} \u00a76na \u00a7c{1}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Nelze pouzit vice jak jeden naboj pro tento ohnostroj.
multiplePotionEffects=\u00a74Nelze pouzit vice jak jeden efekt na tento lektvar.
muteExempt=\u00a7cTohoto hrace nemuzes umlcet.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a77Musis nejdrive povolit change-displayname v Essentials co
nickInUse=\u00a7cTento nick jiz nekdo ma.
nickNamesAlpha=\u00a7cNick musi byt alfanumericky.
nickNoMore=\u00a77Uz nemas zadny nick.
nickSet=\u00a77Nyni mas nickname\: \u00a7c{0}
nickSet=\u00a76Tvuj nick je nyni \u00a7c{0}\u00a76.
nickTooLong=\u00a74Tento nick je prilis dlouhy.
noAccessCommand=\u00a7cNemas povoleni na tento prikaz.
noAccessPermission=\u00a7cNemas povoleni k tomuto {0}.
noAccessPermission=\u00a74Nem\u00e1\u0161 opr\u00e1vn\u011bn\u00ed k tomuto \u00a7c{0}\u00a74.
noBreakBedrock=Nemas opravneni nicit bedrock.
noDestroyPermission=\u00a7cNemas povoleni nicit ten {0}.
noDestroyPermission=\u00a74Ty nem\u016f\u017ee\u0161 ni\u010dit \u00a7c{0}\u00a74.
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=\u00a76Nikoho neignoruje\u0161.
noKitPermission=\u00a7cPotrebujes \u00a7c{0}\u00a7c permission, aby jsi mohl pouzit tento kit.
@@ -300,8 +286,8 @@ now=nyni
nuke=Prsi na tebe smrt \:)
numberRequired=Hlupaku, musis vyplnit cislo.
onlyDayNight=/time podporuje pouze day/night.
onlyPlayerSkulls=\u00a74Muze nastavit pouze majitel hrackych hlav (397\:3).
onlyPlayers=Pouze hraci ve hre mohou pouzit\: {0}.
onlyPlayerSkulls=\u00a74M\u016f\u017ee nastavit pouze majitel hlavy hr\u00e1\u010de (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Jen hraci ve hre muzou pouzit \u00a7c{0}\u00a74.
onlySunStorm=/weather podporuje pouze sun/storm.
orderBalances=Usporadavam bohatstvi {0} hracu, prosim vydrz ...
oversizedTempban=\u00a74Nemuzes potrestat hrace ne tak dlouhou dobu.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76Tito hraci maji sve vlastni pocasi\:\u00a7r
pWeatherReset=\u00a76Hracovo pocasi bylo resetovano na\: \u00a7c{0}
pWeatherSet=\u00a76Pocasi pro hrace \u00a7c{1}\u00a76 bylo nastaveno na\: \u00a7c{0}.
pendingTeleportCancelled=\u00a7cNevyresena zadost o teleportaci byla zrusena.
playerBanIpAddress=\u00a76Hraci\u00a7c {0} \u00a76byla zabanovana IP adresa {1}\u00a76.
playerBanned=\u00a76Admin\u00a7c {0} \u00a76zabanoval {1} \u00a76za {2}.
playerInJail=\u00a7cHrac je jiz uveznen {0}.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Hr\u00e1\u010d\u00a7c {0} \u00a76byl potrest\u00e1n\u00a7c {1} \u00a76za \u00a7c{2}\u00a76.
playerInJail=\u00a74Hr\u00e1\u010d u\u017e je ve v\u011bzen\u00ed\u00a7c {0}\u00a74.
playerJailed=\u00a77Hrac {0} byl uveznen.
playerJailedFor=\u00a77Hrac {0} uveznen za {1}.
playerKicked=\u00a7cAdmin {0} vyhodil {1} za {2}
@@ -340,33 +326,33 @@ posX=\u00a76X\: {0} (+Vychod <-> -Zapad)
posY=\u00a76Y\: {0} (+Nahoru <-> -Dolu)
posYaw=\u00a76Odchylka\: {0}
posZ=\u00a76Z\: {0} (+Jih <-> -Sever)
possibleWorlds=\u00a77Mozne svety jsou cisla 0 az {0}.
possibleWorlds=\u00a76Mozne svety jsou cisla v rozmezi \u00a7c0\u00a76 - \u00a7c{0}\u00a76.
potions=\u00a7 6 \u00a76Lektvary\:\u00a7r {0}.
powerToolAir=Prikaz nemuze byt spojen se vzduchem.
powerToolAlreadySet=Prikaz \u00a7c{0}\u00a7f je jiz spojen s {1}.
powerToolAlreadySet=\u00a74Prikaz \u00a7c{0}\u00a74 jiz je prirazen \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a7f prikaz pripsan k {1}.
powerToolClearAll=Vsechny mocne nastroje byli smazany.
powerToolList=Hrac {1} ma tyto prikazy\: \u00a7c{0}\u00a7f.
powerToolListEmpty={0} nema pripsany zadne prikazy.
powerToolNoSuchCommandAssigned=Prikaz \u00a7c{0}\u00a7f nebyl pripsan k {1}.
powerToolRemove=Prikaz \u00a7c{0}\u00a7f odstranen z {1}.
powerToolRemoveAll=Vsechny prikazy zruseny od {0}.
powerToolNoSuchCommandAssigned=\u00a74Prikaz \u00a7c{0}\u00a74 neni prirazen \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Prikaz \u00a7c{0}\u00a76 odstranen z \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Vsechny prikazy byly odstraneny z \u00a7c{0}\u00a76.
powerToolsDisabled=Vsechny tve mocne nastroje byli zablokovany.
powerToolsEnabled=Vsechny tve mocne nastroje byli povoleny.
questionFormat=\u00a77[Otazka]\u00a7f {0}
readNextPage=Napis /{0} {1} pro precteni dalsi stranky.
recipe=\u00a76Recept na \u00a76{0}&6 ({1} z {2})
recipe=\u00a76Vypis receptu \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 z \u00a7c{2}\u00a76)
recipeBadIndex=Pro toto cislo neexistuje zadny recept.
recipeFurnace=\u00a76Prepal \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76is \u00a7c{1}
recipeFurnace=\u00a76Prepal\: \u00a7 6 \u00a7c {0}.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c X \u00a76je \u00a7c {0} {1}
recipeMore=\u00a76Pouzij /{0} \u00a7c{1}\u00a76 <cislo> pro zobrazeni dalsich receptu pro \u00a7c{2}\u00a76.
recipeNone=Zadny recept na {0} neexistuje
recipeNothing=neni
recipeShapeless=\u00a76Zkombinuj \u00a7c{0}
recipeWhere=\u00a76Kde\: {0}
removed=\u00a77Odstraneno {0} entitit.
repair=Uspesne jsi opravil svuj nastroj\: \u00a7e{0}.
repair=\u00a76Uspesne jsi opravil tvoji \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a77Tento item nepotrebuje opravu.
repairEnchanted=\u00a77Nemas opravneni opravovat enchantovane itemy.
repairInvalidType=\u00a7cTento item nemuze byt opraven.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a77{0} odmitl tvou zadost o teleport.
requestSent=\u00a77Zadost odeslana hraci {0}\u00a77.
requestTimedOut=\u00a7cZadost o teleportaci vyprsela.
requiredBukkit=* \! * Potrebujete minimalne verzi {0} Bukkitu, stahnete si ji z http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Hotovost vsech online hracu byla resetovana na \u00a7a{0}\u00a76.
resetBalAll=\u00a76Hotovost vsech online hracu byla resetovana na \u00a7a{0}\u00a76.
returnPlayerToJailError=Nastala chyba pri pokusu navraceni hrace {0} do vezeni\: {1}
resetBal=\u00a76Hotovost vsech online hracu byla resetovana na \u00a7c{0}\u00a76.
resetBalAll=\u00a76Hotovost vsech hracu byla resetovana na \u00a7c{0}\u00a76.
returnPlayerToJailError=\u00a74Nastala chyba pri pokusu navratit hrace \u00a7c{0}\u00a74 do vezeni\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Zahajeno hledani odpovidajicich hracu ''\u00a7c{0}\u00a76'' (..muze to chvilku trvat...)
second=sekunda
seconds=sekundy
seenOffline=Hrac {0} je offline od {1}
seenOnline=Hrac {0} je online od {1}
seenOffline=\u00a76Hrac \u00a7c{0} \u00a76je \u00a74offline\u00a76 od \u00a7c{1}\u00a76.
seenOnline=\u00a76Hrac \u00a7c{0} \u00a76je \u00a7aonline\u00a76 od \u00a7c{1}\u00a76.
serverFull=Server je plny
serverTotal=Maximum serveru\: {0}
setBal=\u00a7aTva hotovost byla nastavena na {0}.
setBalOthers=\u00a7aHotovost hrace {0}\u00a7a nastavena na {1}.
setSpawner=Zmenil jsi spawner na\: {0}
setSpawner=\u00a76Typ spawneru zmenen na\u00a7c {0}\u00a76.
sheepMalformedColor=Deformovana barva.
shoutFormat=\u00a77[Shout]\u00a7f {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Nemas opravneni zde vytvaret cedule.
similarWarpExist=Warp s podobnym nebo stejnym jmenem jiz existuje.
slimeMalformedSize=Zdeformovana velikost.
socialSpy=\u00a76SocialSpy pro {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy hrace \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=Tento mob ma rad, kdyz je sam.
spawnSet=\u00a77Spawn-lokace nastavena pro skupinu\: {0}.
spawned=spawnut
sudoExempt=Nemuzes ovladat tohoto hrace
sudoRun=Nutis hrace {0} k behu\: /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a77Sbohem kruty svete...
suicideSuccess=\u00a77{0} si vzal svuj zivot
survival=Survival
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7c{0} bylo odecteno z tveho uctu.
takenFromOthersAccount=\u00a7c{0} bylo odebrano z {1}\u00a7c uctu. Nova hodnota\: {2}
teleportAAll=\u00a77Zadost o teleportaci odeslana vsem hracum...
teleportAll=\u00a77Teleportuji v\u00c5\u00a1echny hrace...
teleportAtoB=\u00a77{0}\u00a77 vas teleportoval k {1}\u00a77.
teleportAtoB=\u00a7c{0} \u00a76te teleportoval k hraci \u00a7c{1}\u00a76.
teleportDisabled={0} mas teleportaci zablokovanou.
teleportHereRequest=\u00a7c{0}\u00a7c vas pozadal aby jste se warpnul k nemu.
teleportNewPlayerError=Teleportace noveho hrace selhala
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a7c se chce teleportovat k tobe.
teleportRequestTimeoutInfo=\u00a77Tato zadost vyprsi za {0} sekund.
teleportTop=\u00a77Teleportuji na vrch.
teleportationCommencing=\u00a77Teleportace zahajena...
teleportationDisabled=\u00a77Teleportace zakazana.
teleportationDisabledFor=\u00a76Teleportace zablokovana hraci {0}
teleportationEnabled=\u00a77Teleportace povolena.
teleportationEnabledFor=\u00a76Teleportace dovolena hraci {0}
teleportationDisabled=\u00a76Teleportace \u00a74vypnuta\u00a76.
teleportationDisabledFor=\u00a76Teleportace \u00a74vypnuta\u00a76 hraci \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportace \u00a7azapnuta\u00a76.
teleportationEnabledFor=\u00a76Teleportace \u00a7azapnuta\u00a76 hraci \u00a7c{0}\u00a76.
teleporting=\u00a77Teleportuji...
tempBanned=Docasne zabanovany na dobu {0}
teleportToPlayer=\u00a76Teleportuji k hraci \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a77Nemel by jsi docasne zabanovat tohoto hrace.
thunder=Nastavil jsi {0} bouri ve tvem svete.
thunderDuration=Nastavil jsi {0} bouri ve svete po {1} sekund.
timeBeforeHeal=Potrebny cas pro dalsi uzdraveni\: {0}
timeBeforeTeleport=Potrebny cas pro dalsi teleport\: {0}
timeFormat=\u00a73{0}\u00a7f nebo \u00a73{1}\u00a7f nebo \u00a73{2}\u00a7f
timeFormat=\u00a7c{0}\u00a76 nebo \u00a7c{1}\u00a76 nebo \u00a7c{2}\u00a76
timeSetPermission=\u00a7cNejsi autorizovany ke zmene casu.
timeWorldCurrent=Ve svete {0} je prave \u00a73{1}
timeWorldSet=Cas byl nastaven na {0} ve\: \u00a7c{1}
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aProdal jsi vsechny kostky ve svem inventari za celkovou
tps=Momentalni TPS \= {0}
tradeSignEmpty=Tato cedule jiz nema dostupny material na vymenu.
tradeSignEmptyOwner=Na teto ceduli dosel material.
treeFailure=\u00a7cNepodarilo se vytvorit strom. Zkus to znovu na trave nebo hline.
treeSpawned=\u00a77Strom vytvoren.
true=\u00a72Ano\u00a7f
typeTpaccept=\u00a77Pro prijmuti zadosti napis \u00a7c/tpaccept\u00a77.
typeTpdeny=\u00a77Pokud chces odmitnout zadost napis \u00a7c/tpdeny\u00a77.
@@ -451,8 +436,6 @@ unignorePlayer=Prestal jsi ignorovat hrace {0}.
unknownItemId=Nezname ID itemu\: {0}
unknownItemInList=Neznamy item {0} v {1} seznamu.
unknownItemName=Neznamy nazev itemu\: {0}
unlimitedItemPermission=\u00a7cNemas opravneni pro neomezeny item\: {0}.
unlimitedItems=Neomezene itemy\:
unmutedPlayer=Hrac {0} byl umlcen.
unvanishedReload=\u00a74Probehl reload serveru; jsi zase viditelny.
upgradingFilesError=Chyba pri updatovani souboru.
@@ -480,7 +463,7 @@ warpSet=\u00a77Warp {0} vytvoren.
warpUsePermission=\u00a7cNemas opravneni pouzit tento warp.
warpingTo=\u00a77Warpuji te do {0}.
warps=Warpy\: {0}
warpsCount=\u00a77Mame zde {0} warpu. Strana {1} z {2}.
warpsCount=\u00a76Je zde \u00a7c{0} \u00a76warpu. Zobrazuji stranku \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherStorm=\u00a77Nastavil jsi bourku v {0}
weatherStormFor=\u00a77Nastavil jsi bourku v {0} na {1} sekund.
weatherSun=\u00a77Nastavil jsi slunecne pocasi v {0}
@@ -525,25 +508,33 @@ radiusTooBig=\u00a74Polomer je prilis velky. Maximalni mozny polomer je {0} blok
isIpBanned=\u00a76IP \u00a7c{0} \u00a76je zabanovana.
mobDataList=\u00a76Spravny nazev mobu\:\u00a7r {0}
vanish=\u00a76Vanish pro hrace {0} je\u00a76\: {1}
noLocationFound=\u00a74Nebylo nalezeno platn\u00e9 um\u00edst\u011bn\u00ed.
noLocationFound=\u00a74Nebylo nalezeno platne umisteni.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Nemuzes zabanovat hrace, kteri nejsou pripojeni.
tempbanExemptOffline=\u00a74Nemuzes docasne zabanovat hrace, kteri nejsou pripojeni.
banExemptOffline=\u00a74Nemuzes zabanovat hrace ktery neni ve hre.
tempbanExemptOffline=\u00a74Nemuzes docasne zabanovat hrace ktery neni ve hre.
mayNotJailOffline=\u00a7Nemuzes uveznit hrace, kteri nejsou pripojeni.
muteExemptOffline=\u00a7Nemuzes umlcet hrace, kteri nejsou pripojeni.
muteExemptOffline=\u00a7Nemuzes umlcet hrace ktery neni ve hre.
ignoreExempt=\u00a74Nemuzes ignorovat tohoto hrace.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74Teleportace zde je nebezpecna a nastaveni teleport-safety je vypnuto.
noMetaJson=JSON Metadata nejsou podporovana v teto verzi Bukkitu.
maxMoney=\u00a74Tato transakce by prekrocila financni limit tohoto uctu.
skullChanged=\u00a76Hlava zmenena na \u00a7c{0}\u00a76.
alphaNames=\u00a74Nick muze obsahovat pouze pismena, cisla a podtrzitka
givenSkull=\u00a76Ziskal si hlavu hrace \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74Nemas prava na upravu teto hlavy.
teleportInvalidLocation=Souradnice nemohou prekrocit 30 000 000
invalidSkull=\u00a74Vem si hlavu nejprve do ruky.
weatherInvalidWorld=Svet s nazvem {0} nebyl nalezen\!
gameModeInvalid=\u00a74Chybny nick hrace nebo herni mod.
mailTooLong=\u00a74Mailov\u00e1 zpr\u00e1va je velmi dlouh\u00e1. Limit je pod 1000 znak\u016f.
mailDelay=Bylo odeslano prilis mnoho mailu. Pockej minutu. Maximum\: {0}
seenAccounts=\u00a76Hrac je take znamy jako\:\u00a7c {0}
unableToSpawnItem=\u00a74Nepodarilo se spawnout \u00a7c{0}\u00a74, nejedna se o item, ktery jde spawnout.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74Du har ikke tilladelse til at bruge\u00a7c {0}\u00a74.
autoAfkKickReason=Du er blevet smidt ud, fordi du har v\u00e6ret inaktiv i mere end {0} minutter.
backAfterDeath=\u00a76Brug /back kommandoen for at vende tilbage til der hvor du d\u00f8de.
backUsageMsg=\u00a76Retunerer til tidligere lokation.
backupDisabled=\u00a74Et eksternt backup-script er ikke konfigureret.
backupFinished=\u00a76Backup afsluttet.
backupStarted=\u00a76Backup startet.
balance=\u00a7aSaldo\:\u00a7c {0}
balanceOther=\u00a7aSaldo for {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Top saldi ({0})
@@ -32,8 +29,6 @@ bed=\u00a7obed\u00a7r
bedMissing=\u00a74Din seng er enten ikke sat, mangler eller ogs\u00e5 er den blokeret.
bedNull=\u00a7mbed\u00a7r
bedSet=\u00a76Seng-spawn er sat\!
bigTreeFailure=\u00a74Fejl under generering af stort tr\u00e6. Pr\u00f8v igen p\u00e5 gr\u00e6s eller jord.
bigTreeSuccess=\u00a76Stort tr\u00e6 spawnet.
blockList=\u00a76Essentials videregav de f\u00f8lgende kommandoer til et andet plugin\:
bookAuthorSet=\u00a76Bogens forfatter er \u00e6ndret til {0}.
bookLocked=\u00a76Denne bog er nu l\u00e5st.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spion]
cleaned=Brugerfiler blev renset.
cleaning=Renser brugerfiler.
commandFailed=Kommando {0} fejlede\:
commandHelpFailedForPlugin=Fejl ved hentning af hj\u00e6lp til pluginnet\: {0}
commandNotLoaded=\u00a74Kommandoen {0} er indl\u00e6st forkert.
compassBearing=\u00a76Pejling\: {0} ({1} grader).
configFileMoveError=Kunne ikke flytte config.yml til backup-lokation.
@@ -83,7 +77,6 @@ depth=\u00a76Du er ved havets overflade.
depthAboveSea=\u00a76Du er\u00a7c {0} \u00a76blok(ke) over havets overflade.
depthBelowSea=\u00a76Du er\u00a7c {0} \u00a76blok(ke) under havets overflade.
destinationNotSet=Destination er ikke sat\!
disableUnlimited=\u00a76Deaktiverede ubegr\u00e6nset placering af\u00a7c {0} \u00a76i {1}.
disabled=deaktiveret
disabledToSpawnMob=\u00a74Spawning af dette mob er deaktiveret i konfigurationsfilen.
distance=\u00a76Afstand\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=Downloader GeoIP database... dette tager m\u00e5ske noget tid (
duplicatedUserdata=Duplikerede brugerdata\: {0} og {1}.
durability=\u00a76Dette v\u00e6rkt\u00f8j har \u00a7c{0}\u00a76 anvendelser tilbage.
editBookContents=\u00a7eDu kan nu \u00e6ndre denne bogs indhold.
enableUnlimited=\u00a76Giver ubegr\u00e6nset antal af\u00a7c {0} \u00a76til {1}.
enabled=aktiveret
enchantmentApplied=\u00a76Fortryllelsen\u00a7c {0} \u00a76er blevet anvendt til elementet i din h\u00e5nd.
enchantmentNotFound=\u00a74Fortryllelsen blev ikke fundet\!
@@ -103,7 +95,7 @@ errorCallingCommand=Kunne ikke finde kommandoen /{0}
errorWithMessage=\u00a7cFejl\:\u00a74 {0}
essentialsHelp1=Filen er \u00f8delagt, og Essentials kan ikke \u00e5bne den. Essentials er nu deaktiveret. Hvis du ikke selv kan fikse fejlen, s\u00e5 bes\u00f8g http\://tiny.cc/EssentialsChat
essentialsHelp2=Filen er \u00f8delagt, og Essentials kan ikke \u00e5bne den. Essentials er nu deaktiveret. Hvis du ikke selv kan fikse fejlen, s\u00e5 skriv enten /essentialshelp i spillet eller bes\u00f8g http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials er genindl\u00e6st\u00a7c {0}
essentialsReload=\u00a76Essentials blev genindl\u00e6st\u00a7c {0}.
exp=\u00a7c{0} \u00a76har\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) og beh\u00f8ver\u00a7c {3} \u00a76mere exp for at stige i level.
expSet=\u00a7c{0} \u00a76har nu\u00a7c {1} \u00a76exp.
extinguish=\u00a76Du slukkede selv.
@@ -113,7 +105,7 @@ failedToCreateConfig=Kunne ikke oprette konfig {0}.
failedToWriteConfig=Kunne ikke skrive konfig {0}.
false=\u00a74falsk\u00a7r
feed=\u00a76Din appetit blev m\u00e6ttet.
feedOther=\u00a76Du m\u00e6ttede appetitten hos {0}\u00a76.
feedOther=\u00a76Du tilfredsstillede \u00a7c{0}s appetit\u00a76.
fileRenameError=Omd\u00f8bning af filen {0} fejlede\!
fireworkColor=\u00a74Ugyldig fyrv\u00e6rkeriladningsparametre indsat. Der skal s\u00e6ttes en farve f\u00f8rst.
fireworkEffectsCleared=\u00a76Fjernede alle effekter fra den holdte stak.
@@ -122,7 +114,7 @@ flyMode=\u00a76Set flytilstand \u00a7c {0} \u00a76for {1}\u00a76.
flying=flyve
foreverAlone=\u00a74Der er ingen, du kan sende et svar til.
fullStack=\u00a74Du har allerede en fuld stak.
gameMode=\u00a76Set spiltilstand\u00a7c {0} \u00a76for {1}\u00a76.
gameMode=\u00a76\u00c6ndrede spiltilstand til\u00a7c {0} \u00a76for \u00a7c{1}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 enheder, \u00a7c{4}\u00a76 tiles.
gcfree=\u00a76Fri hukommelse\:\u00a7c {0} MB.
gcmax=\u00a76Maksimum hukommelse\:\u00a7c {0} MB.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=GeoIP download url er tom.
geoIpUrlInvalid=GeoIP download url er ugyldig.
geoipJoinFormat=\u00a76Spilleren \u00a7c{0} \u00a76kommer fra \u00a7c{1}\u00a76.
giveSpawn=\u00a76Giver\u00a7c {0} \u00a76af\u00a7c {1} til\u00a7c {2}\u00a76.
godDisabledFor=\u00a74deaktiverede\u00a76 for\u00a7c {0}
godDisabledFor=\u00a7cdeaktiveret\u00a76 for\u00a7c {0}
godEnabledFor=\u00a7aaktiveret\u00a76 for\u00a7c {0}
godMode=\u00a76Gudetilstand\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Der er ingen online i denne gruppe\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76Du er blevet frigjort.
heal=\u00a76Du er blevet helbredt.
healDead=\u00a74Du kan ikke helbrede nogen, som er d\u00f8d\!
healOther=\u00a76Helbredt\u00a7c {0}\u00a76.
helpConsole=For at se hj\u00e6lp fra konsollen, skriv ?.
helpFrom=\u00a76Kommandoer fra {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Kommandoer, der matcher "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[Hj\u00e6lpeOp]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Pluginhj\u00e6lp\: /help {1}
holdBook=\u00a74Du holder ikke en skrivbar bog.
holdFirework=\u00a74Du skal have noget fyrv\u00e6rkeri i din h\u00e5nd for at tilf\u00f8je effekter til det.
holdPotion=\u00a74Du skal have en eliksir i din h\u00e5nd for at tilf\u00f8je effekter til den.
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Side \u00a7c{0}\u00a76/\u00a7
infoUnknownChapter=\u00a74Ukendt kapitel.
insufficientFunds=\u00a74Ikke tilstr\u00e6kkelige midler.
invalidCharge=\u00a74Ugyldig ladning.
invalidFireworkFormat=\u00a76Valget \u00a74{0} \u00a76er ikke en gyldig v\u00e6rdi for \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74Muligheden \u00a7c{0} \u00a74er ikke en gyldig v\u00e6rdi til \u00a7c{1}\u00a74.
invalidHome=\u00a74Hjemmet\u00a7c {0} \u00a74eksisterer ikke\!
invalidHomeName=\u00a74Ugyldigt navn til dit hjem.
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Ugyldig mob type.
invalidNumber=Ugyldigt nummer.
invalidPotion=\u00a74Ugyldig eliksir.
invalidPotionMeta=\u00a74Ugyldig eliksir meta\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=Smidt ud fra serveren.
kickExempt=\u00a74Du kan ikke smide den person ud.
kickedAll=\u00a74Smed alle ud fra serveren.
kill=\u00a76Dr\u00e6bte\u00a7c {0}\u00a76.
killExempt=\u00a74Du kan ikke dr\u00e6be {0}
killExempt=\u00a74Du kan ikke dr\u00e6be \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Det kit er ikke defineret korrekt. Kontakt en administrator.
kitError=\u00a74Der er ingen gyldige kits.
kitGiveTo=\u00a76Giver kittet\u00a7c {0}\u00a76 til {1}\u00a7.
kitGiveTo=\u00a76Giver kit\u00a7c {0}\u00a76 til \u00a7c{1}\u00a76.
kitInvFull=\u00a7cDin inventory er fuld, placerer kit p\u00e5 gulvet.
kitNotFound=\u00a74Det kit eksisterer ikke.
kitOnce=\u00a74Du kan ikke benytte dig af det kit igen.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[SKJULT]\u00a7r
loadWarpError=\u00a74Kunne ikke indl\u00e6se warp {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76For at markere din mail som l\u00e6st, skriv\u00a7c /mail clear.
mailClear=\u00a76For at markere alt post som l\u00e6st, skriv\u00a7c /mail clear\u00a76.
mailCleared=\u00a76Mail Ryddet\!
mailSent=\u00a76Mail sendt\!
markMailAsRead=\u00a76For at markere din mail som l\u00e6st, skriv\u00a7c /mail clear.
markMailAsRead=\u00a76For at markere alt post som l\u00e6st, skriv\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76Du er nu markeret som v\u00e6rende v\u00e6k.
markedAsNotAway=\u00a76Du er ikke l\u00e6ngere markeret som v\u00e6rende v\u00e6k.
matchingIPAddress=\u00a76De f\u00f8lgende spillere er tidligere logget ind fra den IP adresse\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74Du kan ikke s\u00e6tte den person i f\u00e6ngsel\!
me=mig
minute=minut
minutes=minutter
missingItems=\u00a74Du har ikke {0}x {1}.
missingItems=\u00a74Du har ikke \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74Fejl under \u00e6ndring af mob spawner.
mobSpawnLimit=Mob m\u00e6ngde begr\u00e6nset til serverens gr\u00e6nse.
mobSpawnTarget=\u00a74M\u00e5lblokken skal v\u00e6re en mob spawner.
@@ -246,8 +233,8 @@ moneySentTo=\u00a7a{0} er blevet sendt til {1}.
month=m\u00e5ned
months=m\u00e5neder
moreThanZero=\u00a74M\u00e6ngder skal v\u00e6re st\u00f8rre end 0.
moveSpeed=\u00a76Satte {0} hastighed til\u00a7c {1} \u00a76for {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Satte {0} hastighed til\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Du kan ikke tilf\u00f8je mere end \u00e9n ladning til dette fyrv\u00e6rkeri.
multiplePotionEffects=\u00a74Du kan ikke tilf\u00f8je mere end \u00e9n effekt til denne eliksir.
muteExempt=\u00a74Du kan ikke g\u00f8re den spiller tavs.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74Du skal aktivere change-displayname i Essentials-konfigge
nickInUse=\u00a74Det navn bruges allerede.
nickNamesAlpha=\u00a74Kaldenavne skal v\u00e6re alfanumeriske.
nickNoMore=\u00a76Du har ikke l\u00e6ngere et kaldenavn.
nickSet=\u00a76Dit kaldenavn er nu \u00a7c{0}
nickSet=\u00a76Dit kaldenavn er nu \u00a7c{0}\u00a76.
nickTooLong=\u00a74Det kaldenavn er for langt.
noAccessCommand=\u00a74Du har ikke adgang til den kommando.
noAccessPermission=\u00a74Du har ikke tilladelse til at tilg\u00e5 {0}.
noAccessPermission=\u00a74Du har ikke tilladelse til at bruge den \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74Du er ikke tilladt at \u00f8del\u00e6gge bedrock.
noDestroyPermission=\u00a74Du har ikke tilladelse til at \u00f8del\u00e6gge den {0}.
noDestroyPermission=\u00a74Du har ikke tilladelse til at \u00f8del\u00e6gge den \u00a7c{0}\u00a74.
noDurability=\u00a74Dette element har ingen holdbarhed.
noGodWorldWarning=\u00a74Advarsel\! Gud-tilstand er deaktiveret i denne verden.
noHelpFound=\u00a74Ingen matchende kommandoer.
noHomeSetPlayer=\u00a76Spilleren har ikke sat et hjem.
noIgnored=\u00a76Du ignorerer ingen.
noKitPermission=\u00a74Du mangler f\u00f8lgende tilladelse for at bruge det kit\: \u00a7c{0}\u00a74
@@ -300,8 +286,8 @@ now=nu
nuke=\u00a75Lad d\u00f8den regne over dem.
numberRequired=Der skal v\u00e6re et tal, dit fjollehoved.
onlyDayNight=/time underst\u00f8tter kun day/night.
onlyPlayerSkulls=\u00a74Du kan kun \u00e6ndre ejeren af spillerhoveder. (397\:3).
onlyPlayers=\u00a74Kun in-game spillere kan bruge {0}.
onlyPlayerSkulls=\u00a74Du kan kun indstille ejeren af spillerkranier (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Kun spillere p\u00e5 serveren kan bruge \u00a7c{0}\u00a74.
onlySunStorm=\u00a74/weather underst\u00f8tter kun sun/storm.
orderBalances=\u00a76Tjekker saldi af\u00a7c {0} \u00a76brugere. Vent venligst...
oversizedTempban=\u00a74Du kan ikke bandlyse den spiller i det tidsrum.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76Disse spillere har brugerdefineret vejr\:\u00a7r
pWeatherReset=\u00a76Spillervejret blev nulstillet for\: \u00a7c{0}
pWeatherSet=\u00a76Spillervejret blev \u00e6ndret til \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Afventende teleporteringsanmodning afvist.
playerBanIpAddress=\u00a76Spilleren\u00a7c {0} \u00a76bandlyste IP-adressen {1}\u00a76.
playerBanned=\u00a76Spilleren\u00a7c {0} \u00a76bandlyste {1} \u00a76med grunden\: {2}.
playerInJail=\u00a74Spilleren er allerede i f\u00e6ngsel\u00a7c {0}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Spilleren\u00a7c {0} blev \u00a76bandlyst\u00a7c {1} \u00a76i \u00a7c{2}\u00a76.
playerInJail=\u00a74Spilleren er allerede i f\u00e6ngsel\u00a7c {0}\u00a74.
playerJailed=\u00a76Spilleren\u00a7c {0} \u00a76blev f\u00e6ngslet.
playerJailedFor=\u00a76Spilleren\u00a7c {0} \u00a76blev f\u00e6ngslet i {1}.
playerKicked=\u00a76Spilleren\u00a7c {0} \u00a76smed {1} ud med grunden\: {2}.
@@ -340,33 +326,33 @@ posX=\u00a76X\: {0} (+\u00d8st <-> -Vest)
posY=\u00a76Y\: {0} (+Op <-> -Ned)
posYaw=\u00a76Yaw\: {0} (Rotation)
posZ=\u00a76Z\: {0} (+Syd <-> -Nord)
possibleWorlds=\u00a76Mulige verdener er tallene 0 til {0}.
possibleWorlds=\u00a76Mulige verdener er tal fra \u00a7c0\u00a76 til \u00a7c{0}\u00a76.
potions=\u00a76Eliksirer\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Kommandoen kan ikke fastg\u00f8res til luft.
powerToolAlreadySet=\u00a74Kommandoen \u00a7c{0}\u00a74 er allerede fastgjort til {1}.
powerToolAlreadySet=\u00a74Kommandoen \u00a7c{0}\u00a74 er allerede tildelt til \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 kommando fastgjort til {1}.
powerToolClearAll=\u00a76Alle magtv\u00e6rkt\u00f8jskommandoer er blevet ryddet.
powerToolList=\u00a76Element \u00a7c{1} \u00a76har de f\u00f8lgende kommandoer\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Element \u00a7c{0} \u00a74har ingen kommandoer tildelt.
powerToolNoSuchCommandAssigned=\u00a74Kommandoen \u00a7c{0}\u00a74 er ikke blevet tildelt {1}.
powerToolRemove=\u00a76Kommando \u00a7c{0}\u00a76 fjernet fra {1}.
powerToolRemoveAll=\u00a76Alle kommandoer fjernet fra {0}.
powerToolNoSuchCommandAssigned=\u00a74Kommandoen \u00a7c{0}\u00a74 er ikke blevet tildelt \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Kommando \u00a7c{0}\u00a76 fjernet fra \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Alle kommandoer fjernet fra \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76Alle dine magtv\u00e6rkt\u00f8jer er deaktiveret.
powerToolsEnabled=\u00a76Alle dine magtv\u00e6rkt\u00f8jer er aktiveret.
questionFormat=\u00a72[Sp\u00f8rgsm\u00e5l]\u00a7r {0}
readNextPage=\u00a76Skriv\u00a7c /{0} {1} \u00a76for at l\u00e6se den n\u00e6ste side.
recipe=\u00a76Opskrift til \u00a7c{0}\u00a76 ({1} of {2})
recipe=\u00a76Opskrivt for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 af \u00a7c{2}\u00a76)
recipeBadIndex=Der er ingen opskrift af det nummer.
recipeFurnace=\u00a76Smelt \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76er \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76er \u00a7c{1}
recipeMore=\u00a76Skriv /{0} \u00a7c{1}\u00a76 <nummer> for at \u00e6ndre andre opskrifter for \u00a7c{2}\u00a76.
recipeNone=Ingen opskrift eksisterer for {0}
recipeNothing=intet
recipeShapeless=\u00a76Kombiner \u00a7c{0}
recipeWhere=\u00a76Hvor\: {0}
removed=\u00a76Fjernede\u00a7c {0} \u00a76enheder.
repair=\u00a76Du har med succes repareret din(e)\: \u00a7c{0}.
repair=\u00a76Du har succesfuldt repareret din\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a74Dette element beh\u00f8ver ikke reparation.
repairEnchanted=\u00a74Du har ikke tilladelse til at reparere fortryllede elementer.
repairInvalidType=\u00a74Dette element kan ikke repareres.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0} \u00a76afviste din teleporteringsanmodning.
requestSent=\u00a76Anmodning sendt til\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Teleporteringsanmoding udl\u00f8b.
requiredBukkit=\u00a76* \! * Du skal minimum bruge build {0} af CraftBukkit. Download det fra http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Saldo er blevet nulstillet til \u00a7a{0} \u00a76for alle online spillere.
resetBalAll=\u00a76Saldo er blevet nulstillet til \u00a7a{0} \u00a76for alle spillere.
returnPlayerToJailError=\u00a74Der opstod en fejl, da spilleren\u00a7c {0} \u00a74skulle retuneres til f\u00e6ngsel\: {1}\!
resetBal=\u00a76Saldo er blevet nulstillet til \u00a7c{0} \u00a76for alle online spillere.
resetBalAll=\u00a76Saldo er blevet nulstillet til \u00a7c{0} \u00a76for alle spillere.
returnPlayerToJailError=\u00a74Der opstod en fejl under fors\u00f8get p\u00e5 at returnere spilleren\u00a7c {0} \u00a74til f\u00e6ngsel\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76S\u00f8ger efter spillere, der matcher ''\u00a7c{0}\u00a76'' (dette kan tage lidt tid)
second=sekund
seconds=sekunder
seenOffline=\u00a76Spilleren\u00a7c {0} \u00a76har v\u00e6ret \u00a74offline\u00a76 siden {1}.
seenOnline=\u00a76Spiller\u00a7c {0} \u00a76har v\u00e6ret \u00a7aonline\u00a76 siden {1}.
seenOffline=\u00a76Spilleren\u00a7c {0} \u00a76har v\u00e6ret \u00a74offline\u00a76 siden \u00a7c{1}\u00a76.
seenOnline=\u00a76Spilleren\u00a7c {0} \u00a76har v\u00e6ret \u00a7aonline\u00a76 siden \u00a7c{1}\u00a76.
serverFull=Serveren er fyldt op\!
serverTotal=\u00a76Server Total\:\u00a7c {0}
setBal=\u00a7aDin saldo blev \u00e6ndret til {0}.
setBalOthers=\u00a7aDu \u00e6ndrede {0}\u00a7a''s saldo til {1}.
setSpawner=\u00a76\u00c6ndrede spawner type til\u00a7c {0}
setSpawner=\u00a76\u00c6ndrede spawner type til\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Forkert udformet farve.
shoutFormat=\u00a76[R\u00e5b]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Du har ikke tilladelse til at lave et skilt her.
similarWarpExist=\u00a74Et warp med et lignende navn eksisterer allerede.
slimeMalformedSize=\u00a74Forkert udformet st\u00f8rrelse.
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74Det mob kan lide at v\u00e6re alene.
spawnSet=\u00a76Spawn lokation \u00e6ndret for gruppen\u00a7c {0}\u00a76.
spawned=spawnede
sudoExempt=\u00a74Du kan ikke sudo denne spiller.
sudoRun=\u00a76Tvinger\u00a7c {0} \u00a76til at l\u00f8be\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Farvel, grusomme verden...
suicideSuccess=\u00a76{0} \u00a76tog sit eget liv.
survival=overlevelse
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a{0} er blevet taget fra din konto.
takenFromOthersAccount=\u00a7a{0} taget fra {1}\u00a7a konto. Ny saldo\: {2}.
teleportAAll=\u00a76Teleporteringsanmodning sendt til alle spillere...
teleportAll=\u00a76Teleporterer alle spillere...
teleportAtoB=\u00a7c{0}\u00a76 teleporterede dig til {1}\u00a76.
teleportAtoB=\u00a7c{0}\u00a76 teleporterede dig til \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74har deaktiveret teleportering.
teleportHereRequest=\u00a7c{0}\u00a76 har anmodet om, at du teleporterer til spilleren.
teleportNewPlayerError=\u00a74Kunne ikke teleportere ny spiller\!
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 har anmodet om at teleportere til dig.
teleportRequestTimeoutInfo=\u00a76Denne anmodning vil udl\u00f8be efter\u00a7c {0} sekunder\u00a76.
teleportTop=\u00a76Teleporterer til toppen.
teleportationCommencing=\u00a76Teleportering begynder...
teleportationDisabled=\u00a76Teleportering deaktiveret.
teleportationDisabledFor=\u00a76Teleportering deaktiveret for {0}.
teleportationEnabled=\u00a76Teleportering aktiveret.
teleportationEnabledFor=\u00a76Teleportering aktiveret for {0}.
teleportationDisabled=\u00a76Teleportering \u00a7cdeaktiveret\u00a76.
teleportationDisabledFor=\u00a76Teleportering \u00a7cdeaktiveret \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportering \u00a7caktiveret\u00a76.
teleportationEnabledFor=\u00a76Teleportering \u00a7caktiveret \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a76Teleporterer...
tempBanned=Midlertidigt bandlyst fra serveren med grunden {0}.
teleportToPlayer=\u00a76Teleporterer til \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Du kan ikke tempbanne den spiller.
thunder=\u00a76Du har\u00a7c {0} \u00a76torden i din verden.
thunderDuration=\u00a76Du har\u00a7c {0} \u00a76torden i din verden i\u00a7c {1} \u00a76sekunder.
timeBeforeHeal=\u00a74Tid inden n\u00e6ste helbredelse\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a74Tid inden n\u00e6ste teleport\:\u00a7c {0}\u00a76.
timeFormat=\u00a7c{0}\u00a76 eller \u00a7c{1}\u00a76 eller \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76 eller \u00a7c{1}\u00a76 eller \u00a7c{2}\u00a76
timeSetPermission=\u00a74Du er ikke autoriseret til at \u00e6ndre tiden.
timeWorldCurrent=\u00a76Den nuv\u00e6rende tid i\u00a7c {0} \u00a76er \u00a7c{1}\u00a76.
timeWorldSet=\u00a76Tiden blev \u00e6ndret til\u00a7c {0} \u00a76i\: \u00a7c{1}\u00a76.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aSolgte alle blokke for en total v\u00e6rdi af \u00a7c{1}
tps=\u00a76Nuv\u00e6rende TPS \= {0}
tradeSignEmpty=\u00a74Handelsskiltet har ikke noget tilg\u00e6ngeligt til dig.
tradeSignEmptyOwner=\u00a74Der er ikke noget at hente fra dette handelsskilt.
treeFailure=\u00a74Fejl ved generering af tr\u00e6. Pr\u00f8v igen p\u00e5 gr\u00e6s eller jord.
treeSpawned=\u00a76Tr\u00e6 spawnet.
true=\u00a7asandt\u00a7r
typeTpaccept=\u00a76For et teleportere, skriv \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76For at afvise denne anmodning, skriv \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76Du ignorerer ikke spilleren\u00a7c {0} \u00a76mere.
unknownItemId=\u00a74Ukendt element ID\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Ukendt element {0} i {1} list.
unknownItemName=\u00a74Ukendt elementnavn\: {0}.
unlimitedItemPermission=\u00a7cIngen tilladelse til ubegr\u00e6nset ting {0}.
unlimitedItems=\u00a76Ubegr\u00e6nsede ting\:\u00a7r
unmutedPlayer=\u00a76Spilleren\u00a7c {0} \u00a76har f\u00e5et sin stemme tilbage.
unvanishedReload=\u00a74En reload har tvunget dig til at blive synlig.
upgradingFilesError=Der opstod en fejl under opgraderingen af filerne.
@@ -480,7 +463,7 @@ warpSet=\u00a76Warp\u00a7c {0} \u00a76blev sat.
warpUsePermission=\u00a74Du har ikke tilladelse til at bruge det warp.
warpingTo=\u00a76Warper til\u00a7c {0}\u00a76.
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a76Der er\u00a7c {0} \u00a76warps. Viser side {1} af {2}.
warpsCount=\u00a76Der er\u00a7c {0} \u00a76warps. Viser side \u00a7c{1} \u00a76af \u00a7c{2}\u00a76.
weatherStorm=\u00a76Du \u00e6ndrede vejret til \u00a7cstorm\u00a76 i\u00a7c {0}\u00a76.
weatherStormFor=\u00a76Du \u00e6ndrede vejret til \u00a7cstorm\u00a76 i\u00a7c {0} \u00a76i {1} sekunder.
weatherSun=\u00a76Du \u00e6ndrede vejret til \u00a7csolrigt\u00a76 i\u00a7c {0}\u00a76.
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74Du kan ikke midlertidigt bandlyse offline spillere.
mayNotJailOffline=\u00a74Du kan ikke s\u00e6tte offline spillere i f\u00e6ngsel.
muteExemptOffline=\u00a74Du kan ikke g\u00f8re offline spillere tavse.
ignoreExempt=\u00a74Du kan ikke ignorere den spiller.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74Teleport destinationen er usikker og teleport-safety er deaktiveret.
noMetaJson=JSON Metadata er ikke underst\u00f8ttet i denne version af Bukkit.
maxMoney=\u00a74Denne transaktion vil overstige saldoen af denne konto.
skullChanged=\u00a76Kranie \u00e6ndret til \u00a7c{0}\u00a76.
alphaNames=\u00a74Spillernavne kan kun indeholde bogstaver, tal og underscores.
givenSkull=\u00a76Du er blevet givet \u00a7c{0}\u00a76s kranie.
noPermissionSkull=\u00a74Du har ikke tilladelse til at modificere det kranie.
teleportInvalidLocation=V\u00e6rdi af koordinater kan ikke overstige 30000000
invalidSkull=\u00a74Hold venligst et spillerkranie.
weatherInvalidWorld=En verden kaldet {0} blev ikke fundet\!
gameModeInvalid=\u00a74Du skal angive en gyldig spiller/tilstand.
mailTooLong=\u00a74Mailbeskeden er for lang. Pr\u00f8v at holde den under 1000 tegn.
mailDelay=For mange mails er blevet sendt inden for det sidste minut. Maksimum\: {0}
seenAccounts=\u00a76Spilleren er ogs\u00e5 kendt som\:\u00a7c {0}
unableToSpawnItem=\u00a74Kan ikke spawne \u00a7c{0}\u00a74, da det ikke er spawnbart element.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74Du darfst\u00a7c {0}\u00a74nicht benutzen.
autoAfkKickReason=Du wurdest rausgeworfen, weil du f\u00fcr {0} Minuten inaktiv warst.
backAfterDeath=\u00a76Benutze den Befehl /back um zu deinem Todespunkt zur\u00fcck zu kehren.
backUsageMsg=\u00a76Kehre zur letzten Position zur\u00fcck.
backupDisabled=\u00a74Ein externes Backup-Skript wurde nicht konfiguriert.
backupFinished=\u00a76Backup beendet.
backupStarted=\u00a76Backup gestartet.
balance=\u00a7aKontostand\:\u00a7c {0}
balanceOther=\u00a7aKontostand von {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Die h\u00f6chsten Kontost\u00e4nde ({0})
@@ -32,8 +29,6 @@ bed=\u00a7oBett\u00a7r
bedMissing=\u00a74Dein Bett ist entweder nicht gesetzt, fehlt oder ist blockiert.
bedNull=\u00a7mBett\u00a7r
bedSet=\u00a76Bett-Spawn gesetzt\!
bigTreeFailure=\u00a74Fehler beim Pflanzen eines grossen Baums. Versuch es auf Gras oder Dreck.
bigTreeSuccess=\u00a76Grosser Baum gepflanzt.
blockList=\u00a76Essentials hat die folgenden Befehle an ein anderes Plugin weiter gegeben\:
bookAuthorSet=\u00a76Autor des Buchs auf {0} ge\u00e4ndert.
bookLocked=\u00a76Dieses Buch ist jetzt versiegelt.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spion]
cleaned=Spielerdateien geleert.
cleaning=S\u00e4ubere Spielerdateien.
commandFailed=Befehl {0} scheiterte\:
commandHelpFailedForPlugin=Fehler beim Abrufen der Hilfe f\u00fcr\: {0}
commandNotLoaded=\u00a74Befehl {0} ist nicht richtig geladen.
compassBearing=\u00a76Peilung\: {0} ({1} Grad).
configFileMoveError=Fehler beim Verschieben der config.yml in das Backupverzeichnis.
@@ -83,7 +77,6 @@ depth=\u00a76Du bist auf Meeresh\u00f6he.
depthAboveSea=\u00a76Du bist\u00a7c {0} \u00a76Bl\u00f6cke \u00fcber Meeresh\u00f6he.
depthBelowSea=\u00a76Du bist\u00a7c {0} \u00a76Bl\u00f6cke unter Meeresh\u00f6he.
destinationNotSet=Ziel nicht gesetzt\!
disableUnlimited=\u00a76Deaktiviere unbegrenztes Platzieren von\u00a7c {0} \u00a76f\u00fcr {1}.
disabled=deaktiviert
disabledToSpawnMob=\u00a74Das Spawnen dieses Mobs wurde in der Konfigurationsdatei deaktiviert.
distance=\u00a76Entfernung\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=Lade GeoIP-Datenbank ... dies kann etwas dauern (country\: 0.6
duplicatedUserdata=Doppelte Datei in userdata\: {0} und {1}.
durability=\u00a76Dieses Werkzeug kann noch \u00a7c{0}\u00a76 mal benutzt werden.
editBookContents=\u00a7eDu darfst jetzt den Inhalt dieses Buches bearbeiten.
enableUnlimited=\u00a76Gebe {1} unbegrenzte Mengen von\u00a7c {0}\u00a76.
enabled=aktiviert
enchantmentApplied=\u00a76Der Gegenstand in deiner Hand wurde mit\u00a7c {0} \u00a76verzaubert.
enchantmentNotFound=\u00a74Verzauberung nicht gefunden\!
@@ -103,7 +95,7 @@ errorCallingCommand=Fehler beim Aufrufen des Befehls /{0}
errorWithMessage=\u00a7cFehler\:\u00a74 {0}
essentialsHelp1=Die Datei ist besch\u00e4digt und Essentials kann sie nicht \u00f6ffnen. Essentials ist jetzt deaktiviert. Wenn du die Datei selbst nicht reparieren kannst, gehe auf http\://tiny.cc/EssentialsChat
essentialsHelp2=Die Datei ist besch\u00e4digt und Essentials kann sie nicht \u00f6ffnen. Essentials ist jetzt deaktiviert. Wenn du die Datei selbst nicht reparieren kannst, versuche /essentialshelp oder gehe auf http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials neu geladen\u00a7c {0}
essentialsReload=\u00a76Essentials neu geladen\u00a7c {0}.
exp=\u00a7c{0} \u00a76hat\u00a7c {1} \u00a76Exp (Level\u00a7c {2}\u00a76) und braucht\u00a7c {3} \u00a76Punkte f\u00fcr den n\u00e4chsten Level.
expSet=\u00a7c{0} \u00a76hat jetzt\u00a7c {1} \u00a76Exp.
extinguish=\u00a76Du hast dich selbst gel\u00f6scht.
@@ -113,7 +105,7 @@ failedToCreateConfig=Fehler beim Erstellen der Konfiguration {0}.
failedToWriteConfig=Fehler beim Schreiben der Konfiguration {0}.
false=\u00a74nein\u00a7r
feed=\u00a76Dein Hunger wurde gestillt.
feedOther=\u00a76Du hast den Hunger von {0} \u00a76gestillt.
feedOther=\u00a76Du hast dein Hunger von \u00a7c{0}\u00a76gestillt.
fileRenameError=Umbenennen von {0} gescheitert\!
fireworkColor=\u00a74Ung\u00fcltige Feuerwerksparameter angegeben, setze zuerst eine Farbe.
fireworkEffectsCleared=\u00a76Alle Effekte vom Stapel in der Hand entfernt.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=GeoIP Download-URL ist leer.
geoIpUrlInvalid=GeoIP Download-URL ist ung\u00fcltig.
geoipJoinFormat=\u00a76Spieler \u00a7c{0} \u00a76kommt aus \u00a7c{1}\u00a76.
giveSpawn=\u00a76Gebe \u00a7c{2} {0}\u00a76x\u00a7c {1}\u00a76.
godDisabledFor=\u00a74deaktiviert\u00a76 f\u00fcr\u00a7c {0}
godDisabledFor=\u00a7cdeaktiviert\u00a76 f\u00fcr\u00a7c {0}
godEnabledFor=\u00a7aaktiviert\u00a76 f\u00fcr\u00a7c {0}
godMode=\u00a76Unsterblichkeit\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Kein Mitglied dieser Gruppe ist online\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76Du wurdest frei gelassen.
heal=\u00a76Du wurdest geheilt.
healDead=\u00a74Du kannst Tote nicht heilen\!
healOther=\u00a7c{0}\u00a76 geheilt.
helpConsole=Um die Hilfe der Konsole zu sehen, schreibe ?.
helpFrom=\u00a76Befehle von {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Befehle \u00e4hnlich zu "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[Hilfe]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugin-Hilfe\: /help {1}
holdBook=\u00a74Du hast kein beschreibbares Buch in deiner Hand.
holdFirework=\u00a74Du musst Feuerwerk in deiner Hand halten um einen Effekt hinzuzuf\u00fcgen.
holdPotion=\u00a74Du musst einen Trank in der Hand haben, um ihm Effekte zu geben.
@@ -171,7 +158,7 @@ invalidCharge=\u00a74Ung\u00fcltige Kosten.
invalidFireworkFormat=\u00a76Die Option \u00a74{0} \u00a76ist kein g\u00fcltiger Wert f\u00fcr \u00a74{1}\u00a76.
invalidHome=\u00a74Zuhause\u00a7c {0} \u00a74existiert nicht\!
invalidHomeName=\u00a74Ung\u00fcltiger Name\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Unbekannter Mob-Typ.
invalidNumber=Ung\u00fcltige Nummer.
invalidPotion=\u00a74Ung\u00fcltiger Zaubertrank.
invalidPotionMeta=\u00a74Ung\u00fcltige Zaubertrank-Eigenschaft\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=Vom Server geworfen.
kickExempt=\u00a74Du kannst diesen Spieler nicht rauswerfen.
kickedAll=\u00a74Alle Spieler vom Server geworfen.
kill=\u00a7c{0} \u00a76get\u00f6tet.
killExempt=\u00a74Du kannst {0}\u00a74 nicht t\u00f6ten
killExempt=\u00a74Du kannst \u00a7c{0}\u00a74 nicht t\u00f6ten.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Diese Ausr\u00fcstung ist nicht korrekt definiert. Kontaktiere einen Administrator.
kitError=\u00a74Es gibt keine g\u00fcltigen Ausr\u00fcstungen.
kitGiveTo=\u00a76Gebe {1}\u00a76 die\u00a7c {0}\u00a76-Ausr\u00fcstung.
kitGiveTo=\u00a76Gebe \u00a7c{1}\u00a76 Kit \u00a7c {0}\u00a76 .
kitInvFull=\u00a74Dein Inventar ist voll, lege Ausr\u00fcstung auf den Boden.
kitNotFound=\u00a74Diese Ausr\u00fcstung gibt es nicht.
kitOnce=\u00a74Du kannst diese Ausr\u00fcstung nicht nochmals bekommen.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\:\u00a7r
listHiddenTag=\u00a77[Versteckt]\u00a7r
loadWarpError=\u00a74Fehler beim Laden von Warp-Punkt {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76Um deine Nachrichten zu l\u00f6schen, schreibe\u00a7c /mail clear
mailClear=\u00a76Um deine Nachrichten zu l\u00f6schen, schreibe\u00a7c /mail clear.
mailCleared=\u00a76Nachrichten gel\u00f6scht\!
mailSent=\u00a76Nachricht gesendet\!
markMailAsRead=\u00a76Um deine Nachrichten zu l\u00f6schen, schreibe\u00a7c /mail clear
markMailAsRead=\u00a76Um deine Nachrichten zu l\u00f6schen, schreibe\u00a7c /mail clear.
markedAsAway=\u00a76Du wirst als abwesend angezeigt.
markedAsNotAway=\u00a76Du wirst nicht mehr als abwesend angezeigt.
matchingIPAddress=\u00a76Die folgenden Spieler haben sich vorher schonmal mit der IP-Adresse eingeloggt\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74Du kannst diese Person nicht einsperren.
me=mir
minute=Minute
minutes=Minuten
missingItems=\u00a74Du ben\u00f6tigst {0}x {1}.
missingItems=\u00a74Du hast nicht \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74Fehler beim \u00c4ndern des Monster-Spawner.
mobSpawnLimit=Anzahl an Monster auf Serverlimit beschr\u00e4nkt.
mobSpawnTarget=\u00a74Zielblock muss ein Monster-Spawner sein.
@@ -246,12 +233,12 @@ moneySentTo=\u00a7aDu hast {1}\u00a7a {0} gegeben.
month=Monat
months=Monate
moreThanZero=\u00a74Anzahl muss gr\u00f6sser als 0 sein.
moveSpeed=\u00a76Setze {0}-Geschwindigkeit f\u00fcr {2} \u00a76auf \u00a7c{1}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Setze {0}-Geschwindigkeit f\u00fcr \u00a7c{2} \u00a76auf \u00a7c{1}.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Du kannst einem Feuerwerk nur einen Feuerwerksstern geben.
multiplePotionEffects=\u00a74Du kannst diesem Trank nur einen Effekt geben.
muteExempt=\u00a74Du darfst diesen Spieler nicht stumm machen.
muteNotify=\u00a7c{0} \u00a76hat \u00a7c{1}\u00a76 stumm gemacht.
muteNotify=\u00a7c{0} \u00a76hat Spieler \u00a7c{1}\u00a76 stumm geschaltet.
mutedPlayer=\u00a76Spieler\u00a7c {0}\u00a76 ist nicht mehr stumm.
mutedPlayerFor=\u00a76Spieler\u00a7c {0} \u00a76ist nun stumm f\u00fcr\u00a7c {1} \u00a76.
mutedUserSpeaks={0} versuchte zu sprechen, aber ist stumm geschaltet.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74Du musst change-displayname in der Essentials-Konfigurati
nickInUse=\u00a74Dieser Name wird bereits verwendet.
nickNamesAlpha=\u00a74Nicknamen d\u00fcrfen nur alphanumerische Zeichen enthalten.
nickNoMore=\u00a76Du hast keinen Spitznamen mehr.
nickSet=\u00a76Dein Spitzname ist nun \u00a7c{0}
nickSet=\u00a76Dein Spitzname ist nun \u00a7c{0}.
nickTooLong=\u00a74Dieser Spitzname ist zu lang.
noAccessCommand=\u00a74Du hast keinen Zugriff auf diesen Befehl.
noAccessPermission=\u00a74Du hast keine Rechte, den Block {0} zu benutzen.
noAccessPermission=\u00a74Du hast keine Rechte dies zu betreten \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74Du darfst Grundgestein nicht zerst\u00f6ren.
noDestroyPermission=\u00a74Du hast keine Rechte, den Block {0} zu zerst\u00f6ren.
noDestroyPermission=\u00a74Du hast keine Rechte dies zu zerst\u00f6ren \u00a7c{0}\u00a74.
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=\u00a76Du ignorierst niemanden.
noKitPermission=\u00a74Du brauchst die Berechtigung \u00a7c{0}\u00a74 um diese Ausr\u00fcstung anzufordern.
@@ -300,8 +286,8 @@ now=jetzt
nuke=\u00a75M\u00f6ge der Tod auf Sie hernieder prasseln\!
numberRequired=Ein Zahl wird ben\u00f6tigt.
onlyDayNight=/time unterst\u00fctzt nur day und night.
onlyPlayerSkulls=\u00a74Du kannst den Besitzer nur bei Spieler-Sch\u00e4deln (397\:3) \u00e4ndern.
onlyPlayers=\u00a74Nur Spieler k\u00f6nnen {0} benutzen.
onlyPlayerSkulls=\u00a74Du kannst nur den Besitzer von Spielerk\u00f6pfen (\u00a7c397\:3\u00a74) \u00e4ndern.
onlyPlayers=\u00a74Nur in-Game-Spieler k\u00f6nnen \u00a7c{0} \u00a74benutzen.
onlySunStorm=\u00a74/weather unterst\u00fctzt nur sun und storm.
orderBalances=\u00a76Ordne die Kontost\u00e4nde von\u00a7c {0} \u00a76Benutzern, bitte warten ...
oversizedTempban=\u00a74Du darfst einen Spieler nicht f\u00fcr so eine lange Zeit sperren.
@@ -321,8 +307,8 @@ pWeatherPlayers=\u00a76Diese Spieler haben ihr eigenes Wetter\:\u00a7r
pWeatherReset=\u00a76Das Spielerwetter wurde zur\u00fcckgesetzt f\u00fcr\: \u00a7c{0}
pWeatherSet=\u00a76Spielerwetter gesetzt auf \u00a7c{0}\u00a76 f\u00fcr\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Laufende Teleportierung abgebrochen.
playerBanIpAddress=\u00a76Spieler\u00a7c {0} \u00a76hat die IP Adresse {1} \u00a76gesperrt.
playerBanned=\u00a76Spieler\u00a7c {0} \u00a76hat {1} \u00a76gesperrt f\u00fcr {2}.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Spieler\u00a7c {0} \u00a76wurde gebannt\u00a7c {1} \u00a76f\u00fcr \u00a7c{2}\u00a76.
playerInJail=\u00a74Spieler ist bereits in Gef\u00e4ngnis\u00a7c {0}\u00a76.
playerJailed=\u00a76Spieler\u00a7c {0} \u00a76eingesperrt.
playerJailedFor=\u00a76Spieler\u00a7c {0} \u00a76eingesperrt f\u00fcr {1}.
@@ -340,33 +326,33 @@ posX=\u00a76X\: {0} (+Ost <-> -West)
posY=\u00a76Y\: {0} (+Hoch <-> -Runter)
posYaw=\u00a76Yaw\: {0} (Drehung)
posZ=\u00a76Z\: {0} (+S\u00fcd <-> -Nord)
possibleWorlds=\u00a76M\u00f6gliche Welten sind nummeriert von 0 bis {0}.
possibleWorlds=\u00a76M\u00f6gliche Welten sind die Nummern \u00a7c0\u00a76 bis \u00a7c{0}\u00a76.
potions=\u00a76Zaubertr\u00e4nke\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Befehl kann nicht mit Luft verbunden werden.
powerToolAlreadySet=\u00a74Befehl \u00a7c{0}\u00a74 ist bereits an {1} gebunden.
powerToolAlreadySet=\u00a74Der Command \u00a7c{0}\u00a74 ist bereits \u00a7c{c{1}\u00a74 zugewiesen.
powerToolAttach=\u00a76Befehl \u00a7c{0}\u00a7f erfolgreich an {1} gebunden.
powerToolClearAll=\u00a76Alle Powertoolbefehle wurden entfernt.
powerToolList=\u00a76Gegenstand \u00a7c{1} \u00a76hat die folgenden Befehle\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Gegenstand \u00a7c{0} $4hat keinen Befehl.
powerToolNoSuchCommandAssigned=\u00a74Befehl \u00a7c{0}\u00a74 wurde nicht an {1} gebunden.
powerToolRemove=\u00a76Befehl \u00a7c{0}\u00a76 erfolgreich von {1} entfernt.
powerToolRemoveAll=\u00a76Alle Befehle von {0} entfernt.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76All commands removed from \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76Alle deine Powertools wurden deaktiviert.
powerToolsEnabled=\u00a76Alle deine Powertools wurden aktiviert.
questionFormat=\u00a72[Frage]\u00a7r {0}
readNextPage=\u00a76Tippe\u00a7c /{0} {1} \u00a76f\u00fcr die n\u00e4chste Seite.
recipe=\u00a76Rezept f\u00fcr \u00a7c{0}\u00a76 ({1} von {2})
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=Es gibt kein Rezept mit dieser Nummer.
recipeFurnace=\u00a76Schmelze \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76ist \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76ist \u00a7c{1}
recipeMore=\u00a76Tippe /{0} \u00a7c{1}\u00a76 <Nummer> um andere Rezepte f\u00fcr \u00a7c{2}\u00a76 anzuschauen.
recipeNone=Keine Rezepte f\u00fcr {0}
recipeNothing=nichts
recipeShapeless=\u00a76Kombiniere \u00a7c{0}
recipeWhere=\u00a76Wo\: {0}
removed=\u00a7c{0} \u00a76Einheiten entfernt.
repair=\u00a76Du hast erfolgreich deine\u00a7c {0}\u00a76 repariert.
repair=\u00a76Dein \u00a7c{0}\u00a76wurde erfolgreich repariert.
repairAlreadyFixed=\u00a74Dieser Gegenstand ben\u00f6tigt keine Reparatur.
repairEnchanted=\u00a74Du darfst keine verzauberten Gegenst\u00e4nde reparieren.
repairInvalidType=\u00a74Dieser Gegenstand kann nicht repariert werden.
@@ -379,18 +365,18 @@ requestSent=\u00a76Anfrage gesendet an\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Teleportierungsanfrage ist abgelaufen.
requiredBukkit=\u00a76* \! * Du brauchst mindestens CraftBukkit Build \#{0}, lade es von http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Kontostand aller Spieler auf dem Server auf \u00a7a{0} \u00a76gesetzt.
resetBalAll=\u00a76Kontostand aller Spieler auf \u00a7a{0} \u00a76gesetzt.
returnPlayerToJailError=\u00a74Fehler beim Zur\u00fcckversetzen von\u00a7c {0} \u00a74in''s Gef\u00e4ngis\: {1}\!
resetBalAll=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all players.
returnPlayerToJailError=\u00a74Fehler beim Zur\u00fcckversetzen von\u00a7c {0} \u00a74in Gef\u00e4ngis\: {1}\!
runningPlayerMatch=\u00a76Suche nach Spielern mit ''\u00a7c{0}\u00a76'' im Namen (das kann etwas dauern)
second=Sekunde
seconds=Sekunden
seenOffline=\u00a76Spieler\u00a7c {0} \u00a76ist \u00a74offline\u00a76 seit {1}
seenOnline=\u00a76Spieler\u00a7c {0} \u00a76ist \u00a7aonline\u00a76 seit {1}
seenOffline=\u00a76SSpieler\u00a7c {0} \u00a76ist \u00a74offline\u00a76 seit \u00a7c{1}\u00a76.
seenOnline=\u00a76SSpieler\u00a7c {0} \u00a76ist \u00a74online\u00a76 seit \u00a7c{1}\u00a76.
serverFull=Server ist voll
serverTotal=\u00a76Server insgesamt\:\u00a7c {0}
setBal=\u00a7aDein Kontostand wurde auf {0} gesetzt.
setBalOthers=\u00a7aDu hast den Kontostand von {0}\u00a7a auf {1} gesetzt.
setSpawner=\u00a76Mob-Spawner-Typ zu \u00a7c{0}\u00a76 ge\u00e4ndert
setSpawner=\u00a76Mob-Spawner-Typ zu \u00a7c{0}\u00a76 ge\u00e4ndert.
sheepMalformedColor=\u00a74Ung\u00fcltige Farbe.
shoutFormat=\u00a76[Schrei]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Du hast keine Rechte ein Schild hier zu setzen.
similarWarpExist=\u00a74Ein Warp-Punkt mit einem \u00e4hnlichen Namen existiert bereits.
slimeMalformedSize=\u00a74Ung\u00fcltige Gr\u00f6sse.
socialSpy=\u00a76SocialSpy f\u00fcr {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy f\u00fcr \u00a7c {0} \u00a7 6\: \u00a7c {1}
soloMob=\u00a74Das Monster m\u00f6chte allein sein.
spawnSet=\u00a76Spawn-Punkt gesetzt f\u00fcr Gruppe \u00a7c{0}\u00a76.
spawned=erzeugt
sudoExempt=\u00a74Du kannst f\u00fcr diesen Spieler kein sudo-Kommando ausf\u00fchren.
sudoRun=\u00a7c{0}\u00a76 benutzt via sudo das Kommando\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Ad\u00e9, du schn\u00f6de Welt...
suicideSuccess=\u00a76{0} \u00a76hat sich das Leben genommen.
survival=\u00dcberleben
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 fragt, ob er sich zu dir teleportieren darf.
teleportRequestTimeoutInfo=\u00a76Diese Anfrage wird nach\u00a7c {0} Sekunden\u00a76 ung\u00fcltig.
teleportTop=\u00a76Teleportiere nach oben.
teleportationCommencing=\u00a76Teleportierung gestartet...
teleportationDisabled=\u00a76Teleportierung deaktiviert.
teleportationDisabledFor=\u00a76Teleportation deaktiviert f\u00fcr {0}.
teleportationEnabled=\u00a76Teleportierung aktiviert.
teleportationEnabledFor=\u00a76Teleportation enabled for {0}
teleportationDisabled=\u00a76Teleportation \u00a7cdeaktiviert\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a76Teleportiere...
tempBanned=Zeitlich gesperrt vom Server f\u00fcr {0}
teleportToPlayer=\u00a76teleportieren zu \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Du kannst diesen Spieler nicht zeitlich sperren.
thunder=\u00a76Es donnert nun in deiner Welt \u00a7c{0}\u00a76.
thunderDuration=\u00a76Es donnert nun f\u00fcr\u00a7c {1} \u00a76Sekunden in deiner Welt\u00a7c {0}\u00a76.
timeBeforeHeal=\u00a74Zeit bis zur n\u00e4chsten Heilung\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a74Zeit bis zum n\u00e4chsten Teleport\:\u00a7c {0}
timeFormat=\u00a7c{0}\u00a76 oder \u00a7c{1}\u00a76 oder \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeSetPermission=\u00a74Du hast keine Berechtigung die Zeit zu \u00e4ndern.
timeWorldCurrent=\u00a76Die aktuelle Zeit in\u00a7c {0} \u00a76ist \u00a7c{1}
timeWorldSet=Die Zeit in \u00a7c{1}\u00a7f wurde zu {0} gesetzt.
@@ -440,19 +427,15 @@ totalWorthBlocks=\u00a7aAlle Bl\u00f6cke f\u00fcr einen Gesamtwert von \u00a7c{1
tps=\u00a76Aktuelle TPS \= {0}
tradeSignEmpty=Der Bestand des Trade-Schild ist aufgebraucht.
tradeSignEmptyOwner=Es gibt nichts mehr zu Sammeln von diesem Trade-Schild.
treeFailure=\u00a74Baumpflanzung gescheitert. Versuche es nochmal auf Gras oder Erde.
treeSpawned=\u00a76Baum gepflanzt.
true=\u00a7aja\u00a7r
typeTpaccept=\u00a76Um zu teleportieren, schreibe \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Um diese Anfrage abzulehnen, schreibe \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76Du kannst auch den Namen der Welt eingeben.
unableToSpawnMob=\u00a74Fehler beim Erzeugen eines Monster.
unableToSpawnMob=\u00a74Fehler beim Erzeugen des Monsters.
unignorePlayer=\u00a76Du ignorierst Spieler\u00a7c {0} \u00a76nicht mehr.
unknownItemId=\u00a74Unbekannte Gegenstandsnummer\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Unbekannter Gegenstand {0} in Liste {1}.
unknownItemName=\u00a74Unbekannter Gegenstand\: {0}.
unlimitedItemPermission=\u00a74Du hast keine Rechte f\u00fcr unendlich {0}.
unlimitedItems=\u00a76Unendliche Objekte\:\u00a7r
unmutedPlayer=\u00a76Spieler\u00a7c {0}\u00a76 ist nicht mehr stumm.
unvanishedReload=\u00a74Ein Neuladen des Servers hat dich sichtbar gemacht.
upgradingFilesError=Fehler beim Aktualisieren der Dateien
@@ -470,7 +453,7 @@ vanished=\u00a76Du bist nun vollst\u00e4ndig unsichtbar f\u00fcr normale Benutze
versionMismatch=\u00a74Versionen nicht identisch\! Bitte aktualisiere {0}.
versionMismatchAll=\u00a74Versionen ungleich\! Bitte aktualisiere alle Essentials jars auf die gleiche Version.
voiceSilenced=\u00a76Du bist nun stumm\!
walking=geht
walking=Bewegungs
warpDeleteError=\u00a74Fehler beim L\u00f6schen der Warp-Datei.
warpList={0}
warpListPermission=\u00a74Du hast keine Berechtigung, die Warp-Punkte anzuzeigen.
@@ -480,7 +463,7 @@ warpSet=\u00a76Warp-Punkt\u00a7c {0} \u00a76wurde erstellt.
warpUsePermission=\u00a74Du hast keinen Zugriff f\u00fcr diesen Warp-Punkt.
warpingTo=\u00a76Teleportiere zu Warp-Punkt\u00a7c {0}\u00a76.
warps=\u00a76Warp-Punkte\:\u00a7r {0}
warpsCount=\u00a76Es gibt\u00a7c {0} \u00a76Warp-Punkte. Zeige Seite {1} von {2}.
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherStorm=\u00a76In \u00a7c{0} \u00a76st\u00fcrmt es nun.
weatherStormFor=\u00a76In \u00a7c{0} \u00a76st\u00fcrmt es nun f\u00fcr {1} Sekunden.
weatherSun=\u00a76In \u00a7c{0}\u00a76 scheint nun die \u00a7cSonne\u00a76.
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74Du darfst abgemeldete Spieler nicht tempor\u00e4r ba
mayNotJailOffline=\u00a74Du darfst abgemeldete Spieler nicht einsperren.
muteExemptOffline=\u00a74Du darfst abgemeldete Spieler nicht stummschalten.
ignoreExempt=\u00a74Du kannst diesen Spieler nicht ignorieren.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unsafeTeleportDestination=\u00a74Das Teleport-Ziel ist nicht sicher und der Teleportschutz ist nicht aktiv.
noMetaJson=JSON MetaDaten werden in dieser Bukkit-Version nicht unterst\u00fctzt.
maxMoney=\u00a74Diese \u00dcberweisung \u00fcberschreitet das Limit des Empf\u00e4ngers.
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=\u00a74Spieler Namen k\u00f6nnen nur Buchstaben, Zahlen und Unterstriche enthalten.
givenSkull=\u00a76Dir wurde der Kopf von \u00a7c{0}\u00a76 gegeben.
noPermissionSkull=$4Du hast nicht die Berechtigung diesen Kopf zu \u00e4ndern.
teleportInvalidLocation=Der Wert der angegebenen Koordinaten darf nicht \u00fcber 30000000 sein
invalidSkull=\u00a74Bitte halte einen Spielerkopf in der Hand.
weatherInvalidWorld=Welt mit dem Namen {0} wurde nicht gefunden\!
gameModeInvalid=\u00a74Sie m\u00fcssen einen g\u00fcltigen Spieler/Modus angeben.
mailTooLong=\u00a74Nachricht zu lang. Schreibe nicht mehr als 1000 Zeichen.
mailDelay=In der letzten Minute wurden zu viele Mails gesendet. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,20 +20,15 @@ antiBuildUse=\u00a74You are not permitted to use\u00a7c {0}\u00a74.
autoAfkKickReason=You have been kicked for idling more than {0} minutes.
backAfterDeath=\u00a76Use the /back command to return to your death point.
backUsageMsg=\u00a76Returning to previous location.
backupDisabled=\u00a74An external backup script has not been configured.
backupFinished=\u00a76Backup finished.
backupStarted=\u00a76Backup started.
balance=\u00a7aBalance\:\u00a7c {0}
balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Top balances ({0})
banExempt=\u00a74You cannot ban that player.
banFormat=\u00a74Banned\:\n\u00a7r{0}
banFormat=\u00a7cYou have been banned\:\n\u00a7r{0}
bed=\u00a7obed\u00a7r
bedMissing=\u00a74Your bed is either unset, missing or blocked.
bedNull=\u00a7mbed\u00a7r
bedSet=\u00a76Bed spawn set\!
bigTreeFailure=\u00a74Big tree generation failure. Try again on grass or dirt.
bigTreeSuccess=\u00a76Big tree spawned.
blockList=\u00a76Essentials relayed the following commands to another plugin\:
bookAuthorSet=\u00a76Author of the book set to {0}.
bookLocked=\u00a76This book is now locked.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spy]
cleaned=Userfiles Cleaned.
cleaning=Cleaning userfiles.
commandFailed=Command {0} failed\:
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
commandNotLoaded=\u00a74Command {0} is improperly loaded.
compassBearing=\u00a76Bearing\: {0} ({1} degrees).
configFileMoveError=Failed to move config.yml to backup location.
@@ -83,7 +77,6 @@ depth=\u00a76You are at sea level.
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
destinationNotSet=Destination not set\!
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
disabled=disabled
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
distance=\u00a76Distance\: {0}
@@ -92,14 +85,13 @@ downloadingGeoIp=Downloading GeoIP database... this might take a while (country\
duplicatedUserdata=Duplicated userdata\: {0} and {1}.
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left.
editBookContents=\u00a7eYou may now edit the contents of this book.
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to \u00a7c{1}\u00a76.
enabled=enabled
enchantmentApplied=\u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
enchantmentNotFound=\u00a74Enchantment not found\!
enchantmentPerm=\u00a74You do not have the permission for\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
enchantments=\u00a76Enchantments\:\u00a7r {0}
errorCallingCommand=Error calling command /{0}.
errorCallingCommand=Error calling the command /{0}
errorWithMessage=\u00a7cError\:\u00a74 {0}
essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat
essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat
@@ -129,7 +121,7 @@ gcmax=\u00a76Maximum memory\:\u00a7c {0} MB.
gctotal=\u00a76Allocated memory\:\u00a7c {0} MB.
geoIpUrlEmpty=GeoIP download url is empty.
geoIpUrlInvalid=GeoIP download url is invalid.
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from\u00a7c {1}\u00a76.
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
@@ -145,17 +137,12 @@ haveBeenReleased=\u00a76You have been released.
heal=\u00a76You have been healed.
healDead=\u00a74You cannot heal someone who is dead\!
healOther=\u00a76Healed\u00a7c {0}\u00a76.
helpConsole=To view help from the console, type ?.
helpFrom=\u00a76Commands from {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugin Help\: /help {1}
holdBook=\u00a74You are not holding a writable book.
holdFirework=\u00a74You must be holding a firework to add effects.
holdPotion=\u00a74You must be holding a potion to apply effects to it.
holeInFloor=\u00a74Hole in floor\!
homeSet=\u00a76Home set.
homeSet=\u00a76Home set to current location.
homes=\u00a76Homes\:\u00a7r {0}
hour=hour
hours=hours
@@ -270,7 +257,6 @@ noBreakBedrock=\u00a74You are not allowed to destroy bedrock.
noDestroyPermission=\u00a74You do not have permission to destroy that \u00a7c{0}\u00a74.
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.
@@ -321,8 +307,8 @@ pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Pending teleportation request cancelled.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\:\u00a7c {1}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerInJail=\u00a74Player is already in jail\u00a7c {0}\u00a74.
playerJailed=\u00a76Player\u00a7c {0} \u00a76jailed.
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for {1}.
@@ -345,7 +331,7 @@ potions=\u00a76Potions\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Command can''t be attached to air.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
powerToolClearAll=\u00a76All power tool commands have been cleared.
powerToolClearAll=\u00a76All powertool commands have been cleared.
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to \u00a7c{1}\u00a74.
@@ -404,7 +390,7 @@ soloMob=\u00a74That mob likes to be alone.
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
spawned=spawned
sudoExempt=\u00a74You cannot sudo this user.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Goodbye cruel world...
suicideSuccess=\u00a76Player \u00a7c{0} \u00a76took their own life.
survival=survival
@@ -420,12 +406,13 @@ teleportRequest=\u00a7c{0}\u00a76 has requested to teleport to you.
teleportRequestTimeoutInfo=\u00a76This request will timeout after\u00a7c {0} seconds\u00a76.
teleportTop=\u00a76Teleporting to top.
teleportationCommencing=\u00a76Teleportation commencing...
teleportationDisabled=\u00a76Teleportation disabled.
teleportationDisabledFor=\u00a76Teleportation disabled for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation enabled.
teleportationEnabledFor=\u00a76Teleportation enabled for \u00a7c{0}\u00a76.
teleportationDisabled=\u00a76Teleportation \u00a7cdisabled\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a76Teleporting...
tempBanned=Temporarily banned from server for {0}.
teleportToPlayer=\u00a76Teleporting to \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74You may not tempban that player.
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tps=\u00a76Current TPS \= {0}
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
treeSpawned=\u00a76Tree spawned.
true=\u00a7atrue\u00a7r
typeTpaccept=\u00a76To teleport, type \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76To deny this request, type \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
unknownItemId=\u00a74Unknown item id\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Unknown item {0} in {1} list.
unknownItemName=\u00a74Unknown item name\: {0}.
unlimitedItemPermission=\u00a74No permission for unlimited item \u00a7c{0}\u00a74.
unlimitedItems=\u00a76Unlimited items\:\u00a7r
unmutedPlayer=\u00a76Player\u00a7c {0} \u00a76unmuted.
unvanishedReload=\u00a74A reload has forced you to become visible.
upgradingFilesError=Error while upgrading the files.
@@ -473,7 +456,7 @@ voiceSilenced=\u00a76Your voice has been silenced\!
walking=walking
warpDeleteError=\u00a74Problem deleting the warp file.
warpList={0}
warpListPermission=\u00a74You do not have Permission to list warps.
warpListPermission=\u00a74You do not have permission to list warps.
warpNotExist=\u00a74That warp does not exist.
warpOverwrite=\u00a74You cannot overwrite that warp.
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
@@ -531,19 +514,26 @@ banExemptOffline=\u00a74You may not ban offline players.
tempbanExemptOffline=\u00a74You may not tempban offline players.
mayNotJailOffline=\u00a74You may not jail offline players.
muteExemptOffline=\u00a74You may not mute offline players.
ignoreExempt=\u00a74You cannot ignore that player.
ignoreExempt=\u00a74You may not ignore that player.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player skull.
weatherInvalidWorld=World named {0} not found!
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -9,8 +9,8 @@ addedToOthersAccount=\u00a7a{0} han sidos agregados a la cuenta de {1}\u00a7a. N
adventure=aventura
alertBroke=rompi\u00f3\:
alertFormat=\u00a73[{0}] \u00a7f {1} \u00a76 {2} en\: {3}
alertPlaced=puesto\:
alertUsed=Usado\:
alertPlaced=colocado\:
alertUsed=usado\:
antiBuildBreak=\u00a74No puedes romper\u00a7c {0} \u00a74bloques aqu\u00ed.
antiBuildCraft=\n\n\u00a74No tienes permiso para crear\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74No puedes tirar \u00a7c {0}\u00a74.
@@ -20,24 +20,19 @@ antiBuildUse=\u00a74No puedes usar \u00a7c{0}\u00a74.
autoAfkKickReason=Has sido echado por estar inactivo m\u00e1s de {0} minuto/s.
backAfterDeath=\u00a76Usa el comando \u00a7c/back \u00a76para volver al lugar de tu muerte.
backUsageMsg=\u00a76Volviendo a la ubicaci\u00f3n anterior.
backupDisabled=\u00a74No se ha configurado un c\u00f3digo externo de copias de seguridad.
backupFinished=Copia de seguridad completada.
backupStarted=Comenzando copia de seguridad...
balance=\u00a7aCantidad de dinero\: {0}
balanceOther=\u00a7aEl dinero de {0}\u00a7a es en total\:\u00a7c {1}
balanceTop=\u00a77Ranking de econom\u00edas ({0})
banExempt=\u00a74No puedes banear a este jugador.
balance=\u00a7aDinero\:\u00a7c {0}
balanceOther=\u00a7aDinero de {0} \u00a7a\:\u00a7c {1}
balanceTop=\u00a76Ranking de econom\u00edas ({0})
banExempt=\u00a74No puedes banear a ese jugador.
banFormat=\u00a74Baneado\: \u00a7r {0}
bed=\u00a7ocama\u00a7r
bedMissing=\u00a7cTu cama no esta, se encuentra obstru\u00edda o no esta segura
bedNull=\u00a7mcama\u00a7r
bedSet=\u00a76Cama establecida como lugar de aparicion\!
bigTreeFailure=\u00a7cError al generar el \u00e1rbol grande. Prueba de nuevo en tierra, tierra h\u00fameda o hierba.
bigTreeSuccess=\u00a76\u00c1rbol grande generado.
blockList=\u00a76Essentials ha cedido los siguientes comandos a otros plugins\:
bookAuthorSet=\u00a76Autor del libro cambiado a {0}.
bookAuthorSet=\u00a76Ahora el autor de este libro es {0}.
bookLocked=\u00a76El libro ha sido bloqueado.
bookTitleSet=\u00a76Se ha cambiado el t\u00edtulo del libo a {0}.
bookTitleSet=\u00a76Ahora el t\u00edtulo del libro es {0}.
broadcast=\u00a7r\u00a76[\u00a74Difundido\u00a76]\u00a7a {0}
buildAlert=\u00a74No tienes permisos para construir.
bukkitFormatChanged=Formato de la versi\u00f3n de Bukkit cambiado. Versi\u00f3n no comprobada.
@@ -46,23 +41,22 @@ canTalkAgain=\u00a77Ya puedes hablar de nuevo.
cannotStackMob=\u00a74No tienes permiso para apilar tantos mobs.
cantFindGeoIpDB=No se puede encontrar la base de datos del Geo IP.
cantReadGeoIpDB=\u00a1Error al leer la base de datos de GeoIP\!
cantSpawnItem=\u00a7cNo tienes acceso para producir este objeto {0}
cantSpawnItem=\u00a74No tienes acceso para producir el \u00edtem\u00a7c {0}\u00a74.
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[Esp\u00eda]
cleaned=Archivos de usuarios limpiados.
cleaning=Limpiando archivos de usuario.
commandFailed=Comando {0} fallido\:
commandHelpFailedForPlugin=Error al obtener ayuda para el plugin\: {0}
commandNotLoaded=\u00a74El comando {0} no est\u00e1 cargado correctamente.
compassBearing=\u00a76Bearing\: {0} ({1} grados).
compassBearing=\u00a76Transporte\: {0} ({1} grados).
configFileMoveError=Error al mover config.yml a la carpeta de la copia de seguridad.
configFileRenameError=Error al renombrar archivo temp a config.yml.
connectedPlayers=\u00a76Jugadores conectados\u00a7r
connectionFailed=No se ha podido abrir la conexion.
cooldownWithMessage=\u00a74Tiempo restante\:\u00a76 {0}
corruptNodeInConfig=\u00a74Advertencia\: Tu archivo de configuraci\u00f3n tiene un nodo {0} incorrecto.
couldNotFindTemplate=\u00a74No se puede encontrar la plantilla\u00a77 {0}
couldNotFindTemplate=\u00a74No se puede encontrar la plantilla\u00a76 {0}
creatingConfigFromTemplate=Creando configuraci\u00f3n desde la plantilla\: {0}
creatingEmptyConfig=Creando configuraci\u00f3n vac\u00eda\: {0}
creative=creativo
@@ -74,25 +68,23 @@ defaultBanReason=\u00a1Baneado por mal comportamiento\!
deleteFileError=No se puede eliminar archivo\: {0}
deleteHome=\u00a77El hogar\u00a7c {0} \u00a77ha sido eliminado.
deleteJail=\u00a77La c\u00e1rcel {0} \u00a77ha sido eliminada.
deleteWarp=\u00a77El warp\u00a7c {0} \u00a77ha sido borrado.
deleteWarp=\u00a76El warp\u00a7c {0} \u00a76ha sido borrado.
deniedAccessCommand=\u00a7c{0} \u00a74ha denegado el acceso al comando.
denyBookEdit=\u00a74No puedes desbloquear este libro.
denyChangeAuthor=\u00a74No puedes cambiar el autor de este libro.
denyChangeTitle=\u00a74No puedes cambiar el t\u00edtulo de este libro.
depth=\u00a77Te encuentras en el nivel del mar.
depthAboveSea=\u00a77Est\u00e1s {0} bloque(s) por encima del mar.
depthBelowSea=\u00a76Est\u00e1s a\u00a7c {0} \u00a76bloque(s) por debajo del mar.
depthAboveSea=\u00a76Est\u00e1s\u00a7c {0} \u00a76bloque(s) por encima del mar.
depthBelowSea=\u00a76Est\u00e1s a\u00a7c {0} \u00a76bloque(s) por debajo del nivel del mar.
destinationNotSet=\u00a1Destino no establecido\!
disableUnlimited=\u00a77Desactivando colocacion ilimitada de \u00a7c{0} \u00a76para {1}.
disabled=desactivado
disabledToSpawnMob=\u00a74El spawn de este mob est\u00e1 deshabilitado en la configuraci\u00f3n.
distance=\u00a76Distancia\: {0}
dontMoveMessage=\u00a77El teletransporte comenzar\u00e1 en\u00a7c {0}\u00a77. Por favor, no te muevas.
dontMoveMessage=\u00a76El teletransporte comenzar\u00e1 en\u00a7c {0}\u00a76. Por favor, no te muevas.
downloadingGeoIp=Descargando base de datos de GeoIP... Puede tardar unos minutos (pa\u00edses\: 0.6 MB, ciudades\: 20 MB)
duplicatedUserdata=Datos de usuario duplicados\: {0} y {1}
durability=\u00a77Esta herramienta tiene \u00a7c{0}\u00a77 usos restantes.
editBookContents=\u00a7eAhora puedes editar los contenidos de este libro.
enableUnlimited=\u00a77Dando cantidad ilimitada de {0} a {1}.
enabled=activado
enchantmentApplied=\u00a76El encantamiento\u00a7c {0} \u00a76fue aplicado al objeto de tu mano.
enchantmentNotFound=\u00a74\u00a1No se ha encontrado \u00e9ste encantamiento\!
@@ -103,98 +95,93 @@ errorCallingCommand=Error al ejecutar el comando /{0}
errorWithMessage=\u00a7cError\:\u00a74 {0}
essentialsHelp1=Archivo corrupto, no es posible abrirlo. Essentials est\u00e1 ahora desactivado. Si no puedes arreglar el archivo, ve a http\://tiny.cc/EssentialsChat
essentialsHelp2=Archivo corrupto, no es posible abrirlo. Essentials est\u00e1 ahora desactivado. Si no puedes arreglar el archivo, escribe /essentialshelp dentro del juego o ve a http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76El plugin Essentials ha sido recargado. La versi\u00f3n es\u00a7c {0}
essentialsReload=\u00a76Essentials ha sido recargado. La versi\u00f3n es\u00a7c {0}.
exp=\u00a7c{0} \u00a76tiene\u00a7c {1} \u00a76 de exp. (nivel\u00a7c {2}\u00a76) y necesita\u00a7c {3} \u00a76de exp para subir su nivel.
expSet=\u00a7c{0} \u00a76ahora tiene\u00a7c {1} \u00a76de exp.
extinguish=\u00a76Te has suicidado.
extinguishOthers=\u00a76Has matado a {0}\u00a76.
extinguishOthers=\u00a77Has matado a {0}.
failedToCloseConfig=Error al cerrar configuraci\u00f3n {0}.
failedToCreateConfig=Error al crear configuraci\u00f3n {0}.
failedToWriteConfig=Error al escribir configuraci\u00f3n {0}.
false=\u00a74falso\u00a7f
feed=\u00a77Apetito satisfecho.
feedOther=\u00a77Acabas de ser alimentado de poder UltraMinecraftiano\! Ahora tienes {0} muslitos llenos\!
false=\u00a74no\u00a7r
feed=\u00a76Tu apetito est\u00e1 satisfecho.
feedOther=\u00a76Satisficiste el apetito de \u00a7c{0}\u00a76.
fileRenameError=Error al renombrar el archivo {0}
fireworkColor=\u00a74Par\u00e1metros inv\u00e1lidos. Inserta primero el color.
fireworkEffectsCleared=\u00a77Borrados todos los efectos.
fireworkSyntax=\u00a77Uso del cohete\:\u00a7c color\:<color> [color\:<color>] [forma\:<shape>] [efecto de explosi\u00f3n\:<effect>]\n\u00a77Para usar m\u00faltiples colores/efectos, separa los nombres mediante comas\: \u00a7cred,blue,pink\n\u00a77Formas\:\u00a7c star, ball, large, creeper, burst \u00a76Efectos\:\u00a7c trail, twinkle.
flyMode=\u00a77Modo de vuelo\u00a7c {0} \u00a77para\u00a7c {1}\u00a77.
flyMode=\u00a76Modo de vuelo\u00a7c {0} \u00a76para\u00a7c {1}\u00a76.
flying=volando
foreverAlone=\u00a7cNo tienes nadie a quien puedas responder.
fullStack=\u00a74Ya tienes el stack completo.
gameMode=\u00a76El modo de juego de\u00a7c {1} ha sido cambiado a\u00a7c {0}\u00a76.
gameMode=\u00a76El modo de juego de\u00a7c {1} \u00a76ha sido cambiado a\u00a7c {0}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entidades, \u00a7c{4}\u00a76 tiles.
gcfree=Memoria libre\: {0} MB
gcmax=Memoria maxima\: {0} MB
gctotal=Memoria asignada\: {0} MB.
gcfree=\u00a76Memoria libre\:\u00a7c {0} MB.
gcmax=\u00a76Memoria m\u00e1xima\:\u00a7c {0} MB.
gctotal=\u00a76Memoria asignada\:\u00a7c {0} MB.
geoIpUrlEmpty=El link para descargar GeoIP esta vacio.
geoIpUrlInvalid=El link para descargar GeoIP es inv\u00e1lido.
geoipJoinFormat=\u00a76El jugador \u00a7c{0} \u00a76viene de \u00a7c{1}\u00a76.
giveSpawn=\u00a77Se ha dado\u00a7c {0} \u00a76de\u00a7c {1} a\u00a7c {2}\u00a76.
godDisabledFor=desactivado para {0}
godEnabledFor=activado para {0}
godDisabledFor=\u00a7cdeshabilitado\u00a76 para\u00a7c {0}
godEnabledFor=\u00a7aactivado\u00a76 para\u00a7c {0}
godMode=\u00a77Modo de dios \u00a7c{0}\u00a77.
groupDoesNotExist=\u00a74Nadie conectado en este grupo\!
groupNumber=\u00a7c{0}\u00a7f conectados, para ver la lista completa\:\u00a7c /{1} {2}
hatArmor=\u00a7cNo puedes usar este item como sombrero\!
hatEmpty=\u00a7cNo est\u00e1s usando un sombrero.
hatFail=\u00a7cDebes tener un item en tu mano para usarlo de sombrero.
hatArmor=\u00a7c\u00a1No puedes usar este \u00edtem como sombrero\!
hatEmpty=\u00a74No est\u00e1s usando sombrero.
hatFail=\u00a74Necesitas tener un \u00edtem en tu mano para poder usarlo de sombrero.
hatPlaced=\u00a7eDisfruta de tu nuevo sombrero\!
hatRemoved=\u00a7eTu sombrero ha sido borrado.
haveBeenReleased=\u00a77Has sido liberado.
heal=\u00a77Has sido curado.
heal=\u00a76Has sido curado.
healDead=\u00a74\u00a1Est\u00e1 muerto, no puedes curarlo\!
healOther=\u00a77Has curado a {0}.
helpConsole=Para obtener ayuda de la consola, escribe ?.
helpFrom=\u00a76Comandos de {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Comandos que coinciden con "{0}"\:
helpOp=\u00a74[Ayuda de Op]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7f\: Ayuda con los plugins\: /help {1}
holdBook=\u00a74No tienes un libro para escribir.
holdFirework=\u00a74No tienes algun cohete al que agregar efectos.
holdPotion=\u00a74No tienes pociones a las que agregar efectos.
holeInFloor=\u00a74\u00a1No hay suelo en el spawn\! \u00a1Alguien lo ha roto\!
holeInFloor=\u00a74\u00a1No hay suelo en el punto de aparici\u00f3n\!
homeSet=\u00a77Hogar establecido.
homes=\u00a76Hogares\:\u00a7r {0}
hour=hora
hours=horas
ignoredList=\u00a77Ignorado\:\u00a7r {0}
ignoredList=\u00a76Ignorado\:\u00a7r {0}
ignorePlayer=A partir de ahora ignoras al jugador {0}.
illegalDate=Formato de fecha ilegal.
infoChapter=\u00a76Seleccionar cap\u00edtulo\:
infoChapterPages=\u00a7e ---- \u00a77{0} \u00a7e--\u00a77 P\u00e1gina \u00a7c{1}\u00a77 de \u00a7c{2} \u00a7e----
infoPages=\u00a7e ---- \u00a77{2} \u00a7e--\u00a77 P\u00e1gina \u00a74{0}\u00a77/\u00a74{1} \u00a7e----
infoUnknownChapter=\u00a74Cap\u00edtulo desconocido.
infoUnknownChapter=\u00a74Desconocido.
insufficientFunds=\u00a74Te falta dinero.
invalidCharge=\u00a74Carga no v\u00e1lida.
invalidFireworkFormat=\u00a77La opci\u00f3n \u00a74 {0} \u00a77no es un valor v\u00e1lido para\u00a74 {1}\u00a77.
invalidHome=\u00a1El hogar {0} no existe\!
invalidHomeName=\u00a74Nombre de casa inv\u00e1lido\!
invalidMob=\u00a74Invalid mob type.
invalidFireworkFormat=\u00a74La opci\u00f3n \u00a7c{0} \u00a74no es un valor v\u00e1lido para \u00a7c{1}\u00a74.
invalidHome=\u00a74\u00a1El hogar\u00a7c {0} \u00a74no existe\!
invalidHomeName=\u00a74\u00a1Nombre de hogar inv\u00e1lido\!
invalidMob=\u00a74Tipo de mob inv\u00e1lido.
invalidNumber=N\u00famero inv\u00e1lido.
invalidPotion=\u00a74Poci\u00f3n inv\u00e1lida.
invalidPotionMeta=\u00a74Opciones de poci\u00f3n inv\u00e1lidas\: \u00a7c{0}\u00a74.
invalidSignLine=La l\u00ednea {0} en el cartel no es v\u00e1lida.
invalidWarpName=\u00a7cEste warp no ha sido encontrado. \u00bfEs posible que alguien lo haya borrado, o es un bug de Essentials?
invalidWarpName=\u00a74\u00a1Nombre del Warp no reconocido\!
invalidWorld=\u00a74Mundo erroneo o no cargado.
is=es
itemCannotBeSold=\u00a1Ese objeto no puede ser vendido al servidor\!
itemCannotBeSold=\u00a74\u00a1Ese objeto no puede ser vendido al servidor\!
itemMustBeStacked=El objeto tiene que ser intercambiado en montones. Una cantidad de 2s ser\u00edan dos montones, etc.
itemNames=Nombre corto del art\u00edculo\: {0}
itemNotEnough1=\u00a7cNo tienes suficientes unidades de ese objeto para venderlo.
itemNotEnough2=\u00a77Si pensabas en vender todos tus objetos de ese tipo, usa /sell nombredeobjeto
itemNames=\u00a76Nombre corto del \u00edtem\:\u00a7r {0}
itemNotEnough1=\u00a74No tienes la suficiente cantidad del \u00edtem para venderlo.
itemNotEnough2=\u00a76Si quieres vender todos tus \u00edtems que sean como ese, escribe /sell nombre_del_\u00edtem (en ingl\u00e9s).
itemNotEnough3=\u00a77/sell nombredeobjeto -1 vendera todos excepto un objeto, etc.
itemSellAir=\u00bf\u00bf\u00bfRealmente intentas vender AIRE??? \u00a1\u00a1\u00a1Pon un objeto en tu mano\!\!\!
itemSold=\u00a77Vendido por \u00a7c {0} \u00a77 ({1} {2} a {3} cada uno).
itemSoldConsole={0} Vendido {1} para\u00a77 {2} \u00a77({3} objetos a {4} cada uno)
itemSpawn=\u00a77Dando {0} de {1}
itemSpawn=\u00a76Dando {0} de {1}
itemType=\u00a76Objeto\:\u00a7c {0} \u00a76-\u00a7c {1}
itemsCsvNotLoaded=\u00a1No se ha podido cargar el archivo items.csv\!
jailAlreadyIncarcerated=\u00a74Ese jugador ya est\u00e1 en la c\u00e1rcel\:\u00a7c {0}
jailMessage=\u00a7c\u00a1Por el crimen hacer, en la carcel unos dias vas a estar\!
jailNotExist=Esa c\u00e1rcel no existe.
jailReleased=\u00a77Jugador \u00a7e{0}\u00a77 liberado.
jailMessage=\u00a7c\u00a1Por el crimen hacer, a la c\u00e1rcel ir\u00e1s\!
jailNotExist=\u00a74Esa c\u00e1rcel no existe.
jailReleased=\u00a76El jugador \u00a7c{0}\u00a76 ha salido de la c\u00e1rcel.
jailReleasedPlayerNotify=\u00a77\u00a1Has sido liberado\!
jailSentenceExtended=Tiempo en la c\u00e1rcel extendido a {0}
jailSet=\u00a76La c\u00e1rcel {0} ha sido creada.
@@ -203,12 +190,12 @@ kickDefault=Has sido expulsado del servidor\! Nota\: Revisa tu comportamiento
kickExempt=\u00a74No puedes expulsar a ese jugador.
kickedAll=\u00a74Todos los jugadores han sido expulsados.
kill=\u00a77Has matado a\u00a7c {0}\u00a77.
killExempt=\u00a74No puedes matar a {0}
killExempt=\u00a74No puedes matar a \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74El kit que has especificado esta mal hecho o tiene algun bug. Por favor, habla con un administrador inmediatamente.
kitError2=\u00a74Este kit est\u00e1 mal creado. Por favor, contacta con un administrador.
kitError=\u00a7cNo hay ning\u00fan kit v\u00e1lido.
kitGiveTo=\u00a76El kit\u00a7c {0}\u00a76 se ha dado a {1}\u00a7.
kitInvFull=\u00a7cTu preciado inventario no tiene hueco para este kit. El kit se lanzar\u00e1 al suelo.
kitGiveTo=\u00a76Dando kit\u00a7c {0}\u00a76 a \u00a7c{1}\u00a76.
kitInvFull=\u00a74Tu preciado inventario no tiene hueco para este kit. El kit se lanzar\u00e1 al suelo.
kitNotFound=\u00a74Ese kit no existe.
kitOnce=\u00a74No puedes volver a usar este kit.
kitReceive=\u00a76Kit\u00a7c {0}\u00a76 recibido.
@@ -216,27 +203,27 @@ kitTimed=\u00a7c No puedes usar ese kit de nuevo para otro {0}.
kits=\u00a77Kits disponibles\: {0}
leatherSyntax=\u00a76Color sintax\: color\:<red>,<green>,<blue> ejemplo\: color\:255,0,0.
lightningSmited=\u00a76\u00a1Has sido golpeado m\u00e1gicamente\!
lightningUse=\u00a77Golpeando a {0}
lightningUse=\u00a76Golpeando al jugador\u00a7c {0}
listAfkTag=\u00a78[Ausente]\u00a7r
listAmount=\u00a79Hay \u00a7c{0}\u00a79 jugadores de un m\u00e1ximo de \u00a7c{1}\u00a79 jugadores \u00a72en linea\u00a79.
listAmountHidden=\u00a79Hay \u00a7c{0}\u00a79 jugadores de un maximo de \u00a7c{1}\u00a79 jugadores online.
listAmountHidden=\u00a76Hay \u00a7c{0}\u00a76/{1}\u00a76 jugadores de un m\u00e1ximo de \u00a7c{2}\u00a76 jugadores conectados.
listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a78[Oculto]\u00a7r
loadWarpError=Error al cargar el teletransporte {0}
loadWarpError=\u00a74Error al cargar el Warp {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a77Para marcar tu email como le\u00eddo, escribe \u00a7c/mail clear\u00a77.
mailCleared=\u00a77Email limpiado\!
mailClear=\u00a76Para marcar tu correo como le\u00eddo, escribe\u00a7c /mail clear\u00a76.
mailCleared=\u00a76\u00a1El correo ha sido limpiado\!
mailSent=\u00a76\u00a1El correo ha sido enviado\!
markMailAsRead=\u00a7cPara marcar tu email como leido, escribe /mail clear
markMailAsRead=\u00a76Para marcar tu correo como le\u00eddo, escribe\u00a7c /mail clear\u00a76.
markedAsAway=\u00a77Has sido anunciado como AFK (Away-From-Keyboard/Ausente o Lejos del teclado).
markedAsNotAway=\u00a77Ya no estas AFK.
matchingIPAddress=\u00a77Los siguientes jugadores entraron previamente con la IP\:
maxHomes=No puedes establecer m\u00e1s de {0} hogares.
matchingIPAddress=\u00a76Los siguientes jugadores entraron previamente con la IP\:
maxHomes=\u00a74No puedes tener m\u00e1s de\u00a7c {0} \u00a74hogares.
mayNotJail=\u00a7cNo puedes encarcelar a esa persona.
me=yo
minute=minuto
minutes=minutos
missingItems=No tienes {0}x de {1}.
missingItems=\u00a74No tienes \u00a7c{0}x {1}\u00a74.
mobSpawnError=Error al cambiar la localizaci\u00f3n para el nacimiento de los mobs.
mobSpawnLimit=Cantidad de criaturas (mobs) limitadas por el l\u00edmite del servidor.
mobSpawnTarget=El bloque seleccionado ser\u00e1 el lugar donde van a aparecer los mobs.
@@ -246,227 +233,223 @@ moneySentTo=\u00a7a{0} ha sido enviado a {1}
month=mes
months=meses
moreThanZero=Las cantidades han de ser mayores que 0.
moveSpeed=\u00a76Has establecido la velocidad de {0} a\u00a7c {1} \u00a76para {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Establecida velocidad de {0} a\u00a7c {1} \u00a76durante \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Solo puedes aplicar una carga a este cohete.
multiplePotionEffects=\u00a74No puedes aplicarle m\u00e1s de un efecto a esta poci\u00f3n.
muteExempt=\u00a7cNo puedes silenciar a ese jugador.
muteNotify=\u00a7c{0} \u00a76ha silenciado a \u00a7c{1}\u00a76.
mutedPlayer=\u00a77El jugador\u00a7c {0} \u00a77est\u00e1 silenciado.
mutedPlayerFor=\u00a77Jugador\u00a7c {0} \u00a77silenciado por\u00a7c {1}\u00a77.
mutedPlayer=\u00a76El jugador\u00a7c {0} \u00a76est\u00e1 silenciado.
mutedPlayerFor=\u00a76Jugador\u00a7c {0} \u00a76silenciado por\u00a7c {1}\u00a76.
mutedUserSpeaks={0} intent\u00f3 hablar, pero est\u00e1 silenciado.
nearbyPlayers=Jugadores cercanos\: {0}
negativeBalanceError=El usuario no tiene permitido tener dinero negativo.
nickChanged=Se ha establecido un nombre diferente a un jugador.
nearbyPlayers=\u00a76Jugadores cercanos\:\u00a7r {0}
negativeBalanceError=\u00a74El jugador no tiene permitido tener dinero por debajo de 0$.
nickChanged=\u00a76Nick cambiado.
nickDisplayName=\u00a74Tienes que activar el cambio de nick en la configuraci\u00f3n del plugin Essentials.
nickInUse=\u00a74Ese nick ya est\u00e1 en uso. Prueba a usar otro.
nickNamesAlpha=\u00a74No puedes usar s\u00edmbolos raros.
nickNoMore=\u00a76Ya no tienes un nombre personalizado. VUELVES A SER TU.
nickSet=\u00a76Tu nombre se ha personalizado y ahora es\u00a7c {0}
nickTooLong=\u00a74Ese nombre es demasiado largo.
noAccessCommand=\u00a7cNo tienes permiso para ejecutar ese comando.
noAccessPermission=\u00a7cNo tienes permisos para eso {0} .
nickSet=\u00a76Tu seud\u00f3nimo ahora es \u00a7c{0}\u00a76.
nickTooLong=\u00a74Ese nick es demasiado largo.
noAccessCommand=\u00a74No tienes permiso para ejecutar ese comando.
noAccessPermission=\u00a74No tienes permiso para interactuar con \u00a7c{0}\u00a74.
noBreakBedrock=No puedes romper piedra base.
noDestroyPermission=\u00a7cNo tienes permisos para romper eso {0}.
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.
noDestroyPermission=\u00a74No tienes permiso para destruir ese \u00a7c{0}\u00a74.
noDurability=\u00a74Este \u00edtem no tiene durabilidad.
noGodWorldWarning=\u00a74\u00a1Advertencia\! El modo de dios ha sido desactivado en este mundo.
noHomeSetPlayer=\u00a76El jugador no ha establecido hogares.
noIgnored=\u00a76No est\u00e1s ignorando a nadie.
noKitPermission=\u00a7cNecesitas el permiso \u00a74{0}\u00a7c para usar ese kit.
noKits=\u00a77No hay kits disponibles a\u00fan.
noMail=\u00a77No tienes correo nuevo.
noMatchingPlayers=\u00a77No se encontr\u00f3 al jugador buscado.
noMail=\u00a76No tienes correo nuevo.
noMatchingPlayers=\u00a76No se encontr\u00f3 al jugador buscado.
noMetaFirework=\u00a74No tienes permiso para usar los efectos de los fuegos artificiales.
noMetaPerm=\u00a74No tienes permiso para aplicar \u00a7c{0}\u00a74 efectos a este item.
noMetaPerm=\u00a74No tienes permiso para aplicar \u00a7c{0}\u00a74 efectos a este \u00edtem.
noNewMail=\u00a77No tienes correo nuevo.
noPendingRequest=No tienes ninguna petici\u00f3n pendiente.
noPerm=\u00a7cNo tienes el permiso de \u00a7f{0}\u00a7c.
noPermToSpawnMob=\u00a7cNo tienes permisos para spawnear a este mob.
noPlacePermission=\u00a7cNo tienes permiso para colocar este bloque en este lugar.
noPotionEffectPerm=\u00a74No tienes permiso para aplicar efectos \u00a7c {0} \u00a74a esta poci\u00f3n.
noPendingRequest=\u00a74No tienes peticiones pendientes.
noPerm=\u00a74No tienes el permiso \u00a7c{0}\u00a74.
noPermToSpawnMob=\u00a74No tienes permiso para generar esa criatura.
noPlacePermission=\u00a74No tienes permiso para colocar un bloque junto a eso.
noPotionEffectPerm=\u00a74No tienes permiso para aplicar el efecto\u00a7c {0} \u00a74a esta poci\u00f3n.
noPowerTools=\u00a76No tienes ninguna herramienta el\u00e9ctrica asignada.
noWarpsDefined=\u00a77No hay teletransportes definidos a\u00fan.
noWarpsDefined=\u00a76No hay warps disponibles.
none=ninguno
notAllowedToQuestion=\u00a7cNo est\u00e1s autorizado para usar las preguntas.
notAllowedToShout=\u00a7cNo est\u00e1s autorizado para gritar.
notEnoughExperience=No tienes suficiente experiencia.
notEnoughMoney=No tienes el dinero suficiente.
notAllowedToQuestion=\u00a74No est\u00e1s autorizado para hacer una pregunta.
notAllowedToShout=\u00a74No est\u00e1s autorizado para gritar.
notEnoughExperience=\u00a74No tienes la experiencia necesaria.
notEnoughMoney=\u00a74No tienes dinero suficiente.
notFlying=no esta volando
notRecommendedBukkit=* \! * La versi\u00f3n de bukkit no es la recomendada para esta versi\u00f3n de Essentials.
notRecommendedBukkit=\u00a74* \! * La versi\u00f3n de bukkit no es la recomendada para esta versi\u00f3n del plugin Essentials.
notSupportedYet=No soportado por el momento.
nothingInHand=\u00a7cNo tienes nada en tu mano.
now=ahora
nuke=\u00a7aQue la muerta afecte al que no despierte.
nuke=\u00a75Que la muerta afecte al que no despierte.
numberRequired=Es necesario un n\u00famero, amigo.
onlyDayNight=\u00a7c/time \u00a74solo se utiliza con los valores \u00a7cday \u00a74o \u00a7cnight \u00a74(\u00a76d\u00eda\u00a74/\u00a76noche\u00a74).
onlyPlayerSkulls=\u00a74Solo puede establecer el propietario de las cabezas del jugador (397\:3).
onlyPlayers=Solo los jugadores conectados pueden usar {0}.
onlyDayNight=\u00a76/time \u00a74\u00fanicamente funciona con los valores \u00a76Day\u00a74 o \u00a76Night\u00a74 (d\u00eda/noche).
onlyPlayerSkulls=\u00a74Solo puedes indicar el propietario de las calaveras de jugadores (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Solo jugadores dentro del juego pueden usar \u00a7c{0}\u00a74.
onlySunStorm=\u00a7c/weather \u00a74solo acepta los valores \u00a7csun \u00a74o \u00a7cstorm \u00a74(\u00a76sol\u00a74/\u00a76tormenta\u00a74).
orderBalances=Creando un ranking de {0} usuarios segun su presupuesto, espera...
oversizedTempban=\u00a74No puedes banear por ese periodo de tiempo.
pTimeCurrent=\u00a7e{0}''s\u00a7f la hora es {1}.
pTimeCurrentFixed=\u00a7c{0}\u00a77 la hora ha sido corregida a\u00a7c {1}\u00a77.
pTimeCurrent=\u00a76La hora de \u00a7c{0} es\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7c{0}\u00a76 la hora ha sido corregida a\u00a7c {1}\u00a76.
pTimeNormal=\u00a7c{0} \u00a77\: el tiempo es normal (coincide con el del servidor).
pTimeOthersPermission=\u00a7cNo est\u00e1s autorizado para especificar la hora de otros usuarios.
pTimeOthersPermission=\u00a74No tienes permitido cambiar la hora de otros jugadores.
pTimePlayers=\u00a77Estos jugadores tienen establecida su propia hora\:\u00a7r
pTimeReset=La hora del usuario ha sido reiniciada a las\: \u00a7e{0}
pTimeSet=La hora del jugador ha sido cambiada a\: \u00a73{0}\u00a7f for\: \u00a7e{1}.
pTimeSetFixed=La hora del jugador ha sido fijada a las\: \u00a73{0}\u00a7f for\: \u00a7e{1}.
pWeatherCurrent=\u00a77El clima de\u00a7c {0}\u00a77 es\u00a7c {1}\u00a77.
pWeatherCurrent=\u00a76El clima de\u00a7c {0}\u00a76 es\u00a7c {1}\u00a76.
pWeatherInvalidAlias=\u00a74Tipo de clima inv\u00e1lido
pWeatherNormal=\u00a77El clima de \u00a7c{0} \u00a77es normal y coincide con el servidor.
pWeatherNormal=\u00a76El clima de \u00a7c{0} \u00a76es normal y coincide con el servidor.
pWeatherOthersPermission=\u00a74No est\u00e1s autorizado para cambiar el clima de otros jugadores.
pWeatherPlayers=\u00a77Jugadores que tienen su propio clima\: \u00a7r
pWeatherReset=\u00a77Clima reseteado para\: \u00a7c{0}
pWeatherSet=\u00a77Clima establecido en \u00a7c{0}\u00a77 para\: \u00a7c{1}\u00a77.
pendingTeleportCancelled=\u00a7cPetici\u00f3n de teletransporte cancelada.
playerBanIpAddress=\u00a76La IP \u00a7c {1} \u00a76ha sido baneada por\u00a7c {0}\u00a76.
playerBanned=\u00a7c{1} \u00a76ha sido baneado por\u00a7c {0}\u00a76 a causa de {2}\u00a76.
playerInJail=\u00a7cEl jugador {0} ya est\u00e1 en la c\u00e1rcel.
pWeatherReset=\u00a76Clima reseteado para\: \u00a7c{0}
pWeatherSet=\u00a76Clima establecido en \u00a7c{0}\u00a76 para\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Petici\u00f3n de teletransporte cancelada.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a7c{0} \u00a76 ha sido baneado\:\u00a7c {1} \u00a76por \u00a7c{2}\u00a76.
playerInJail=\u00a74El jugador\u00a7c {0}\u00a74 ya est\u00e1 en la c\u00e1rcel.
playerJailed=\u00a77Jugador {0} encarcelado.
playerJailedFor=\u00a77El jugador {0} ha sido encarcelado durante {1}.
playerKicked=\u00a7c\u00a1El jugador {0} ha echado a {1}\u00a7c\! \u00a77Motivo\: &r{2}\u00a77.
playerMuted=\u00a77Has sido silenciado.
playerMutedFor=\u00a77Has sido silenciado durante {0}.
playerNeverOnServer=\u00a74\u00a1El jugador \u00a7c{0} \u00a74nunca ha entrado al servidor\!
playerNotFound=\u00a7cJugador no encontrado.
playerNotFound=\u00a74Jugador no encontrado.
playerUnbanIpAddress=\u00a76La IP {1} ha sido desbaneada por\u00a7c {0}.
playerUnbanned=\u00a7c{1} \u00a76ha sido desbaneado por\u00a7c {0}\u00a76.
playerUnmuted=\u00a77Has sido desmuteado.
pong=PING PONG\!
playerUnmuted=\u00a76Ya no est\u00e1s silenciado.
pong=\u00a1PONG\!
posPitch=\u00a77Giro\: {0} (\u00c1ngulo de cabeza)
posX=\u00a77X\: {0} (+Este <-> -Oeste)
posY=\u00a77Y\: {0} (+Arriba <-> -abajo)
posYaw=\u00a77Yaw\: {0} (Rotaci\u00f3n)
posZ=\u00a77Z\: {0} (+Sur <-> -Norte)
possibleWorlds=\u00a77Los mundos posibles son desde el numero 0 hasta el {0}.
possibleWorlds=\u00a76Posibles mundos son los n\u00fameros desde el \u00a7c0\u00a76 hasta el \u00a7c{0}\u00a76.
potions=\u00a77Pociones\:\u00a7r {0}\u00a76.
powerToolAir=El comando no se puede ejecutar en el aire.
powerToolAlreadySet=El comando \u00a7c{0}\u00a7f ya esta asignado a {1}.
powerToolAlreadySet=\u00a74El comando \u00a7c{0}\u00a74 ya est\u00e1 asignado a \u00a7c{1}\u00a74.
powerToolAttach=\u00a77El comando \u00a7c{0}\u00a77 ha sido asignado a {1}\u00a77.
powerToolClearAll=\u00a77Todos los comandos de la herramienta el\u00e9ctrica han sido eliminados.
powerToolList=\u00a77El objeto \u00a7c{1} \u00a77tiene asignados los comandos\: \u00a7c{0}\u00a77.
powerToolListEmpty={0} no tiene comandos asignados.
powerToolNoSuchCommandAssigned=El comando \u00a7c{0}\u00a7f no ha sido asignado a {1}.
powerToolRemove=Comando \u00a7c{0}\u00a7f borrado desde {1}.
powerToolRemoveAll=Todos los comandos borrados desde {0}.
powerToolList=\u00a76El \u00edtem \u00a7c{1} \u00a76tiene asignados los comandos\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74El \u00edtem\u00a7c {0} \u00a74no tiene comandos asignados.
powerToolNoSuchCommandAssigned=\u00a74El comando \u00a7c{0}\u00a74 no ha sido asignado a \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Comando \u00a7c{0}\u00a76 borrado de \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Todos los comandos borrados de \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a77Todas tus herramientas de poder han sido desactivadas.
powerToolsEnabled=\u00a77Todas tus herramientas de poder han sido activadas.
questionFormat=\u00a76[\u00a7bPregunta\u00a76]\u00a7f {0}
questionFormat=\u00a72[Pregunta]\u00a7r {0}
readNextPage=\u00a77Escribe\u00a7c /{0} {1} \u00a77para leer la p\u00e1gina siguiente.
recipe=\u00a77Crafteo para \u00a7c{0}\u00a76 ({1} de {2})
recipe=\u00a76Receta para \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 de \u00a7c{2}\u00a76)
recipeBadIndex=No hay ning\u00fan crafteo con ese n\u00famero.
recipeFurnace=\u00a77Fundici\u00f3n \u00a7c {0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a77Escribe /{0} \u00a7c{1}\u00a77 <number> para ver otros crafteos de \u00a7c{2}\u00a77.
recipeFurnace=\u00a76Fundir\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76es \u00a7c{1}
recipeMore=\u00a76Escribe /{0} \u00a7c{1}\u00a76 <number> para ver otros crafteos de \u00a7c{2}\u00a76.
recipeNone=No existen crafteos para {0}
recipeNothing=nada
recipeShapeless=\u00a77Combinar \u00a7c{0}
recipeWhere=\u00a77Donde\: {0}
removed=\u00a77{0} entidades removidas.
repair=Has reparado satisfactoriamente tu\: \u00a7e{0}.
repairAlreadyFixed=\u00a77Este objeto no necesita ser reparado.
repairEnchanted=\u00a77No tienes permisos para reparar items encantados.
repairInvalidType=\u00a7cError\: \u00a74tipo de item invalido.
repairNone=\u00a74No hay objetos que necesiten reparaci\u00f3n.
requestAccepted=\u00a77Peticion de teletransporte aceptada.
requestAcceptedFrom=\u00a77{0} ha aceptado tu peticion de teletransporte.
requestDenied=\u00a77Peticion de teletransporte denegada.
requestDeniedFrom=\u00a77{0} ha denegado tu peticion de teletransporte.
requestSent=\u00a77Peticion enviada a {0}\u00a77.
requestTimedOut=\u00a7cA la solicitud de teletransporte se le ha acabado el tiempo.
removed=\u00a76Eliminadas\u00a7c {0} \u00a76entidades.
repair=\u00a76Has reparado exit\u00f3samente tu\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a74Este \u00edtem no necesita reparaci\u00f3n.
repairEnchanted=\u00a74No tienes permiso para reparar un \u00edtem encantado.
repairInvalidType=\u00a74Ese \u00edtem no puede ser reparado.
repairNone=\u00a74No hay \u00edtems que necesiten ser reparados.
requestAccepted=\u00a76Petici\u00f3n de teletransporte aceptada.
requestAcceptedFrom=\u00a7c{0} \u00a76ha aceptado tu teletransportaci\u00f3n.
requestDenied=\u00a76Petici\u00f3n de teletransporte denegada.
requestDeniedFrom=\u00a7c{0} \u00a76ha denegado tu teletransportaci\u00f3n.
requestSent=\u00a76La petici\u00f3n ha sido enviada a\u00a7c {0}\u00a76.
requestTimedOut=\u00a74El tiempo de la solicitud de teletransporte se ha agotado.
requiredBukkit=\u00a75* \! * \u00a7cNecesitas al menos el build {0} de CraftBukkit, descargalo desde \u00a7bhttp\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a77Econom\u00eda establecida a \u00a7a{0} \u00a76para \u00a7cTODOS \u00a77los jugadores que est\u00e1n conectados.
resetBalAll=\u00a76Econom\u00eda establecida a \u00a7a{0} \u00a76para TODOS los jugadores.
returnPlayerToJailError=\u00a7cError al intentar regresar al jugador {0} a la carcel\: {1}
resetBal=\u00a76Dinero reestablecido a \u00a7c{0} \u00a76a todos los jugadores conectados.
resetBalAll=\u00a76Dinero reestablecido a \u00a7c{0} \u00a76a todos los jugadores.
returnPlayerToJailError=\u00a74\u00a1Ha ocurrido un error al intentar enviar al jugador\u00a7c {0} \u00a74a la c\u00e1rcel\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a77Ejecutando busqueda de jugadores ''\u00a7c{0}\u00a77'' (puede tardar)
second=segundo
seconds=segundos
seenOffline=El jugador {0} esta desconectado desde {1}
seenOnline=El jugador {0} esta conectado desde {1}
serverFull=\u00a7cLo sentimos, el servidor esta \u00a74LLENO\u00a7c. Prueba mas tarde
serverTotal=\u00a77Total\:\u00a7c {0}
setBal=\u00a7aSu econom\u00eda personal ha sido establecida a {0}.
seenOffline=\u00a76El jugador\u00a7c {0} \u00a76ha estado \u00a74desconectado\u00a76 desde \u00a7c{1}\u00a76.
seenOnline=\u00a76El jugador\u00a7c {0} \u00a76ha estado \u00a7aconectado\u00a76 desde \u00a7c{1}\u00a76.
serverFull=\u00a1El servidor est\u00e1 lleno\!
serverTotal=\u00a76Total\:\u00a7c {0}
setBal=\u00a7aEconom\u00eda personal establecida en {0}.
setBalOthers=\u00a7aLa economia de {0}\u00a7a ha sido establecida a {1}.
setSpawner=Cambiado tipo de spawner a {0}
sheepMalformedColor=Color malformado.
shoutFormat=\u00a7a[\u00a7eMundo\u00a7a]\u00a7f {0}
setSpawner=\u00a7Cambiado tipo de generador a\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Color malformado.
shoutFormat=\u00a76[Mundo]\u00a7r {0}
signFormatFail=\u00a74[{0}]
signFormatSuccess=\u00a71[{0}]
signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74No puedes poner carteles en este sitio.
similarWarpExist=Ya existe un teletransporte con ese nombre.
slimeMalformedSize=Medidas malformadas.
socialSpy=\u00a77Esp\u00eda del chat de {0} \u00a77ha sido {1}
soloMob=\u00a7cParece que este mob prefiere estar marginado...
spawnSet=\u00a77El lugar de muerte, aparicion o el sitio del comando /spawn ha sido colocado para el grupo {0}.
similarWarpExist=\u00a74Ya existe un warp con ese nombre.
slimeMalformedSize=\u00a74Medidas malformadas.
socialSpy=\u00a76Esp\u00eda de chat para \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74A este mob le gusta estar solo.
spawnSet=\u00a76El lugar de aparici\u00f3n o el sitio del comando /spawn ha sido colocado para el grupo\u00a7c {0}\u00a76.
spawned=nacido
sudoExempt=\u00a7cNo puedes obligar a este usuario\! Motivo\: es op o tiene rango superior.
sudoRun=Forzando {0} a ejecutar\: /{1} {2}
suicideMessage=\u00a77Adios mundo cruel...
suicideSuccess=\u00a77{0} \u00a7fse ha quitado la vida porque le han suspendido en mates...
sudoExempt=\u00a74No puedes usar el comando sudo con este jugador.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Adi\u00f3s mundo cruel...
suicideSuccess=\u00a76{0} \u00a7cse ha suicidado...
survival=supervivencia
takenFromAccount=\u00a7a{0} han sido sacados de tu cuenta econ\u00f3mica.
takenFromOthersAccount=\u00a7c{0} han sidos sacados de la cuenta economica de {1}\u00a7c . Nuevo presupuesto\: {2}
takenFromOthersAccount=\u00a7a{0} han sido sacados de la cuenta de {1}\u00a7a. \u00a72Nuevo balance\: {2}.
teleportAAll=\u00a77Peticion de teletransporte enviada a todos los jugadores...
teleportAll=\u00a77Teletransportando a todos los jugadores...
teleportAtoB=\u00a77{0}\u00a77 te ha teletransportado hasta {1}\u00a77.
teleportDisabled=\u00a7a{0} \u00a7etiene desactivado los teletransportes\!
teleportHereRequest=\u00a7c{0}\u00a77te ha pedido que te teletransportes con \u00e9l.
teleportNewPlayerError=\u00a7cError al teletransportar al nuevo jugador\!
teleportRequest=\u00a7c{0}\u00a77 te ha pedido teletransportarse contigo.
teleportRequestTimeoutInfo=\u00a7cA esta solicitud se le acabara el tiempo despues de {0} \u00a7csegundos.
teleportTop=\u00a77Teletransportandote a la cima.
teleportationCommencing=\u00a77Comenzando teletransporte...
teleportationDisabled=\u00a77Teletransporte desactivado.
teleportationDisabledFor=\u00a76Teletransporte desactivado para {0}.
teleportationEnabled=\u00a77Teletransporte activado.
teleportationEnabledFor=\u00a77Teleportation enabled for {0}
teleporting=\u00a77Teletransportando...
tempBanned=Baneado temporalmente del servidor durante {0}\!
tempbanExempt=\u00a77No puedes banear temporalmente a ese jugador.
thunder=Tu has {0} los truenos en tu mundo.
thunderDuration=Tu has {0} los truenos en tu mundo durante {1} seconds.
teleportAtoB=\u00a7c{0}\u00a76 te ha teletransportado a \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74tiene la teletransportaci\u00f3n desactivada.
teleportHereRequest=\u00a7c{0}\u00a76te ha pedido que te teletransportes hasta \u00e9l.
teleportNewPlayerError=\u00a74\u00a1Ha ocurrido un error al teletransportar al nuevo jugador\!
teleportRequest=\u00a7c{0}\u00a76 te ha pedido teletransportarse hasta ti.
teleportRequestTimeoutInfo=\u00a76La solicitud ser\u00e1 autom\u00e1ticamente cancelada despu\u00e9s de\u00a7c {0} segundos\u00a76.
teleportTop=\u00a76Teletransportandote hasta la cima.
teleportationCommencing=\u00a76Teletransportando...
teleportationDisabled=\u00a76Teletransporte \u00a7cdeshabilitado\u00a76.
teleportationDisabledFor=\u00a76Teletransporte \u00a7cdeshabilitado \u00a76para \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teletransporte \u00a7chabilitado\u00a76.
teleportationEnabledFor=\u00a76Teletransporte \u00a7chabilitado \u00a76para \u00a7c{0}\u00a76.
teleporting=\u00a76Teletransportando...
teleportToPlayer=\u00a76Teletransport\u00e1ndose a \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Ese jugador no puede recibir un baneo temporal tuyo.
thunder=\u00a76Has cambiado los truenos a\u00a7c {0} \u00a76en tu mundo.
thunderDuration=\u00a76Has\u00a7c {0} \u00a76una tormenta en tu mundo durante\u00a7c {1} \u00a76segundos.
timeBeforeHeal=Tiempo antes de la siguiente curacion\: {0}
timeBeforeTeleport=Tiempo antes del proximo teletransporte\: {0}
timeFormat=\u00a73{0}\u00a7f o \u00a73{1}\u00a7f o \u00a73{2}\u00a7f
timeSetPermission=\u00a7cNo estas autorizado para establecer la hora.
timeWorldCurrent=La hora actual en {0} es \u00a73{1}
timeWorldSet=La hora ha sido establecida a {0} en\: \u00a7c{1}
timeBeforeTeleport=\u00a74Tiempo antes del pr\u00f3ximo teletransporte\:\u00a7c {0}\u00a74.
timeFormat=\u00a7c{0}\u00a76 o \u00a7c{1}\u00a76 o \u00a7c{2}\u00a76
timeSetPermission=\u00a74No tienes permitido cambiar la hora.
timeWorldCurrent=\u00a76La hora actual en\u00a7c {0} \u00a76es \u00a7c{1}\u00a76.
timeWorldSet=\u00a76La hora ha sido establecida a\u00a7c {0} \u00a76en el mundo\: \u00a7c{1}\u00a76.
totalWorthAll=\u00a7aVendidos todos los objetos por un valor total de \u00a7c {1}\u00a7a.
totalWorthBlocks=\u00a7aVendidos todos los bloques por un total de \u00a7c{1}\u00a7a.
tps=TPS actual \= {0}
tps=\u00a76Ticks por segundo \= {0}
tradeSignEmpty=Esta tienda no tiene nada disponible para ti.
tradeSignEmptyOwner=No hay nada que recojer de esta tienda.
treeFailure=\u00a7cError al generar el \u00e1rbol. Prueba de nuevo en tierra, tierra h\u00fameda o hierba.
treeSpawned=\u00a77\u00c1rbol generado.
true=activado
typeTpaccept=\u00a77Escribe \u00a7c/tpaccept \u00a76para aceptar el teletransporte.
typeTpdeny=\u00a77Para denegar esta peticion, escribe \u00a7c/tpdeny\u00a77.
typeWorldName=\u00a77Tu tambien puedes escribir el nombre de un mundo especifico.
unableToSpawnMob=No se puede generar Mobs.
unignorePlayer=Ya no estas ignorando al jugador {0}.
unknownItemId=ID de objeto desconocido\: {0}
unknownItemInList=Objeto desconocido {0} en {1} lista.
unknownItemName=Nombre de objeto desconocido\: {0}
unlimitedItemPermission=\u00a7cNo tienes permiso para objetos ilimitados {0}.
unlimitedItems=Objetos ilimitados.
unmutedPlayer=\u00a77Jugador {0} desmuteado.
unvanishedReload=\u00a7cUn reinicio te ha forzado a ser visible.
true=\u00a7as\u00ed\u00a7f
typeTpaccept=\u00a76Escribe \u00a7c/tpaccept \u00a76para aceptar el teletransporte.
typeTpdeny=\u00a76Para denegar la teletransportaci\u00f3n, escribe \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76T\u00fa tambi\u00e9n puedes escribir el nombre de un mundo espec\u00edfico.
unableToSpawnMob=\u00a74No puedes generar criaturas.
unignorePlayer=\u00a76Ya no ignoras al jugador\u00a7c {0}\u00a76.
unknownItemId=\u00a74ID de \u00edtem desconocida\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74\u00cdtem desconocido {0} en {1} lista.
unknownItemName=\u00a74Nombre de \u00edtem desconocido\: {0}.
unmutedPlayer=\u00a76El jugador\u00a7c {0} \u00a76ya no est\u00e1 silenciado.
unvanishedReload=\u00a74Un reinicio o una recarga del servidor te ha forzado a perder la invisibilidad.
upgradingFilesError=Error mientras se actualizaban los archivos
uptime=\u00a76Tiempo encendido\:\u00a7c {0}
userAFK=\u00a75{0} \u00a75se encuentra ausente y es probable que no responda.
userAFK=\u00a77{0} \u00a75se encuentra ausente y es probable que no responda.
userDoesNotExist=El usuario {0} no existe
userIsAway={0} \u00a7festa ahora ausente\!
userIsNotAway={0} \u00a7fya no esta ausente\!
userJailed=\u00a77Has sido encarcelado\!
userIsAway=\u00a77{0} \u00a77\u00a1est\u00e1 ausente\!
userIsNotAway=\u00a77{0} \u00a77\u00a1ya no est\u00e1 ausente\!
userJailed=\u00a76\u00a1Has sido encarcelado\!
userUnknown=\u00a74Aviso\: \u00a7cel jugador \u00a74{0} \u00a7cnunca ha visitado el servidor\!
userdataMoveBackError=Error al mover userdata/{0}.tmp a userdata/{1}
userdataMoveError=Error al mover userdata/{0} a userdata/{1}.tmp
usingTempFolderForTesting=Usando carpeta temporal para pruebas\:
vanished=\u00a7aHas desaparecido.
vanished=\u00a76Ahora eres invisible para los usuarios normales, ellos no podr\u00e1n detectarte ni con comandos.
versionMismatch=La version no coincide\! Por favor actualiza {0} a la misma version.
versionMismatchAll=La version no coincide\! Por favor actualiza todos los jars de Essentials a la misma version.
voiceSilenced=\u00a77Tu voz ha sido silenciada
@@ -474,13 +457,13 @@ walking=caminando
warpDeleteError=Problema al borrar el archivo de teletransporte.
warpList={0}
warpListPermission=\u00a7cNo tienes permiso para listar esos teletransportes.
warpNotExist=Ese teletransporte no existe.
warpOverwrite=\u00a7cNo puedes sobreescribir ese atajo.
warpSet=\u00a77Atajo {0} establecido.
warpUsePermission=\u00a7cNo tienes permisos para usar ese teletransporte.
warpingTo=\u00a77Teletransportandote a {0}...
warpNotExist=\u00a74Ese Warp no existe.
warpOverwrite=\u00a74No puedes sobrescribir ese Warp.
warpSet=\u00a76El Warp\u00a7c {0} \u00a76ha sido establecido.
warpUsePermission=\u00a74No tienes permisos para usar ese Warp.
warpingTo=\u00a76Teletransportadote a\u00a7c {0}\u00a76...
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a77Hay {0} teletransportes. Mostrando pagina {1} de {2}.
warpsCount=\u00a76Hay\u00a7c {0} \u00a76puntos de teletransporte. Mostrando p\u00e1gina \u00a7c{1} \u00a76de \u00a7c{2}\u00a76.
weatherStorm=\u00a77Has establecido el tiempo como tormenta en este mundo.
weatherStormFor=\u00a77Has establecido el tiempo como tormenta en este {1} durante {0} segundos.
weatherSun=\u00a77Has establecido el tiempo como sol en este mundo.
@@ -488,19 +471,19 @@ weatherSunFor=\u00a77Has establecido el tiempo como sol en este {1} durante {0}
whoisAFK=\u00a77 - Ausente\:\u00a7r {0}
whoisBanned=\u00a77 - Baneado\:\u00a7f {0}
whoisExp=\u00a77 - Exp\:\u00a7f {0} (Nivel {1})
whoisFly=\u00a77 - Modo de vuelo\:\u00a7f {0} ({1})
whoisFly=\u00a77 - Modo volar\:\u00a7f {0} ({1})
whoisGamemode=\u00a77 - Modo de juego\:\u00a7f {0}
whoisGeoLocation=\u00a77 - Localizacion\:\u00a7f {0}
whoisGeoLocation=\u00a77 - Ubicaci\u00f3n\:\u00a7f {0}
whoisGod=\u00a77 - Modo de dios\:\u00a7f {0}
whoisHealth=\u00a77 - Salud\:\u00a7f {0}/20
whoisIPAddress=\u00a77 - Direccion IP\:\u00a7f {0}
whoisIPAddress=\u00a77 - Direcci\u00f3n IP\:\u00a7f {0}
whoisJail=\u00a77 - C\u00e1rcel\:\u00a7r {0}
whoisLocation=\u00a76 - Localizacion\:\u00a7f ({0}, {1}, {2}, {3})
whoisLocation=\u00a77 - Ubicaci\u00f3n\:\u00a7f ({0}, {1}, {2}, {3})
whoisMoney=\u00a77 - Dinero\:\u00a7f {0}
whoisMuted=\u00a77 - Silenciado\:\u00a7r {0}
whoisNick=\u00a77 - Nick\:\u00a7r {0}
whoisMuted=\u00a77 - Silenciado\:\u00a7f {0}
whoisNick=\u00a77 - Nick\:\u00a7f {0}
whoisOp=\u00a77 - OP\:\u00a7f {0}
whoisTop=\u00a7a \=\=\= \u00a72QuienEs\:\u00a7e {0} \u00a7a \=\=\=
whoisTop=\u00a76 \=\=\= Acerca de\:\u00a7c {0} \u00a76 \=\=\=
worth=\u00a77Pila de {0} con valor de \u00a7c{1}\u00a77 ({2} objeto(s) a {3} cada uno)
worthMeta=\u00a77Pila de {0} con metadata de {1} , con valor de \u00a7c{2}\u00a77 ({3} objeto(s) a {4} cada uno)
worthSet=Establecer el valor de un valor
@@ -513,7 +496,7 @@ kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Espacio insuficiente, \u00a7c{0} \u00a7c{1} \u00a74se ha perdido.
noKitGroup=\u00a74No tienes acceso a este kit.
inventoryClearingFromAll=\u00a77Limpiando el inventario de todos los usuarios...
inventoryClearingAllItems=\u00a7aLimpiando todos los objetos del inventario a\u00a77 {0}\u00a7a.
inventoryClearingAllItems=\u00a76Limpiado todos los objetos del inventario a\u00a76 {0}.
inventoryClearingAllArmor=\u00a7eLimpiado objetos y armaduras de\u00a7a {0}\u00a7e.
inventoryClearingAllStack=\u00a76Inventario limpiado completamente a \u00a7c {0} \u00a76de {1}\u00a76.
inventoryClearingStack=\u00a76Eliminado\u00a7c {0} \u00a76de\u00a7c {1} \u00a76de {2}\u00a76.
@@ -524,7 +507,7 @@ totalSellableBlocks=\u00a7aEl valor total de la venta de todos tus bloques es \u
radiusTooBig=\u00a74\u00a1Radio demasiado grande\! Lo m\u00e1ximo es {0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76est\u00e1 baneada.
mobDataList=\u00a77Datos de mobs v\u00e1lidos\:\u00a7r {0}
vanish=\u00a76Ocultaci\u00f3n m\u00e1gica para {0}\u00a76\: {1}
vanish=\u00a76Invisibilidad m\u00e1gica para {0}\u00a76\:\u00a7c {1}
noLocationFound=\u00a74Localizaci\u00f3n inv\u00e1lida.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74No puedes banear a jugadores que no est\u00e1n conectados.
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74No puedes banear temporalmente a jugadores que no es
mayNotJailOffline=\u00a74No puedes encarcelar a jugadores que no est\u00e1n conectados.
muteExemptOffline=\u00a74No puedes silenciar a jugadores que no est\u00e1n conectados.
ignoreExempt=\u00a74No puedes ignorar a este jugador.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74El destino es inseguro y el teletransporte seguro est\u00e1 desactivado.
noMetaJson=El formato JSON Metadata no esta soportado para esta versi\u00f3n de bukkit.
maxMoney=\u00a74Esta transacci\u00f3n supera el l\u00edmite del dinero para esta cuenta.
skullChanged=\u00a76Calavera cambiada a \u00a7c{0}\u00a76.
alphaNames=\u00a74Los nombres de jugadores s\u00f3lo pueden contener letras, n\u00fameros y gui\u00f3n bajo.
givenSkull=\u00a76Se te ha dado el cr\u00e1neo de \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74No tienes permiso de modificar ese cr\u00e1neo.
teleportInvalidLocation=El valor de las coordenadas no puede ser mayor a 30000000
invalidSkull=\u00a74Por favor sost\u00e9n un cr\u00e1neo de un jugador.
weatherInvalidWorld=\u00a1No se ha podido encontrar el mundo llamado "{0}"\!
gameModeInvalid=\u00a74Necesitas especificar un jugador/modo v\u00e1lido.
mailTooLong=\u00a74Mensaje muy largo. Intenta mantenerte debajo de 1000 caracteres.
mailDelay=Demasiados correos han sido enviados en el \u00faltimo minuto. M\u00e1ximo\: {0}
seenAccounts=\u00a76El jugador ha sido tambi\u00e9n conocido como\:\u00a7c {0}
unableToSpawnItem=\u00a74No se puede generar \u00a7c{0}\u00a74, no es un objeto generable.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -7,9 +7,9 @@ action=\u00a75* {0} \u00a75{1}
addedToAccount=\u00a7a{0} on lisatud teie kontole.
addedToOthersAccount=\u00a7a{0} lisatud {1}\u00a7a kontole. Uus summa\: {2}
adventure=seiklus
alertBroke=purustas\:
alertBroke=l\u00f5hkus\:
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} asukohas\: {3}
alertPlaced=pani maha\:
alertPlaced=asetas\:
alertUsed=kasutas\:
antiBuildBreak=\u00a74Teil ei ole siin luba lammutada\u00a7c {0} \u00a74plokke.
antiBuildCraft=\u00a74Teil ei ole luba valmistada\u00a7c {0}\u00a74.
@@ -18,111 +18,103 @@ antiBuildInteract=\u00a74Teil ei ole luba suhelda\u00a7c {0}\u00a74''iga.
antiBuildPlace=\u00a74Teil ei ole luba siia asetada\u00a7c {0} \u00a74.
antiBuildUse=\u00a74Teil ei ole luba kasutada\u00a7c {0}\u00a74.
autoAfkKickReason=Teid kickiti, sest olite eemal rohkem kui {0} minutit.
backAfterDeath=\u00a76Kasutage /back k\u00e4sku, et oma surmapaigale naasta.
backAfterDeath=\u00a76Kasuta k\u00e4sku /back, et oma surmapaigale naasta.
backUsageMsg=\u00a76Tagasi viimine eelmisesse asukohta.
backupDisabled=\u00a74V\u00e4line backup skript ei ole konfigureeritud.
backupFinished=\u00a76Backup valmis.
backupStarted=\u00a76Backup alustatud.
balance=\u00a7aRaha\:\u00a7c {0}
balanceOther=\u00a7aM\u00e4ngija {0}\u00a7a raha\:\u00a7c {1}
balanceOther=\u00a7aM\u00e4ngijal {0}\u00a7a on raha\:\u00a7c {1}
balanceTop=\u00a76Top rikkaimad({0})
banExempt=\u00a74Te ei saa bannida seda m\u00e4ngijat.
banFormat=\u00a74Bannitud\:\n\u00a7r{0}
banExempt=\u00a74Sa ei saa blokeerida seda m\u00e4ngijat.
banFormat=\u00a74Blokeeritud\:\n\u00a7r{0}
bed=\u00a7ovoodi\u00a7r
bedMissing=\u00a74Teie voodi on kas m\u00e4\u00e4ramata, kadunud v\u00f5i blokeeritud.
bedMissing=\u00a74Sinu voodi on kas m\u00e4\u00e4ramata, kadunud v\u00f5i takistatud.
bedNull=\u00a7mvoodi\u00a7r
bedSet=\u00a76Voodi spawn m\u00e4\u00e4ratud\!
bigTreeFailure=\u00a74Suure puu generatsiooni viga. Proovige uuesti muru v\u00f5i mulla peal.
bigTreeSuccess=\u00a76Suur puu spawnitud.
bedSet=\u00a76Voodikoht m\u00e4\u00e4ratud\!
blockList=\u00a76Essentials lootis j\u00e4rgnevad k\u00e4sud teisele pluginale\:
bookAuthorSet=\u00a76Raamatu autor m\u00e4\u00e4ratud kasutajale {0}.
bookAuthorSet=\u00a76Raamatu autoriks on m\u00e4\u00e4ratud {0}.
bookLocked=\u00a76See raamat on n\u00fc\u00fcd lukus.
bookTitleSet=\u00a76Raamatu pealkiri m\u00e4\u00e4ratud j\u00e4rgnevaks\: {0}.
bookTitleSet=\u00a76Raamatu pealkirjaks on m\u00e4\u00e4ratud "{0}".
broadcast=\u00a7r\u00a76[\u00a74Teade\u00a76]\u00a7a {0}
buildAlert=\u00a74Teil ei ole luba ehitada.
bukkitFormatChanged=Bukkit versiooni formaat muudetud. Versioon ei ole kontrollitud.
burnMsg=\u00a76S\u00fc\u00fctasite m\u00e4ngija\u00a7c {0} \u00a76p\u00f5lema\u00a7c {1} sekundiks\u00a76.
canTalkAgain=\u00a76Te saate j\u00e4lle r\u00e4\u00e4kida.
cannotStackMob=\u00a74Teil ei ole luba stackida mitmeid loomi.
burnMsg=\u00a76S\u00fc\u00fctasid m\u00e4ngija\u00a7c {0} \u00a76p\u00f5lema\u00a7c {1} sekundiks\u00a76.
canTalkAgain=\u00a76Sa saad j\u00e4lle r\u00e4\u00e4kida.
cannotStackMob=\u00a74Sul ei ole luba kihistada mitmeid elukaid.
cantFindGeoIpDB=Ei leia GeoIP andmebaasi\!
cantReadGeoIpDB=Tekkis viga lugedes GeoIP andmebaasi\!
cantSpawnItem=\u00a74Teil ei ole luba spawnida eset\u00a7c {0}\u00a74.
cantSpawnItem=\u00a74Sul ei ole luba tekitada eset\u00a7c {0}\u00a74.
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[Spioon]
cleaned=Kasutajafailid Puhastatud.
cleaned=Kasutajafailid puhastatud.
cleaning=Kasutajafailide puhastus.
commandFailed=K\u00e4sk {0} eba\u00f5nnestus\:
commandHelpFailedForPlugin=Viga saades abi pluginale\: {0}
commandNotLoaded=\u00a74K\u00e4sk {0} on ebakoheselt laetud.
compassBearing=\u00a76Laager\: {0} ({1} kraadi).
compassBearing=\u00a76Suund\: {0} ({1} kraadi).
configFileMoveError=Viga liigutades config.yml backup asukohta.
configFileRenameError=Viga temp faili \u00fcmber nimetamisega config.yml-ks.
connectedPlayers=\u00a76\u00dchendatud m\u00e4ngijad\u00a7r
connectionFailed=\u00dchenduse avamine eba\u00f5nnestus.
cooldownWithMessage=\u00a74Maha jahtumine\: {0}
corruptNodeInConfig=\u00a74Teade\: Teie konfiguratsioon failis on vigane {0} node.
corruptNodeInConfig=\u00a74Teade\: Sinu konfiguratsioonifailis on vigane {0} node.
couldNotFindTemplate=\u00a74Ei leidnud \u0161ablooni {0}
creatingConfigFromTemplate=Koniguratsiooni loomine \u0161abloonist\: {0}
creatingConfigFromTemplate=Seadete loomine \u0161abloonist\: {0}
creatingEmptyConfig=Loon t\u00fchja konfiguratsiooni\: {0}
creative=loominguline
currency={0}{1}
currentWorld=\u00a76Praegune Maailm\:\u00a7c {0}
currentWorld=\u00a76Praegune maailm\:\u00a7c {0}
day=p\u00e4ev
days=p\u00e4eva
defaultBanReason=Ban Hammer on r\u00e4\u00e4kinud\!
defaultBanReason=Blokeerimishaamer on r\u00e4\u00e4kinud\!
deleteFileError=Faili {0} ei saanud kustutada
deleteHome=\u00a76Kodu\u00a7c {0} \u00a76on eemaldatud.
deleteJail=\u00a76Vangla\u00a7c {0} \u00a76on eemaldatud.
deleteWarp=\u00a76L\u00f5im\u00a7c {0} \u00a76on eemaldatud.
deniedAccessCommand=\u00a7c{0} \u00a74keelati ligip\u00e4\u00e4s k\u00e4sule.
denyBookEdit=\u00a74Te ei saa avada seda raamatut.
denyChangeAuthor=\u00a74Te ei saa muuta k\u00e4esoleva raamatu autorit.
denyChangeTitle=\u00a74Te ei saa muuta k\u00e4esoleva raamatu pealkirja.
depth=\u00a76Te olete merepinnal.
depthAboveSea=\u00a76Te olete\u00a7c {0} \u00a76plokk(i) \u00fcle merepinna.
depthBelowSea=\u00a76Te olete\u00a7c {0} \u00a76plokk(i) allpool merepinda.
deniedAccessCommand=\u00a74M\u00e4ngijal \u00a7c{0} \u00a74keelati ligip\u00e4\u00e4s k\u00e4sule.
denyBookEdit=\u00a74Sa ei saa avada seda raamatut.
denyChangeAuthor=\u00a74Sa ei saa muuta selle raamatu autorit.
denyChangeTitle=\u00a74Sa ei saa muuta selle raamatu pealkirja.
depth=\u00a76Sa oled merepinnal.
depthAboveSea=\u00a76Sa oled\u00a7c {0} \u00a76plokk(i) merepinnast k\u00f5rgemal.
depthBelowSea=\u00a76Sa oled\u00a7c {0} \u00a76plokk(i) merepinnast madalamal.
destinationNotSet=Sihtpaik ei ole m\u00e4\u00e4ratud\!
disableUnlimited=\u00a76Peatatud l\u00f5pmatu plokki asetamine \u00a7c {0} \u00a76m\u00e4ngijale {1}.
disabled=peatatud
disabledToSpawnMob=\u00a74Selle mob-i spawnimine on peatatud konfiguratsioonis.
disabled=keelatud
disabledToSpawnMob=\u00a74Selle eluka tekitamine on konfiguratsioonis keelatud.
distance=\u00a76Kaugus\: {0}
dontMoveMessage=\u00a76Teleportatsioon algab\u00a7c {0}\u00a76 sekundi p\u00e4rast. \u00c4ra liigu.
dontMoveMessage=\u00a76Teleportatsioon algab\u00a7c {0}\u00a76 p\u00e4rast. \u00c4ra liigu.
downloadingGeoIp=GeoIP andmebaasi allalaadimine... see v\u00f5ib v\u00f5tta aega (riik\: 0.6 MB, linn\: 20MB)
duplicatedUserdata=Topelt kasutaja andmed\: {0} ja {1}.
durability=\u00a76Sellel esemel on \u00a7c{0}\u00a76 kasutust j\u00e4rel
editBookContents=\u00a7eTe v\u00f5ite n\u00fc\u00fcd muuta k\u00e4esoleva raamatu sisu.
enableUnlimited=\u00a76Annan piiramatus koguses \u00a7c {0} \u00a76m\u00e4ngijale {1}.
editBookContents=\u00a7eSa v\u00f5id n\u00fc\u00fcd muuta selle raamatu sisu.
enabled=lubatud
enchantmentApplied=\u00a76Loits\u00a7c {0} \u00a76on lisatud k\u00e4esolevale esemele.
enchantmentNotFound=\u00a74Loitsu ei leitud\!
enchantmentPerm=\u00a74Teil ei ole luba j\u00e4rgnevaks\:\u00a7c {0}\u00a74.
enchantmentPerm=\u00a74Sul ei ole luba j\u00e4rgnevaks\:\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76Loits\u00a7c {0} \u00a76on eemaldatud k\u00e4esolevalt esemelt.
enchantments=\u00a76Loitsud\:\u00a7r {0}
errorCallingCommand=Viga kutsudes k\u00e4sku /{0}
errorWithMessage=\u00a7cViga\:\u00a74 {0}
essentialsHelp1=Fail on katki/vigane ja Essentials ei saa seda avada. Essentials on n\u00fc\u00fcd suletud. Kui te ei suuda faili ise korda teha, siis k\u00fclastage http\://tiny.cc/EssentialsChat
essentialsHelp2=Fail on katki/vigane ja Essentials ei saa seda avada. Essentials on n\u00fc\u00fcd suletud. Kui te ei suuda faili ise korda teha, siis kas kirjutage /essentialshelp m\u00e4ngus v\u00f5i k\u00fclastage http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials Uuesti Laetud\u00a7c {0}
essentialsReload=\u00a76Essentials taaslaetud\u00a7c {0}.
exp=\u00a7c{0}\u00a76''il on\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) ja vajab veel\u00a7c {3} \u00a76exp j\u00e4rgmiseks leveliks.
expSet=\u00a7c{0}\u00a76''il on n\u00fc\u00fcd\u00a7c {1} \u00a76exp.
extinguish=\u00a76Te kustutasite end.
extinguishOthers=\u00a76Kustutasite m\u00e4ngija {0}\u00a76.
failedToCloseConfig=Esines viga konfiguratsiooni {0} sulgemisega.
failedToCreateConfig=Viga konfiguratsiooni {0} tegemisega.
failedToCreateConfig=Esines viga konfiguratsiooni {0} loomisel.
failedToWriteConfig=Esines viga kirjutamisega konfiguratsiooni {0}.
false=\u00a74false\u00a7r
feed=\u00a76Teie isu on kadunud.
feedOther=\u00a76Rahuldasite m\u00e4ngija {0}\u00a76 isu.
fileRenameError=Faili {0} \u00fcmber nimetamine eba\u00f5nnestus\!
fireworkColor=\u00a74Vigane ilutulestiku parameetrid sisestatud, peate esmalt v\u00e4rvi paika panema.
fireworkEffectsCleared=\u00a76K\u00f5ik effektid eemaldatud k\u00e4esoleval kogusel.
fireworkSyntax=\u00a76Ilutulestiku parameetrid\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76To use multiple colors/effects, seperate values with commas\: \u00a7cred,blue,pink\n\u00a76Shapes\:\u00a7c star, ball, large, creeper, burst \u00a76Effects\:\u00a7c trail, twinkle.
flyMode=\u00a76M\u00e4\u00e4rasid lendamise\u00a7c {0} \u00a76m\u00e4ngijale {1}\u00a76.
feedOther=\u00a76Rahuldasid \u00a7c{0}\u00a76 isu.
fileRenameError=Faili {0} \u00fcmbernimetamine eba\u00f5nnestus\!
fireworkColor=\u00a74Vigsed ilutulestiku parameetrid sisestatud, peate esmalt v\u00e4rvi paika panema.
fireworkEffectsCleared=\u00a76K\u00f5ik effektid eemaldatud k\u00e4esoleval esemel.
fireworkSyntax=\u00a76Ilutulestiku parameetrid\:\u00a7c v\u00e4rv\:<color> [hajutus\:<color>] [kuju\:<shape>] [effekt\:<effect>]\n\u00a76Et kasutada mitmeid effekte/v\u00e4rve korraga, eralda nad \u00fcksteisest komaga\: \u00a7cred,blue,pink\n\u00a76Kujud\:\u00a7c star, ball, large, creeper, burst \u00a76Effektid\:\u00a7c trail, twinkle.
flyMode=\u00a76Lubasid lendamise\u00a7c {0} \u00a76m\u00e4ngijale {1}\u00a76.
flying=lendab
foreverAlone=\u00a74Teil ei ole mitte kellelegi vastata.
fullStack=\u00a74Teil on juba t\u00e4is kogus.
gameMode=\u00a76M\u00e4\u00e4rasid m\u00e4ngu moodi\u00a7c {0} \u00a76m\u00e4ngijale {1}\u00a76.
foreverAlone=\u00a74Sul ei ole mitte kellelegi vastata.
fullStack=\u00a74Sul on juba t\u00e4is kuhi.
gameMode=\u00a7c{1} \u00a76m\u00e4ngure\u017eiimiks on seatud \u00a7c{0}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 t\u00fckki, \u00a7c{3}\u00a76 \u00fcksust, \u00a7c{4}\u00a76 plaati.
gcfree=\u00a76Vaba m\u00e4lu\:\u00a7c {0} MB.
gcmax=\u00a76Maksimaalne m\u00e4lu\:\u00a7c {0} MB.
@@ -131,26 +123,21 @@ geoIpUrlEmpty=GeoIP allalaadimise url on t\u00fchi.
geoIpUrlInvalid=GeoIP allalaadimise url on vigane.
geoipJoinFormat=\u00a76M\u00e4ngija \u00a7c{0} \u00a76tuleb asukohast \u00a7c{1}\u00a76.
giveSpawn=\u00a76Annan\u00a7c {0} \u00a7c {1}\u00a76''i\u00a7c m\u00e4ngijale\u00a7c {2}\u00a76.
godDisabledFor=\u00a74keelatud\u00a76 m\u00e4ngijal\u00a7c {0}
godDisabledFor=\u00a7ckeelatud\u00a76 m\u00e4ngijale\u00a7c {0}
godEnabledFor=\u00a7alubatud\u00a76 m\u00e4ngijal\u00a7c {0}
godMode=\u00a76God mode\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Selles gruppis ei ole mitte kedagi sees\!
groupNumber=\u00a7c{0}\u00a7f sees, t\u00e4is listiks\:\u00a7c /{1} {2}
godMode=\u00a76Jumalare\u017eiim\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Selles grupis ei ole mitte kedagi v\u00f5rgus\!
groupNumber=\u00a7c{0}\u00a7f v\u00f5rgus, terve nimekiri\:\u00a7c /{1} {2}
hatArmor=\u00a74K\u00e4esolevat eset ei saa m\u00fctsina kasutada\!
hatEmpty=\u00a74Te ei kanna m\u00fctsi.
hatEmpty=\u00a74Sa ei kanna m\u00fctsi.
hatFail=\u00a74Teil peab olema k\u00e4es olema midagi mida kanda.
hatPlaced=\u00a76Naudi oma uut m\u00fctsi\!
hatRemoved=\u00a76Teie m\u00fcts on eemaldatud.
haveBeenReleased=\u00a76Teid on vabastatud.
heal=\u00a76Teid on elustatud.
healDead=\u00a74Sa ei saa elustada kedagi kes on surnud\!
healOther=\u00a76Elustasite m\u00e4ngija\u00a7c {0}\u00a76.
helpConsole=Et vaadata abi konsoolist, kirjuta ?.
helpFrom=\u00a76K\u00e4sud m\u00e4ngijalt {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76K\u00e4sud klapivad "\u00a7c{0}\u00a76"\:
haveBeenReleased=\u00a76Sind on vabastatud.
heal=\u00a76Sind on tervendatud.
healDead=\u00a74Sa ei saa surnuid tervendada\!
healOther=\u00a76Tervendasid\u00a7c {0}\u00a76.
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugina Abi\: /help {1}
holdBook=\u00a74Te ei hoia k\u00e4es raamatut kuhu saaks kirjutada.
holdFirework=\u00a74Te peate k\u00e4es hoidma ilutulestikku, et lisada effekte.
holdPotion=\u00a74Te peate k\u00e4es hoidma n\u00f5iajooki, et sellele lisada effekte.
@@ -161,17 +148,17 @@ hour=tund
hours=tundi
ignoredList=\u00a76Ignoreerid\:\u00a7r {0}
ignorePlayer=\u00a76Te ignoreerite m\u00e4ngijat\u00a7c {0}\u00a76.
illegalDate=Illegaalne kuup\u00e4eva formaat.
illegalDate=Vigane kuup\u00e4eva vorming.
infoChapter=\u00a76Vali peat\u00fckk\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Leht \u00a7c{1}\u00a76/\u00a7c{2} \u00a7e----
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Leht \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
infoUnknownChapter=\u00a74Tundmatu peat\u00fckk.
insufficientFunds=\u00a74Ebapiisavas koguses raha.
invalidCharge=\u00a74Vigane tasu.
invalidFireworkFormat=\u00a76Valik \u00a74{0} \u00a76ei ole kehtiv summa \u00a74{1}\u00a76 jaoks.
invalidFireworkFormat=\u00a74Valik \u00a7c{0} \u00a74ei ole sobiv v\u00e4\u00e4rtus \u00a7c{1}\u00a74 jaoks.
invalidHome=\u00a74Kodu\u00a7c {0} \u00a74ei ole m\u00e4\u00e4ratud\!
invalidHomeName=\u00a74Vigane kodu nimi\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Kehtetu eluka liik.
invalidNumber=Vigane Number.
invalidPotion=\u00a74Vigane n\u00f5iajook.
invalidPotionMeta=\u00a74Vigane n\u00f5iajoogi meta\: \u00a7c{0}\u00a74.
@@ -182,7 +169,7 @@ is=on
itemCannotBeSold=\u00a74K\u00e4esolevat eset ei saa serverile m\u00fc\u00fca.
itemMustBeStacked=\u00a74Eset saad vahetada stackina. Kogus 2s oleks kaks stacki, jne.
itemNames=\u00a76Eseme l\u00fchendid\:\u00a7r {0}
itemNotEnough1=\u00a74Teil pole piisavalt k\u00e4esolevat eset,et seda m\u00fc\u00fca.
itemNotEnough1=\u00a74Sul pole k\u00e4es piisavat hulka eset, et seda m\u00fc\u00fca.
itemNotEnough2=\u00a76Kui teil oli plaanis m\u00fc\u00fca k\u00f5ik oma esemed sellest t\u00fc\u00fcbist, siis kasutage /sell esemenimi.
itemNotEnough3=\u00a76/sell esemenimi -1 m\u00fc\u00fcb k\u00f5ik peale \u00fche, jne.
itemSellAir=Te t\u00f5esti proovisite m\u00fc\u00fca \u00d5hku? V\u00f5tke ese endale k\u00e4tte.
@@ -199,90 +186,89 @@ jailReleasedPlayerNotify=\u00a76Teid on vabastatud\!
jailSentenceExtended=\u00a76Vangi aega pikendati j\u00e4rgnevalt\: {0}
jailSet=\u00a76Vangla\u00a7c {0} \u00a76on m\u00e4\u00e4ratud.
jumpError=\u00a74See teeks teie arvuti ajule haiget.
kickDefault=Kickitud serverist.
kickExempt=\u00a74Te ei saa seda m\u00e4ngijat kickida.
kickedAll=\u00a74Kickitud k\u00f5ik m\u00e4ngijad serverist.
kickDefault=Serverist v\u00e4lja visatud.
kickExempt=\u00a74Sa ei saa seda m\u00e4ngijat m\u00e4ngust v\u00e4lja visata.
kickedAll=\u00a74K\u00f5ik m\u00e4ngijad on serverist v\u00e4lja visatud.
kill=\u00a76Tapsid\u00a7c {0}\u00a76-i.
killExempt=\u00a74Te ei saa tappa {0}\u00a74-i
killExempt=\u00a74Sa ei saa tappa \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74See kit on ebakorrektselt seadistatud. Kontakteeru omanikuga.
kitError=\u00a74Ei leidnud \u00fchtegi kit-i.
kitGiveTo=\u00a76Annan kit-i\u00a7c {0}\u00a76 m\u00e4ngijale {1}\u00a7.
kitInvFull=\u00a74Teie seljakott on t\u00e4is, panime abipaki maha.
kitError2=\u00a74See abipakk on ebakorrektselt seadistatud. Kontakteeru omanikuga.
kitError=\u00a74Ei leitud \u00fchtegi abipakki.
kitGiveTo=\u00a76Annan abipaki\u00a7c {0}\u00a76 m\u00e4ngijale \u00a7c{1}\u00a76.
kitInvFull=\u00a74Sinu seljakott on t\u00e4is, panime abipaki maha.
kitNotFound=\u00a74Antud abipakki ei ole olemas.
kitOnce=\u00a74Te ei saa seda abipakki uuesti kasutada.
kitReceive=\u00a76Saite abipaki\u00a7c {0}\u00a76.
kitTimed=\u00a74Te saate seda abipakki kasutada peale\u00a7c {0}\u00a74.
kits=\u00a76Abipakkid\:\u00a7r {0}
leatherSyntax=\u00a76Nahast v\u00e4rvi Syntax\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
kitReceive=\u00a76Said abipaki\u00a7c {0}\u00a76.
kitTimed=\u00a74Sa saad seda abipakki kasutada peale\u00a7c {0}\u00a74.
kits=\u00a76Abipakid\:\u00a7r {0}
leatherSyntax=\u00a76Nahav\u00e4rvi s\u00fcntaks\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
lightningSmited=\u00a76Pikne on teid l\u00f6\u00f6nud\!
lightningUse=\u00a76Viskad pikse noole m\u00e4ngijale\u00a7c {0}
listAfkTag=\u00a77[Eemal]\u00a7r
listAmount=\u00a76Serveris on \u00a7c{0}\u00a76/\u00a7c{1}\u00a76 m\u00e4ngijat sees.
listAmountHidden=\u00a76Serveris on \u00a7c{0}\u00a76/{1}\u00a76 maksimaalsest \u00a7c{2}\u00a76 m\u00e4ngijat sees.
listAmount=\u00a76V\u00f5rgus on \u00a7c{0}\u00a76/\u00a7c{1}\u00a76 m\u00e4ngijat.
listAmountHidden=\u00a76V\u00f5rgus on \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76)/\u00a7c{2}\u00a76 m\u00e4ngijat.
listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[PEIDETUD]\u00a7r
loadWarpError=\u00a74Viga laadides l\u00f5imu {0}.
loadWarpError=\u00a74L\u00f5imu {0} laadimisel tekkis viga.
localFormat=[L]<{0}> {1}
mailClear=\u00a76Et m\u00e4rkida posti loetuks, kirjuta\u00a7c /mail clear.
mailCleared=\u00a76Post puhastatud\!
mailSent=\u00a76Post saadetud\!
markMailAsRead=\u00a76Et m\u00e4rkida enda posti loetuks, kirjuta\u00a7c /mail clear.
mailClear=\u00a76Et m\u00e4rkida kirjad loetuks, kirjuta\u00a7c /mail clear\u00a76.
mailCleared=\u00a76Kirjad on puhastatud\!
mailSent=\u00a76Kiri saadetud\!
markMailAsRead=\u00a76Et m\u00e4rkida kirjad loetuks, kirjuta\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76Teid on m\u00e4rgitud kui eemal.
markedAsNotAway=\u00a76Te ei ole enam m\u00e4rgitud kui eemal.
matchingIPAddress=\u00a76J\u00e4rgnevad m\u00e4ngijad on eelnevalt sisse loginud sellelt IP aadressilt\:
maxHomes=\u00a74Te ei saa m\u00e4\u00e4rata rohkem kui\u00a7c {0} \u00a74kodu.
mayNotJail=\u00a74Te ei tohi antud m\u00e4ngijat vangistada\!
maxHomes=\u00a74Sa ei saa m\u00e4\u00e4rata rohkem kui\u00a7c {0} \u00a74kodu.
mayNotJail=\u00a74Sa ei tohi antud m\u00e4ngijat vangistada\!
me=mina
minute=minut
minutes=minutit
missingItems=\u00a74Teil ei ole {0}x {1}.
mobSpawnError=\u00a74Viga vahetades mob spawnerit.
mobSpawnLimit=Mob kogus piiratud serveri piirile.
mobSpawnTarget=\u00a74Sihitud plokk peab olema mob spawner.
mobsAvailable=\u00a76Mobid\:\u00a7r {0}
missingItems=\u00a74Sul ei ole \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74Elukatekitaja vahetamisel tekkis viga.
mobSpawnLimit=Elukate hulk piiratud serveri limiidile.
mobSpawnTarget=\u00a74Sihitud plokk peab olema elukatekitaja.
mobsAvailable=\u00a76Elukad\:\u00a7r {0}
moneyRecievedFrom=\u00a7a{0} on saadud kasutajalt {1}.
moneySentTo=\u00a7a{0} on saadetud m\u00e4ngijale {1}.
month=kuu
months=kuud
moreThanZero=\u00a74Kogused peavad olema suuremad kui 0.
moveSpeed=\u00a76M\u00e4\u00e4rasite {0} kiiruse\u00a7c {1} \u00a76m\u00e4ngijale {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a7c{1} \u00a76{0}kiiruseks on seatud \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Te ei saa lisada rohkem kui \u00fche laadimise k\u00e4esolevale ilutulestikule.
multiplePotionEffects=\u00a74Te ei saa lisada rohkem kui \u00fche effekti k\u00e4esolevale n\u00f5iajoogile.
muteExempt=\u00a74Te ei saa muteda antud m\u00e4ngijat.
muteNotify=\u00a7c{0} \u00a76mutes m\u00e4ngija \u00a7c{1}\u00a76.
mutedPlayer=\u00a76M\u00e4ngija\u00a7c {0} \u00a76mutetud.
mutedPlayerFor=\u00a76M\u00e4ngija\u00a7c {0} \u00a76mutetud\u00a7c {1}\u00a76.
mutedUserSpeaks={0} \u00fcritas r\u00e4\u00e4kida, aga on muted.
muteExempt=\u00a74Sa ei tohi vaigistada antud m\u00e4ngijat.
muteNotify=\u00a7c{0} \u00a76vaigistas m\u00e4ngija \u00a7c{1}\u00a76.
mutedPlayer=\u00a76M\u00e4ngija\u00a7c {0} \u00a76on vaigistatud.
mutedPlayerFor=\u00a76M\u00e4ngija\u00a7c {0} \u00a76on vaigistatud\u00a7c {1}\u00a76.
mutedUserSpeaks={0} \u00fcritas r\u00e4\u00e4kida, aga on vaigistatud.
nearbyPlayers=\u00a76M\u00e4ngijad l\u00e4heduses\:\u00a7r {0}
negativeBalanceError=\u00a74Kasutajal ei ole lubatud olla negatiivne raha summa.
negativeBalanceError=\u00a74Kasutajal ei ole tohi olla negatiivne rahasumma.
nickChanged=\u00a76H\u00fc\u00fcdnimi muudetud.
nickDisplayName=\u00a74Te peate lubama change-displayname Essentials configus.
nickInUse=\u00a74Antud nimi on juba kasutusel.
nickNamesAlpha=\u00a74H\u00fc\u00fcdnimed peavad olema t\u00e4ht-numbrilised.
nickNoMore=\u00a76Teilt eemaldati h\u00fc\u00fcdnimi.
nickSet=\u00a76Teie h\u00fc\u00fcdnimi on n\u00fc\u00fcd \u00a7c{0}
nickSet=\u00a76Sinu h\u00fc\u00fcdnimi on n\u00fc\u00fcd \u00a7c{0}\u00a76.
nickTooLong=\u00a74Antud h\u00fc\u00fcdnimi on liiga pikk.
noAccessCommand=\u00a74Teil ei ole sellele k\u00e4sule juurdep\u00e4\u00e4su.
noAccessPermission=\u00a74Teil ei ole \u00f5igust sellele {0}-ile.
noAccessPermission=\u00a74Sul pole \u00f5igust \u00a7c{0}\u00a74 avamiseks.
noBreakBedrock=\u00a74Teil ei ole lubatud purustada aluskivi.
noDestroyPermission=\u00a74Teil ei ole luba purustada seda {0}.
noDestroyPermission=\u00a74Sul pole \u00f5igust \u00a7c{0}\u00a74 l\u00f5hkumiseks.
noDurability=\u00a74K\u00e4esoleval esemel puudub vastupidavus.
noGodWorldWarning=\u00a74Hoiatus\! God mood ei ole lubatud selles maailmas.
noHelpFound=\u00a74Klappivaid k\u00e4ske ei ole.
noGodWorldWarning=\u00a74Hoiatus\! Jumalare\u017eiim ei ole selles maailmas lubatud.
noHomeSetPlayer=\u00a76M\u00e4ngija ei ole m\u00e4\u00e4ranud kodu.
noIgnored=\u00a76Te ei ignoreeri mitte kedagi.
noKitPermission=\u00a74Te vajate \u00a7c{0}\u00a74 luba, et kasutada seda kit-i.
noKits=\u00a76\u00dchtegi kit-i ei ole hetkel saadaval.
noMail=\u00a76Teil ei ole uut posti.
noKitPermission=\u00a74Te vajate \u00a7c{0}\u00a74 luba, et kasutada seda abipakki.
noKits=\u00a76\u00dchtegi abipakki ei ole hetkel saadaval.
noMail=\u00a76Teil ei ole \u00fchtegi kirja.
noMatchingPlayers=\u00a76Klappivaid m\u00e4ngijaid ei leitud.
noMetaFirework=\u00a74Teil ei ole luba, et m\u00e4\u00e4rata ilutulestiku meta.
noMetaPerm=\u00a74Teil ei ole luba lisada \u00a7c{0}\u00a74 meta-t k\u00e4esolevale esemele.
noNewMail=\u00a76Teil ei ole uut posti.
noMetaFirework=\u00a74Teil ei ole luba, et m\u00e4\u00e4rata ilutulestiku effekte.
noMetaPerm=\u00a74Teil ei ole luba lisada \u00a7c{0}\u00a74 effekte k\u00e4esolevale esemele.
noNewMail=\u00a76Teil ei ole \u00fchtegi uut kirja.
noPendingRequest=\u00a74Teil ei ole ootel taotlust.
noPerm=\u00a74Teil ei ole \u00a7c{0}\u00a74 permissionit.
noPermToSpawnMob=\u00a74Teil ei ole luba spawnida antud mob-i.
noPermToSpawnMob=\u00a74Sul ei ole luba tekitada antud elukat.
noPlacePermission=\u00a74Teil ei ole luba asetada plokki selle m\u00e4rgi l\u00e4heduses.
noPotionEffectPerm=\u00a74Teil ei ole luba, et lisada n\u00f5iajoogi effekti \u00a7c{0} \u00a74k\u00e4esolevale n\u00f5iajoogile.
noPowerTools=\u00a76Teil ei ole power tool-e m\u00e4\u00e4ratud.
@@ -293,18 +279,18 @@ notAllowedToShout=\u00a74Te ei ole autoriseeritud, et karjuda.
notEnoughExperience=\u00a74Teil ei ole piisavalt exp-d.
notEnoughMoney=\u00a74Teil pole piisavalt raha.
notFlying=ei lenda
notRecommendedBukkit=\u00a74* \! * Bukkit versioon ei ole soovitatud build Essentials''ile.
notRecommendedBukkit=\u00a74* \! * Bukkit''i versioon ei ole soovitatud build Essentials''ile.
notSupportedYet=Ei ole veel toetatud.
nothingInHand=\u00a74Teil ei ole mitte midagi k\u00e4es.
now=n\u00fc\u00fcd
nuke=\u00a75Las surm sajab neile peale.
numberRequired=Number l\u00e4heb sinna, rumaluke.
onlyDayNight=/time toetab ainult day/night.
onlyPlayerSkulls=\u00a74Te saate m\u00e4\u00e4rata ainult m\u00e4ngija kolju omaniku (397\:3).
onlyPlayers=\u00a74Ainult in-game m\u00e4ngijad saavad kasutada {0}.
onlyPlayerSkulls=\u00a74Sa saad m\u00e4\u00e4rata ainult m\u00e4ngija kolju (\u00a7c397\:3\u00a74) omaniku.
onlyPlayers=\u00a74K\u00e4sku \u00a7c{0}\u00a74 saab kasutada ainult m\u00e4ngusiseselt.
onlySunStorm=\u00a74/weather toetab ainult sun/storm.
orderBalances=\u00a76J\u00e4rjestan\u00a7c {0} \u00a76m\u00e4ngija raha, palun oota...
oversizedTempban=\u00a74Te ei saa bannida m\u00e4ngijat nii pikaks ajaks.
oversizedTempban=\u00a74Sa ei saa blokeerida m\u00e4ngijat nii pikaks ajaks.
pTimeCurrent=\u00a7c{0}\u00a76''i aeg on\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7c{0}\u00a76''i aeg on peatatud\u00a7c {1}\u00a76.
pTimeNormal=\u00a7c{0}\u00a76''i aeg on normaalne ja kattub serveriga.
@@ -321,52 +307,52 @@ pWeatherPlayers=\u00a76Nendel m\u00e4ngijatel on oma ilm\:\u00a7r
pWeatherReset=\u00a76M\u00e4ngija ilm on taastatud m\u00e4ngjale\: \u00a7c{0}
pWeatherSet=\u00a76M\u00e4ngija ilm on seatud \u00a7c{0}\u00a76 m\u00e4ngijale\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Ootel teleport kutse h\u00fcljatud.
playerBanIpAddress=\u00a76M\u00e4ngija\u00a7c {0} \u00a76bannis IP aadressi\u00a7c {1}\u00a76.
playerBanned=\u00a76M\u00e4ngija\u00a7c {0} \u00a76bannis m\u00e4ngija\u00a7c {1} \u00a76p\u00f5hjusega {2}.
playerInJail=\u00a74M\u00e4ngija on juba vangis\u00a7c {0}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76M\u00e4ngija\u00a7c {0} \u00a76blokeeris\u00a7c {1} \u00a76p\u00f5hjusega \u00a7c{2}\u00a76.
playerInJail=\u00a74M\u00e4ngija on juba vangis\u00a7c {0}\u00a74.
playerJailed=\u00a76M\u00e4ngija\u00a7c {0} \u00a76vangistatud.
playerJailedFor=\u00a76M\u00e4ngija\u00a7c {0} \u00a76vangistatud p\u00f5hjusega {1}.
playerKicked=\u00a76M\u00e4ngija\u00a7c {0} \u00a76kickiti {1} p\u00f5hjusega {2}.
playerMuted=\u00a76Teid on mutetud\!
playerMutedFor=\u00a76Teid on mutetud m\u00e4\u00e4ratud ajaks\:\u00a7c {0}.
playerKicked=\u00a76M\u00e4ngija\u00a7c {0} \u00a76viskas {1} v\u00e4lja p\u00f5hjusega {2}.
playerMuted=\u00a76Sa oled vaigistatud\!
playerMutedFor=\u00a76Sind on vaigistatud m\u00e4\u00e4ratud ajaks\:\u00a7c {0}.
playerNeverOnServer=\u00a74M\u00e4ngija\u00a7c {0} \u00a74ei ole kunagi siin m\u00e4nginud.
playerNotFound=\u00a74M\u00e4ngijat ei leitud.
playerUnbanIpAddress=\u00a76M\u00e4ngija\u00a7c {0} \u00a76unbannis IP\: {1}.
playerUnbanned=\u00a76M\u00e4ngija\u00a7c {0} \u00a76unbannis\u00a7c {1}.
playerUnmuted=\u00a76Teie mute on eemaldatud.
playerUnbanIpAddress=\u00a76M\u00e4ngija\u00a7c {0} \u00a76eemaldas IP {1} blokeeringu.
playerUnbanned=\u00a76M\u00e4ngija\u00a7c {0} \u00a76eemaldas\u00a7c {1} \u00a76blokeeringu.
playerUnmuted=\u00a76Sinu vaigistus on eemaldatud.
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (pea nurk)
posX=\u00a76X\: {0} (+Ida <-> -L\u00e4\u00e4s)
posY=\u00a76Y\: {0} (+\u00dcles <-> -Alla)
posYaw=\u00a76Yaw\: {0} (P\u00f6\u00f6re)
posZ=\u00a76Z\: {0} (+L\u00f5una <-> -P\u00f5hi)
possibleWorlds=\u00a76V\u00f5imalikud maailmad on numbrid 0 l\u00e4bi {0}.
possibleWorlds=\u00a76V\u00f5imalikud maailmad on numbrite \u00a7c0\u00a76 kuni \u00a7c{0}\u00a76 vahel.
potions=\u00a76N\u00f5iajoogid\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74K\u00e4sku ei saa m\u00e4\u00e4rata \u00f5hule.
powerToolAlreadySet=\u00a74K\u00e4sk \u00a7c{0}\u00a74 on juba m\u00e4\u00e4ratud esemele {1}.
powerToolAlreadySet=\u00a74K\u00e4sk \u00a7c{0}\u00a74 on juba lisatud esemele \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 k\u00e4sk m\u00e4\u00e4ratud esemele {1}.
powerToolClearAll=\u00a76K\u00f5ik powertool k\u00e4sud puhastatud.
powerToolList=\u00a76Esemel \u00a7c{1} \u00a76on j\u00e4rgnevad k\u00e4sud\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Esemel \u00a7c{0} \u00a74ei ole m\u00e4\u00e4ratud k\u00e4ske.
powerToolNoSuchCommandAssigned=\u00a74K\u00e4sk \u00a7c{0}\u00a74 ei ole m\u00e4\u00e4ratud esemele {1}.
powerToolRemove=\u00a76K\u00e4sk \u00a7c{0}\u00a76 eemaldatud esemelt {1}.
powerToolRemoveAll=\u00a76K\u00f5ik k\u00e4sud eemaldatud esemelt {0}.
powerToolNoSuchCommandAssigned=\u00a74K\u00e4sk \u00a7c{0}\u00a74 ei ole lisatud esemele \u00a7c{1}\u00a74.
powerToolRemove=\u00a76K\u00e4sk \u00a7c{0}\u00a76 eemaldatud esemelt \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76K\u00f5ik k\u00e4sud eemaldatud esemelt \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76K\u00f5ik su power tool-id on disabled.
powerToolsEnabled=\u00a76K\u00f5ik su power tool-id on enabled.
powerToolsEnabled=\u00a76K\u00f5ik su power tool-id on lubatud.
questionFormat=\u00a72[K\u00fcsimus]\u00a7r {0}
readNextPage=\u00a76Kirjuta\u00a7c /{0} {1}\u00a76, et lugeda j\u00e4rgmist lehte.
recipe=\u00a76Retsept esemele \u00a7c{0}\u00a76 ({1} koguses {2})
recipe=\u00a76Retsept esemele \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 koguses \u00a7c{2}\u00a76)
recipeBadIndex=Ei leidunud restepti antud numbriga.
recipeFurnace=\u00a76Sulata \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76on \u00a7c{1}
recipeFurnace=\u00a76Sulata\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76on \u00a7c{1}
recipeMore=\u00a76Kirjuta /{0} \u00a7c{1}\u00a76 <number>, et n\u00e4ha \u00a7c{2}\u00a76 retsepti.
recipeNone=Mitte \u00fchtegi retsepti ei ole olemas j\u00e4rgnevale esemele\: {0}
recipeNothing=mitte midagi
recipeShapeless=\u00a76Kombineeri \u00a7c{0}
recipeWhere=\u00a76Kus\: {0}
removed=\u00a76Eemaldatud\u00a7c {0} \u00a76\u00fcksust.
repair=\u00a76Te olete edukalt parandanud oma\: \u00a7c{0}.
repair=\u00a76Te olete edukalt parandanud oma\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a74Antud ese ei tarvi parandamist.
repairEnchanted=\u00a74Teil ei ole lubatud parandada loitsitud esemeid.
repairInvalidType=\u00a74K\u00e4esolevat eset ei saa parandada.
@@ -377,20 +363,20 @@ requestDenied=\u00a76Teleport kutse h\u00fcljatud.
requestDeniedFrom=\u00a7c{0} \u00a76h\u00fclgas teie teleport kutse.
requestSent=\u00a76Kutse saadetud m\u00e4ngijale\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Teleport kutse aegus.
requiredBukkit=\u00a76* \! * Teil on vaja v\u00e4hemalt build {0} CraftBukkit''it, laadige see alla http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Raha on taastatud j\u00e4rgnevaks\: \u00a7a{0} \u00a76k\u00f5ikidele serveris olevatele m\u00e4ngijatele.
resetBalAll=\u00a76Raha on taastatud j\u00e4rgnevaks\: \u00a7a{0} \u00a76k\u00f5ikidele m\u00e4ngijatele.
returnPlayerToJailError=\u00a74Ilmnes viga tagastades m\u00e4ngijat\u00a7c {0} \u00a74vanglasse\: {1}\!
requiredBukkit=\u00a76* \! * Teil on vaja v\u00e4hemalt build {0} CraftBukkit''it, laadige see alla aadressilt http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Raha on taastatud summaks \u00a7c{0} \u00a76k\u00f5ikidel online m\u00e4ngijatel.
resetBalAll=\u00a76Raha on taastatud summaks \u00a7c{0} \u00a76k\u00f5ikidel m\u00e4ngijatel.
returnPlayerToJailError=\u00a74Tekkis viga tagastades m\u00e4ngija\u00a7c {0} \u00a74vanglasse\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Jooksutan otsingu m\u00e4ngjatele ''\u00a7c{0}\u00a76'' (see v\u00f5ib v\u00f5tta aega)
second=sekund
seconds=sekundit
seenOffline=\u00a76M\u00e4ngija\u00a7c {0} \u00a76on \u00a74offline\u00a76 alates {1}.
seenOnline=\u00a76M\u00e4ngija\u00a7c {0} \u00a76on \u00a7aonline\u00a76 alates {1}.
seenOffline=\u00a76M\u00e4ngija\u00a7c {0} \u00a76on olnud \u00a74v\u00f5rgust v\u00e4ljas\u00a76 alates \u00a7c{1}\u00a76.
seenOnline=\u00a76M\u00e4ngija\u00a7c {0} \u00a76on olnud \u00a7av\u00f5rgus\u00a76 alates \u00a7c{1}\u00a76.
serverFull=Server on t\u00e4is\!
serverTotal=\u00a76Serveril kokku\:\u00a7c {0}
setBal=\u00a7aTeie raha m\u00e4\u00e4rati j\u00e4rgnevaks\: {0}.
setBalOthers=\u00a7aM\u00e4\u00e4rasite {0}\u00a7a''i raha j\u00e4rgnevaks\: {1}.
setSpawner=\u00a76Muutsite spawneri t\u00fc\u00fcbi j\u00e4rgnevaks\:\u00a7c {0}
setSpawner=\u00a76Muutsid elukatekitaja t\u00fc\u00fcbi j\u00e4rgnevaks\:\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Moondunud v\u00e4rv.
shoutFormat=\u00a76[H\u00fc\u00fcd]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Teil ei ole lubatud siia m\u00e4rki teha.
similarWarpExist=\u00a74L\u00f5im sarnase nimiga on juba olemas.
slimeMalformedSize=\u00a74Moondunud suurus.
socialSpy=\u00a76SocialSpy m\u00e4ngijale {0}\u00a76\: {1}
soloMob=\u00a74Antud mob-ile meeldib olla \u00fcksi.
socialSpy=\u00a76SocialSpy on \u00a7c{1}\u00a76 m\u00e4ngijale \u00a7c{0}
soloMob=\u00a74Antud elukale meeldib olla \u00fcksi.
spawnSet=\u00a76Spawn asukoht m\u00e4\u00e4ratud gruppile\u00a7c {0}\u00a76.
spawned=spawnitud
spawned=tekkis
sudoExempt=\u00a74Te ei saa sudo-da antud kasutajat.
sudoRun=\u00a76Sunnin\u00a7c {0}\u00a76''i kirjutama k\u00e4sku\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Headaega julm maailm...
suicideSuccess=\u00a76{0} \u00a76v\u00f5ttis endalt elu.
survival=elluj\u00e4\u00e4mine
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a{0} on v\u00f5etud teie kontolt.
takenFromOthersAccount=\u00a7a{0} v\u00f5etud m\u00e4ngija {1}\u00a7a kontolt. Uus raha summa\: {2}.
teleportAAll=\u00a76Teleporteerumise kutse saadetud k\u00f5igile...
teleportAll=\u00a76Teleporteerun k\u00f5ik m\u00e4ngijad...
teleportAtoB=\u00a7c{0}\u00a76 teleportis teid m\u00e4ngija {1}\u00a76 juurde.
teleportAtoB=\u00a7c{0}\u00a76 teleportis su \u00a7c{1}\u00a76 juurde.
teleportDisabled=\u00a7c{0}\u00a74-il on teleportimine disabled.
teleportHereRequest=\u00a7c{0}\u00a76 saatis teile kutse, et telepordiksid nende juurde.
teleportNewPlayerError=\u00a74Viga teleportimisel uut m\u00e4ngijat\!
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 soovib teie juurde teleportida.
teleportRequestTimeoutInfo=\u00a76See kutse aegub peale\u00a7c {0} sekundit\u00a76.
teleportTop=\u00a76Teleporteerud \u00fcles.
teleportationCommencing=\u00a76Teleporteerumine algab...
teleportationDisabled=\u00a76Teleportimine keelatud.
teleportationDisabledFor=\u00a76Teleporimine keelatud m\u00e4ngijale {0}.
teleportationEnabled=\u00a76Teleportimine lubatud.
teleportationEnabledFor=\u00a76Teleporteerumine lubatud m\u00e4ngijale {0}.
teleportationDisabled=\u00a76Teleportimine \u00a7ckeelatud\u00a76.
teleportationDisabledFor=\u00a76Teleporimine \u00a7ckeelatud \u00a76m\u00e4ngijale \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportimine \u00a7clubatud\u00a76.
teleportationEnabledFor=\u00a76Teleporimine \u00a7clubatud \u00a76m\u00e4ngijale \u00a7c{0}\u00a76.
teleporting=\u00a76Teleportimine...
tempBanned=Ajutiselt bannitud serverist j\u00e4rgnevaks ajaks\: {0}.
tempbanExempt=\u00a74Te ei v\u00f5i tempbannida seda m\u00e4ngijat.
teleportToPlayer=\u00a76Telepordin \u00a7c{0}\u00a76 juurde.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Sa ei v\u00f5i seda m\u00e4ngijat ajutiselt blokeerida.
thunder=\u00a76Sa\u00a7c {0} \u00a76\u00e4ikeseliseks oma maailmas.
thunderDuration=\u00a76Sa\u00a7c {0} \u00a76\u00e4ikeliseks oma maailmas\u00a7c {1} \u00a76sekundiks.
timeBeforeHeal=\u00a74Aeg enne j\u00e4rgmist elustamist\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a74Aeg enne j\u00e4rgmist teleportimist\:\u00a7c {0}\u00a76.
timeFormat=\u00a7c{0}\u00a76 v\u00f5i \u00a7c{1}\u00a76 v\u00f5i \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76, \u00a7c{1}\u00a76 v\u00f5i \u00a7c{2}\u00a76
timeSetPermission=\u00a74Teil ei ole lubatud aega muuta.
timeWorldCurrent=\u00a76Praegune aeg maailmas\u00a7c {0} \u00a76on \u00a7c{1}\u00a76.
timeWorldSet=\u00a76Aeg on m\u00e4\u00e4ratud j\u00e4rgnevaks\:\u00a7c {0} \u00a76maailmas\: \u00a7c{1}\u00a76.
@@ -440,26 +427,22 @@ totalWorthBlocks=\u00a7aM\u00fc\u00fcsite k\u00f5ik plokkid kogusummaga \u00a7c{
tps=\u00a76Praegune TPS \= {0}
tradeSignEmpty=\u00a74Vahetus m\u00e4rgil ei ole mitte midagi saadaval teile.
tradeSignEmptyOwner=\u00a74Ei ole mitte midagi mida korjata sellelt vahetus m\u00e4rgilt.
treeFailure=\u00a74Puidu generatsiooni viga. Proovi uuesti muru v\u00f5i mulla peal.
treeSpawned=\u00a76Puu spawnitud.
true=\u00a7atrue\u00a7r
typeTpaccept=\u00a76Et teleportida, kirjuta \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Et h\u00fcljata seda kutset, kirjuta \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76V\u00f5ite kirjutada ka teatud maailma nime.
unableToSpawnMob=\u00a74Tekkis viga spawnides mob-i.
unableToSpawnMob=\u00a74Eluka tekitamisel tekkis viga.
unignorePlayer=\u00a76Sa ei ignoreeri enam m\u00e4ngijat\u00a7c {0}\u00a76.
unknownItemId=\u00a74Tundmatu eseme id\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Tundmatu ese {0} {1} listis.
unknownItemName=\u00a74Tundmatu eseme nimi\: {0}.
unlimitedItemPermission=\u00a74Puuduvad \u00f5igused l\u00f5pmatult esemete jaoks {0}.
unlimitedItems=\u00a76L\u00f5pmatud esemed\:\u00a7r
unmutedPlayer=\u00a76M\u00e4ngija\u00a7c {0} \u00a76unmuted.
unvanishedReload=\u00a74Reload sundis sind muutuma n\u00e4htavaks.
unmutedPlayer=\u00a76M\u00e4ngija\u00a7c {0} \u00a76vaigistus eemaldatud.
unvanishedReload=\u00a74Taaslaadimine sundis sind muutuma n\u00e4htavaks.
upgradingFilesError=Viga uuendades faile.
uptime=\u00a76Uptime\:\u00a7c {0}
userAFK=\u00a77{0} \u00a75on hetkel Eemal ja ei pruugi vastata.
userAFK=\u00a77{0} \u00a75on hetkel eemal ja ei pruugi vastata.
userDoesNotExist=\u00a74Kasutaja\u00a7c {0} \u00a74ei ole olemas.
userIsAway=\u00a77* {0} \u00a77on n\u00fc\u00fcd Eemal.
userIsAway=\u00a77* {0} \u00a77on n\u00fc\u00fcd eemal.
userIsNotAway=\u00a77* {0} \u00a77on tagasi.
userJailed=\u00a76Teid on vangistatud\!
userUnknown=\u00a74Hoiatus\: Kasutaja ''\u00a7c{0}\u00a74'' ei ole kunagi selle serveriga liitunud.
@@ -480,24 +463,24 @@ warpSet=\u00a76L\u00f5im\u00a7c {0} \u00a76m\u00e4\u00e4ratud.
warpUsePermission=\u00a74Teil ei ole \u00d5igust, et seda l\u00f5imu kasutada.
warpingTo=\u00a76Kasutate l\u00f5imu, et liikuda asukohta\:\u00a7c {0}\u00a76.
warps=\u00a76L\u00f5imud\:\u00a7r {0}
warpsCount=\u00a76Kokku on\u00a7c {0} \u00a76l\u00f5imu. N\u00e4itan lehte {1}/{2}.
warpsCount=\u00a76Kokku on\u00a7c {0} \u00a76l\u00f5imu. N\u00e4itan lehte \u00a7c{1}\u00a76/\u00a7c{2}\u00a76.
weatherStorm=\u00a76Te m\u00e4\u00e4rasite ilma \u00a7ctormiseks\u00a76 maailmas\u00a7c {0}\u00a76.
weatherStormFor=\u00a76M\u00e4\u00e4rasite ilma \u00a7ctormiseks\u00a76 maailmas\u00a7c {0}\u00a76 {1} sekundiks.
weatherSun=\u00a76M\u00e4\u00e4rasite ilma \u00a7cp\u00e4ikeselisek\u00a76 maailmas\u00a7c {0}\u00a76.
weatherSunFor=\u00a76M\u00e4\u00e4rasite ilma \u00a7cp\u00e4ikeliseks\u00a76 maailmas\u00a7c {0}\u00a76 {1} sekundiks.
whoisAFK=\u00a76 - Eemal\:\u00a7r {0}
whoisBanned=\u00a76 - Bannitud\:\u00a7r {0}
whoisBanned=\u00a76 - Blokeeritud\:\u00a7r {0}
whoisExp=\u00a76 - Exp\:\u00a7r {0} (Level {1})
whoisFly=\u00a76 - Lendab?\:\u00a7r {0} ({1})
whoisGamemode=\u00a76 - M\u00e4ngumood\:\u00a7r {0}
whoisFly=\u00a76 - Lennure\u017eiim\:\u00a7r {0} ({1})
whoisGamemode=\u00a76 - M\u00e4ngure\u017eiim\:\u00a7r {0}
whoisGeoLocation=\u00a76 - Asukoht\:\u00a7r {0}
whoisGod=\u00a76 - Jumala mood\:\u00a7r {0}
whoisGod=\u00a76 - Jumalare\u017eiim\:\u00a7r {0}
whoisHealth=\u00a76 - Tervis\:\u00a7r {0}/20
whoisIPAddress=\u00a76 - IP Aadress\:\u00a7r {0}
whoisJail=\u00a76 - Vangis\:\u00a7r {0}
whoisLocation=\u00a76 - Asukoht\:\u00a7r ({0}, {1}, {2}, {3})
whoisMoney=\u00a76 - Raha\:\u00a7r {0}
whoisMuted=\u00a76 - Mutetud\:\u00a7r {0}
whoisMuted=\u00a76 - Vaigistatud\:\u00a7r {0}
whoisNick=\u00a76 - H\u00fc\u00fcdnimi\:\u00a7r {0}
whoisOp=\u00a76 - OP\:\u00a7r {0}
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\=
@@ -506,12 +489,12 @@ worthMeta=\u00a7aStack {0}''i metadataga {1} v\u00e4\u00e4rt \u00a7c{2}\u00a7a
worthSet=\u00a76V\u00e4\u00e4rtus m\u00e4\u00e4ratud
year=aasta
years=aastat
youAreHealed=\u00a76Teid on elustatud.
youHaveNewMail=\u00a76Teil on\u00a7c {0} \u00a76lugemata s\u00f5numit\! Kirjuta \u00a7c/mail read\u00a76, et lugeda enda posti.
youAreHealed=\u00a76Sind on tervendatud.
youHaveNewMail=\u00a76Teil on\u00a7c {0} \u00a76lugemata s\u00f5numit\! Kirjutage \u00a7c/mail read\u00a76, et lugeda enda kirju.
whoisHunger=\u00a76 - N\u00e4lg\:\u00a7r {0}/20 (+{1} k\u00fcllastus)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Pole piisavalt ruumi, \u00a7c{0} \u00a7c{1} \u00a74kadus \u00e4ra.
noKitGroup=\u00a74Teil ei ole luba sellele abipakile.
giveSpawnFailure=\u00a74Pole piisavalt ruumi, \u00a7c{0} \u00a7c{1} \u00a74j\u00e4i saamata.
noKitGroup=\u00a74Sul ei ole juurdep\u00e4\u00e4su sellele abipakile.
inventoryClearingFromAll=\u00a76T\u00fchjendan k\u00f5ikide m\u00e4ngijate seljakoti...
inventoryClearingAllItems=\u00a76Puhastati k\u00f5ik seljakoti esemed\: {0}\u00a76.
inventoryClearingAllArmor=\u00a76Puhastati k\u00f5ik seljakoti esemed ja armor\: {0}\u00a76.
@@ -522,28 +505,36 @@ localNoOne=
totalSellableAll=\u00a7aKogusumma k\u00f5ikide m\u00fc\u00fcvate esemete ja plokkide v\u00e4\u00e4rtus on \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aKogusumma k\u00f5ikide m\u00fc\u00fcdavate plokkide v\u00e4\u00e4rtus on \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Raadius on liiga suur\! Maksimaalne raadius on {0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76on bannitud.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76on blokeeritud.
mobDataList=\u00a76Kehtiv mob data\:\u00a7r {0}
vanish=\u00a76Vanish m\u00e4ngijale {0}\u00a76\: {1}
vanish=\u00a76Haihtumine\u00a76 {1} \u00a76 m\u00e4ngijale {0}
noLocationFound=\u00a74Ei leidnud sobivat asukohta.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Te ei v\u00f5i bannida m\u00e4ngijaid kes ei ole serveris sees.
tempbanExemptOffline=\u00a74Te ei v\u00f5i tempbannida m\u00e4ngijaid kes ei ole serveris sees.
mayNotJailOffline=\u00a74Te ei v\u00f5i vangistada m\u00e4ngijaid kes ei ole serveris sees.
muteExemptOffline=\u00a74Te ei v\u00f5i muteda m\u00e4ngijaid keda pole serveris sees.
tempbanExemptOffline=\u00a74Sa ei tohi ajutiselt blokeerida v\u00f5rgust v\u00e4ljas olevaid m\u00e4ngijaid.
mayNotJailOffline=\u00a74Sa ei tohi vangistada v\u00f5rgust v\u00e4ljas olevaid m\u00e4ngijaid.
muteExemptOffline=\u00a74Sa ei tohi vaigistada v\u00f5rgust v\u00e4ljas olevaid m\u00e4ngijaid.
ignoreExempt=\u00a74Te ei saa seda m\u00e4ngijat ignoreerida.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a75Teleportimise sihtpunkt on ohtlik ja teleportimise-ohutus on maha v\u00f5etud.
noMetaJson=See Bukkiti versioon ei toeta JSON metaandmeid.
maxMoney=\u00a74See tehing \u00fcletab selle konto liimiti.
skullChanged=\u00a76Kolju muudetud\: \u00a7c{0}\u00a76.
alphaNames=\u00a74H\u00fc\u00fcdnimed nimed v\u00f5ivad sisaldada ainult t\u00e4hti, numbreid ning allkriipse.
givenSkull=\u00a76Sulle anti \u00a7c{0} kolju\u00a76.
noPermissionSkull=\u00a74Sul ei ole luba muuta seda koljut.
teleportInvalidLocation=Koordinaatide v\u00e4\u00e4rtus ei saa olla \u00fcle 30000000
invalidSkull=\u00a74Palun hoia k\u00e4es m\u00e4ngija koljut.
weatherInvalidWorld=Maailma nimega {0} ei leitud\!
gameModeInvalid=\u00a74Sa pead m\u00e4\u00e4rama kehtiva m\u00e4ngija/re\u017eiimi.
mailTooLong=\u00a74Kiri on liiga pikk. P\u00fc\u00fcdke hoida kirja alla 1000 t\u00e4hem\u00e4rgi.
mailDelay=Saatsid liiga palju kirju viimase minuti jooskul. Maksimaalne kirjade saatmise arv\: {0}
seenAccounts=\u00a76M\u00e4ngija on tuntud ka kui\:\u00a7c {0}
unableToSpawnItem=\u00a74Ei saa tekitada \u00a7c{0}\u00a74, see ei ole tekitatav ese.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -11,49 +11,43 @@ alertBroke=rikkoi\:
alertFormat=\u00a73[{0}] \u00a7f {1} \u00a76 {2} sijainnissa\: {3}
alertPlaced=laittoi\:
alertUsed=k\u00e4ytti\:
antiBuildBreak=\u00a74You are not permitted to break\u00a7c {0} \u00a74blocks here.
antiBuildCraft=\u00a74You are not permitted to create\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74You are not permitted to drop\u00a7c {0}\u00a74.
antiBuildInteract=\u00a74You are not permitted to interact with\u00a7c {0}\u00a74.
antiBuildPlace=\u00a74You are not permitted to place\u00a7c {0} \u00a74here.
antiBuildUse=\u00a74You are not permitted to use\u00a7c {0}\u00a74.
antiBuildBreak=\u00a74Sinulla ei ole oikeuksia rikkoa\u00a7c {0} \u00a74palikoita t\u00e4\u00e4ll\u00e4.
antiBuildCraft=\u00a74Sinulla ei ole oikeuksia tehd\u00e4\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74Sinulla ei ole oikeuksia tiputtaa\u00a7c {0}\u00a74.
antiBuildInteract=\u00a74Sin\u00e4 et saa olla tekemisiss\u00e4\u00a7c {0}\u00a74kanssa.
antiBuildPlace=\u00a74Sinulla ei ole oikeuksia laittaa\u00a7c {0} \u00a74t\u00e4h\u00e4n.
antiBuildUse=\u00a74Sinulla ei ole oikeuksia k\u00e4ytt\u00e4\u00e4\u00a7c {0}\u00a74.
autoAfkKickReason=Sinut on potkittu, koska olit tekem\u00e4tt\u00e4 mit\u00e4\u00e4n {0} minuuttia.
backAfterDeath=\u00a77K\u00e4yt\u00e4 /back komentoa p\u00e4\u00e4st\u00e4ksesi takaisin sijaintiin, jossa kuolit.
backUsageMsg=\u00a77Palautetaan \u00e4skeiseen sijaintiin.
backupDisabled=Ulkoista varmuuskopio koodia ei ole konfiguroitu.
backupFinished=Varmuuskopiointi suoritettu
backupStarted=Varmuuskopiointi aloitettu
balance=\u00a77Rahatilanne\: {0}
balanceOther=\u00a7aBalance of {0}\u00a7a\:\u00a7c {1}
balanceOther=\u00a7aSaldo {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a77Top rahatilanteet ({0})
banExempt=\u00a7cEt voi bannia pelaajaa.
banFormat=\u00a74Banned\:\n\u00a7r{0}
bed=\u00a7obed\u00a7r
bedMissing=\u00a74Your bed is either unset, missing or blocked.
bedNull=\u00a7mbed\u00a7r
bedSet=\u00a76Bed spawn set\!
bigTreeFailure=\u00a7cIson puun luominen ep\u00e4onnistui. Yrit\u00e4 uudelleen nurmikolla tai mullalla.
bigTreeSuccess=\u00a77Iso puu luotu.
banFormat=\u00a74Porttikiellot\:\n\u00a7r{0}
bed=\u00a7os\u00e4nky\u00a7r
bedMissing=\u00a74S\u00e4nkysi puuttui, se on kadoksissa tai tukittu.
bedNull=\u00a7ms\u00e4nky\u00a7r
bedSet=S\u00e4nky spawni asetettu\!
blockList=Essentials siirsi seuraavat komennot muihin plugineihin\:
bookAuthorSet=\u00a76Author of the book set to {0}.
bookLocked=\u00a76This book is now locked.
bookTitleSet=\u00a76Title of the book set to {0}.
bookAuthorSet=\u00a76Kirjan tekij\u00e4 on nyt {0}.
bookLocked=\u00a76T\u00e4m\u00e4 kirja on nyt lukittu.
bookTitleSet=\u00a76Kirjan titteli on nyt {0}.
broadcast=[\u00a7cIlmoitus\u00a7f]\u00a7a {0}
buildAlert=\u00a7cSinulla ei ole oikeuksia rakentaa
bukkitFormatChanged=Bukkitin versiomuoto muuttui. Versiota ei ole tarkistettu.
burnMsg=\u00a77Asetit pelaajan {0} tuleen {1} sekunniksi.
canTalkAgain=\u00a77Voit taas puhua
cannotStackMob=\u00a74You do not have permission to stack multiple mobs.
cannotStackMob=\u00a74Sinulla ei ole oikeutta pinota montaa mobia.
cantFindGeoIpDB=Ei l\u00f6ydetty GeoIP tietokantaa\!
cantReadGeoIpDB=Ei pystytty lukemaan GeoIP tietokantaa\!
cantSpawnItem=\u00a7cSinulla ei ole oikeutta luoda tavaraa {0}
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[Spy]
cleaned=Userfiles Cleaned.
cleaning=Cleaning userfiles.
chatTypeSpy=[Vakoilla]
cleaned=K\u00e4ytt\u00e4j\u00e4tiedot on poistettu.
cleaning=Poistetaan k\u00e4ytt\u00e4j\u00e4tietoja.
commandFailed=Komento {0} ep\u00e4onnistui\:
commandHelpFailedForPlugin=Virhe haettaessa apua komennoista\: {0}
commandNotLoaded=\u00a7cKomento {0} on v\u00e4\u00e4rin ladattu.
compassBearing=\u00a77Osoittaa\: {0} ({1} astetta).
configFileMoveError=Virhe siirrett\u00e4ess\u00e4 tiedostoa config.yml varmuuskopio sijaintiin.
@@ -76,23 +70,21 @@ deleteHome=\u00a77Koti {0} on poistettu.
deleteJail=\u00a77Vankila {0} on poistettu.
deleteWarp=\u00a77Warp {0} on poistettu.
deniedAccessCommand={0} p\u00e4\u00e4sy komentoon ev\u00e4ttiin.
denyBookEdit=\u00a74You cannot unlock this book.
denyBookEdit=Et voi avata t\u00e4t\u00e4 kirjaa.
denyChangeAuthor=\u00a74You cannot change the author of this book
denyChangeTitle=\u00a74You cannot change the title of this book.
denyChangeTitle=\u00a74Et voi vaihtaa t\u00e4m\u00e4n kirjan titteli\u00e4.
depth=\u00a77Olet merenpinnan tasolla.
depthAboveSea=\u00a77Olet {0} palikkaa meritason yl\u00e4puolella.
depthBelowSea=\u00a77Olet {0} palikkaa meritason alapuolella.
destinationNotSet=Sijaintia ei ole m\u00e4\u00e4ritetty
disableUnlimited=\u00a77Poistettu k\u00e4yt\u00f6st\u00e4 loputon laittaminen tavaralta "{0}", pelaajalta {1}.
disabled=poissa k\u00e4yt\u00f6st\u00e4
disabledToSpawnMob=T\u00e4m\u00e4n mobin luominen on poistettu k\u00e4yt\u00f6st\u00e4 config tiedostossa.
distance=\u00a76Distance\: {0}
distance=\u00a76Et\u00e4isyys\: {0}
dontMoveMessage=\u00a77Teleportataan {0} kuluttua. \u00c4l\u00e4 liiku.
downloadingGeoIp=Ladataan GeoIP tietokantaa ... t\u00e4m\u00e4 voi vied\u00e4 hetken (maa\: 0.6 MB, kaupunki\: 20MB)
duplicatedUserdata=Kopioitu k\u00e4ytt\u00e4j\u00e4n tiedot\: {0} ja {1}
durability=\u00a77T\u00e4ll\u00e4 ty\u00f6kalulla on \u00a7c{0}\u00a77 k\u00e4ytt\u00f6kertaa j\u00e4ljell\u00e4
editBookContents=\u00a7eYou may now edit the contents of this book.
enableUnlimited=\u00a77Annetaan loputon m\u00e4\u00e4r\u00e4 tavaraa "{0}" pelaajalle {1}.
editBookContents=\u00a7eVoit nyt muokata t\u00e4m\u00e4n kirjan sis\u00e4lt\u00f6\u00e4.
enabled=k\u00e4yt\u00f6ss\u00e4
enchantmentApplied=\u00a77Parannus "{0}" on lis\u00e4tty tavaraan k\u00e4dess\u00e4si.
enchantmentNotFound=\u00a7cParannusta ei l\u00f6ydetty
@@ -103,7 +95,7 @@ errorCallingCommand=Virhe kutsuttaessa komentoa /{0}
errorWithMessage=\u00a7cVirhe\: {0}
essentialsHelp1=Tiedosto on viallinen ja Essentials ei voi avata sit\u00e4. Essentials on nyt poistettu k\u00e4yt\u00f6st\u00e4. Jos et voi korjata tiedostoa itse, mene osoitteeseen http\://tiny.cc/EssentialsChat
essentialsHelp2=Tiedosto on viallinen ja Essentials ei voi avata sit\u00e4. Essentials on nyt poistettu k\u00e4yt\u00f6st\u00e4. Jos et voi korjata tiedostoa itse, kirjoita /essentialshelp peliss\u00e4 tai mene osoitteeseen http\://tiny.cc/EssentialsChat
essentialsReload=\u00a77Essentials ladattu uudelleen. Versio\: {0}
essentialsReload=\u00a76Essentials reloaded\u00a7c {0}.
exp=Pelaajalla \u00a7c{0} \u00a77on\u00a7c {1} \u00a77expi\u00e4 (taso\u00a7c {2}\u00a77) ja tarvitsee\u00a7c {3} \u00a77lis\u00e4\u00e4 expi\u00e4 seuravaan tasoon.
expSet=Pelaajalla\u00a7c{0} \u00a77on nyt\u00a7c {1} \u00a77expi\u00e4.
extinguish=\u00a77Sammutit itsesi.
@@ -113,16 +105,16 @@ failedToCreateConfig=Virhe luotaessa tiedostoa config {0}
failedToWriteConfig=Virhe muokattaessa tiedostoa config {0}
false=v\u00e4\u00e4r\u00e4
feed=\u00a77Ruokahalusi on tyydytetty.
feedOther=\u00a77Tyydytit ruokahalun pelaajalta {0}.
feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76.
fileRenameError={0} uudelleen nime\u00e4minen ep\u00e4onnistui
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76To use multiple colors/effects, seperate values with commas\: \u00a7cred,blue,pink\n\u00a76Shapes\:\u00a7c star, ball, large, creeper, burst \u00a76Effects\:\u00a7c trail, twinkle.
fireworkColor=\u00a74V\u00e4\u00e4r\u00e4nlaiset ilotulitteen parametrit, v\u00e4ri t\u00e4ytyy valita ensin.
fireworkEffectsCleared=\u00a76Kaikki vaikutukset poistettu k\u00e4dess\u00e4si olevasta tavarasta.
fireworkSyntax=\u00a76Ilotulitteen parametrit\:\u00a7c v\u00e4ri\:<v\u00e4ri> [h\u00e4ivytys\: <v\u00e4ri>] [muoto\:<muoto>] [effekti\:<effekti>]\n\u00a76K\u00e4ytt\u00e4\u00e4ksesi montaa v\u00e4ri\u00e4/effekti\u00e4, erota arvot pilkulla\: \u00a7cred,blue,pink\n\u00a76Muotoja\:\u00a7c star, ball, large, creeper, burst \u00a76Effektit<shape>\:\u00a7c trail, twinkle.
flyMode=\u00a77Lento {0} pelaajalla {1}.
flying=lent\u00e4v\u00e4
foreverAlone=\u00a7cSinulla ei ole ket\u00e4\u00e4n kenelle vastata.
fullStack=\u00a74You already have a full stack.
gameMode=\u00a77Asetit pelimuodon "{0}" pelaajalle {1}.
fullStack=\u00a74Sinulla on jo t\u00e4ysi pino.
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for \u00a7c{1}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities, \u00a7c{4}\u00a76 tiles.
gcfree=Vapaa muisti\: {0} MB
gcmax=Maksimi muisti\: {0} MB
@@ -130,45 +122,40 @@ gctotal=Sallittu muisti\: {0} MB
geoIpUrlEmpty=GeoIP latausosoite on tyhj\u00e4.
geoIpUrlInvalid=GeoIP latausosoite on viallinen.
geoipJoinFormat=\u00a76Pelaaja \u00a7c{0} \u00a76tulee maasta \u00a7c{1}\u00a76.
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
godDisabledFor=poistettu pelaajalta {0}
giveSpawn=\u00a76Annetaan\u00a7c {0} \u00a7c {1} \u00a76pelaajalle\u00a7c {2}\u00a76.
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
godEnabledFor=laitettu pelaajalle {0}
godMode=\u00a77God muoto {0}.
groupDoesNotExist=\u00a74There''s no one online in this group\!
groupNumber=\u00a7c{0}\u00a7f online, for the full list\:\u00a7c /{1} {2}
groupDoesNotExist=\u00a74Kukaan ei ole paikalla t\u00e4st\u00e4 ryhm\u00e4st\u00e4\!
groupNumber=\u00a7c{0}\u00a7f paikalla, n\u00e4hd\u00e4ksesi kokolistan\:\u00a7c /{1} {2}
hatArmor=\u00a7cVirhe, et voi k\u00e4ytt\u00e4\u00e4 t\u00e4t\u00e4 tavaraa hattuna\!
hatEmpty=\u00a7cYou are not wearing a hat.
hatFail=\u00a7cSinulla tulee olla jotain k\u00e4dess\u00e4si, mit\u00e4 k\u00e4ytt\u00e4\u00e4 hattuna.
hatPlaced=\u00a7eNauti uudesta hatustasi\!
hatRemoved=\u00a76Your hat has been removed.
hatRemoved=\u00a76Hattusi on poistettu.
haveBeenReleased=\u00a77Sinut on vapautettu
heal=\u00a77Sinut on parannettu.
healDead=\u00a74You cannot heal someone who is dead\!
healDead=\u00a74Et voi parantaa pelaajaa, joka on kuollut\!
healOther=\u00a77Paransit pelaajan {0}.
helpConsole=Katsoaksesi apua konsolista, kirjoita ?.
helpFrom=\u00a77Komennot {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Komennot "{0}"\:
helpOp=\u00a7c[HelpOp]\u00a7f \u00a77{0}\:\u00a7f {1}
helpPlugin=\u00a74{0}\u00a7f\: Plugin apu\: /help {1}
holdBook=\u00a74You are not holding a writable book.
holdFirework=\u00a74You must be holding a firework to add effects.
holdPotion=\u00a74You must be holding a potion to apply effects to it.
holdBook=\u00a74Et pid\u00e4 k\u00e4dess\u00e4si kirjoitettavaa kirjaa.
holdFirework=\u00a74Sinul\u00f6a t\u00e4ytyy olla k\u00e4dess\u00e4si ilotulite lis\u00e4t\u00e4ksesi effektej\u00e4.
holdPotion=\u00a74Sinul\u00f6a t\u00e4ytyy olla taikajuoma k\u00e4dess\u00e4si lis\u00e4t\u00e4ksesi siihen effektej\u00e4.
holeInFloor=Reik\u00e4 lattiassa
homeSet=\u00a77Koti asetettu.
homes=Kodit\: {0}
hour=tunti
hours=tunnit
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignoredList=\u00a76Huomiotta\:\u00a7r {0}
ignorePlayer=J\u00e4tit huomiotta pelaajan {0}.
illegalDate=Laiton p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n muoto.
infoChapter=\u00a76Select chapter\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 of \u00a7c{2} \u00a7e----
infoChapter=\u00a76Valitse luku\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Sivu \u00a7c{1}\u00a76 kirjasta \u00a7c{2} \u00a7e----
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Sivu \u00a74{0}\u00a76/\u00a74{1} \u00a7e----
infoUnknownChapter=\u00a74Unknown chapter.
infoUnknownChapter=\u00a74Tuntematon luku.
insufficientFunds=\u00a74Insufficient funds available.
invalidCharge=\u00a7cMit\u00e4t\u00f6n m\u00e4\u00e4r\u00e4ys.
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74The option \u00a7c{0} \u00a74is not a valid value for \u00a7c{1}\u00a74.
invalidHome=Kotia {0} ei ole olemassa
invalidHomeName=\u00a74Invalid home name\!
invalidMob=\u00a74Invalid mob type.
@@ -203,18 +190,18 @@ kickDefault=Potkittu palvelimelta
kickExempt=\u00a7cEt voi potkia h\u00e4nt\u00e4.
kickedAll=\u00a7cPotkittu kaikki pelaajat palvelimelta
kill=\u00a77Tappoi {0}.
killExempt=\u00a74You can not kill {0}
killExempt=\u00a74You cannot kill \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74That kit is improperly defined. Contact an administrator.
kitError=\u00a7cEi ole sopivia pakkauksia.
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to {1}\u00a7.
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to \u00a7c{1}\u00a76.
kitInvFull=\u00a7cSinun reppusi on t\u00e4ynn\u00e4, laitetaan tavarat maahan
kitNotFound=\u00a74That kit does not exist.
kitNotFound=Tuota Kitti\u00e4 ei ole olemassa.
kitOnce=\u00a74You can''t use that kit again.
kitReceive=\u00a76Received kit\u00a7c {0}\u00a76.
kitTimed=\u00a7cAika, jota ennen et voi k\u00e4ytt\u00e4\u00e4 t\u00e4t\u00e4 pakkausta uudelleen\: {0}.
kits=\u00a77Pakkaukset\: {0}
leatherSyntax=\u00a76Leather Color Syntax\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
leatherSyntax=\u00a76Leather color syntax\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
lightningSmited=\u00a77Sinut on salamoitu
lightningUse=\u00a77Salamoidaan {0}
listAfkTag=\u00a77[AFK]\u00a7f
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[HIDDEN]\u00a7f
loadWarpError=Virhe ladattaessa warppia {0}
localFormat=[L]<{0}> {1}
mailClear=\u00a7cPoistaaksesi viestisi, kirjoita /mail clear
mailClear=\u00a76To mark your mail as read, type\u00a7c /mail clear\u00a76.
mailCleared=\u00a77Viestit poistettu\!
mailSent=\u00a77Viesti l\u00e4hetetty\!
markMailAsRead=\u00a7cMerkitse viestit luetuiksi, kirjoita /mail clear
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear\u00a76.
markedAsAway=\u00a77Sinut on laitettu poissaolevaksi.
markedAsNotAway=\u00a77Sinua ei ole en\u00e4\u00e4 laitettu poissaolevaksi.
matchingIPAddress=\u00a76The following players previously logged in from that IP address\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a7cEt voi laittaa tuota pelaajaa vankilaan
me=min\u00e4
minute=minuutti
minutes=minuuttia
missingItems=Sinulla ei ole {0}kpl {1}.
missingItems=\u00a74You do not have \u00a7c{0}x {1}\u00a74.
mobSpawnError=Virhe vaihdettaessa mob-luojan tyyppi\u00e4.
mobSpawnLimit=Mobien m\u00e4\u00e4r\u00e4 rajoitettu palvelimen maksimim\u00e4\u00e4r\u00e4\u00e4n
mobSpawnTarget=Kohteen pit\u00e4\u00e4 olla mob-luoja palikka.
@@ -246,13 +233,13 @@ moneySentTo=\u00a7a{0} on l\u00e4hetetty pelaajalle {1}
month=kuukausi
months=kuukaudet
moreThanZero=M\u00e4\u00e4r\u00e4n pit\u00e4\u00e4 olla enemm\u00e4n kuin 0.
moveSpeed=\u00a76Set {0} speed to\u00a7c {1} \u00a76for {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Set {0} speed to\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74You cannot apply more than one charge to this firework.
multiplePotionEffects=\u00a74You cannot apply more than one effect to this potion.
muteExempt=\u00a7cEt voi hiljent\u00e4\u00e4 tuota pelaajaa.
muteNotify=\u00a7c{0} \u00a76has muted \u00a7c{1}\u00a76.
mutedPlayer=\u00a76Player\u00a7c {0} \u00a76muted.
muteNotify=\u00a7c {0} \u00a76Mykisti Pelaaja \u00a7c {1} \u00a76.
mutedPlayer=Pelaaja {0} voi taas puhua.
mutedPlayerFor=\u00a76Player\u00a7c {0} \u00a76muted for\u00a7c {1}\u00a76.
mutedUserSpeaks={0} yritti puhua, mutta oli hiljennetty.
nearbyPlayers=Pelaajat l\u00e4hell\u00e4\: {0}
@@ -262,15 +249,14 @@ nickDisplayName=\u00a77Sinun tulee ottaa k\u00e4ytt\u00f6\u00f6n change-displayn
nickInUse=\u00a7cSe nimi on jo k\u00e4yt\u00f6ss\u00e4.
nickNamesAlpha=\u00a7cLempinimen pit\u00e4\u00e4 olla aakkosista.
nickNoMore=\u00a77Sinulla ei ole en\u00e4\u00e4 lempinime\u00e4.
nickSet=\u00a77Lempinimesi on nyt \u00a7c{0}
nickTooLong=\u00a74That nickname is too long.
nickSet=\u00a77Lempinimesi on nyt \u00a7c{0}.
nickTooLong=\u00a74Tuo lempinimi on liian pitk\u00e4.
noAccessCommand=\u00a7cSinulla ei ole oikeutta tuohon komentoon.
noAccessPermission=\u00a7cSinulla ei ole oikeutta tuohon {0}.
noAccessPermission=\u00a74Sinulla ei ole oikeutta Tuohon \u00a7c {0} \u00a74.
noBreakBedrock=Sinulla ei ole lupaa tuhota bedrock-palikoita.
noDestroyPermission=\u00a7cSinulla ei ole lupaa tuhota sit\u00e4 {0}.
noDestroyPermission=\u00a74You do not have permission to destroy that \u00a7c{0}\u00a74.
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.
@@ -300,8 +286,8 @@ now=nyt
nuke=Antaa kuoleman sateen kohdata heid\u00e4t
numberRequired=Numero menee tuohon, h\u00f6lm\u00f6.
onlyDayNight=/time tukee vain day/night.
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397\:3).
onlyPlayers=Vain peliss\u00e4 olevat pelaajat voivat k\u00e4ytt\u00e4\u00e4 {0}.
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Only in-game players can use \u00a7c{0}\u00a74.
onlySunStorm=/weather tukee vain sun/storm.
orderBalances=J\u00e4rjestet\u00e4\u00e4n rahatilanteita {0}, odota...
oversizedTempban=\u00a74You may not ban a player for this period of time.
@@ -314,16 +300,16 @@ pTimeReset=Pelaajan aika on resetoitu\: \u00a7e{0}
pTimeSet=Pelaajan aika on asetettu \u00a73{0}\u00a7f koska\: \u00a7e{1}
pTimeSetFixed=Pelaajan aika on korjattu \u00a73{0}\u00a7f koska\: \u00a7e{1}
pWeatherCurrent=\u00a7c{0}\u00a76''s weather is\u00a7c {1}\u00a76.
pWeatherInvalidAlias=\u00a74Invalid weather type
pWeatherInvalidAlias=\u00a74Tota s\u00e4\u00e4n tyyppi\u00e4 ei ole olemassa
pWeatherNormal=\u00a7c{0}\u00a76''s weather is normal and matches the server.
pWeatherOthersPermission=\u00a74You are not authorized to set other players'' weather.
pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pendingTeleportCancelled=\u00a7cOdottava teleporttipyynt\u00f6 peruttu.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for {2}.
playerInJail=\u00a7cPelaaja on jo vankilassa {0}.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerInJail=\u00a74Player is already in jail\u00a7c {0}\u00a74.
playerJailed=\u00a77Pelaaja {0} laitettu vankilaan.
playerJailedFor=\u00a77Pelaaja {0} laitettu vankilaan, koska {1}.
playerKicked=\u00a7cPelaaja {0} potki pelaajan {1} koska {2}
@@ -332,7 +318,7 @@ playerMutedFor=\u00a77Sinut on hiljennetty, koska {0}
playerNeverOnServer=\u00a7cPelaaja {0} ei ole koskaan ollut t\u00e4ll\u00e4 palvelimella.
playerNotFound=\u00a7cPelaajaa ei l\u00f6ydetty.
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP\: {1}.
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned\u00a7c {1}.
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76Poisti pelaajan \u00a7c {1} karkoituksen.
playerUnmuted=\u00a77Sin\u00e4 voit taas puhua
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Head angle)
@@ -340,28 +326,28 @@ posX=\u00a76X\: {0} (+East <-> -West)
posY=\u00a76Y\: {0} (+Up <-> -Down)
posYaw=\u00a76Yaw\: {0} (Rotation)
posZ=\u00a76Z\: {0} (+South <-> -North)
possibleWorlds=\u00a77Mahdollisia maailmoja on numerot v\u00e4lilt\u00e4 0 - {0}.
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potions=\u00a76Potions\:\u00a7r {0}\u00a76.
powerToolAir=Komentoa ei voi liitt\u00e4\u00e4 k\u00e4teen.
powerToolAlreadySet=Komento \u00a7c{0}\u00a7f on liitetty kohteeseen {1}.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a7f komento liitetty kohteeseen {1}.
powerToolClearAll=Kaikki voimaty\u00f6kalun komennot on poistettu.
powerToolList={1} omistaa seuraavat komennot\: \u00a7c{0}\u00a7f.
powerToolListEmpty={0} ei ole komentoja liitetty.
powerToolNoSuchCommandAssigned=Komentoa \u00a7c{0}\u00a7f ei ole liitetty kohteeseen {1}.
powerToolRemove=Komento \u00a7c{0}\u00a7f poistettu kohteesta {1}.
powerToolRemoveAll=Kaikki komennot poistettu kohteesta {0}.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76All commands removed from \u00a7c{0}\u00a76.
powerToolsDisabled=Kaikki voimaty\u00f6kalut on poistettu k\u00e4yt\u00f6st\u00e4.
powerToolsEnabled=Kaikki voimaty\u00f6alut on otettu k\u00e4ytt\u00f6\u00f6n.
questionFormat=\u00a77[Question]\u00a7f {0}
readNextPage=Kirjoita /{0} {1} lukeaksesi seuraavan sivun
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=There is no recipe by that number.
recipeFurnace=\u00a76Smelt \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76is \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <number> to see other recipes for \u00a7c{2}\u00a76.
recipeNone=No recipes exist for {0}
recipeNone=No recipes exist for {0}.
recipeNothing=nothing
recipeShapeless=\u00a76Combine \u00a7c{0}
recipeWhere=\u00a76Where\: {0}
@@ -370,7 +356,7 @@ repair=Onnistuneesti korjasit ty\u00f6kalun\: \u00a7e{0}.
repairAlreadyFixed=\u00a77T\u00e4m\u00e4 tavara ei kaipaa korjaamista.
repairEnchanted=\u00a77Sinulla ei ole lupaa korjata kehitettyj\u00e4 tavaroita.
repairInvalidType=\u00a7cT\u00e4t\u00e4 tavaraa ei voi korjata.
repairNone=\u00a74There were no items that needed repairing.
repairNone=Ei ollut tavaroita, jotka olivat korjauksen tarpeessa.
requestAccepted=\u00a77Teleporttaus pyynt\u00f6 hyv\u00e4ksytty.
requestAcceptedFrom=\u00a77{0} hyv\u00e4ksyi sinun teleportti pyynn\u00f6n.
requestDenied=\u00a77Teleporttaus pyynt\u00f6 kielletty.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a77{0} kielt\u00e4ytyi sinun teleportti pyynn\u00f6st\u00e
requestSent=\u00a77Pyynt\u00f6 l\u00e4hetetty pelaajalle {0}\u00a77.
requestTimedOut=\u00a7cTeleportti pyynt\u00f6 aikakatkaistiin
requiredBukkit=* \! * Tarvitset v\u00e4hint\u00e4\u00e4n {0} version CraftBukkitista, lataa se osoitteesta http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all online players.
resetBalAll=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all players.
returnPlayerToJailError=Virhe laitettaessa pelaaja {0} takaisin vankilaan\: {1}
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
resetBal=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all online players.
resetBalAll=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all players.
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while).
second=sekunti
seconds=sekuntia
seenOffline=Pelaaja {0} on ollut offline jo {1}
seenOnline=Pelaaja {0} on ollut online jo {1}
seenOffline=\u00a76Player\u00a7c {0} \u00a76has been \u00a74offline\u00a76 since \u00a7c{1}\u00a76.
seenOnline=\u00a76Player\u00a7c {0} \u00a76has been \u00a7aonline\u00a76 since \u00a7c{1}\u00a76.
serverFull=Palvelin on t\u00e4ynn\u00e4
serverTotal=Palvelimen kokonaism\u00e4\u00e4r\u00e4m\u00e4\u00e4r\u00e4\: {0}
setBal=\u00a7aYour balance was set to {0}.
setBal=\u00a7aSinun rahatilanne on asetettu {0}.
setBalOthers=\u00a7aYou set {0}\u00a7a''s balance to {1}.
setSpawner=Vaihdettu mob-luojan tyyppi {0}
setSpawner=\u00a76Changed spawner type to\u00a7c {0}\u00a76.
sheepMalformedColor=Viallinen v\u00e4ri.
shoutFormat=\u00a77[Huuto]\u00a7f {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Sinulla ei ole lupaa laittaa kyltti\u00e4 t\u00e4h\u00e4n.
similarWarpExist=Tuon niminen warp on jo olemassa.
slimeMalformedSize=Viallinen koko.
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=Tuo mob tykk\u00e4\u00e4 olevan yksin
spawnSet=\u00a77Spawn sijainti m\u00e4\u00e4ritetty ryhm\u00e4lle {0}.
spawned=luotu
sudoExempt=Et voi sudoa t\u00e4t\u00e4 pelaajaa
sudoRun=Pakotetaan {0} suorittamaan\: /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a77Hyv\u00e4sti julma maailma...
suicideSuccess=\u00a77{0} riisti oman henkens\u00e4
survival=selviytyminen
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a7c on pyyt\u00e4nyt lupaa sinun luokse teleportta
teleportRequestTimeoutInfo=\u00a77T\u00e4m\u00e4 pyynt\u00f6 aikakatkaistaan {0} sekunnin kuluttua.
teleportTop=\u00a77Teleportataan p\u00e4\u00e4lle.
teleportationCommencing=\u00a77Teleportataan...
teleportationDisabled=\u00a77Teleporttaus poistettu k\u00e4yt\u00f6st\u00e4.
teleportationDisabledFor=\u00a76Teleportation disabled for {0}.
teleportationEnabled=\u00a77Teleportation otettu k\u00e4ytt\u00f6\u00f6n.
teleportationEnabledFor=\u00a76Teleportation enabled for {0}
teleportationDisabled=\u00a76Teleportation \u00a7cdisabled\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a77Teleportataan...
tempBanned=Olet v\u00e4liaikaisesti bannattu palvelimelta, koska {0}
teleportToPlayer=\u00a76Teleportataan \u00a7c {0} \u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a77Et voi bannia tuota pelaajaa
thunder=Myrsky {0} maailmassasi
thunderDuration=Myrsky {0} maailmassasi {1} sekuntia.
timeBeforeHeal=Aika ennen seuraavaa parannusta\: {0}
timeBeforeTeleport=Aika ennen seuraavaa teleporttausta\: {0}
timeFormat=\u00a73{0}\u00a7f tai \u00a73{1}\u00a7f tai \u00a73{2}\u00a7f
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeSetPermission=\u00a7cSinulla ei ole lupaa vaihtaa aikaa.
timeWorldCurrent=T\u00e4m\u00e4nhetkinen aika maailmassa {0} on \u00a73{1}
timeWorldSet=Aika vaihdettiin {0} maailmassa\: \u00a7c{1}
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tps=T\u00e4m\u00e4nhetkinen TPS \= {0}
tradeSignEmpty=Vaihtokyltill\u00e4 ei ole mit\u00e4\u00e4n tarjolla sinulle.
tradeSignEmptyOwner=Ei ole mit\u00e4\u00e4n mit\u00e4 ker\u00e4t\u00e4 t\u00e4st\u00e4 vaihtokyltist\u00e4.
treeFailure=\u00a7cPuun luominen ep\u00e4onnistui. Yrit\u00e4 uudelleen nurmikolla tai mullalla.
treeSpawned=\u00a77Puu luotu.
true=totta
typeTpaccept=\u00a77Hyv\u00e4ksy\u00e4ksesi, kirjoita \u00a7c/tpaccept\u00a77.
typeTpdeny=\u00a77Kielt\u00e4\u00e4ksesi, kirjoita \u00a7c/tpdeny\u00a77.
@@ -451,8 +436,6 @@ unignorePlayer=Otat taas huomioon pelaajan {0}.
unknownItemId=Tuntematon tavaran ID\: {0}
unknownItemInList=Tuntematon tavara {0} listassa {1}.
unknownItemName=Tuntematon tavaran nimi\: {0}
unlimitedItemPermission=\u00a7cEi lupaa loputtomalle tavaralle {0}.
unlimitedItems=Loputtomat tavarat\:
unmutedPlayer=Pelaajat {0} voi taas puhua.
unvanishedReload=\u00a7cSinut on pakotettu taas n\u00e4kyv\u00e4ksi uudelleen latauksen vuoksi.
upgradingFilesError=Virhe p\u00e4ivitett\u00e4ess\u00e4 tiedostoja
@@ -480,7 +463,7 @@ warpSet=\u00a77Warp {0} asetettu.
warpUsePermission=\u00a7cSinulla ei ole oikeutta k\u00e4ytt\u00e4\u00e4 tuota warppia.
warpingTo=\u00a77Sinut warpataan pian kohteeseen {0}.
warps=Warpit\: {0}
warpsCount=\u00a77Warppeja on {0} kpl. N\u00e4ytet\u00e4\u00e4n sivu {1} / {2}.
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherStorm=\u00a77Laitoit myrskyn maailmaan {0}
weatherStormFor=\u00a77Laitoit myrskyn maailmaan {0} {1} sekunniksi
weatherSun=\u00a77Laitoit auringon paistamaan maailmaan {0}
@@ -522,7 +505,7 @@ localNoOne=
totalSellableAll=\u00a7aThe total worth of all sellable items and blocks is \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aThe total worth of all sellable blocks is \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Radius is too big\! Maximum radius is {0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76is banned.
isIpBanned=\u00a76IP \u00a7c {0} \u00a76On karkoitettu.
mobDataList=\u00a76Valid mob data\:\u00a7r {0}
vanish=\u00a76Vanish for {0}\u00a76\: {1}
noLocationFound=\u00a74No valid location found.
@@ -531,19 +514,27 @@ banExemptOffline=\u00a74You may not ban offline players.
tempbanExemptOffline=\u00a74You may not tempban offline players.
mayNotJailOffline=\u00a74You may not jail offline players.
muteExemptOffline=\u00a74You may not mute offline players.
ignoreExempt=\u00a74You can not ignore that player.
ignoreExempt=\u00a74You may not ignore that player.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
givenSkull=\u00a76You have been given the skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
invalidSkull=\u00a74Please hold a player skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -15,14 +15,11 @@ antiBuildBreak=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 casser des bloc
antiBuildCraft=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 cr\u00e9er\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 jeter\u00a7c {0}\u00a74.
antiBuildInteract=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 interagir avec {0}.
antiBuildPlace=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 placer {0} ici.
antiBuildUse=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 utiliser {0}.
autoAfkKickReason=Vous avez \u00e9t\u00e9 d\u00e9connect\u00e9 pour inactivit\u00e9 sup\u00e9rieure \u00e0 {0} minutes.
antiBuildPlace=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 placer\u00a7c {0} \u00a74ici.
antiBuildUse=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 utiliser\u00a7c {0}\u00a74.
autoAfkKickReason=Vous avez \u00e9t\u00e9 expuls\u00e9 pour inactivit\u00e9 sup\u00e9rieure \u00e0 {0} minutes.
backAfterDeath=\u00a77Utilisez la commande /back pour retourner \u00e0 l''endroit ou vous \u00eates mort.
backUsageMsg=\u00a77Retour \u00e0 votre emplacement pr\u00e9c\u00e9dent.
backupDisabled=Aucun script de backup externe n''a \u00e9t\u00e9 configur\u00e9.
backupFinished=\u00a76Sauvegarde termin\u00e9e.
backupStarted=D\u00e9but de la sauvegarde...
balance=\u00a77Solde \: {0}
balanceOther=\u00a7aSolde de {0}\u00a7a \:\u00a7c {1}
balanceTop=\u00a77Meilleurs soldes au ({0})
@@ -32,10 +29,8 @@ bed=\u00a7olit\u00a7r
bedMissing=\u00a74Votre lit est soit non d\u00e9fini, soit manquant, soit bloqu\u00e9.
bedNull=\u00a7mlit\u00a7r
bedSet=\u00a76Spawn de lit d\u00e9fini \!
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\u00e9\u00e9.
blockList=Essentials a relay\u00e9 les commandes suivantes \u00e0 un autre plugin \:
bookAuthorSet=\u00a76L''auteur du livre a \u00e9t\u00e9 modifi\u00e9 \u00e0 {0}.
bookAuthorSet=\u00a76L''auteur du livre est maintenant {0}.
bookLocked=\u00a7cCe livre est maintenant sign\u00e9.
bookTitleSet=\u00a76Le titre du livre est maintenant {0}.
broadcast=[\u00a7cMessage\u00a7f]\u00a7a {0}
@@ -44,16 +39,15 @@ bukkitFormatChanged=Le format de la version de Bukkit a \u00e9t\u00e9 chang\u00e
burnMsg=\u00a77Vous avez enflamm\u00e9 {0} pour {1} seconde(s).
canTalkAgain=\u00a77Vous pouvez de nouveau parler.
cannotStackMob=\u00a74Vous n''avez pas la permission d''empiler plusieurs mobs.
cantFindGeoIpDB=Essentials n''arrive pas \u00e0 trouver la base de donn\u00e9es GeoIP \!
cantFindGeoIpDB=La base de donn\u00e9es GeoIP est introuvable \!
cantReadGeoIpDB=\u00c9chec de la lecture de la base de donn\u00e9es GeoIP \!
cantSpawnItem=\u00a7cVous n''avez pas le droit de faire appara\u00eetre {0}.
cantSpawnItem=\u00a74Vous n''\u00eates pas autoris\u00e9 \u00e0 faire appara\u00eetre l''item\u00a7c {0}\u00a74.
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[Espion]
cleaned=Fichiers joueurs nettoy\u00e9s.
cleaning=Nettoyage des fichiers joueurs...
commandFailed=\u00c9chec de la commande {0} \:
commandHelpFailedForPlugin=Erreur d''obtention d''aide pour \: {0}
commandNotLoaded=\u00a7cLa commande {0} a \u00e9t\u00e9 mal charg\u00e9e.
compassBearing=\u00a77Orientation \: {0} ({1} degr\u00e9s).
configFileMoveError=\u00c9chec du d\u00e9placement de config.yml vers l''emplacement de sauvegarde.
@@ -83,7 +77,6 @@ depth=\u00a77Vous \u00eates au niveau de la mer.
depthAboveSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) au dessus du niveau de la mer.
depthBelowSea=\u00a77Vous \u00eates \u00e0 {0} bloc(s) en dessous du niveau de la mer.
destinationNotSet=Destination non d\u00e9finie \!
disableUnlimited=\u00a77D\u00e9sactivation du placement illimit\u00e9 de {0} pour {1}.
disabled=d\u00e9sactiv\u00e9
disabledToSpawnMob=L''invocation de ce monstre a \u00e9t\u00e9 d\u00e9sactiv\u00e9e dans le fichier de configuration.
distance=\u00a76Distance \: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=T\u00e9l\u00e9chargement de la base de donn\u00e9es GeoIP... Ce
duplicatedUserdata=Donn\u00e9es utilisateurs dupliqu\u00e9es \: {0} et {1}
durability=\u00a77Cet outil a \u00a7c{0}\u00a77 usage(s) restant(s).
editBookContents=\u00a7eVous pouvez maintenant \u00e9diter le contenu de ce livre.
enableUnlimited=\u00a77Quantit\u00e9 illimit\u00e9e de {0} \u00e0 {1}.
enabled=activ\u00e9
enchantmentApplied=\u00a77L''enchantement {0} a \u00e9t\u00e9 appliqu\u00e9 \u00e0 l''objet dans votre main.
enchantmentNotFound=\u00a7cEnchantement non trouv\u00e9 \!
@@ -103,7 +95,7 @@ errorCallingCommand=Erreur en appelant la commande /{0}
errorWithMessage=\u00a7cErreur \: {0}
essentialsHelp1=Le fichier est corrompu et Essentials ne peut l''ouvrir. Essentials est maintenant d\u00e9sactiv\u00e9. Si vous ne pouvez corriger vous-m\u00eame, allez sur \u00e0 http\://tiny.cc/EssentialsChat
essentialsHelp2=Le fichier est corrompu et Essentials ne peut l''ouvrir. Essentials est maintenant d\u00e9sactiv\u00e9. Si vous ne pouvez corriger vous-m\u00eame, tapez /help ou allez sur \u00e0 http\://tiny.cc/EssentialsChat
essentialsReload=\u00a77Essentials {0} a \u00e9t\u00e9 recharg\u00e9.
essentialsReload=\u00a76Essentials\u00a7c {0} \u00a76a \u00e9t\u00e9 recharg\u00e9.
exp=\u00a7c{0} \u00a77a\u00a7c {1} \u00a77exp (niveau\u00a7c {2}\u00a77) et a besoin de\u00a7c {3} \u00a77pour monter d''un niveau.
expSet=\u00a7c{0} \u00a77a maintenant\u00a7c {1} \u00a77exp.
extinguish=\u00a77Vous cessez de br\u00fbler.
@@ -113,7 +105,7 @@ failedToCreateConfig=\u00c9chec de la cr\u00e9ation de la configuration {0}.
failedToWriteConfig=\u00c9chec de l''\u00e9criture de la configuration {0}.
false=\u00a74faux\u00a7f
feed=\u00a77Vous avez \u00e9t\u00e9 rassasi\u00e9.
feedOther=\u00a77{0} est rassasi\u00e9.
feedOther=\u00a76Vous avez rassasi\u00e9 \u00a7c{0}\u00a76.
fileRenameError=\u00c9chec du changement de nom de {0}.
fireworkColor=\u00a74Vous devez ajouter une couleur au feu d''artifice pour pouvoir lui ajouter un effet.
fireworkEffectsCleared=\u00a76Les effets ont \u00e9t\u00e9 retir\u00e9s.
@@ -122,8 +114,8 @@ flyMode=\u00a77Fly mode {0} pour {1} d\u00e9fini.
flying=volant
foreverAlone=\u00a7cVous n''avez personne \u00e0 qui r\u00e9pondre.
fullStack=\u00a74Vous avez d\u00e9j\u00e0 un stack complet.
gameMode=\u00a77Mode de jeu {0} pour {1}.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76" \: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entit\u00e9s, \u00a7c{4}\u00a76 tiles.
gameMode=\u00a76Mode de jeu\u00a7c {0} \u00a76pour \u00a7c{1}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entit\u00e9s, \u00a7c{4}\u00a76 tiles.
gcfree=\u00a76M\u00e9moire libre \: \u00a7c{0} \u00a76Mo
gcmax=\u00a76M\u00e9moire maximale \: \u00a7c{0} \u00a76Mo
gctotal=\u00a76M\u00e9moire utilis\u00e9e \: \u00a7c{0} \u00a76Mo
@@ -131,7 +123,7 @@ geoIpUrlEmpty=L''URL de t\u00e9l\u00e9chargement de GeoIP est vide.
geoIpUrlInvalid=L''URL de t\u00e9l\u00e9chargement de GeoIP est invalide.
geoipJoinFormat=\u00a76Joueur \u00a7c{0} \u00a76vient de \u00a7c{1}\u00a76.
giveSpawn=\u00a76Donne\u00a7c {0} \u00a76de\u00a7c {1} \u00a76\u00e0\u00a7c {2}\u00a76.
godDisabledFor=d\u00e9sactiv\u00e9 pour {0}
godDisabledFor=\u00a7cd\u00e9sactiv\u00e9\u00a76 pour\u00a7c {0}
godEnabledFor=activ\u00e9 pour {0}
godMode=\u00a77Mode Dieu {0}.
groupDoesNotExist=\u00a74Il n''y a personne en ligne dans ce groupe \!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a77Vous avez \u00e9t\u00e9 lib\u00e9r\u00e9.
heal=\u00a77Vous avez \u00e9t\u00e9 soign\u00e9.
healDead=\u00a74Vous ne pouvez pas soigner quelqu''un qui est mort \!
healOther=\u00a77{0} a \u00e9t\u00e9 soign\u00e9.
helpConsole=Pour voir l''aide tapez ?
helpFrom=\u00a77Commandes de {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Commandes correspondant \u00e0 "{0}" \:
helpOp=\u00a7c[Aide Admin]\u00a7f \u00a77{0} \: \u00a7f {1}
helpPlugin=\u00a74{0}\u00a7f \: Aide Plugin \: /help {1}
holdBook=\u00a74Vous ne tenez pas un livre dans lequel on peut \u00e9crire.
holdFirework=\u00a74Vous devez tenir un feu d''artifice pour lui ajouter des effets.
holdPotion=\u00a74Vous devez tenir une potion pour lui ajouter des effets.
@@ -163,15 +150,15 @@ ignoredList=\u00a76Ignor\u00e9(s) \:\u00a7r {0}
ignorePlayer=Vous ignorez d\u00e9sormais {0}.
illegalDate=Format de date invalide.
infoChapter=\u00a76S\u00e9lectionnez le chapitre \:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 de \u00a7c{2} \u00a7e----
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 sur \u00a7c{2} \u00a7e----
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Page \u00a74{0}\u00a76/\u00a74{1} \u00a7e----
infoUnknownChapter=\u00a74Chapitre inconnu.
insufficientFunds=\u00a74Fonds insuffisants.
invalidCharge=\u00a7cCharge invalide.
invalidFireworkFormat=\u00a76L''option \u00a74{0} \u00a76n''est pas une valeur correcte pour \u00a74{1}
invalidFireworkFormat=\u00a74L''option \u00a7c{0} \u00a74n''est pas une valeur valide pour \u00a7c{1}\u00a74.
invalidHome=La r\u00e9sidence {0} n''existe pas
invalidHomeName=\u00a74Nom de r\u00e9sindence invalide.
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Mauvais type de mob.
invalidNumber=\u00a74Nombre invalide.
invalidPotion=\u00a74Potion invalide.
invalidPotionMeta=\u00a74M\u00e9tadata de potion invalide \: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=\u00c9ject\u00e9 du serveur.
kickExempt=\u00a77Vous ne pouvez pas \u00e9jecter ce joueur.
kickedAll=\u00a7cTous les joueurs ont \u00e9t\u00e9 \u00e9ject\u00e9s.
kill=\u00a77{0} a \u00e9t\u00e9 tu\u00e9.
killExempt=\u00a74Vous ne pouvez pas tuer {0}
killExempt=\u00a74Vous ne pouvez pas tuer \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Ce kit est mal d\u00e9fini. Contactez un administrateur.
kitError=\u00a7cIl n''y a pas de kits valides.
kitGiveTo=\u00a76Le kit\u00a7c {0}\u00a76 a \u00e9t\u00e9 donn\u00e9 \u00e0 {1}\u00a76.
kitGiveTo=\u00a76Don du kit\u00a7c {0}\u00a76 \u00e0 \u00a7c{1}\u00a76.
kitInvFull=\u00a7cVotre inventaire \u00e9tait plein, le kit est par terre.
kitNotFound=\u00a74Ce kit n''existe pas.
kitOnce=\u00a74Vous ne pouvez pas utiliser ce kit de nouveau.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r \: \u00a7r
listHiddenTag=\u00a77[MASQU\u00c9]\u00a7f
loadWarpError=\u00c9chec du chargement du warp {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a7cPour marquer votre courrier comme lu, entrez /mail clear.
mailClear=\u00a76Pour marquer votre courrier comme lu, tapez\u00a7c /mail clear\u00a76.
mailCleared=\u00a77Courrier supprim\u00e9 \!
mailSent=\u00a77Courrier envoy\u00e9 \!
markMailAsRead=\u00a7cPour marquer votre courrier comme lu, entrez /mail clear.
markMailAsRead=\u00a76Pour marquer votre courrier comme lu, tapez\u00a7c /mail clear\u00a76.
markedAsAway=\u00a77Vous \u00eates d\u00e9sormais absent/AFK.
markedAsNotAway=\u00a77Vous n''\u00eates plus absent/AFK.
matchingIPAddress=\u00a76Les joueurs suivant ce sont d\u00e9j\u00e0 connect\u00e9s avec cette adresse \:
@@ -236,7 +223,7 @@ mayNotJail=\u00a7cVous ne pouvez pas emprisonner cette personne.
me=moi
minute=minute
minutes=minutes
missingItems=Vous n''avez pas {0} x {1}.
missingItems=\u00a74Vous n''avez pas \u00a7c{0}x {1}\u00a74.
mobSpawnError=Erreur lors du changement du g\u00e9n\u00e9rateur de cr\u00e9atures.
mobSpawnLimit=Quantit\u00e9 de cr\u00e9atures limit\u00e9 \u00e0 au maximum du serveur.
mobSpawnTarget=Le bloc cible doit \u00eatre un g\u00e9n\u00e9rateur de cr\u00e9atures.
@@ -246,14 +233,14 @@ moneySentTo=\u00a7a{0} ont \u00e9t\u00e9 envoy\u00e9s \u00e0 {1}.
month=mois
months=mois
moreThanZero=Les quantit\u00e9s doivent \u00eatre sup\u00e9rieures \u00e0 z\u00e9ro.
moveSpeed=\u00a77La vitesse de {0} a \u00e9t\u00e9 modifi\u00e9e \u00e0 {1} pour {2}.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Vitesse de {0} d\u00e9finie \u00e0\u00a7c {1} \u00a76pour \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Vous ne pouvez pas appliquer plus d''une charge \u00e0 ce feu d''artifice.
multiplePotionEffects=\u00a74Vous ne pouvez pas appliquer plus d''un effet \u00e0 cette potion.
muteExempt=\u00a7cVous ne pouvez pas r\u00e9duire ce joueur au silence.
muteNotify=\u00a7c{0} \u00a76a rendu muet \u00a7c{1}\u00a76.
mutedPlayer=\u00a7c{0} \u00a76rendu muet.
mutedPlayerFor=\u00a7c{0} \u00a76rendu muet pendant\u00a7c {1}\u00a76.
mutedPlayer=\u00a76Le joueur\u00a7c {0} \u00a76est muet.
mutedPlayerFor=\u00a7c{0} \u00a76est muet pour\u00a7c {1}\u00a76.
mutedUserSpeaks={0} a essay\u00e9 de parler mais est muet.
nearbyPlayers=Joueurs dans les environs \: {0}
negativeBalanceError=L''utilisateur n''est pas autoris\u00e9 \u00e0 avoir un solde n\u00e9gatif.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a77Vous devez activer change-displayname dans la configurati
nickInUse=\u00a7cCe nom est d\u00e9j\u00e0 utilis\u00e9.
nickNamesAlpha=\u00a7cLes surnoms doivent \u00eatre alphanum\u00e9riques.
nickNoMore=\u00a7 Vous n''avez plus de surnom.
nickSet=\u00a77Votre surnom est maintenant \u00a7c{0}.
nickSet=\u00a76Votre surnom est maintenant \u00a7c{0}\u00a76.
nickTooLong=\u00a74Ce surnom est trop long.
noAccessCommand=\u00a7cVous n''avez pas acc\u00e8s \u00e0 cette commande.
noAccessPermission=\u00a7cVous n''avez pas la permission d''acc\u00e9der \u00e0 cette {0}.
noAccessPermission=\u00a74Vous n''avez pas la permission d\u2019acc\u00e9der \u00e0 cette \u00a7c{0}\u00a74.
noBreakBedrock=Vous n''\u00eates pas autoris\u00e9s \u00e0 d\u00e9truire la bedrock.
noDestroyPermission=\u00a7cVous n''avez pas la permission de d\u00e9truire ce {0}.
noDestroyPermission=\u00a74Vous n''avez pas la permission de d\u00e9truire ce/cette \u00a7c{0}\u00a74.
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=\u00a76Vous n''ignorez personne.
noKitPermission=\u00a7cVous avez besoin de la permission \u00a7c{0}\u00a7c pour utiliser ce kit.
@@ -300,8 +286,8 @@ now=maintenant
nuke=Que la mort s''abatte sur eux \!
numberRequired=Un nombre est requis ici.
onlyDayNight=/time ne supporte que day/night (jour/nuit).
onlyPlayerSkulls=\u00a74Vous ne pouvez changer le nom que d''une t\u00eate de joueur (397\:3).
onlyPlayers=Seuls les joueurs en jeu peuvent utiliser {0}.
onlyPlayerSkulls=\u00a74Vous ne pouvez d\u00e9finir que le propri\u00e9taire des t\u00eates de joueurs (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Seul les joueurs en jeu peuvent utiliser \u00a7c{0}\u00a74.
onlySunStorm=/weather ne supporte que (soleil) sun/storm (temp\u00eate).
orderBalances=Classement des soldes des {0} joueurs, patientez...
oversizedTempban=\u00a74Vous ne pouvez pas bannir un joueur pour cette p\u00e9riode.
@@ -321,9 +307,9 @@ pWeatherPlayers=Ces joueurs ont leur propre m\u00e9t\u00e9o \:
pWeatherReset=La m\u00e9t\u00e9o a \u00e9t\u00e9 r\u00e9initialis\u00e9e \u00e0 \: \u00a7e{0}
pWeatherSet=La m\u00e9t\u00e9o du joueur a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 \u00a73{0}\u00a7f pour \: \u00a7e{1}
pendingTeleportCancelled=\u00a7cRequete de t\u00e9l\u00e9portation annul\u00e9e.
playerBanIpAddress=\u00a7c{0} \u00a76a banni l''adresse IP\u00a7c {1}\u00a76.
playerBanned=\u00a7c{0} \u00a76a \u00e9t\u00e9 banni\u00a7c {1} \u00a76pour {2}.
playerInJail=\u00a7cLe joueur est d\u00e9j\u00e0 emprisonn\u00e9 dans {0}.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Le joueur\u00a7c {0} \u00a76a banni\u00a7c {1} \u00a76pour \u00a7c{2}\u00a76.
playerInJail=\u00a74Le joueur est d\u00e9j\u00e0 en prison(\u00a7c {0}\u00a74).
playerJailed=\u00a77Le joueur {0} a \u00e9t\u00e9 emprisonn\u00e9.
playerJailedFor=\u00a77{0} a \u00e9t\u00e9 emprisonn\u00e9 pour {1}.
playerKicked=\u00a7c{0} a \u00e9t\u00e9 \u00e9ject\u00e9 {1} pour {2}.
@@ -332,7 +318,7 @@ playerMutedFor=\u00a77Vous avez \u00e9t\u00e9 r\u00e9duit au silence pour {0}
playerNeverOnServer=\u00a7cLe joueur {0} n''a jamais \u00e9t\u00e9 sur le serveur.
playerNotFound=\u00a7cLe joueur est introuvable.
playerUnbanIpAddress=\u00a7c{0} \u00a76a d\u00e9banni l''IP {1}.
playerUnbanned=\u00a7c{0} \u00a76a d\u00e9banni\u00a7c {1}&6.
playerUnbanned=\u00a76Le joueur\u00a7c {0} \u00a76a d\u00e9banni\u00a7c {1}.
playerUnmuted=\u00a77Vous avez de nouveau la parole.
pong=Pong \!
posPitch=\u00a76Pitch \: {0} (Angle de t\u00eate)
@@ -340,37 +326,37 @@ posX=\u00a76X\: {0} (+Est <-> -Ouest)
posY=\u00a76Y\: {0} (+Haut <-> -Bas)
posYaw=\u00a76Yaw \: {0} (Rotation)
posZ=\u00a76Z\: {0} (+Sud <-> -Nord)
possibleWorlds=\u00a77Les mondes possibles sont les nombres de 0 \u00e0 {0}.
possibleWorlds=\u00a76Les mondes possibles sont les nombres de \u00a7c0\u00a76 \u00e0 \u00a7c{0}\u00a76.
potions=\u00a76Potions \:\u00a7r {0}\u00a76.
powerToolAir=La commande ne peut pas \u00eatre assign\u00e9e \u00e0 l''air.
powerToolAlreadySet=La commande \u00a7c{0}\u00a7f est d\u00e9j\u00e0 assign\u00e9e \u00e0 {1}.
powerToolAlreadySet=\u00a74La commande \u00a7c{0}\u00a74 est d\u00e9j\u00e0 assign\u00e9e \u00e0 \u00a7c{1}\u00a74.
powerToolAttach=Commande \u00a7c{0}\u00a7f assign\u00e9e \u00e0 {1}.
powerToolClearAll=Toutes les commandes assign\u00e9es ont \u00e9t\u00e9 retir\u00e9es.
powerToolList={1} assign\u00e9s aux commandes \: \u00a7c{0}\u00a7f.
powerToolListEmpty={0} n''a pas de commande assign\u00e9e.
powerToolNoSuchCommandAssigned=La commande \u00a7c{0}\u00a7f n''a pas \u00e9t\u00e9 assign\u00e9e \u00e0 {1}.
powerToolRemove=Commande \u00a7c{0}\u00a7f retir\u00e9e de {1}.
powerToolRemoveAll=Toutes les commandes retir\u00e9es de {0}.
powerToolNoSuchCommandAssigned=\u00a74La commande \u00a7c{0}\u00a74 n''a pas \u00e9t\u00e9 assign\u00e9e \u00e0 \u00a7c{1}\u00a74.
powerToolRemove=\u00a76La commande \u00a7c{0}\u00a76 a \u00e9t\u00e9 retir\u00e9e de \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Toutes les commandes ont \u00e9t\u00e9 retir\u00e9es de \u00a7c{0}\u00a76.
powerToolsDisabled=Toutes vos commandes assign\u00e9es ont \u00e9t\u00e9 d\u00e9sactiv\u00e9es.
powerToolsEnabled=Toutes vos commandes assign\u00e9es ont \u00e9t\u00e9 activ\u00e9es.
questionFormat=\u00a72[Question]\u00a7r {0}
readNextPage=Utilisez /{0} {1} pour lire la page suivante.
recipe=\u00a76Rec\u00eate pour \u00a7c{0}\u00a76 ({1} of {2}).
recipe=\u00a76Recette pour \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 sur \u00a7c{2}\u00a76)
recipeBadIndex=Il n''y a pas de rec\u00eate pour ce num\u00e9ro.
recipeFurnace=\u00a76Fondre \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76est \u00a7c{1}
recipeFurnace=\u00a76Faire fondre \: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76est \u00a7c{1}
recipeMore=\u00a76Tapez /{0} \u00a7c{1}\u00a76 <number> pour voir les autres rec\u00eates pour \u00a7c{2}
recipeNone=Aucune rec\u00eate n''existe pour {0}.
recipeNothing=rien
recipeShapeless=\u00a76Combiner \u00a7c{0}
recipeWhere=\u00a76O\u00f9 \: {0}
removed=\u00a77{0} entit\u00e9s supprim\u00e9es.
repair=Vous avez r\u00e9par\u00e9 votre \: \u00a7e{0}.
repair=\u00a76Vous avez r\u00e9par\u00e9 avec succ\u00e8s votre \: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a77Cet objet n''a pas besoin de r\u00e9paration.
repairEnchanted=\u00a77Vous n''\u00eates pas autoris\u00e9 \u00e0 r\u00e9parer les objets enchant\u00e9s.
repairInvalidType=\u00a7cCet objet ne peut \u00eatre r\u00e9par\u00e9.
repairNone=\u00a74Aucun objet ne n\u00e9cessite de r\u00e9paration.
repairNone=\u00a74Il n''y avait pas d''objets ayant besoin de r\u00e9paration.
requestAccepted=\u00a77Demande de t\u00e9l\u00e9portation accept\u00e9e.
requestAcceptedFrom=\u00a77{0} a accept\u00e9 votre demande de t\u00e9l\u00e9portation.
requestDenied=\u00a77Demande de t\u00e9l\u00e9portation refus\u00e9e.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a77{0} a refus\u00e9 votre demande de t\u00e9l\u00e9portat
requestSent=\u00a77Requ\u00eate envoy\u00e9e \u00e0 {0}\u00a77.
requestTimedOut=\u00a7cLa demande de t\u00e9l\u00e9portation a expir\u00e9.
requiredBukkit=* \! * Vous avez au moins besoin de la version {0} de CraftBukkit. T\u00e9l\u00e9chargez-la ici http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7a{0} \u00a76 pour tous les joueurs en ligne.
resetBalAll=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7a{0} \u00a76 pour tous les joueurs.
returnPlayerToJailError=Une erreur est survenue en essayant de remettre le joueur {0} dans la prison {1}.
resetBal=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7c{0} \u00a76pour tous les joueurs en ligne.
resetBalAll=\u00a76Le solde a \u00e9t\u00e9 r\u00e9initialis\u00e9 \u00e0 \u00a7c{0} \u00a76pour tous les joueurs.
returnPlayerToJailError=\u00a74Une erreur est survenue en essayant de remettre le joueur\u00a7c {0} \u00a74dans la prison \: \u00a7c{1}\u00a74 \!
runningPlayerMatch=\u00a76Recherche en cours des joueurs ayant utilis\u00e9 l''IP ''\u00a7c{0}\u00a76'' (cette op\u00e9ration peut prendre un certain temps)
second=seconde
seconds=secondes
seenOffline=Le joueur {0} est hors ligne depuis {1}.
seenOnline=Le joueur {0} est en ligne depuis {1}.
seenOffline=\u00a76Le joueur\u00a7c {0} \u00a76est \u00a74hors-ligne\u00a76 depuis \u00a7c{1}\u00a76.
seenOnline=\u00a76Le joueur\u00a7c {0} \u00a76est \u00a74en ligne\u00a76 depuis \u00a7c{1}\u00a76.
serverFull=Le serveur est plein.
serverTotal=Total du serveur \: {0}
setBal=\u00a7aVotre solde a \u00e9t\u00e9 modifi\u00e9 \u00e0 {0}.
setBalOthers=\u00a7aVous avez modifi\u00e0 le solde de {0} \u00e0 {1}.
setSpawner=Type de g\u00e9n\u00e9rateur chang\u00e9 en {0}.
setSpawner=\u00a76Type de spawner chang\u00e9 en\u00a7c {0}\u00a76.
sheepMalformedColor=Couleur incorrecte.
shoutFormat=\u00a77[Crie]\u00a7f {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Vous n''avez pas l''autorisation de cr\u00e9er une pancarte ici.
similarWarpExist=Un warp avec un nom similaire existe d\u00e9j\u00e0.
slimeMalformedSize=Taille incorrecte.
socialSpy=\u00a77SocialSpy {1} \u00a77pour {0}\u00a77.
socialSpy=\u00a76SocialSpy pour \u00a7c{0}\u00a76 \: \u00a7c{1}
soloMob=Cette cr\u00e9ature pr\u00e9f\u00e8re \u00eatre seule.
spawnSet=\u00a77Le point de d\u00e9part a \u00e9t\u00e9 d\u00e9fini pour le groupe {0}.
spawned=invoqu\u00e9(s)
sudoExempt=Vous ne pouvez pas ex\u00e9cuter une commande de force \u00e0 la place de ce joueur.
sudoRun=Le joueur {0} ex\u00e9cute de force \: /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a77Au revoir monde cruel...
suicideSuccess=\u00a77{0} s''est suicid\u00e9.
survival=survie
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7c{0} ont \u00e9t\u00e9 retir\u00e9s de votre compte.
takenFromOthersAccount=\u00a7c{0} retir\u00e9s du compte de {1}\u00a7c. Nouveau solde \: {2}
teleportAAll=\u00a77Demande de t\u00e9l\u00e9portation envoy\u00e9e \u00e0 tous les joueurs...
teleportAll=\u00a77T\u00e9l\u00e9portation de tous les joueurs.
teleportAtoB=\u00a77{0}\u00a77 vous a t\u00e9l\u00e9port\u00e9 \u00e0 {1}\u00a77.
teleportAtoB=\u00a7c{0}\u00a76 vous a t\u00e9l\u00e9port\u00e9 \u00e0 \u00a7c{1}\u00a76.
teleportDisabled={0} a la t\u00e9l\u00e9portation d\u00e9sactiv\u00e9.
teleportHereRequest=\u00a7c{0}\u00a7c Vous a demand\u00e9 de vous t\u00e9l\u00e9porter \u00e0 lui/elle.
teleportNewPlayerError=\u00c9chec de la t\u00e9l\u00e9portation du nouveau joueur.
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a7c vous demande s''il peut se t\u00e9l\u00e9porte
teleportRequestTimeoutInfo=\u00a77Cette demande de t\u00e9l\u00e9portation expirera dans {0} secondes.
teleportTop=\u00a77T\u00e9l\u00e9portation vers le haut.
teleportationCommencing=\u00a77D\u00e9but de la t\u00e9l\u00e9portation...
teleportationDisabled=\u00a77T\u00e9l\u00e9portation d\u00e9sactiv\u00e9e.
teleportationDisabledFor=\u00a77T\u00e9l\u00e9portation d\u00e9sactiv\u00e9e pour {0}.
teleportationEnabled=\u00a77T\u00e9l\u00e9portation activ\u00e9e.
teleportationEnabledFor=\u00a77T\u00e9l\u00e9portation activ\u00e9e pour {0}.
teleportationDisabled=\u00a76T\u00e9l\u00e9portation \u00a7cd\u00e9sactiv\u00e9e\u00a76.
teleportationDisabledFor=\u00a76T\u00e9l\u00e9portation \u00a7cd\u00e9sactiv\u00e9e \u00a76pour \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76T\u00e9l\u00e9portation \u00a7cactiv\u00e9e\u00a76.
teleportationEnabledFor=\u00a76T\u00e9l\u00e9portation \u00a7cactiv\u00e9e \u00a76pour \u00a7c{0}\u00a76.
teleporting=\u00a77T\u00e9l\u00e9portation en cours...
tempBanned=Banni temporairement du serveur pour {0}.
teleportToPlayer=\u00a76T\u00e9l\u00e9portation vers \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a77Vous ne pouvez pas bannir temporairement ce joueur.
thunder=Vous avez {0} la foudre dans votre monde.
thunderDuration=Vous avez {0} la foudre sur le serveur pendant {1} seconde(s).
timeBeforeHeal=Temps avant le prochain soin \: {0}
timeBeforeTeleport=Temps avant la prochaine t\u00e9l\u00e9portation {0}
timeFormat=\u00a73{0}\u00a7f ou \u00a73{1}\u00a7f ou \u00a73{2}\u00a7f
timeFormat=\u00a7c{0}\u00a76 ou \u00a7c{1}\u00a76 ou \u00a7c{2}\u00a76
timeSetPermission=\u00a7cVous n''\u00eates pas autoris\u00e9 \u00e0 r\u00e9gler l''heure.
timeWorldCurrent=Il est \u00a73{1}\u00a77 dans \u00a7c{0}.
timeWorldSet=L''heure a \u00e9t\u00e9 r\u00e9gl\u00e9e \u00e0 {0} dans \: \u00a7c{1}
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aTous les blocs ont \u00e9t\u00e9 vendus pour une valeur
tps=TPS actuellement \= {0}
tradeSignEmpty=Le panneau de vente n''a pas encore assez de stock.
tradeSignEmptyOwner=Il n''y a rien \u00e0 collecter de cette pancarte d''\u00e9change commercial.
treeFailure=\u00a7c\u00c9chec de la g\u00e9n\u00e9ration de l''arbre. Essayez de nouveau sur de l''herbe ou de la terre.
treeSpawned=\u00a77Arbre cr\u00e9\u00e9.
true=\u00a72vrai\u00a7f
typeTpaccept=\u00a77Pour le t\u00e9l\u00e9porter, utilisez \u00a7c/tpaccept\u00a77 \u00a77ou \u00a7c/tpyes\u00a77.
typeTpdeny=\u00a77Pour d\u00e9cliner cette demande, utilisez \u00a7c/tpdeny\u00a77 \u00a77ou \u00a7c/tpno\u00a77.
@@ -451,8 +436,6 @@ unignorePlayer=Vous n''ignorez plus {0}.
unknownItemId=Num\u00e9ro d''objet inconnu \: {0}
unknownItemInList=L''objet {0} est inconnu dans la liste {1}.
unknownItemName=Nom d''objet inconnu \: {0}
unlimitedItemPermission=\u00a7cPas de permission pour l''objet illimit\u00e9 {0}.
unlimitedItems=Objets illimit\u00e9s \:
unmutedPlayer=Le joueur {0} n''est plus muet.
unvanishedReload=\u00a7cUn reload vous a rendu de nouveau visible.
upgradingFilesError=Erreur durant la mise \u00e0 jour des fichiers.
@@ -480,7 +463,7 @@ warpSet=\u00a77Le warp {0} a \u00e9t\u00e9 cr\u00e9\u00e9.
warpUsePermission=\u00a7cVous n''avez pas la permission d''utiliser ce warp.
warpingTo=\u00a77T\u00e9l\u00e9portation vers {0}.
warps=\u00a76Warps \:\u00a7r {0}
warpsCount=\u00a77Il y a {0} warp(s). Page {1} sur {2}.
warpsCount=\u00a76Il y a\u00a7c {0} \u00a76warps. Page \u00a7c{1} \u00a76sur \u00a7c{2}\u00a76.
weatherStorm=\u00a77Vous avez programm\u00e9 l''orage dans {0}.
weatherStormFor=\u00a77Vous avez programm\u00e9 l''orage dans {0} pour {1} seconde(s).
weatherSun=\u00a77Vous avez programm\u00e9 le beau temps dans {0}.
@@ -524,26 +507,34 @@ totalSellableBlocks=\u00a7aLa valeur totale de tous les blocs que vous pouvez ve
radiusTooBig=\u00a74Le rayon est trop grand \! Le rayon maximum est {0}.
isIpBanned=\u00a76L''IP \u00a7c{0} \u00a76est bannie.
mobDataList=\u00a76Donn\u00e9es de mob valides \:\u00a7r {0}
vanish=\u00a76Disparus pendant {0}\u00a76 \: {1}
vanish=\u00a76Invisibilit\u00e9 pour {0}\u00a76 \: {1}
noLocationFound=\u00a74Aucun emplacement valide n''a \u00e9t\u00e9 trouv\u00e9.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Vous ne pouvez pas bannir les joueurs d\u00e9connect\u00e9s.
banExemptOffline=\u00a74Vous ne pouvez bannir les joueurs d\u00e9connect\u00e9s.
tempbanExemptOffline=\u00a74Vous ne pouvez pas bannir temporairement les joueurs d\u00e9connect\u00e9s.
mayNotJailOffline=\u00a74Vous ne pouvez pas emprisonner les joueurs d\u00e9connect\u00e9s.
muteExemptOffline=\u00a74Vous ne pouvez pas rendre muets les joueurs d\u00e9connect\u00e9s.
ignoreExempt=\u00a74Vous ne pouvez pas ignorer ce joueur.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74La destination est dangereuse et la t\u00e9l\u00e9portation sans risque est d\u00e9sactiv\u00e9e.
noMetaJson=Les m\u00e9tadonn\u00e9es JSON ne sont pas prises en charge dans cette version de Bukkit.
maxMoney=\u00a74Cette transaction d\u00e9passerait la limite du solde de ce compte.
skullChanged=\u00a76T\u00eate chang\u00e9e en celle de \u00a7c{0}.\u00a76.
alphaNames=\u00a74Les pseudos ne peuvent contenir que des lettres, des chiffres et des underscores.
givenSkull=\u00a76Vous avez re\u00e7u la t\u00eate de \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74Vous n''avez pas la permission de modifier cette t\u00eate.
teleportInvalidLocation=La valeur des coordonn\u00e9es ne peut exc\u00e9der 30 000 000
invalidSkull=\u00a74Vous devez tenir une t\u00eate de joueur.
weatherInvalidWorld=Le monde {0} est introuvable \!
gameModeInvalid=\u00a74Vous devez sp\u00e9cifier un joueur/mode valide.
mailTooLong=\u00a74Votre mail est trop long. Essayez de le garder en dessous de 1000 caract\u00e8res.
mailDelay=Trop de mails ont \u00e9t\u00e9 envoy\u00e9s durant la derni\u00e8re minute. Maximum \: {0}
seenAccounts=\u00a76Le joueur est aussi connu en tant que \:\u00a7c {0}
unableToSpawnItem=\u00a74Impossible de cr\u00e9er \u00a7c{0}\u00a74, ce n''est pas un objet cr\u00e9able.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -9,32 +9,27 @@ addedToOthersAccount=\u00a7a{0} hozz\u00e1dva {1}\u00a7a egyenleg\u00e9hez. \u00
adventure=kaland
alertBroke=t\u00f6r\:
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at\: {3}
alertPlaced=lehelyezett\:
alertPlaced=letett\:
alertUsed=haszn\u00e1lt\:
antiBuildBreak=\u00a74Nincs jogod, hogy ki\u00fcsd a\u00a7c {0} \u00a74blockot itt.
antiBuildCraft=\u00a74Nincs jogod, hogy lecraftold a k\u00f6vetkez\u0151t\:\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74Nincs jogod, hogy kidobd a k\u00f6vetkez\u0151t\:\u00a7c {0}\u00a74.
antiBuildBreak=\u00a74Nincs jogod, hogy ki\u00fcss egy\u00a7c {0} \u00a74blokkot itt.
antiBuildCraft=\u00a74Nincs jogod, hogy a k\u00f6vetkez\u0151t k\u00e9sz\u00edtsd\:\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74Nincs jogod, hogy eldobd a k\u00f6vetkez\u0151t\:\u00a7c {0}\u00a74.
antiBuildInteract=\u00a74Nincs jogod, hogy interakci\u00f3ba l\u00e9pj a\u00a7c {0}\u00a74-val/vel.
antiBuildPlace=\u00a74Nincs jogod, hogy lehelyezed\u00a7c {0} \u00a74ide.
antiBuildUse=\u00a74NIncs jogod, hogy haszn\u00e1ld a k\u00f6vetkez\u0151t\:\u00a7c {0}\u00a74.
autoAfkKickReason=Kickelve lett\u00e9l {0} perc AFK miatt\!
backAfterDeath=\u00a76Meghalt\u00e1l\! A \u00a74/back\u00a76 parancssal visszajuthatsz hal\u00e1lod sz\u00ednhely\u00e9re.
backUsageMsg=\u00a76Vissza az el\u0151z\u0151 helyre.
backupDisabled=\u00a74A ment\u00e9s nincs k\u00e9sz
backupFinished=\u00a76Biztons\u00e1gi ment\u00e9s k\u00e9sz.
backupStarted=\u00a76Ment\u00e9s elkezdve.
backUsageMsg=\u00a76Visszat\u00e9r\u00e9s az el\u0151z\u0151 helyre.
balance=\u00a7aEgyenleged\:\u00a7c {0}
balanceOther={0}\u00a7a egyenlege\:\u00a7c {1}
balanceTop=\u00a76Legmagasabb egyenlegek ({0})
banExempt=\u00a74\u00d5t nem bannolhatod ki.
banExempt=\u00a74Nem tilthatod ki ezt a j\u00e1t\u00e9kost.
banFormat=\u00a74Kitiltva\:\n\u00a7r{0}
bed=\u00a7o\u00e1gy\u00a7r
bedMissing=\u00a74Az \u00e1gyad nincs be\u00e1ll\u00edtva vagy eltorlaszolt\u00e1k.
bedNull=\u00a7m\u00e1gy\u00a7r
bedSet=\u00a76\u00c1gyi kezd\u00f5hely be\u00e1ll\u00edtva\!
bigTreeFailure=\u00a74\u00d3ri\u00e1s fa gener\u00e1l\u00e1s meghi\u00fasulva. Pr\u00f3b\u00e1ld f\u00fcv\u00f6n vagy f\u00f6ld\u00f6n.
bigTreeSuccess=\u00a76\u00d3ri\u00e1s fa lerakva.
blockList=\u00a76Essentials parancsok m\u00e1sik pluginban\:
blockList=\u00a76Az Essentials \u00e1tengedte a k\u00f6vetkez\u0151 parancsokat egy m\u00e1sik pluginnak\:
bookAuthorSet=\u00a76Mostant\u00f3l a k\u00f6nyv \u00edr\u00f3ja\: {0}.
bookLocked=\u00a76K\u00f6nyv lez\u00e1rva.
bookTitleSet=\u00a76A k\u00f6nyv c\u00edme mostant\u00f3l\: {0}.
@@ -50,12 +45,11 @@ cantSpawnItem=\u00a74Nincs jogod, hogy lek\u00e9rd a k\u00f6vetkez\u0151 cuccot\
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=\u00a72[K\u00e9m]\u00a7r
cleaned=J\u00e1t\u00e9kos f\u00e1jlok kitiszt\u00edtva.
cleaned=J\u00e1t\u00e9kos f\u00e1jlok t\u00f6r\u00f6lve.
cleaning=J\u00e1t\u00e9kos f\u00e1jlok tiszt\u00edt\u00e1sa.
commandFailed=Command {0} failed\:
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
commandNotLoaded=\u00a74Command {0} is improperly loaded.
compassBearing=\u00a76Bearing\: {0} ({1} degrees).
commandFailed=Parancs {0} sikertelen\:
commandNotLoaded=\u00a74Parancs {0} nincs bet\u00f6ltve.
compassBearing=\u00a76Ir\u00e1ny\: {0} ({1} fok).
configFileMoveError=Failed to move config.yml to backup location.
configFileRenameError=Failed to rename temp file to config.yml.
connectedPlayers=\u00a76Csatlakozott j\u00e1t\u00e9kosok\u00a7r
@@ -83,7 +77,6 @@ depth=\u00a76You are at sea level.
depthAboveSea=\u00a76You are\u00a7c {0} \u00a76block(s) above sea level.
depthBelowSea=\u00a76You are\u00a7c {0} \u00a76block(s) below sea level.
destinationNotSet=Destination not set\!
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
disabled=letiltva
disabledToSpawnMob=\u00a74Ennek a l\u00e9nynek a leh\u00edv\u00e1sa jelenleg le van tiltva a config f\u00e1jlban.
distance=\u00a76T\u00e1vols\u00e1g\: {0}
@@ -92,69 +85,63 @@ downloadingGeoIp=GeoIP adatb\u00e1zis let\u00f6lt\u00e9se folyamatban... eltarth
duplicatedUserdata=Duplik\u00e1lt felhaszn\u00e1l\u00f3i adatok\: {0} \u00e9s {1}.
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left
editBookContents=\u00a76Mostant\u00f3l tudod szerkeszteni ezt a k\u00f6nyvet.
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to {1}.
enabled=bekapcsolva
enchantmentApplied=\u00a76A k\u00f6vetkez\u0151 enchant\:\u00a7c {0} \u00a76sikeresen r\u00e1 lett rakva a kezedbe l\u00e9v\u0151 dologra.
enchantmentNotFound=\u00a74Enchantment not found\!
enchantmentNotFound=\u00a74Enchant nem tal\u00e1lhat\u00f3\!
enchantmentPerm=\u00a74Nincs jogod a k\u00f6vetkez\u0151 enchanthoz\:\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76A k\u00f6vetkez\u0151 enchant\:\u00a7c {0} \u00a76sikeresen le lett v\u00e9ve a kezedbe l\u00e9v\u0151 dologr\u00f3l.
enchantments=\u00a76Enchantok\:\u00a7r {0}
errorCallingCommand=Error calling command /{0}
errorCallingCommand=Hiba a parancs h\u00edv\u00e1s\u00e1ban /{0}
errorWithMessage=\u00a7cHiba\:\u00a74 {0}
essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat
essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials \u00fajrat\u00f6ltve\u00a7c {0}
essentialsReload=\u00a76Essentials \u00fajrat\u00f6ltve\u00a7c {0}.
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp.
extinguish=\u00a76You extinguished yourself.
extinguishOthers=\u00a76You extinguished {0}\u00a76.
failedToCloseConfig=Failed to close config {0}.
failedToCreateConfig=Failed to create config {0}.
failedToWriteConfig=Failed to write config {0}.
extinguishOthers=\u00a76Eloltottad {0}\u00a76-t.
failedToCloseConfig=Nem siker\u00fclt bez\u00e1rni a config f\u00e1jlt {0}.
failedToCreateConfig=Nem siker\u00fclt a config f\u00e1ljt l\u00e1trehozni {0}.
failedToWriteConfig=Nem siker\u00fclt a config f\u00e1jlba \u00edrni {0}.
false=\u00a74hamis\u00a7r
feed=\u00a76Meglett\u00e9l etetve.
feed=\u00a76Meg lett\u00e9l etetve.
feedOther=\u00a76Megetetted {0}\u00a76-t.
fileRenameError=Renaming file {0} failed\!
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76To use multiple colors/effects, seperate values with commas\: \u00a7cred,blue,pink\n\u00a76Shapes\:\u00a7c star, ball, large, creeper, burst \u00a76Effects\:\u00a7c trail, twinkle.
flyMode=\u00a76Rep\u00fcl\u00e9s\u00a7c {0} \u00a76{1}\u00a76-nak/nek.
fileRenameError=A(z) {0} f\u00e1jlt nem siker\u00fclt \u00e1tnevezni\!
fireworkColor=\u00a74Nem val\u00f3s param\u00e9rtert adt\u00e1l meg a t\u00f6ltetnek, el\u0151sz\u00f6r a sz\u00edn kell.
fireworkEffectsCleared=\u00a76Az \u00f6sszes effekt elt\u00e1vol\u00edtva.
fireworkSyntax=\u00a76T\u00fczij\u00e1t\u00e9k param\u00e9terek\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76Ahhoz, hogy t\u00f6bb adatot adj meg, vessz\u0151vel kell elv\u00e1lasztanod. pl\: \u00a7cred,blue,pink\n\u00a76Alakzatok\:\u00a7c star, ball, large, creeper, burst \u00a76Effektek\:\u00a7c trail, twinkle.
flyMode=\u00a76Rep\u00fcl\u0151 m\u00f3d\u00a7c {0} \u00a76{1} \u00a76j\u00e1t\u00e9kosnak.
flying=rep\u00fcl
foreverAlone=\u00a74Nincs senki akinek v\u00e1laszolhatn\u00e1l.
foreverAlone=\u00a74Nincs senki, akinek v\u00e1laszolhatn\u00e1l.
fullStack=\u00a74M\u00e1r teljes a stack.
gameMode={1} \u00a76\u00faj j\u00e1t\u00e9km\u00f3dja\: \u00a7e{0}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunk, \u00a7c{3}\u00a76 entit\u00e1s, \u00a7c{4}\u00a76 blokkok.
gcfree=\u00a76Szabad mem\u00f3ria\:\u00a7c {0} MB.
gcmax=\u00a76Maximum mem\u00f3ria\:\u00a7c {0} MB.
gctotal=\u00a76Enged\u00e9lyezett mem\u00f3ria\:\u00a7c {0} MB.
geoIpUrlEmpty=GeoIP download url is empty.
geoIpUrlInvalid=GeoIP download url is invalid.
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
giveSpawn=\u00a76Lek\u00e9rt\u00e9l\u00a7c {0} \u00a76db\u00a7c {1}\u00a76-t \u00a7c{2}\u00a76-nak/nek.
godDisabledFor=\u00a74letiltva\u00a7c {0}\u00a76-nak
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
gctotal=\u00a76Lefoglalt mem\u00f3ria\:\u00a7c {0} MB.
geoIpUrlEmpty=GeoIP let\u00f6lt\u00e9si URL hi\u00e1nyzik.
geoIpUrlInvalid=GeoIP let\u00f6lt\u00e9si URL \u00e9rv\u00e9nytelen.
geoipJoinFormat=\u00a7c{0} \u00a76\u00a7c{1}\u00a76-b\u00f3l/b\u0151l csatlakozott.
giveSpawn=\u00a7c{0} \u00a76darab\u00a7c {1} adva\u00a7c {2}\u00a76 j\u00e1t\u00e9kosnak.
godDisabledFor=\u00a7cletiltva\u00a76\u00a7c {0}\u00a76-nak/nek
godEnabledFor=\u00a74enged\u00e9lyezve\u00a7c {0}\u00a76-nak/nek
godMode=\u00a76Isten m\u00f3d\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Ebb\u0151l a csapatb\u0151l senki sincs fent.
groupNumber=\u00a7c{0}\u00a7f online, for the full list\:\u00a7c /{1} {2}
hatArmor=\u00a74Nem veheted fel ezt az itemet\!
groupDoesNotExist=\u00a74Ebb\u0151l a csapatb\u00f3l senki sincs fent.
groupNumber=\u00a7c{0}\u00a7f van fent, teljes lista\:\u00a7c /{1} {2}
hatArmor=\u00a74Ezt nem veheted fel kalapk\u00e9nt\!
hatEmpty=\u00a74Nem viselsz kalapot.
hatFail=\u00a74Nincs semmi a kezedben amit felvehetn\u00e9l.
hatPlaced=\u00a76\u00c9lvezd az \u00faj kalapod\!
hatRemoved=\u00a76Kalapod t\u00f6r\u00f6lve.
haveBeenReleased=\u00a76You have been released.
hatRemoved=\u00a76Kalapod elt\u00e1vol\u00edtva.
haveBeenReleased=\u00a76Ki engedtek a b\u00f6rt\u00f6nb\u0151l.
heal=\u00a76\u00c9leted felt\u00f6ltve.
healDead=\u00a74Nem t\u00f6lthed fel olyannak az \u00e9let\u00e9t aki halott\!
healOther=\u00a7c {0}\u00a76 \u00e9lete felt\u00f6ltve.
helpConsole=To view help from the console, type ?.
helpFrom=\u00a76Commands from {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
healOther=\u00a7c{0}\u00a76 \u00e9lete felt\u00f6ltve.
helpOp=\u00a74[Seg\u00edts\u00e9g]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugin seg\u00edts\u00e9g\: /help {1}
holdBook=\u00a74You are not holding a writable book.
holdFirework=\u00a74You must be holding a firework to add effects.
holdPotion=\u00a74You must be holding a potion to apply effects to it.
holeInFloor=\u00a74Hole in floor\!
holdBook=\u00a74Nincs a kezedben \u00edrhat\u00f3 k\u00f6nyv.
holdFirework=\u00a74A kezedben kell tartanod a t\u00fczij\u00e1t\u00e9kot, hogy hozz\u00e1add az effekteket.
holdPotion=\u00a74Egy b\u00e1jitalt kell a kezedben tartanod, hogy effekteket adhass hozz\u00e1.
holeInFloor=\u00a74Lyuk a padl\u00f3ban\!
homeSet=\u00a76Otthon be\u00e1ll\u00edtva.
homes=\u00a76Otthonok\:\u00a7r {0}
hour=\u00f3ra
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Oldal \u00a7c{0}\u00a76/\u00a
infoUnknownChapter=\u00a74Ismeretlen fejezet.
insufficientFunds=\u00a74Insufficient funds available.
invalidCharge=\u00a74Invalid charge.
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a76Ez az opci\u00f3\: \u00a74{0} \u00a76nem \u00e9rv\u00e9nyes \u00a74{1}\u00a76-ra/re.
invalidHome=\u00a74Home\u00a7c {0} \u00a74doesn''t exist\!
invalidHomeName=\u00a74Invalid home name\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Hat\u00e1rozatlan mob t\u00edpus
invalidNumber=Invalid Number.
invalidPotion=\u00a74Invalid Potion.
invalidPotionMeta=\u00a74Invalid potion meta\: \u00a7c{0}\u00a74.
@@ -195,20 +182,20 @@ jailAlreadyIncarcerated=\u00a74Person is already in jail\:\u00a7c {0}
jailMessage=\u00a74You do the crime, you do the time.
jailNotExist=\u00a74Nincs ilyen b\u00f6rt\u00f6n.
jailReleased=\u00a7c{0}\u00a76 kiengedve a b\u00f6rt\u00f6nb\u00f5l.
jailReleasedPlayerNotify=\u00a76Ki engedtek a b\u00f6rt\u00f6nb\u0151l\!
jailReleasedPlayerNotify=\u00a76Kiengedtek a b\u00f6rt\u00f6nb\u0151l\!
jailSentenceExtended=\u00a76B\u00f6rt\u00f6n ideje mostant\u00f3l\: {0}
jailSet=\u00a7c {0} \u00a76 b\u00f6rt\u00f6n be\u00e1ll\u00edtva.
jailSet=\u00a7c{0} \u00a76 b\u00f6rt\u00f6n be\u00e1ll\u00edtva.
jumpError=\u00a74That would hurt your computer''s brain.
kickDefault=Ki lett\u00e9l kickelve.
kickExempt=\u00a74\u00d5t nem kickelheted.
kickedAll=\u00a74\u00d6sszes j\u00e1t\u00e9kos kickelve a szerverr\u00f5l.
kill=\u00a7c{0}\u00a76 meg\u00f6lve.
killExempt=\u00a74You can not kill {0}
killExempt=\u00a74Nem \u00f6lheted meg \u00a7c{0}\u00a74-t.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74That kit is improperly defined. Contact an administrator.
kitError=\u00a74There are no valid kits.
kitGiveTo=\u00a7cA(z) {0}\u00a76 csomag lek\u00e9r\u00e9se {1}\u00a76-nak/nek.
kitInvFull=\u00a74Az eszk\u00f6zt\u00e1rad televan \u00edgy a f\u00f6ldre kapod meg a csomagot.
kitGiveTo=\u00a76A(z)\u00a7c {0}\u00a76 csomag lek\u00e9rve \u00a7c{1}\u00a76-nak/nek.
kitInvFull=\u00a74Az eszk\u00f6zt\u00e1rad televan, \u00edgy a f\u00f6ldre kapod meg a csomagot.
kitNotFound=\u00a74Nincs ilyen csomag.
kitOnce=\u00a74You can''t use that kit again.
kitReceive=\u00a76Megkaptad a(z)\u00a7c {0}\u00a76 csomagot.
@@ -230,13 +217,13 @@ mailSent=\u00a76Lev\u00e9l elk\u00fcldve\!
markMailAsRead=\u00a76Hogy megjel\u00f6ld olvasottk\u00e9nt \u00edrd be a\u00a7c /mail clear \u00a76parancsot.
markedAsAway=\u00a76You are now marked as away.
markedAsNotAway=\u00a76You are no longer marked as away.
matchingIPAddress=\u00a76The following players previously logged in from that IP address\:
matchingIPAddress=\u00a76Az al\u00e1bbi j\u00e1t\u00e9kosok csatlakoztak utolj\u00e1ra err\u0151l az IP c\u00edmr\u0151l\:
maxHomes=\u00a74You cannot set more than\u00a7c {0} \u00a74homes.
mayNotJail=\u00a74\u00d5t nem rakhatod b\u00f6rt\u00f6nbe\!
me=\u00e9n
minute=perc
minutes=perc
missingItems=\u00a74Nincs {0} db {1}-od.
missingItems=\u00a74Nincs \u00a7c{0} db {1}\u00a74-od.
mobSpawnError=\u00a74Error while changing mob spawner.
mobSpawnLimit=Mob quantity limited to server limit.
mobSpawnTarget=\u00a74Target block must be a mob spawner.
@@ -247,8 +234,8 @@ month=h\u00f3nap
months=h\u00f3nap
moreThanZero=\u00a74Quantities must be greater than 0.
moveSpeed=\u00a76Sebess\u00e9g tipus\: {0}, Sebess\u00e9g\:\u00a7c {1}\u00a76-re/ra {2}\u00a76-nak/nek.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74You cannot apply more than one charge to this firework.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Nem alkalmazhatsz t\u00f6bb t\u00f6ltetet enn\u00e9l a t\u00fczij\u00e1t\u00e9kn\u00e1l.
multiplePotionEffects=\u00a74You cannot apply more than one effect to this potion.
muteExempt=\u00a74Nem n\u00e9m\u00edthatod \u00f5t.
muteNotify=\u00a7c{0} \u00a76len\u00e9m\u00edtotta \u00a7c{1}\u00a76-t.
@@ -262,22 +249,21 @@ nickDisplayName=\u00a74You have to enable change-displayname in Essentials confi
nickInUse=\u00a74Ez a n\u00e9v m\u00e1r haszn\u00e1ltban van.
nickNamesAlpha=\u00a74Nicknames must be alphanumeric.
nickNoMore=\u00a76Nincs t\u00f6bb\u00e9 nicked.
nickSet=\u00a76A nicked mostant\u00f3l\: \u00a7c{0}
nickSet=\u00a76A nicked mostant\u00f3l\: \u00a7c{0}.
nickTooLong=\u00a76Ez a Nickn\u00e9v t\u00fal hossz\u00fa.
noAccessCommand=\u00a74Nincs jogod ehhez\!.
noAccessPermission=\u00a74You do not have permission to access that {0}.
noAccessPermission=\u00a74Nincs jogod a k\u00f6vetkez\u0151h\u00f6z\: \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74You are not allowed to destroy bedrock.
noDestroyPermission=\u00a74You do not have permission to destroy that {0}.
noDestroyPermission=\u00a74Nincs jogod, hogy ki\u00fcsd ezt\: \u00a7c{0}\u00a74.
noDurability=\u00a74This item does not have a durability.
noGodWorldWarning=\u00a74Vigy\u00e1zat\! Az Isten m\u00f3d ebben a vil\u00e1gba le van tiltva\!
noHelpFound=\u00a74No matching commands.
noHomeSetPlayer=\u00a76Player has not set a home.
noIgnored=\u00a76Nem hagysz figyelmen k\u00edv\u00fcl senkit.
noKitPermission=\u00a74You need the \u00a7c{0}\u00a74 permission to use that kit.
noKits=\u00a76There are no kits available yet.
noMail=\u00a76Nincs leveled.
noMatchingPlayers=\u00a76No matching players found.
noMetaFirework=\u00a74You do not have permission to apply firework meta.
noMetaFirework=\u00a74Nincs jogod, hogy alkalmazd ezt a t\u00fczij\u00e1t\u00e9k adatot.
noMetaPerm=\u00a74You do not have permission to apply \u00a7c{0}\u00a74 meta to this item.
noNewMail=\u00a76Nincs \u00faj leveled.
noPendingRequest=\u00a74You do not have a pending request.
@@ -300,8 +286,8 @@ now=most
nuke=\u00a75May death rain upon them.
numberRequired=A number goes there, silly.
onlyDayNight=/time only supports day/night.
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397\:3).
onlyPlayers=\u00a74Only in-game players can use {0}.
onlyPlayerSkulls=\u00a74Csak j\u00e1t\u00e9kos fejnek tudod be\u00e1ll\u00edtani a tulajdonos\u00e1t (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Csak j\u00e1t\u00e9kon bel\u00fcl haszn\u00e1lhat\u00f3 a \u00a7c{0}\u00a74 parancs.
onlySunStorm=\u00a74/weather only supports sun/storm.
orderBalances=\u00a76Egyenlegek \u00f6sszegy\u00fcjt\u00e9se\u00a7c {0} \u00a76j\u00e1t\u00e9kost\u00f3l, k\u00e9rlek v\u00e1rj...
oversizedTempban=\u00a74You may not ban a player for this period of time.
@@ -321,55 +307,55 @@ pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Folyamatban l\u00e9v\u0151 teleport\u00e1l\u00e1s megszak\u00edtva.
playerBanIpAddress=\u00a76r\u00a7c{0} \u00a76kitiltotta a k\u00f6vetkez\u0151 IP c\u00edmet\:\u00a7c {1}\u00a76.
playerBanned=\u00a7c{0}\u00a76 kibannolta {1}-t. Indok\:\u00a76 {2}.
playerInJail=\u00a74M\u00e1r bent van a \u00a7c {0}\u00a76 nev\u00fb b\u00f6rt\u00f6nbe.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a7c{0} \u00a76kitiltotta\u00a7c {1}\u00a76-t Indok\: \u00a7c{2}\u00a76.
playerInJail=\u00a74M\u00e1r bent van a(z)\u00a7c {0}\u00a74 b\u00f6rt\u00f6nbe.
playerJailed=\u00a76\u00a7c{0} \u00a76beb\u00f6tr\u00f6n\u00f6zve.
playerJailedFor=\u00a76\u00a7c{0} \u00a76beb\u00f6rt\u00f6n\u00f6zve {1}-re/ra.
playerKicked=\u00a7c{0} \u00a76 kickelte {1}-t. Indok\: {2}.
playerMuted=\u00a76Ellett\u00e9l n\u00e9m\u00edtva\!
playerMutedFor=\u00a76Le lett\u00e9l n\u00e9m\u00edtva\u00a7c {0}-ra/re.
playerNeverOnServer=\u00a7c {0} \u00a74 m\u00e9g sose j\u00e1rt a szerveren.
playerNeverOnServer=\u00a7c{0} \u00a74 m\u00e9g sose j\u00e1rt a szerveren.
playerNotFound=\u00a74Nincs ilyen nev\u00fb j\u00e1t\u00e9kos.
playerUnbanIpAddress=\u00a76\u00a7c{0} \u00a76feloldotta a k\u00f6vetkez\u00f5 IP c\u00edmet\: {1}.
playerUnbanned=\u00a76\u00a7c{0} \u00a76feloldotta {1}\u00a76-t.
playerUnmuted=\u00a76Fel lett oldva a n\u00e9m\u00edt\u00e1sod.
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Head angle)
posX=\u00a76X\: {0} (+East <-> -West)
posY=\u00a76Y\: {0} (+Up <-> -Down)
posYaw=\u00a76Yaw\: {0} (Rotation)
posZ=\u00a76Z\: {0} (+South <-> -North)
possibleWorlds=\u00a76Possible worlds are the numbers 0 through {0}.
potions=\u00a76Potions\:\u00a7r {0}\u00a76.
posPitch=\u00a76Sz\u00f6g\: {0} (Fej sz\u00f6ge)
posX=\u00a76X\: {0} (+Kelet <-> -Nyugat)
posY=\u00a76Y\: {0} (+Fel <-> -Le)
posYaw=\u00a76Fordul\u00e1s\: {0} (Forg\u00e1s)
posZ=\u00a76Z\: {0} (+D\u00e9l <-> -\u00c9szak)
possibleWorlds=\u00a76Lehets\u00e9ges vil\u00e1gok a sz\u00e1ma \u00a7c0\u00a76 kereszt\u00fcl \u00a76\u00a7c{0}.
potions=\u00a76Var\u00e1zsitalok\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Nem csatolhatsz parancsot a leveg\u00f5h\u00f6z.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
powerToolAlreadySet=\u00a74A(z)\u00a7c {0}\u00a74 parancs m\u00e1r bevan \u00e1ll\u00edtva \u00a7c{1}\u00a74-hoz/hez.
powerToolAttach=\u00a7c{0}\u00a76 berakva PowerToolnak a(z) {1}-ra/re.
powerToolClearAll=\u00a76\u00d6sszes PowerTool parancsd ki\u00fcr\u00edtve.
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from {1}.
powerToolRemoveAll=\u00a76\u00d6sszes parancs elt\u00e1vol\u00edtva {0}-r\u00f3l/r\u0151l.
powerToolsDisabled=\u00a76All of your power tools have been disabled.
powerToolsEnabled=\u00a76All of your power tools have been enabled.
questionFormat=\u00a72[K\u00e9rdez]\u00a7r {0}
powerToolClearAll=\u00a76\u00d6sszes PowerTool parancs ki\u00fcr\u00edtve.
powerToolList=\u00a76\u00a7c{1}\u00a76-n a k\u00f6vetkez\u0151 parancsok vannak\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74\u00a7c{0}\u00a74-hoz egy parancs sincs csatolva.
powerToolNoSuchCommandAssigned=\u00a74A(z)\u00a7c {0}\u00a74 parancs nincs be\u00e1ll\u00edtva \u00a7c{1}\u00a74-hoz/hez.
powerToolRemove=\u00a74A(z)\u00a7c {0}\u00a74 parancs lelett szedve \u00a7c{1}\u00a74-r\u00f3l/r\u0151l.
powerToolRemoveAll=\u00a76\u00d6sszes parancs elt\u00e1vol\u00edtva \u00a7c{0}\u00a76-r\u00f3l/r\u0151l.
powerToolsDisabled=\u00a76Az \u00f6sszes power tool-os eszk\u00f6z\u00f6d letiltva.
powerToolsEnabled=\u00a76Az \u00f6sszes power tool-os eszk\u00f6z\u00f6d enged\u00e9lyezve.
questionFormat=\u00a72[K\u00e9rd\u00e9s]\u00a7r {0}
readNextPage=\u00a76\u00cdrd be a\u00a7c /{0} {1} \u00a76 parancsot a k\u00f6vetkez\u00f5 oldal elolvas\u00e1s\u00e1hoz.
recipe=\u00a76\u00a7c{0}\u00a76 receptje ({1} az {2}-b\u00f3l/b\u0151l)
recipe=\u00a76\u00a7c{0}\u00a76 receptje (\u00a7c{1}\u00a76 az \u00a7c{2}\u00a76-b\u00f3l/b\u0151l)
recipeBadIndex=Nincs recept ennyihez.
recipeFurnace=\u00a76\u00c9gess \u00a7c{0}\u00a76-t
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <number> to see other recipes for \u00a7c{2}\u00a76.
recipeFurnace=\u00a76\u00c9gess\: \u00a7c{0}\u00a76-t.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76\u00cdrd be a /{0} \u00a7c{1}\u00a76 <sz\u00e1m> parancsot, hogy t\u00f6bb receptet l\u00e1thass \u00a7c{2}\u00a76-hoz.
recipeNone={0}-nak/nek nincs receptje.
recipeNothing=semmi
recipeShapeless=\u00a76Combine \u00a7c{0}
recipeWhere=\u00a76Where\: {0}
removed=\u00a76Removed\u00a7c {0} \u00a76entities.
repair=\u00a76Sikeresen megjav\u00edtottad a k\u00f6vetkez\u00f5 cuccaidat\: \u00a7c{0}.
recipeShapeless=\u00a76Egyes\u00edts \u00a7c{0}
recipeWhere=\u00a76Hol\: {0}
removed=\u00a76Elt\u00e1vol\u00edtva\u00a7c {0} \u00a76entit\u00e1s.
repair=\u00a76Sikeresen megjav\u00edtottad a az al\u00e1bbi dolgaidat\: \u00a7c{0}.
repairAlreadyFixed=\u00a74Ezt a t\u00e1rgyat m\u00e9g nem kell jav\u00edtanod.
repairEnchanted=\u00a74Nincs jogod, hogy enchantolt t\u00e1rgyakat jav\u00edts.
repairInvalidType=\u00a74This item cannot be repaired.
repairInvalidType=\u00a74Ez a t\u00e1rgy nem jav\u00edthat\u00f3.
repairNone=\u00a74Nincs olyan eszk\u00f6z\u00f6d/felszerel\u00e9sed amit jav\u00edtani k\u00e9ne.
requestAccepted=\u00a76Teleport\u00e1l\u00e1si k\u00e9relem elfogadva.
requestAcceptedFrom=\u00a7c{0} \u00a76elfogadta a k\u00e9relmed.
@@ -379,18 +365,18 @@ requestSent=\u00a76K\u00e9r\u00e9s elk\u00fcldve\u00a7c {0}\u00a76-nak/nek.
requestTimedOut=\u00a74Teleport k\u00e9relem kifutott az id\u00f5b\u00f5l.
requiredBukkit=\u00a76* \! * You need atleast build {0} of CraftBukkit, download it from http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Egyenleg vissza \u00e1ll\u00edtva \u00a7a{0}-ra/re \u00a76minden fentl\u00e9v\u0151 j\u00e1t\u00e9kosnak.
resetBalAll=\u00a76Balance has been reset to \u00a7a{0} \u00a76for all players.
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: {1}\!
resetBalAll=\u00a76Egyenleg vissza\u00e1ll\u00edtva \u00a7a{0}\u00a76-ra/re az \u00f6sszes j\u00e1t\u00e9kosnak.
returnPlayerToJailError=\u00a74Hiba t\u00f6rt\u00e9nt amikor\u00a7c {0} \u00a74visszapr\u00f3b\u00e1lt t\u00e9rni a(z) \u00a7c{1}\u00a74 b\u00f6rt\u00f6nbe\!
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
second=m\u00e1sodperc
seconds=m\u00e1sodperc
seenOffline=\u00a76\u00a7c {0} \u00a76\u00a74offline\u00a76 {1} \u00f3ta.
seenOnline=\u00a76\u00a7c {0} \u00a76\u00a74online\u00a76 {1} \u00f3ta.
serverFull=A szer\u00f3 tele van n\u00e9zz vissza k\u00e9s\u00f5bb vagy vegy\u00e9l rangot\!
seenOffline=\u00a76A \u00a7c{0} \u00a76nev\u0171 j\u00e1t\u00e9kos \u00a74nem el\u00e9rhet\u0151 \u00a76ennyi ideje\: \u00a7c{1}\u00a76.
seenOnline=\u00a76A \u00a7c{0} \u00a76nev\u0171 j\u00e1t\u00e9kos \u00a74el\u00e9rhet\u0151 \u00a76ennyi ideje\: \u00a7c{1}\u00a76.
serverFull=A szerver tele van\!
serverTotal=\u00a76Szerver \u00f6sszesen\:\u00a7c {0}
setBal=\u00a7aEgyenleged be\u00e1ll\u00edtva {0}-ra.
setBalOthers=\u00a7aBe\u00e1ll\u00edtottad {0}\u00a7a egyenleg\u00e9t {1}-ra.
setSpawner=\u00a76Spawner \u00faj tipusa\:\u00a7c {0}
setSpawner=\u00a76Spawner \u00faj tipusa\:\u00a7c {0}.
sheepMalformedColor=\u00a74Malformed color.
shoutFormat=\u00a76[Ki\u00e1lt]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74You are not allowed to create sign here.
similarWarpExist=\u00a74A warp with a similar name already exists.
slimeMalformedSize=\u00a74Malformed size.
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy \u00a7c{0}\u00a76-nak/nek\: \u00a7c{1}
soloMob=\u00a74That mob likes to be alone.
spawnSet=\u00a76Kezd\u00f5pont be\u00e1ll\u00edtva a \u00a7c {0}\u00a76 csoportnak.
spawnSet=\u00a76Kezd\u00f5pont be\u00e1ll\u00edtva a \u00a7c{0}\u00a76 csoportnak.
spawned=spawnolva
sudoExempt=\u00a74Nem k\u00e9nyszer\u00edtheted \u00f5t.
sudoRun=\u00a7c{0}\u00a76 k\u00e9nyszer\u00edt\u00e9se a\u00a7r /{1} {2} \u00a76parancsra
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Viszl\u00e1t sz\u00e9p vil\u00e1g...
suicideSuccess=\u00a76{0} \u00a76feladta az \u00e9let\u00e9t.
survival=t\u00fal\u00e9l\u00f5
@@ -420,12 +406,13 @@ teleportRequest=\u00a7c{0}\u00a76 hozz\u00e1d szeretne teleport\u00e1lni.
teleportRequestTimeoutInfo=\u00a76\u00a7c{0} m\u00e1sodperced\u00a76 van, hogy ezt elfogadd.
teleportTop=\u00a76Teleport\u00e1l\u00e1s a legmagasabb pontra.
teleportationCommencing=\u00a76Teleport\u00e1l\u00e1s megkezd\u00e9se...
teleportationDisabled=\u00a76Teleport\u00e1l\u00e1s letiltva.
teleportationDisabledFor=\u00a76Teleport\u00e1l\u00e1s letiltva {0}-nak/nek.
teleportationEnabled=\u00a76Teleport\u00e1l\u00e1s enged\u00e9lyezve.
teleportationEnabledFor=\u00a76Teleport\u00e1l\u00e1s enged\u00e9lyezve {0}-nak/nek.
teleportationDisabled=\u00a76Teleport\u00e1l\u00e1s \u00a7cletiltva\u00a76.
teleportationDisabledFor=\u00a76Teleport\u00e1l\u00e1s \u00a7cletiltva \u00a7c{0} \u00a76sz\u00e1m\u00e1ra\u00a76.
teleportationEnabled=\u00a76Teleport\u00e1l\u00e1s \u00a7cenged\u00e9lyezve\u00a76.
teleportationEnabledFor=\u00a76Teleport\u00e1l\u00e1s \u00a7cenged\u00e9lyezve \u00a7c{0} \u00a76sz\u00e1m\u00e1ra\u00a76.
teleporting=\u00a76Teleport\u00e1l\u00e1s...
tempBanned=Kiz\u00e1rtak a szerverr\u00f5l {0}ra/re.
teleportToPlayer=\u00a76Teleport\u00e1l\u00e1s \u00a7c{0}\u00a76-hoz/hez.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Nem tempbannolhatod ezt a szem\u00e9lyt.
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tps=\u00a76Jelenlegi TPS \= {0}
tradeSignEmpty=\u00a74A t\u00e1bla nem tud neked adni \u00e1rut.
tradeSignEmptyOwner=\u00a74A t\u00e1bl\u00e1b\u00f3l m\u00e9g nem v\u00e1s\u00e1rolt senki.
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
treeSpawned=\u00a76Fa spawnolva.
true=\u00a7aigaz\u00a7r
typeTpaccept=\u00a76Hogy elfogadd \u00edrd be \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Hogy elutas\u00edtsd \u00edrd be \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
unknownItemId=\u00a74Ismeretlen t\u00e1rgy ID\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Unknown item {0} in {1} list.
unknownItemName=\u00a74Ismeretlen t\u00e1rgy n\u00e9v\: {0}.
unlimitedItemPermission=\u00a74No permission for unlimited item {0}.
unlimitedItems=\u00a76V\u00e9gtelen t\u00e1rgyak\:\u00a7r
unmutedPlayer=\u00a7c {0}\u00a76-r\u00f3l fellett oldva a n\u00e9m\u00edt\u00e1s.
unvanishedReload=\u00a74A reload k\u00f6vetkezt\u00e9ben mindenki l\u00e1tni fog.
upgradingFilesError=Error while upgrading the files.
@@ -480,7 +463,7 @@ warpSet=\u00a76Warp\u00a7c {0} \u00a76be\u00e1ll\u00edtva.
warpUsePermission=\u00a74Nincs jogod oda Warpolni.
warpingTo=\u00a76Warpol\u00e1s a(z)\u00a7c {0}\u00a76 helyre.
warps=\u00a76Teleportok\:\u00a7r {0}
warpsCount=\u00a76Van\u00a7c {0} \u00a76warp. Ez az {1}. oldal a {2} oldalb\u00f3l.
warpsCount=\u00a76Van\u00a7c {0} \u00a76warp. Ez az \u00a7c{1}.\u00a76 oldal a \u00a7c{2}\u00a76-b\u00f3l/b\u0151l.
weatherStorm=\u00a76Be\u00e1ll\u00edtottad az id\u00f5t \u00a7ces\u00f5sre\u00a76 a(z)\u00a7c {0}\u00a76 vil\u00e1gban.
weatherStormFor=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
weatherSun=\u00a76Be\u00e1ll\u00edtottad az id\u00f5t \u00a7cnaposra\u00a76 a(z)\u00a7c {0}\u00a76 vil\u00e1gban.
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74Nem tempbannolhatsz Offline j\u00e1t\u00e9kost.
mayNotJailOffline=\u00a74Nem b\u00f6rt\u00f6n\u00f6zhetsz be Offline j\u00e1t\u00e9kost.
muteExemptOffline=\u00a74Nem n\u00e9m\u00edthatsz le Offline j\u00e1t\u00e9kost.
ignoreExempt=\u00a74Nem hagyhatod figyelmen k\u00edv\u0171l ezt a j\u00e1t\u00e9kost.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74Ahova teleport\u00e1lni szeretn\u00e9l nem biztons\u00e1gos \u00e9s a bisztons\u00e1gos teleport kikapcsolva.
noMetaJson=JSON Metadata nem t\u00e1mogatott a Bukkit ezen verzi\u00f3j\u00e1ban.
maxMoney=\u00a74Ez a tranzakci\u00f3 meghaladja a be\u00e1ll\u00edtott maxim\u00e1lis tranzakci\u00f3 hat\u00e1r\u00e9rt\u00e9k\u00e9t.
skullChanged=\u00a76Fej megv\u00e1ltoztatva \u00a7c{0}\u00a76 fej\u00e9re.
alphaNames=\u00a74A j\u00e1t\u00e9kosok nevei csak bet\u0171ket, sz\u00e1mokat \u00e9s al\u00e1h\u00faz\u00e1st tartalmazhat.
givenSkull=\u00a76Megkaptad \u00a7c{0}\u00a76 fej\u00e9t.
noPermissionSkull=\u00a74Nincs jogod megv\u00e1ltoztatni ezt a fejet.
teleportInvalidLocation=A koordin\u00e1t\u00e1k \u00e9rt\u00e9ke nem lehet t\u00f6bb 30000000-n\u00e9l
invalidSkull=\u00a74K\u00e9rlek j\u00e1t\u00e9kos fejet tarts a kezedben.
weatherInvalidWorld=A vil\u00e1g {0} nem tal\u00e1lhat\u00f3\!
gameModeInvalid=\u00a74Meg kell adnod egy \u00e9rv\u00e9nyes j\u00e1t\u00e9kost/m\u00f3dot.
mailTooLong=\u00a74Az \u00fczeneted t\u00fal hossz\u00fa. Pr\u00f3b\u00e1ld 1000 karakter alatt.
mailDelay=T\u00fal sok lev\u00e9l lett elk\u00fcldve az utols\u00f3 percben. Maximum\: {0}
seenAccounts=\u00a76J\u00e1t\u00e9kos ismerhet\u0151\u00a7c {0} \u00a76n\u00e9ven is
unableToSpawnItem=\u00a74Nem lehetett lespawnolni \u00a7c{0}\u00a74-t, mert ez nem spawnolhat\u00f3 t\u00e1rgy.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,20 +20,15 @@ antiBuildUse=\u00a74\u00a74Non hai il permesso di utilizzare un\u00a7c {0}\u00a7
autoAfkKickReason=Sei stato kickato per inattivita'' oltre i {0} minuti.
backAfterDeath=\u00a77Digita il comando /back per tornare al punto dove sei morto.
backUsageMsg=\u00a77Ritorna alla posizione precedente.
backupDisabled=\u00a74Non e'' stato ancora configurato uno script di backup esterno.
backupFinished=Backup terminato
backupStarted=Backup iniziato
balance=\u00a7aSoldi\:\u00a7c {0}
balanceOther=\u00a7aSoldi\: {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Topbilanci ({0})
banExempt=\u00a7cNon puoi bannare questo player.
banFormat=\u00a74Bannati\:\n\u00a7r{0}
balanceTop=\u00a76Migliori bilanci ({0})
banExempt=\u00a7cNon puoi esiliare questo player.
banFormat=\u00a74Esiliati\:\n\u00a7r{0}
bed=\u00a7oletto\u00a7r
bedMissing=\u00a74Il tuo letto non e'' stato settato, manca o e'' bloccato.
bedNull=\u00a7mletto\u00a7r
bedSet=\u00a76Spawn letto stabilito\!
bigTreeFailure=\u00a74Creazione del grande albero fallita. Riprova sull''erba o sulla terra.
bigTreeSuccess=\u00a76Grande albero generato.
blockList=Essentials ha trasmesso i seguenti comandi ad un altro plugin\:
bookAuthorSet=\u00a76Autore del libro impostato a {0}.
bookLocked=\u00a76Questo libro e'' ora bloccato.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spia]
cleaned=File utente puliti.
cleaning=Pulizia dei file utente in corso.
commandFailed=Comando {0} fallito\:
commandHelpFailedForPlugin=Errore nella guida di\: {0}
commandNotLoaded=\u00a74Il comando {0} non e'' stato caricato correttamente.
compassBearing=\u00a76Bussola\: {0} ({1} gradi).
configFileMoveError=Impossibile spostare config.yml nel backup.
@@ -83,7 +77,6 @@ depth=\u00a77Sei al livello del mare.
depthAboveSea=\u00a76Sei\u00a7c {0} \u00a76blocchi sul livello del mare.
depthBelowSea=\u00a76Sei\u00a7c {0} \u00a76blocchi sotto il livello del mare.
destinationNotSet=Destinazione non impostata\!
disableUnlimited=\u00a76Piazzamento illimitato di\u00a7c {0} \u00a76disabilitato per {1}.
disabled=disabilitato
disabledToSpawnMob=\u00a74La creazione di questo mob e'' stata disabilitata nel file configurazione.
distance=\u00a76Distanza\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=Download del database GeoIP... potrebbe richiedere del tempo (n
duplicatedUserdata=Dati dell''utente duplicati\: {0} e {1}
durability=\u00a76Questo attrezzo ha \u00a7c{0}\u00a76 utilizzi rimasti
editBookContents=\u00a7eOra puoi modificare i contenuti di questo libro.
enableUnlimited=\u00a76Invio di una quantita'' illimitata di\u00a7c {0} \u00a76a {1}.
enabled=abilitato
enchantmentApplied=\u00a76L''incantesimo\u00a7c {0} \u00a76e'' stato applicato all''oggetto che hai in mano.
enchantmentNotFound=\u00a74Incantesimo non trovato\!
@@ -101,9 +93,9 @@ enchantmentRemoved=\u00a76L''incantesimo\u00a7c {0} \u00a76e'' stato rimosso dal
enchantments=\u00a76Incantesimi\:\u00a7r {0}
errorCallingCommand=Errore nell''esecuzione del comando /{0}
errorWithMessage=\u00a7cErrore\:\u00a74 {0}
essentialsHelp1=Il file e'' corrotto ed Essentials non lo puo'' aprire. Essentials e tuttora disabilitato. Se non riesci a riparare il file, vai su http\://tiny.cc/EssentialsChat
essentialsHelp1=Il file e'' corrotto ed Essentials non lo puo'' aprire. Essentials e'' attualmente disabilitato. Se non riesci a riparare il file, vai su http\://tiny.cc/EssentialsChat
essentialsHelp2=Il file e'' corrotto ed Essentials non lo puo'' aprire. Essentials e tuttora disabilitato. Se non riesci a riparare il file, scrivi /essentialshelp in-game o vai su http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials Ricaricato\u00a7c {0}
essentialsReload=\u00a76Essentials ricaricato\u00a7c {0}.
exp=\u00a7c{0} \u00a76ha\u00a7c {1} \u00a76esperienza (livello\u00a7c {2}\u00a76) e necessita di altri\u00a7c {3} \u00a76punti esperienza per salire di livello.
expSet=\u00a7c{0} \u00a76ha ora\u00a7c {1} \u00a76esperienza.
extinguish=\u00a76Hai spento le fiamme.
@@ -113,7 +105,7 @@ failedToCreateConfig=Fallita creazione del file di configurazione {0}.
failedToWriteConfig=Fallita scrittura del file di configurazione {0}.
false=\u00a74falso\u00a7r
feed=\u00a76Ora sei sazio.
feedOther=\u00a76Hai saziato l''appetito di {0}\u00a76.
feedOther=\u00a76Hai saziato l''appetito di \u00a7c{0}\u00a76.
fileRenameError=Rinomina del file {0} fallita\!
fireworkColor=\u00a74I parametri di carica fuochi d''artificio inseriti non sono validi, devi prima impostare i colori.
fireworkEffectsCleared=\u00a76Rimossi tutti gli effetti dalla pila attualmente mantenuta.
@@ -122,7 +114,7 @@ flyMode=\u00a76Modalita'' volo impostata\u00a7c {0} \u00a76per {1}\u00a76.
flying=volando
foreverAlone=\u00a74Non c''e'' nessuno a cui rispondere.
fullStack=\u00a74Hai gia'' una pila intera.
gameMode=\u00a76Modalita'' di gioco impostata\u00a7c {0} \u00a76per {1}\u00a76.
gameMode=\u00a76Modalit\u00e0 di gioco impostata a\u00a7c {0} \u00a76per \u00a7c{1}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunk, \u00a7c{3}\u00a76 entita'', \u00a7c{4}\u00a76 piastrelle.
gcfree=\u00a76Memoria libera\:\u00a7c {0} MB.
gcmax=\u00a76Memoria massima\:\u00a7c {0} MB.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=L''url per il download del GeoIP e'' vuoto.
geoIpUrlInvalid=L''url per il download del GeoIP non e'' valido.
geoipJoinFormat=\u00a76Il giocatore \u00a7c{0} \u00a76viene da \u00a7c{1}\u00a76.
giveSpawn=\u00a76Sto dando\u00a7c {0} \u00a7c {1} a\u00a7c {2}\u00a76.
godDisabledFor=\u00a74disabilitato\u00a76 per\u00a7c {0}
godDisabledFor=\u00a7cDisabilitato\u00a76 perr\u00a7c {0}
godEnabledFor=\u00a7aabilitato\u00a76 per\u00a7c {0}
godMode=\u00a76Modalita'' Dio\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Non c''e'' nessuno online in questo gruppo\!
@@ -145,18 +137,13 @@ haveBeenReleased=\u00a77Sei stato scarcerato.
heal=\u00a77Sei stato curato.
healDead=\u00a74Non pu\u00f2 guarire qualcuno che \u00e8 morto\!
healOther=\u00a77{0} e'' stato curato.
helpConsole=Digitare ? per la guida.
helpFrom=\u00a77Comandi da {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Corrispondenza comandi "{0}"\:
helpOp=\u00a7c[HelpOp]\u00a7f \u00a77{0}\:\u00a7f {1}
helpPlugin=\u00a74{0}\u00a7r\: Aiuto Plugin\: /help {1}
helpOp=\u00a7c[Aiuto]\u00a7f \u00a77{0}\:\u00a7f {1}
holdBook=\u00a74Non stai mantenendo un libro scrivibile.
holdFirework=\u00a74Devi mantenere un fuoco d''artificio per aggiungerne degli effetti.
holdPotion=\u00a74Devi mantenere un pozione per applicare effetti ad essa.
holeInFloor=Buco nel terreno
homeSet=\u00a77Home impostata.
homes=Homes\: {0}
homeSet=\u00a77Casa impostata.
homes=Case\: {0}
hour=ora
hours=ore
ignoredList=\u00a76Ignorato/i\:\u00a7r {0}
@@ -167,16 +154,16 @@ infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Pagina \u00a7c{1}\u00a
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Pagina \u00a74{0}\u00a76/\u00a74{1} \u00a7e----
infoUnknownChapter=\u00a74Capitolo sconosciuto.
insufficientFunds=\u00a74Fondi disponibili insufficienti.
invalidCharge=\u00a7cIIstruzione non corretta.
invalidFireworkFormat=\u00a76L''opzione \u00a74{0} \u00a76non \u00e8 un valore valido per \u00a74{1}\u00a76.
invalidHome=La home {0} non esiste
invalidCharge=\u00a7cCosto non corretto.
invalidFireworkFormat=\u00a74L''opzione \u00a7c{0} \u00a74non \u00e8 un valore valido per \u00a7c{1}\u00a74.
invalidHome=La casa {0} non esiste\!
invalidHomeName=\u00a74Nome casa invalido\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Tipo mob non valido.
invalidNumber=Numero non valido.
invalidPotion=\u00a74Pozione non valida.
invalidPotionMeta=\u00a74Dato meta della pozione non valido\: \u00a7c{0}\u00a74.
invalidSignLine=\u00a74Riga\u00a7c {0} \u00a74del cartello non valida.
invalidWarpName=\u00a74Nome warp non valido\!
invalidWarpName=\u00a74Nome portale non valido\!
invalidWorld=\u00a74Mondo incorretto.
is=e''
itemCannotBeSold=\u00a74Quell''oggetto non puo'' essere venduto al server.
@@ -203,11 +190,11 @@ kickDefault=Espulso dal server.
kickExempt=\u00a74Non puoi espulgere questo giocatore.
kickedAll=\u00a74Espulsi tutti i giocatori dal server.
kill=\u00a76Hai ucciso\u00a7c {0}\u00a76.
killExempt=\u00a74Non puoi ammazzare {0}
killExempt=\u00a74Non puoi uccidere \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Quel kit non \u00e8 definito correttamente. Contatta un amministratore.
kitError=\u00a7cNon ci sono kit validi.
kitGiveTo=\u00a76Sto dando kit\u00a7c {0}\u00a76 a {1}\u00a7.
kitGiveTo=\u00a76Kit\u00a7c {0}\u00a76 dato a \u00a7c{1}\u00a76.
kitInvFull=\u00a74Il tuo inventario e'' pieno, il kit verra'' piazzato a terra.
kitNotFound=\u00a74Kit inesistente.
kitOnce=\u00a74Non puoi pi\u00f9 usare quel kit.
@@ -224,53 +211,52 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[NASCOSTO]\u00a7r
loadWarpError=Impossibile caricare il warp {0}
localFormat=[L]<{0}> {1}
mailClear=\u00a7cPer cancellare la tua mail, digita /mail clear
mailClear=\u00a76Per cancellare le mail lette, digita\u00a7c /mail clear\u00a76.
mailCleared=\u00a77Mail cancellata\!
mailSent=\u00a77Mail inviata\!
markMailAsRead=\u00a7cPer contrassegnare la mail come gia'' letta, digita /mail read
markMailAsRead=\u00a76Per marcare il tuo messaggio come letto, digita\u00a7c /mail clear\u00a76.
markedAsAway=\u00a77Il tuo stato ora e'' "Non al computer".
markedAsNotAway=\u00a77Bentornato\!
matchingIPAddress=\u00a76I seguenti giocatori sono entrati con quell''indirizzo IP\:
maxHomes=Non puoi assegnare piu'' di {0} home.
maxHomes=Non puoi assegnare piu'' di {0} case.
mayNotJail=\u00a7cNon puoi imprigionare questo player.
me=mi
me=io
minute=minuto
minutes=minuti
missingItems=Non hai {0}x {1}.
missingItems=\u00a74Non hai \u00a7c{0}x {1}\u00a74.
mobSpawnError=Errore durante il cambiamento del generatore di mob.
mobSpawnLimit=Quantita'' Mob limitata dal server
mobSpawnTarget=Il blocco designato deve essere un generatore di mob.
mobsAvailable=\u00a76Mobs\:\u00a7r {0}
mobSpawnLimit=Quantit\u00e0 Mob limitata dal server.
mobSpawnTarget=Il blocco designato deve essere un generatore di mostri.
mobsAvailable=\u00a76Mostri\:\u00a7r {0}
moneyRecievedFrom=\u00a7a{0} sono stati ricevuti da {1}
moneySentTo=\u00a7a{0} sono stati inviati a {1}
month=mese
months=mesi
moreThanZero=La quantita'' deve essere maggiore di 0.
moveSpeed=\u00a76Impostata {0} velocit\u00e0 a\u00a7c {1} \u00a76per {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Non puoi applicare pi\u00f9 di una carica a questo fuoco d''artificio.
multiplePotionEffects=\u00a74Non puoi applicare pi\u00f9 di un effetto a questa pozione.
moreThanZero=La quantit\u00e0 deve essere maggiore di 0.
moveSpeed=\u00a76Impostata {0} velocit\u00e0 a\u00a7c {1} \u00a76per \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Non puoi applicare pi\u00f9 di una carica in questo fuoco d''artificio.
multiplePotionEffects=\u00a74Non puoi applicare pi\u00f9 di un effetto in questa pozione.
muteExempt=\u00a7cNon puoi mutare questo player.
muteNotify=\u00a7c{0} \u00a76ha silenziato \u00a7c{1}\u00a76.
muteNotify=\u00a7c{0} \u00a76ha mutato \u00a7c{1}\u00a76.
mutedPlayer=\u00a76Il giocatore\u00a7c {0} \u00a76e'' stato mutato.
mutedPlayerFor=\u00a76Il giocatore\u00a7c {0} \u00a76e'' stato mutato per\u00a7c {1}\u00a76.
mutedUserSpeaks={0} ha provato a parlare, ma e'' mutato.
nearbyPlayers=Players nelle vicinanze\: {0}
nearbyPlayers=Giocatori nelle vicinanze\: {0}
negativeBalanceError=\u00a74L''utente non ha il permesso di avere un bilancio negativo.
nickChanged=\u00a76Nickname modificato.
nickDisplayName=\u00a74Devi abilitare change-displayname nel file di configurazione di Essentials.
nickInUse=\u00a74Quel nickname e'' gia'' in uso.
nickNamesAlpha=\u00a74I Nicknames devono essere alfanumerici.
nickNoMore=\u00a76Non disponi piu'' di un nickname.
nickSet=\u00a76Il tuo nickname e'' ora \u00a7c{0}
nickTooLong=\u00a74Quel nickname \u00e8 troppo lungo.
nickSet=\u00a76Il tuo nome \u00e8 ora \u00a7c{0}\u00a76.
nickTooLong=\u00a74Quel soprannome \u00e8 troppo lungo.
noAccessCommand=\u00a74Non hai accesso a quel comando.
noAccessPermission=\u00a74Non hai il permesso di accedere a quel {0}.
noAccessPermission=\u00a74Non hai il permesso per accedere a questo \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74Non hai il permesso di distruggere la pietra madre.
noDestroyPermission=\u00a74Non hai il permesso di distruggere quel {0}.
noDestroyPermission=\u00a74Non hai il permesso di distruggere questo \u00a7c{0}\u00a74.
noDurability=\u00a74Questo oggetto non ha durabilit\u00e0.
noGodWorldWarning=\u00a74Attenzione\! Modalita'' Dio disabilitata in questo mondo.
noHelpFound=\u00a74Nessun comando corrispondente trovato.
noHomeSetPlayer=\u00a76Il player non ha stabilito una casa.
noIgnored=\u00a76Non stai ignorando nessuno.
noKitPermission=\u00a74Hai bisogno del permesso \u00a7c{0}\u00a74 per utilizzare quel kit.
@@ -278,13 +264,13 @@ noKits=\u00a76Non e'' ancora disponibile alcun kit.
noMail=\u00a76Non hai ricevuto nessuna mail.
noMatchingPlayers=\u00a76Nessun giocatore corrispondente trovato.
noMetaFirework=\u00a74Non hai il permesso di applicare dati meta ad un fuoco d''artificio.
noMetaPerm=\u00a74Non hai il permesso di applicare \u00a7c{0}\u00a74 meta a questo oggetto.
noMetaPerm=\u00a74Non hai il permesso di applicare \u00a7c{0}\u00a74 meta in questo oggetto.
noNewMail=\u00a76Non hai ricevuto nuove mail.
noPendingRequest=\u00a74Non hai richieste in sospeso.
noPerm=\u00a74Non hai il permesso \u00a7c{0}\u00a74.
noPermToSpawnMob=\u00a74Non hai il permesso di generare questo mob.
noPlacePermission=\u00a74Non hai il permesso di piazzare un blocco accanto a questo cartello.
noPotionEffectPerm=\u00a74Non hai il permesso l''effetto di pozione \u00a7c{0} \u00a74a questo pozione.
noPotionEffectPerm=\u00a74Non hai il permesso di applicare questo effetto di pozione \u00a7c{0} \u00a74a questa pozione.
noPowerTools=\u00a76Non hai nessun power tool assegnato.
noWarpsDefined=\u00a76Nessun warp definito.
none=nessun
@@ -300,11 +286,11 @@ now=adesso
nuke=\u00a75Che la morte piova su di te.
numberRequired=Che ne dici di metterci un numero?
onlyDayNight=/time supporta solo day/night.
onlyPlayerSkulls=\u00a74Puoi solo impostare il proprietario dei teschi di giocatore (397\:3).
onlyPlayers=\u00a74Solo i giocatori in-game possono usare {0}.
onlyPlayerSkulls=\u00a74Puoi solo impostare il propetario della testa (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Solo in gioco i giocatori possono usare \u00a7c{0}\u00a74.
onlySunStorm=/weather supporta solo sun/storm.
orderBalances=\u00a76Ordinamento bilanci di\u00a7c {0} \u00a76utenti, attendere prego...
oversizedTempban=\u00a74Non potrai bannare giocatori in questo arco di tempo.
oversizedTempban=\u00a74Non potrai esiliare giocatori in questo arco di tempo.
pTimeCurrent=\u00a76L''orario di \u00a7c{0}\u00a76 e''\u00a7c {1}\u00a76.
pTimeCurrentFixed=L''orario di \u00a7e{0}\u00a7f e'' fissato alle {1}.
pTimeNormal=L''orario di \u00a7e{0}\u00a7f e'' normale e corrisponde a quello del server.
@@ -321,18 +307,18 @@ pWeatherPlayers=\u00a76Quei giocatori hanno il loro meteo\:\u00a7r
pWeatherReset=\u00a76Il meteo del giocatore \u00e8 stato reimpostato per\: \u00a7c{0}
pWeatherSet=\u00a76Il meteo del giocatore \u00e8 impostato a \u00a7c{0}\u00a76 per\: \u00a7c{1}.
pendingTeleportCancelled=\u00a7cRichiesta in sospeso di teletrasporto cancellata.
playerBanIpAddress=\u00a76Il giocatore\u00a7c {0} \u00a76ha bannato l''indirizzo IP {1}\u00a76.
playerBanned=\u00a76Il giocatore\u00a7c {0} \u00a76ha bannato\u00a7c {1} \u00a76per {2}.
playerInJail=\u00a7cIl Player e'' gia'' nella prigione ({0}).
playerJailed=\u00a77Il Player {0} e'' stato messo in prigione.
playerJailedFor=\u00a77Il Player {0} e'' in prigione. motivo\: {1}.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Giocatore\u00a7c {0} \u00a76esiliato\u00a7c {1} \u00a76per \u00a7c{2}\u00a76.
playerInJail=\u00a74Il giocatore \u00e8 gi\u00e0 nella prigione\u00a7c {0}\u00a74.
playerJailed=\u00a77Il giocatore {0} e'' stato messo in prigione.
playerJailedFor=\u00a77Il giocatore {0} e'' in prigione. motivo\: {1}.
playerKicked=\u00a7cIl Player {0} e'' stato kickato {1} motivo\: {2}
playerMuted=\u00a77Sei stato mutato
playerMutedFor=\u00a77Sei stato mutato per {0}
playerNeverOnServer=\u00a7cIl Player {0} non e'' mai stato su questo server.
playerNotFound=\u00a7cPlayer non trovato.
playerUnbanIpAddress=\u00a76Il giocatore\u00a7c {0} \u00a76ha sbannato l'' IP\: {1}.
playerUnbanned=\u00a76Il giocatore\u00a7c {0} \u00a76e'' stato sbannato\u00a7c {1}.
playerUnbanIpAddress=\u00a76Il giocatore\u00a7c {0} \u00a76ha fatto ritornare l'' IP\: {1}.
playerUnbanned=\u00a76Il giocatore\u00a7c {0} \u00a76pu\u00f2 tornare in gioco\u00a7c {1}.
playerUnmuted=\u00a77Sei stato smutato
pong=Pong\!
posPitch=\u00a76Inclinazione\: {0} (Angolo testa)
@@ -340,33 +326,33 @@ posX=\u00a76X\: {0} (+Est <-> -Ovest)
posY=\u00a76Y\: {0} (+Sopra <-> -Sotto)
posYaw=\u00a76Straorzata\: {0} (Rotazione)
posZ=\u00a76Z\: {0} (+Sud <-> -Nord)
possibleWorlds=\u00a77I mondi sono numerati da 0 a {0}.
possibleWorlds=\u00a76Possibile lettere e numeri \u00a7c0\u00a76 tra \u00a7c{0}\u00a76.
potions=\u00a76Pozioni\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Il comando non puo'' essere collegato all''aria.
powerToolAlreadySet=\u00a74Il comando \u00a7c{0}\u00a74e'' gia'' assegnato a {1}.
powerToolAlreadySet=\u00a74Il comando \u00a7c{0}\u00a74 \u00e8 stato gi\u00e0 assegnato a \u00a7c{1}\u00a74.
powerToolAttach=\u00a76Il comando \u00a7c{0}\u00a76 e'' stato assegnato a {1}.
powerToolClearAll=\u00a76Tutti i comandi per i power tools sono stati cancellati.
powerToolList=\u00a76L''oggetto \u00a7c{1} \u00a76ha i seguenti comandi\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74L''oggetto \u00a7c{0} \u00a74non ha comandi assegnati.
powerToolNoSuchCommandAssigned=\u00a74Il comando \u00a7c{0}\u00a74 non e'' stato assegnato a {1}.
powerToolRemove=\u00a76Il comando \u00a7c{0}\u00a76 e'' stato rimosso da {1}.
powerToolRemoveAll=\u00a76Tutti i comandi sono stati rimossi da {0}.
powerToolNoSuchCommandAssigned=\u00a74Il comando \u00a7c{0}\u00a74 non \u00e8 stato assegnato a \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Comando \u00a7c{0}\u00a76 rimosso da \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Tutti i comandi sono stati rimossi da \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76Tutti i tuoi power tool sono stati disabilitati.
powerToolsEnabled=\u00a76Tutti i tuoi power tool sono stati abilitati.
questionFormat=\u00a72[Domanda]\u00a7r {0}
readNextPage=\u00a76Scrivi\u00a7c /{0} {1} \u00a76per la pagina successiva.
recipe=\u00a76Ricetta per \u00a7c{0}\u00a76 ({1} of {2})
recipe=\u00a76Ricetta per \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 di \u00a7c{2}\u00a76)
recipeBadIndex=Non c''e'' nessuna ricetta con quel numero.
recipeFurnace=\u00a76Cucina \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76\u00e8 \u00a7c{1}
recipeFurnace=\u00a76Cucinato\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76\u00e8 \u00a7c{1}
recipeMore=\u00a76Scrivi /{0} \u00a7c{1}\u00a76 <numero> per vedere altre ricette per \u00a7c{2}\u00a76.
recipeNone=Nessuna ricetta esistente per {0}
recipeNothing=niente
recipeShapeless=\u00a76Combina \u00a7c{0}
recipeWhere=\u00a76Dove\: {0}
removed=\u00a76Rimosse\u00a7c {0} \u00a76entita''.
repair=\u00a76Hai riparato con successo il tuo\: \u00a7c{0}.
repair=\u00a76Hai riparato il tuo\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a74Questo oggetto non richiede riparazioni.
repairEnchanted=\u00a74Non hai il permesso di riparare oggetti incantati.
repairInvalidType=\u00a74Questo oggetto non puo'' essere riparato.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0} \u00a76Ha rifiutato la tua richiesta di teletraspor
requestSent=\u00a76Richiesta inviata a\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Richiesta di telestrasporto scaduta.
requiredBukkit=\u00a76* \! * E'' necessaria come minimo la versione {0} di CraftBukkit, scaricala da http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Bilancio reimpostato a \u00a7a{0} \u00a76a tutti i giocatori online.
resetBalAll=\u00a76Bilancio reimpostato a \u00a7a{0} \u00a76a tutti i giocatori.
returnPlayerToJailError=\u00a74Riscontrato errore durante invio del giocatore in prigione\u00a7c {0} \u00a74in prigione\: {1}\!
resetBal=\u00a76Il bilancio \u00e8 stato resettato a \u00a7c{0} \u00a76per tutti i giocatori in gioco.
resetBalAll=\u00a76Il bilancio \u00e8 stato resettato a \u00a7c{0} \u00a76per tutti i giocatori.
returnPlayerToJailError=\u00a74Riscontrato errore durante il rinvio del giocatore\u00a7c {0} \u00a74nella prigione\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Ricerca in corso di giocatori corrispondenti a ''\u00a7c{0}\u00a76'' (potrebbe richiedere un po'' di tempo)
second=secondo
seconds=secondi
seenOffline=\u00a76Il giocatore\u00a7c {0} \u00a76e'' \u00a74offline\u00a76 dal {1}.
seenOnline=\u00a76Il giocatore\u00a7c {0} \u00a76e'' \u00a7aonline\u00a76 dal {1}.
seenOffline=\u00a76Il giocatore\u00a7c {0} \u00a76non \u00e8 in \u00a74gioco\u00a76 da \u00a7c{1}\u00a76.
seenOnline=\u00a76Il giocatore\u00a7c {0} \u00a76\u00e8 in \u00a7agioco\u00a76 da \u00a7c{1}\u00a76.
serverFull=Il server e'' pieno\!
serverTotal=\u00a76Totale Server\:\u00a7c {0}
setBal=\u00a7aI tuoi soldi sono stati impostati a {0}.
setBalOthers=\u00a7aHai impostato i soldi di {0}\u00a7 a {1}.
setSpawner=\u00a76Tipo generatore modificato\u00a7c {0}
setSpawner=\u00a76Cambiato il tipo di generatore di mostri a\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Colore non valido.
shoutFormat=\u00a76[Grido]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Non hai il permesso per creare segnaposti qui.
similarWarpExist=Il nome del warp e'' stato gia'' utilizzato.
slimeMalformedSize=Dimensione non valida.
socialSpy=\u00a76SpiaSociale per {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy per \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=Quel mob sembra essere solo
spawnSet=\u00a77Punto di rigenerazione creato per il gruppo {0}.
spawned=creato
sudoExempt=Impossibile applicare il sudo a questo utente
sudoRun=Sto obbligando {0} ad eseguire\: /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a77Addio mondo crudele...
suicideSuccess=\u00a77{0} si e'' suicidato..
survival=sopravvivenza
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7c{0} sono stati prelevati dal tuo conto.
takenFromOthersAccount=\u00a7c{0} taken from {1}\u00a7c account. New balance\: {2}
teleportAAll=\u00a77Richiesta di teletrasporto inviata a tutti i players...
teleportAll=\u00a77Sto teletrasportando tutti i players...
teleportAtoB=\u00a77{0}\u00a77 ti ha teletrasportato a {1}\u00a77.
teleportAtoB=\u00a7c{0}\u00a76 ti ha teletrasportato a \u00a7c{1}\u00a76.
teleportDisabled={0} ha il teletrasporto disabilitato.
teleportHereRequest=\u00a7c{0}\u00a7c ha richiesto di teletrasportati da loro.
teleportNewPlayerError=Teletrasporto del nuovo player fallito
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a7c ha richiesto di teletrasportati da te.
teleportRequestTimeoutInfo=\u00a77Questa richiesta scadra'' tra {0} secondi.
teleportTop=\u00a77Teletrasporto in cima.
teleportationCommencing=\u00a77Inizio teletrasporto...
teleportationDisabled=\u00a77Teletrasporto disabilitato.
teleportationDisabledFor=\u00a76Teletrasporto disabilitato per {0}.
teleportationEnabled=\u00a77Teletrasporto abilitato.
teleportationEnabledFor=\u00a76Teleportation enabled for {0}
teleportationDisabled=\u00a76Teletrasporto \u00a7cdisabilitato\u00a76.
teleportationDisabledFor=\u00a76Teletrasporto \u00a7cdisabilitato \u00a76per \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teletrasporto \u00a7cabilitato\u00a76.
teleportationEnabledFor=\u00a76Teletrasporto \u00a7cabilitato\u00a76 \u00a76per \u00a7c{0}\u00a76.
teleporting=\u00a77Teletrasporto in corso...
tempBanned=Bannato temporaneamente dal server per {0}
tempbanExempt=\u00a77Non puoi bannare questo player
teleportToPlayer=\u00a76Teletrasportato a \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a77Non puoi esiliare questo player.
thunder=Abilita i filmini dal cielo\: {0}
thunderDuration=Abilita i filmini dal cielo\: {0} per {1} secondi.
timeBeforeHeal=Tempo rimanente alla prossima cura\: {0}
timeBeforeTeleport=\u00a74Tempo rimanente prima del prossimo teletrasporto\:\u00a7c {0}\u00a76.
timeFormat=\u00a7c{0}\u00a76 o \u00a7c{1}\u00a76 o \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76 o \u00a7c{1}\u00a76 o \u00a7c{2}\u00a76
timeSetPermission=\u00a74Non sei autorizzato a regolare l''orario.
timeWorldCurrent=\u00a76L''orario attuale in\u00a7c {0} \u00a76e'' \u00a7c{1}\u00a76.
timeWorldSet=\u00a76L''orario e'' stato regolato alle\u00a7c {0} \u00a76in\: \u00a7c{1}\u00a76.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aVenduti tutti i blocchi per un valore totale di \u00a7c
tps=\u00a76TPS Attuali \= {0}
tradeSignEmpty=\u00a74Il cartello di baratto non dispone di merci da scambiare.
tradeSignEmptyOwner=\u00a74Non c''e'' niente da raccogliere da questo cartello.
treeFailure=\u00a74Creazione dell''albero fallita. Riprova sull''erba o sulla terra.
treeSpawned=\u00a76Albero generato.
true=\u00a7avero\u00a7r
typeTpaccept=\u00a76Per accettare il teletrasporto,digita \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Per rifiutare il teletrasporto, digita \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76Non stai piu'' ignorando il giocatore\u00a7c {0} \u00a76.
unknownItemId=\u00a74ID Oggetto sconosciuto\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Oggetto sconosciuto {0} nella lista {1}.
unknownItemName=\u00a74Nome oggetto sconosciuto\: {0}.
unlimitedItemPermission=\u00a74Nessun permesso per l''utilizzo di {0} illimitato.
unlimitedItems=\u00a76Oggetti illimitati\:\u00a7r
unmutedPlayer=\u00a76Il giocatore\u00a7c {0} \u00a76e'' stato smutato.
unvanishedReload=\u00a74Il server e'' stato ricaricato e cio'' ti ha forzato a tornare visibile.
upgradingFilesError=Errore durante l''aggiornamento dei file
@@ -480,13 +463,13 @@ warpSet=\u00a76Warp\u00a7c {0} \u00a76definito.
warpUsePermission=\u00a74Non hai il permesso di utilizzare quel warp.
warpingTo=\u00a76Teletrasporto al warp\u00a7c {0}\u00a76.
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a77Ci sono {0} warps. Pagina {1} of {2}.
warpsCount=\u00a76Questi sono\u00a7c {0} \u00a76i portali. Mostrando la lista \u00a7c{1} \u00a76di \u00a7c{2}\u00a76.
weatherStorm=\u00a77Hai regolato il tempo in tempesta in {0}
weatherStormFor=\u00a77Hai cambiato il tempo in tempesta in {0} per {1} secondi
weatherSun=\u00a77Hai cambiato il tempo in soleggiato in {0}
weatherSunFor=\u00a77Hai cambiato il tempo in soleggiato in {0} per {1} secondi
whoisAFK=\u00a76 - AFK\:\u00a7f {0}
whoisBanned=\u00a76 - Bannati\:\u00a7f {0}
whoisBanned=\u00a76 - Esiliati\:\u00a7f {0}
whoisExp=\u00a76 - Exp\:\u00a7f {0} (Livello {1})
whoisFly=\u00a76 - Fly mode\:\u00a7f {0} ({1})
whoisGamemode=\u00a76 - Gamemode\:\u00a7f {0}
@@ -522,28 +505,36 @@ localNoOne=
totalSellableAll=\u00a7aIl valore totale di tutti gli oggetti e blocchi vendibili \u00e8 \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aIl valore totale di tutti i blocchi vendibili \u00e8 \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Il raggio \u00e8 troppo grande\! Il raggio massimo \u00e8 di {0}.
isIpBanned=\u00a76L'' IP \u00a7c{0} \u00a76\u00e8 bannato.
isIpBanned=\u00a76L'' IP \u00a7c{0} \u00a76\u00e8 esiliato.
mobDataList=\u00a76Dati mob validi\:\u00a7r {0}
vanish=\u00a76Invisibilita'' giocatore {0}\u00a76\: {1}
noLocationFound=\u00a74Nessuna posizione valida trovata.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Non puoi bannare un giocatore che e'' offline.
tempbanExemptOffline=\u00a74Non puoi dare un ban temporaneo ad un giocatore che e'' offline.
banExemptOffline=\u00a74Non puoi esiliare un giocatore che e'' offline.
tempbanExemptOffline=\u00a74Non puoi dare un esilio temporaneo ad un giocatore che e'' offline.
mayNotJailOffline=\u00a74Non puoi imprigionare un giocatore che e'' offline.
muteExemptOffline=\u00a74Non puoi silenziare un giocatore che e'' offline.
ignoreExempt=\u00a74Non puoi ignorare quel giocatore.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74La destinazione del teletrasporto non e'' sicura e la sicurezza nel teletrasporto e'' disabilitata.
noMetaJson=Metadata JSON non supportato in questa versione Bukkit.
maxMoney=\u00a74Questa transazione eccederebbe il limite massimo di soldi per questo account.
skullChanged=\u00a76Testa modificata a \u00a7c{0}\u00a76.
alphaNames=\u00a74I nomi dei giocatori possono contenere soltanto lettere, numeri e _ .
givenSkull=\u00a76Ti e'' stata data la testa di \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74Non hai il permesso di modificare quella testa.
teleportInvalidLocation=Il valore delle coordinate non puo'' eccedere 30000000
invalidSkull=\u00a74Tieni la testa di un giocatore in mano.
weatherInvalidWorld=Il mondo di nome{0} non e'' stato trovato\!
gameModeInvalid=\u00a74Devi specificare un/a giocatore/modalita'' valida.
mailTooLong=\u00a74Il messaggio \u00e8 troppo lungo. Riprova senza superare i 1000 caratteri.
mailDelay=Hai mandato troppe mail nell''ultimo minuto. Massimo\: {0}
seenAccounts=\u00a76Il giocatore \u00e8 anche conosciuto come\:\u00a7c {0}
unableToSpawnItem=\u00a74Impossibile evocare \u00a7c{0}\u00a74, questo non \u00e8 un oggetto evocabile.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -4,67 +4,61 @@
# Translations start here
# by:
action=\u00a75* {0} \u00a75{1}
addedToAccount=\u00a7a{0}\uc740/\ub294 \ub2f9\uc2e0\uc758 \uacc4\uc815\uc5d0 \ucd94\uac00\ub429\ub2c8\ub2e4.
addedToOthersAccount=\u00a7a{0} \uac00 {1}\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8\ub85c\uc6b4 \uac00\uaca9\: {2}
addedToAccount=\u00a7a{0}\uac00 \ub2f9\uc2e0\uc758 \uacc4\uc88c\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
addedToOthersAccount=\u00a7a{0}\uac00 {1}\u00a7a\ub2d8\uc758 \uacc4\uc815\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uc794\uace0\: {2}
adventure=\ubaa8\ud5d8
alertBroke=\ubd80\uc2ec\:
alertFormat=\u00a7c[\uc624\ud53c\uc5d0\uac8c \uc9c8\ubb38]\u00a7f \u00a77{0}\:\u00a7f {1}
alertBroke=\ubd80\uc11c\uc9d0\:
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at\: {3}
alertPlaced=\uc124\uce58\ub428\:
alertUsed=\uc0ac\uc6a9\ub428\:
antiBuildBreak=\uc774 {0} \ube14\ub85d\uc744 \ubd80\uc220 \uad8c\ud55c\uc744 \uac00\uc9c0\uace0 \uc788\uc9c0\uc54a\uc2b5\ub2c8\ub2e4.
antiBuildCraft={0}\uc744(\ub97c) \ub9cc\ub4e4 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
antiBuildDrop=\u00a74 \ub2f9\uc2e0\uc740 \u00a7c {0} \u00a74\ub97c \ub5a8\uc5b4\ub728\ub9ac\uae30\uc5d0\ub294 \uc790\uaca9\uc774 \ucda9\ubd84\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
antiBuildInteract=\u00a74\ub2f9\uc2e0\uc5d0\uac8c\ub294 \u00a7c{0}\uc640 \uc791\uc6a9\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
antiBuildPlace=\u00a74\ub2f9\uc2e0\uc740 \uc774\uacf3\uc5d0 \u00a7c {0} \u00a74\ub97c \ub193\uc744 \uc790\uaca9\uc774 \ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc11c\ubc84 \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694.
antiBuildUse=\u00a74\ub2f9\uc2e0\uc740 \u00a7c {0}\u00a74\uc744 \uc0ac\uc6a9\ud558\uae30\uc5d0 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \uad8c\ud55c\uc744 \uc694\uccad\ud574 \ubcf4\uc2ed\uc2dc\uc624.
antiBuildCraft=\u00a74\ub2f9\uc2e0\uc740 {0}\uc744(\ub97c) \ub9cc\ub4e4 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
antiBuildDrop=\u00a74 \ub2f9\uc2e0\uc740 \u00a7c {0} \u00a74\uc744(\ub97c) \ub5a8\uc5b4\ub728\ub9b4 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
antiBuildInteract=\u00a74\ub2f9\uc2e0\uc5d0\uac8c\ub294 \u00a7c{0}\uacfc \uc0c1\ud638 \uc791\uc6a9\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
antiBuildPlace=\u00a74\ub2f9\uc2e0\uc740 \uc774\uacf3\uc5d0 \u00a7c {0} \u00a74\uc744(\ub97c) \ub193\uc744 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
antiBuildUse=\u00a74\ub2f9\uc2e0\uc740 \u00a7c {0}\u00a74\uc744 \uc0ac\uc6a9\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
autoAfkKickReason={0}\ubd84 \uc774\uc0c1\uc758 \uc720\ud734\uc0c1\ud0dc\ub85c \uc788\uc5c8\uae30\uc5d0 \ucd94\ubc29\ub2f9\ud558\uc168\uc2b5\ub2c8\ub2e4.
backAfterDeath=\u00a77/back \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2f9\uc2e0\uc774 \uc8fd\uc740 \uc9c0\uc810\uc73c\ub85c \ub3cc\uc544\uac11\ub2c8\ub2e4
backUsageMsg=\uc804\uc5d0 \uc788\ub358 \uc7a5\uc18c\ub85c \ub418\ub3cc\uc544\uac11\ub2c8\ub2e4.
backupDisabled=\u00a74\uc678\ubd80 \ubc31\uc5c5 \uc2a4\ud06c\ub9bd\ud2b8\uac00 \uc124\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
backupFinished=\ubc31\uc5c5\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
backupStarted=\ubc31\uc5c5\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4.
balance=\u00a77\uc794\uace0\: {0}
backAfterDeath=\u00a7c/back \u00a76\uba85\ub839\uc5b4\ub85c \uc0ac\ub9dd\ud55c \uc9c0\uc810\uc73c\ub85c \ud154\ub808\ud3ec\ud2b8 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
backUsageMsg=\u00a76\uc774\uc804 \uc7a5\uc18c\ub85c \ub3cc\uc544\uac00\ub294\uc911..
balance=\u00a76\uc794\uace0\:\u00a7c {0}
balanceOther=\u00a7a{0}\uc758 \uc794\uace0\u00a7a\:\u00a7c {1}
balanceTop=\u00a76\uc794\uace0 \uc21c\uc704 ({0})
banExempt=\u00a74\ub2f9\uc2e0\uc740 \ubc34 \ud560 \uc218\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
banExempt=\u00a74\ub2f9\uc2e0\uc740 \uc774 \uc720\uc800\ub97c \ubc34 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
banFormat=\u00a74\ucc28\ub2e8\ub428\:\n\u00a7r {0}
bed=\u00a7o\uce68\ub300\u00a7r
bedMissing=\u00a74\ub2f9\uc2e0\uc758 \uce68\ub300\uac00 \ub193\uc5ec\uc9c0\uc9c0 \uc54a\uc558\uac70\ub098 \uc5c6\uc5b4\uc84c\uac70\ub098 \ub9c9\ud600\uc788\uc2b5\ub2c8\ub2e4.
bedNull=\u00a7m\uce68\ub300\u00a7r
bedSet=\u00a76\uce68\ub300\uc2a4\ud3f0\uc774 \uc124\uc815 \ub418\uc5c8\uc2b5\ub2c8\ub2e4\!
bigTreeFailure=\u00a7c\ud070 \ub098\ubb34 \uc0dd\uc131\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc794\ub514\ub098 \ud759\uc5d0\uc11c \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.
bigTreeSuccess=\u00a77\ub098\ubb34\ub97c \uc131\uacf5\uc801\uc73c\ub85c \uc0dd\uc131\ud558\uc600\uc2b5\ub2c8\ub2e4.
bedSet=\u00a76\uce68\ub300 \uc2a4\ud3f0\uc9c0\uc810\uc774 \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4\!
blockList=\u00a76\uc5d0\uc13c\uc15c\uc740 \ub2e4\uc74c \ud50c\ub7ec\uadf8\uc778\uc5d0 \uc758\ud574 \ucee4\ub9e8\ub4dc\uac00 \uad50\uccb4\ub429\ub2c8\ub2e4\:
bookAuthorSet=\u00a76\ucc45\uc758 \uc800\uc790\ub97c {0}\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.
bookAuthorSet=\u00a76\ucc45\uc758 \uc800\uc790\ub97c \u00a7c{0}\u00a76\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.
bookLocked=\u00a76\uc774 \ucc45\uc740 \uc7a0\uae34\uc0c1\ud0dc\ub85c \uc804\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
bookTitleSet=\u00a76\ucc45\uc758 \uc81c\ubaa9\uc744 {0}\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.
broadcast=[\u00a7c\uacf5\uc9c0\u00a7f]\u00a7a {0}
buildAlert=\u00a7c\ub2f9\uc2e0\uc740 \uac74\ucd95\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
bukkitFormatChanged=\ubc84\ud0b7 \ubc84\uc804\uc758 \ud615\uc2dd\uc774 \ubc14\ub00c\uc5c8\uc2b5\ub2c8\ub2e4. \ubc84\uc804\uc744 \ud655\uc778\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
burnMsg=\u00a77\ub2f9\uc2e0\uc740 {0} \ub2d8\uc5d0\uac8c {1} \ucd08 \ub9cc\ud07c \ubd88\uc744 \uc9c8\ub800\uc2b5\ub2c8\ub2e4.
bookTitleSet=\u00a76\ucc45\uc758 \uc81c\ubaa9\uc744 \u00a7c{0}\u00a76\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.
broadcast=\u00a7r\u00a76[\u00a74\uacf5\uc9c0\u00a7r\u00a76]\u00a7r\u00a7a {0}
buildAlert=\u00a74\uac74\ucd95 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
bukkitFormatChanged=Bukkit\uc758 \ubc84\uc83c \ud3ec\ub9f7\uc774 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubc84\uc83c\uc774 \ud655\uc778\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
burnMsg=\u00a76\ub2f9\uc2e0\uc740 \u00a7c{0} \u00a76\ub2d8\uc5d0\uac8c \u00a7c{1} \u00a76\ucd08 \ub9cc\ud07c \ubd88\uc744 \uc9c8\ub800\uc2b5\ub2c8\ub2e4.
canTalkAgain=\u00a77\ub2f9\uc2e0\uc740 \ub2e4\uc2dc \ub300\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
cannotStackMob=\u00a74 \ub2f9\uc2e0\uc5d0\uac8c\ub294 \ud55c \ub354\ubbf8\uc758 \ubab9\ub4e4\uc744 \uc18c\ud658\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
cannotStackMob=\u00a74 \ub2f9\uc2e0\uc5d0\uac8c\ub294 \uc5ec\ub7ec \ub9c8\ub9ac\uc758 \ubab9\ub4e4\uc744 \uc18c\ud658\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
cantFindGeoIpDB=GeoIP \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4\!
cantReadGeoIpDB=GeoIP \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc77d\uae30\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4\!
cantSpawnItem=\u00a7c\ub2f9\uc2e0\uc740 \uc544\uc774\ud15c {0}\uc744/\ub97c \uc18c\ud658\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
cantSpawnItem=\u00a7c\ub2f9\uc2e0\uc740 \uc544\uc774\ud15c {0}\uc744/\ub97c \uc18c\ud658\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[\uc2a4\ud30c\uc774]
cleaned=\uc720\uc800\ud30c\uc77c\uc744 \uccad\uc18c\ud558\uc600\uc2b5\ub2c8\ub2e4.
cleaning=\uc720\uc800\ud30c\uc77c\uc744 \uccad\uc18c\ud569\ub2c8\ub2e4.
cleaned=\uc720\uc800 \ud30c\uc77c\uc774 \uc815\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
cleaning=\uc720\uc800 \ud30c\uc77c\uc744 \uc815\ub9ac\ud569\ub2c8\ub2e4.
commandFailed=\uba85\ub839\uc5b4 {0} \uc0ac\uc6a9 \uc2e4\ud328\:
commandHelpFailedForPlugin={0} \ud50c\ub7ec\uadf8\uc778\uc758 \ub3c4\uc6c0\ub9d0\uc744 \ubd88\ub7ec\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
commandNotLoaded=\u00a7c \uba85\ub839\uc5b4 {0}\ub97c \uc798\ubabb \ubd88\ub7ec\uc654\uc2b5\ub2c8\ub2e4.
compassBearing=\u00a77\uc88c\ud45c\: {0} (\ubc29\ud5a5\: {1})
configFileMoveError=config.yml\ub97c \ubc31\uc5c5 \uc704\uce58\ub85c \uc774\ub3d9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
configFileRenameError=\uc784\uc2dc \ud30c\uc77c\uc758 \uc774\ub984\uc744 Config.yml\ub85c \ubcc0\uacbd\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
connectedPlayers=\u00a76\uc811\uc18d \uc911\uc778 \ud50c\ub808\uc774\uc5b4\u00a7r
connectionFailed=\uc5f0\uacb0\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
cooldownWithMessage=\u00a7c\ucfe8\ub2e4\uc6b4\: {0}
corruptNodeInConfig=\u00a74\uacf5\uc9c0\: \ub2f9\uc2e0\uc758 \uc124\uc815\ud30c\uc77c\uc5d0 \uc624\ub958\uac00 \uc788\uc2b5\ub2c8\ub2e4. (\ub178\ub4dc\: {0})
cooldownWithMessage=\u00a7c\uc7ac\uc0ac\uc6a9 \ub300\uae30\: {0}
corruptNodeInConfig=\u00a7c\uc624\ub958\: \u00a74config.yml \ub0b4 {0} \ub178\ub4dc\uc5d0 \uc624\ub958\uac00 \uc788\uc2b5\ub2c8\ub2e4.
couldNotFindTemplate=\ud15c\ud50c\ub9bf {0}\ub97c \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
creatingConfigFromTemplate=\ud15c\ud50c\ub9bf\uc744 \uc124\uc815\ud558\uc5ec \ub9cc\ub4ed\ub2c8\ub2e4 \: {0}
creatingEmptyConfig=\ube48 Config\ub97c \uc0dd\uc131\uc911\: {0}
creatingEmptyConfig=\ube48 \uc124\uc815 \ud30c\uc77c\uc744 \uc0dd\uc131\uc911\: {0}
creative=\ud06c\ub9ac\uc5d0\uc774\ud2f0\ube0c
currency={0}{1}
currentWorld=\u00a76\ud604\uc7ac \uc6d4\ub4dc\:\u00a7c {0}
@@ -80,19 +74,17 @@ denyBookEdit=\u00a74\ub2f9\uc2e0\uc740 \uc774 \ucc45\uc758 \uc7a0\uae08\uc744 \u
denyChangeAuthor=\u00a74\ub2f9\uc2e0\uc740 \uc774 \ucc45\uc758 \uc800\uc790\ub97c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
denyChangeTitle=\u00a74\ub2f9\uc2e0\uc740 \uc774 \ucc45\uc758 \uc81c\ubaa9\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
depth=\u00a77\ub2f9\uc2e0\uc740 \ud574\uc218\uba74\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.
depthAboveSea=\u00a77\ub2f9\uc2e0\uc740 \ud574\uc218\uba74 \uc704\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. ({0} \ube14\ub85d)
depthBelowSea=\u00a77\ub2f9\uc2e0\uc740 \ud574\uc218\uba74 \ubc11\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. ({0} \ube14\ub85d)
depthAboveSea=\u00a76\ub2f9\uc2e0\uc740 \ud574\uc218\uba74 {0} \u00a76\ube14\ub85d \uc704\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.
depthBelowSea=\u00a76\ub2f9\uc2e0\uc740 \ud574\uc218\uba74 {0} \u00a76\ube14\ub85d \uc544\ub798\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.
destinationNotSet=\ubaa9\uc801\uc9c0\uac00 \uc124\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
disableUnlimited=\u00a77{1}\ub85c {0}\uc758 \ubb34\ud55c\ubc30\uce58 \ube44\ud65c\uc131\ud654
disabled=\ube44\ud65c\uc131\ud654
disabled=\ube44\ud65c\uc131\ud654\ub428
disabledToSpawnMob=\u00a74\uc774 \ubaac\uc2a4\ud130\uc758 \uc2a4\ud3f0\uc740 \uc124\uc815 \ud30c\uc77c\uc5d0\uc11c \ud574\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
distance=\u00a76\uac70\ub9ac\: {0}
dontMoveMessage=\u00a76{0}\ucd08 \ub4a4\uc5d0 \uc774\ub3d9\ub429\ub2c8\ub2e4. \uc6c0\uc9c1\uc774\uba74 \uc774\ub3d9\uc774 \ucde8\uc18c\ub429\ub2c8\ub2e4.
downloadingGeoIp=GeoIP \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \ub2e4\uc6b4\ub85c\ub4dc\ud569\ub2c8\ub2e4. \uc57d\uac04\uc758 \uc2dc\uac04\uc774 \uac78\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. (\uad6d\uac00\: 0.6 MB, \ub3c4\uc2dc\: 20MB)
downloadingGeoIp=GeoIP \ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \ub2e4\uc6b4\ubc1b\ub294 \uc911\uc785\ub2c8\ub2e4.... \uc57d\uac04\uc758 \uc2dc\uac04\uc774 \uac78\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. (\uad6d\uac00\: 0.6 MB, \ub3c4\uc2dc\: 20MB)
duplicatedUserdata=\uc911\ubcf5\ub41c \uc720\uc800\ub370\uc774\ud130 \: {0} \uc640/\uacfc {1}
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left
editBookContents=\u00a7e\ub2f9\uc2e0\uc740 \uc774\uc81c \uc774 \ucc45\uc758 \ub0b4\uc6a9\uc744 \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
enableUnlimited=\u00a77{1}\ub2d8\uc5d0\uac8c \ubb34\uc81c\ud55c \uc544\uc774\ud15c ({0})\uc744 \uc9c0\uae09\ud558\uc600\uc2b5\ub2c8\ub2e4.
durability=\u00a76\uc774 \ub3c4\uad6c\ub294 \uc0ac\uc6a9 \uac00\ub2a5 \ud69f\uc218\uac00 s \u00a7c{0}\u00a76\ubc88 \ub0a8\uc558\uc2b5\ub2c8\ub2e4
editBookContents=\u00a7e\uc774\uc81c \uc774 \ucc45\uc758 \ub0b4\uc6a9\uc744 \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
enabled=\ud65c\uc131\ud654
enchantmentApplied=\u00a76\uc778\ucc48\ud2b8\u00a7c {0} \u00a76\uac00 \uc190\uc5d0 \ub4e4\uace0\uc788\ub294 \uc544\uc774\ud15c\uc5d0 \uc801\uc6a9\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
enchantmentNotFound=\u00a74\uc778\ucc48\ud2b8\uac00 \ubc1c\uacac\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4\!
@@ -100,62 +92,57 @@ enchantmentPerm=\u00a7c {0}\u00a74\ub97c \uc704\ud55c \uad8c\ud55c\uc774 \uc5c6\
enchantmentRemoved=\u00a76\uc778\ucc48\ud2b8\u00a7c {0} \u00a76\uac00 \uc190\uc5d0 \ub4e4\uace0\uc788\ub294 \uc544\uc774\ud15c\uc5d0\uc11c \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
enchantments=\u00a76\uc778\ucc48\ud2b8\:\u00a7r {0}
errorCallingCommand=/{0} \uba85\ub839\uc5b4 \uc0ac\uc6a9 \uc911 \uc624\ub958 \ubc1c\uc0dd.
errorWithMessage=\u00a7c\uc624\ub958\: {0}
essentialsHelp1=\ud30c\uc77c\uc774 \ub9dd\uac00\uc838\uc11c Essentials\uc5d0\uc11c \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. Essentials\uc740 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \uc2a4\uc2a4\ub85c \ud574\uacb0\ud558\uc9c0 \ubabb\ud558\uaca0\ub2e4\uba74, \ub2e4\uc74c \uc0ac\uc774\ud2b8\ub97c \ucc38\uace0\ud558\uc138\uc694. http\://tiny.cc/EssentialsChat
essentialsHelp2=\ud30c\uc77c\uc774 \ub9dd\uac00\uc838\uc11c Essentials\uc5d0\uc11c \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. Essentials\uc740 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \uc2a4\uc2a4\ub85c \ud574\uacb0\ud558\uc9c0 \ubabb\ud558\uaca0\ub2e4\uba74, /essentialshelp \uba85\ub839\uc5b4\ub098 \ub2e4\uc74c \uc0ac\uc774\ud2b8\ub97c \ucc38\uace0\ud558\uc138\uc694. http\://tiny.cc/EssentialsChat
essentialsReload=\u00a77\uc5d0\uc13c\uc15c{0}\uc774/\uac00 \ub9ac\ub85c\ub4dc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
errorWithMessage=\u00a7c\uc624\ub958\:\u00a74 {0}
essentialsHelp1=\ud30c\uc77c\uc774 \ub9dd\uac00\uc838\uc11c Essentials\uc5d0\uc11c \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. Essentials\uc740 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \ud574\uacb0\ud558\uc9c0 \uc5b4\ub824\uc6b0\uc2dc\ub2e4\uba74, \ub2e4\uc74c\uc73c\ub85c \uac00\uc138\uc694 http\://tiny.cc/EssentialsChat
essentialsHelp2=\ud30c\uc77c\uc774 \ub9dd\uac00\uc838\uc11c Essentials\uc5d0\uc11c \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. Essentials\uc740 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \uc2a4\uc2a4\ub85c \ud574\uacb0\ud558\uc9c0 \ubabb\ud558\uaca0\ub2e4\uba74, /essentialshelp \uba85\ub839\uc5b4\ub098 \ub2e4\uc74c\uc73c\ub85c \uac00\uc138\uc694. http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76\uc5d0\uc13c\uc15c\u00a7c {0}\u00a76\ub9ac\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
exp=\u00a7c{0} \u00a76\ub294\u00a7c {1} \u00a76\uacbd\ud5d8\uce58 (\ub808\ubca8\u00a7c {2}\u00a76) \uc744 \uac00\uc9c0\uace0 \uc788\uace0,\u00a7c {3} \u00a76\uc758 \uacbd\ud5d8\uce58\uac00 \uc788\uc73c\uba74 \ub808\ubca8 \uc5c5 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4..
expSet=\u00a7c{0} \u00a76\uc740 \uc774\uc81c\u00a7c {1} \u00a76\uacbd\ud5d8\uce58 \uc785\ub2c8\ub2e4.
extinguish=\u00a77\ubab8\uc5d0 \ubd99\uc740 \ubd88\uc744 \uaed0\uc2b5\ub2c8\ub2e4.
extinguishOthers=\u00a77\ub2f9\uc2e0\uc740 {0}\uc758 \ubd88\uc744 \uaed0\uc2b5\ub2c8\ub2e4.
failedToCloseConfig={0} \uc124\uc815\uc744 \ub2eb\uc9c0 \ubabb\ud558\uc600\uc2b5\ub2c8\ub2e4.
failedToCreateConfig={0} \uc124\uc815\uc744 \ub9cc\ub4e4\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
failedToWriteConfig={0} \uc124\uc815 \ud30c\uc77c\uc5d0 \uc4f0\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
false=\uac70\uc9d3
feed=\u00a76Your appetite was sated.
feedOther=\u00a76You satiated the appetite of {0}\u00a76.
false=\u00a74\uc544\ub2c8\uc694.\u00a7r
feed=\u00a76\ubc30\uace0\ud514\uc744 \ubaa8\ub450 \ucc44\uc6e0\uc2b5\ub2c8\ub2e4.
feedOther=\u00a76\ub2f9\uc2e0\uc740 \u00a7c{0} \u00a76\uc5d0\uac8c \ubc30\uace0\ud514\uc744 \ubaa8\ub450 \ucc44\uc6cc\uc92c\uc2b5\ub2c8\ub2e4.
fileRenameError={0} \ud30c\uc77c\uc758 \uc774\ub984 \ubcc0\uacbd\uc744 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
fireworkColor=\u00a74\ubd88\uaf43\ub180\uc774 \ub9e4\uac8c\uc218\uac00 \uc54c\ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ubd88\uaf43\ub180\uc774 \ub9e4\uac8c \ubcc0\uc218 \uc0bd\uc785, \uc0c9\uc0c1\uc744 \uba3c\uc800 \uc124\uc815\ud574\uc8fc\uc138\uc694.
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
fireworkSyntax=\u00a76\ubd88\uaf43\ub180\uc774 \ub9e4\uac1c\ubcc0\uc218\:\u00a7c \uc0c9\uae54\:<\uc0c9\uae54> [\ud398\uc774\ub4dc\:<\uc0c9\uae54>] [\ubaa8\uc591\:<\ubaa8\uc591>] [\ud6a8\uacfc\:<\ud6a8\uacfc>]\n\u00a76\ub2e4\uc911 \uc0c9\uae54/\ud6a8\uacfc, \uc0ac\uc6a9\ud558\uc5ec \uac12\uc744 \uc27c\ud45c\ub85c \uad6c\ubd84\ud558\uc138\uc694 \: \u00a7\uc6b0\ub294\uc0c9,\ud30c\ub780\uc0c9,\ubd84\ud64d\uc0c9\n\u00a76\ubaa8\uc591\:\u00a7c \ubcc4, \uacf5, \ub300\ud615, \ud06c\ub9ac\ud37c, \ubc84\uc2a4\ud2b8 \u00a76\ud6a8\uacfc\:\u00a7c \ud2b8\ub808\uc77c, \ubc18\uc9dd.
flyMode=\u00a76\ud50c\ub808\uc774\uc5b4 {1}\uc5d0\uac8c \ube44\ud589 \ubaa8\ub4dc\ub97c \u00a7c{0}\u00a76 \ud588\uc2b5\ub2c8\ub2e4.
flying=\ube44\ud589
foreverAlone=\u00a7c\ub2f5\uc7a5\ud560 \uc0c1\ub300\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
flyMode=\u00a76\ud50c\ub808\uc774\uc5b4 {1}\u00a76\uc758 \ube44\ud589 \ubaa8\ub4dc\ub97c \u00a7c{0}\u00a76\uc2dc\ucf30\uc2b5\ub2c8\ub2e4.
flying=\ube44\ud589\uc911
foreverAlone=\u00a74\ub2f5\uc7a5\ud560 \uc0c1\ub300\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
fullStack=\u00a74You already have a full stack.
gameMode=\u00a7c {1} \u00a76\uc5d0\uac8c {1}\u00a76 \uac8c\uc784 \ubaa8\ub4dc\ub97c \uc801\uc6a9\ud569\ub2c8\ub2e4.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities, \u00a7c{4}\u00a76 tiles.
gameMode=\u00a7c{1} \u00a76\uc5d0\uac8c \u00a7c{0} \u00a76 \ubaa8\ub4dc\ub97c \uc801\uc6a9\ud569\ub2c8\ub2e4.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76\uac1c\uc758 \uccad\ud06c, \u00a7c{3}\u00a76\uac1c\uc758 \uc5d4\ud2f0\ud2f0, \u00a7c{4}\u00a76\uac1c\uc758 \ud0c0\uc77c.
gcfree=\u00a76\ub0a8\uc740 \uba54\ubaa8\ub9ac \: \u00a7c{0}MB.
gcmax=\ucd5c\ub300 \uba54\ubaa8\ub9ac \: {0}MB
gctotal=\u00a76\uc0ac\uc6a9\uac00\ub2a5\ud55c \uba54\ubaa8\ub9ac \: \u00a7c{0}MB.
geoIpUrlEmpty=GeoIP \ub2e4\uc6b4\ub85c\ub4dc url\uc774 \ube44\uc5c8\uc2b5\ub2c8\ub2e4.
gcmax=\u00a76\ucd5c\ub300 \uba54\ubaa8\ub9ac\:\u00a7c {0} MB.
gctotal=\u00a76\uc0ac\uc6a9\uac00\ub2a5 \uba54\ubaa8\ub9ac\:\u00a7c {0} MB.
geoIpUrlEmpty=GeoIP \ub2e4\uc6b4\ub85c\ub4dc \uc8fc\uc18c\uac00 \ube44\uc5c8\uc2b5\ub2c8\ub2e4.
geoIpUrlInvalid=GeoIP \ub2e4\uc6b4\ub85c\ub4dc \uc8fc\uc18c\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
geoipJoinFormat=\ud50c\ub808\uc774\uc5b4 {0}\ub2d8\uc740 {1}(\uc73c)\ub85c\ubd80\ud130 \uc654\uc2b5\ub2c8\ub2e4.
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
godDisabledFor={0} \ub85c \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
geoipJoinFormat=\ud50c\ub808\uc774\uc5b4 {0}\ub2d8\uc740 {1}\uc5d0\uc11c \uc654\uc2b5\ub2c8\ub2e4.
giveSpawn=\u00a7c{0}\u00a76\uac1c\uc758 \u00a7c{1}\u00a76\ub97c \u00a7c{2}\u00a76\uc5d0\uac8c \uc92c\uc2b5\ub2c8\ub2e4.
godDisabledFor=\u00a7c{0} \u00a76\ub97c \u00a7c\ube44\ud65c\uc131\ud654
godEnabledFor={0} \ub85c \ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
godMode=\u00a77\ubb34\uc801 \ubaa8\ub4dc {0}.
godMode=\u00a76\ubb34\uc801 \ubaa8\ub4dc\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74\uc774 \uadf8\ub8f9\uc5d0\uc11c \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \uc0ac\ub78c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4\!
groupNumber=\u00a7c{0}\u00a7f online, for the full list\:\u00a7c /{1} {2}
groupNumber=&bNOS &a \u00a7c{0}\u00a7f online, for the full list\:\u00a7c /{1} {2}
hatArmor=\u00a74\uc774 \uc544\uc774\ud15c\uc744 \ubaa8\uc790\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4\!
hatEmpty=\u00a74\ub2f9\uc2e0\uc740 \ubaa8\uc790\ub97c \uc4f0\uace0\uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
hatFail=\u00a74\ubb54\uac00\ub97c \uc785\uae30\uc704\ud574\uc11c\ub294 \ubc18\ub4dc\uc2dc \uc190\uc5d0 \ub4e4\uace0 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4.
hatFail=\u00a74\ubc18\ub4dc\uc2dc \uba38\ub9ac\uc5d0 \uc4f0\uae30 \uc704\ud574\uc11c\ub294 \ubb34\uc5b8\uac00\ub97c \ub4e4\uace0 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4.
hatPlaced=\uc0c8\ub85c\uc6b4 \ubaa8\uc790\uac00 \ub9d8\uc5d0 \ub4e4\uc5c8\uc73c\uba74 \uc88b\uaca0\uc2b5\ub2c8\ub2e4\!
hatRemoved=\u00a76\ub2f9\uc2e0\uc758 \ubaa8\uc790\ub294 \uc81c\uac70 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
haveBeenReleased=\u00a77\ub2f9\uc2e0\uc740 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
heal=\u00a77\ub2f9\uc2e0\uc740 \uce58\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
healDead=\uc8fd\uc740 \uc0ac\ub78c\uc744 \uce58\ub8cc\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4\!
healOther=\u00a77{0}\ub2d8\uc774 \ud68c\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
helpConsole=\ucf58\uc194\uc5d0\uc11c \ub3c4\uc6c0\ub9d0\uc744 \ubcf4\ub824\uba74, ?(\uc744)\ub97c \uccd0\uc8fc\uc138\uc694.
helpFrom=\u00a76\ucee4\uba58\ub4dc\uc5d0\uc11c \uc628\ub9d0 {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
helpOp=\u00a7c[\uac74\uc758]\u00a7f \u00a77{0}\:\u00a7f {1}
helpPlugin=\u00a74{0}\u00a7r\: \ud50c\ub7ec\uadf8\uc778 \ub3c4\uc6c0\ub9d0\: /help {1}
haveBeenReleased=\u00a76\ub2f9\uc2e0\uc740 \uacf5\uac1c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
heal=\u00a76\ub2f9\uc2e0\uc740 \ud68c\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
healDead=\uc8fd\uc740 \uc0ac\ub78c\uc744 \ud68c\ubcf5\uc2dc\ud0ac \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4\!
healOther=\u00a76{0}\ub2d8\uc774 \ud68c\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
helpOp=\u00a74[\uac74\uc758]\u00a7f \u00a76{0}\\\:\u00a7r {1}
holdBook=\u00a74\uc4f8 \uc218 \uc788\ub294 \ucc45\uc744 \uac00\uc9c0\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
holdFirework=\u00a74\ud6a8\uacfc\ub97c \ucd94\uac00\ud558\uae30 \uc704\ud574\uc11c\ub294 \ud3ed\uc8fd\uc744 \ub4e4\uace0\uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4.
holdPotion=\u00a74You must be holding a potion to apply effects to it.
holeInFloor=\ubc14\ub2e5\uc5d0 \uc544\ubb34 \ube14\ub7ed\uc774 \uc5c6\uc73c\ubbc0\ub85c, \uc774\ub3d9\uc774 \ubd88\uac00\ud569\ub2c8\ub2e4.
homeSet=\u00a77\uc774\uacf3\uc744 \uc9d1\uc73c\ub85c \uc124\uc815\ud558\uc600\uc2b5\ub2c8\ub2e4.
homeSet=\u00a76\uc774\uacf3\uc744 \uc9d1\uc73c\ub85c \uc124\uc815\ud558\uc600\uc2b5\ub2c8\ub2e4.
homes=\u00a76\uc9d1\ub4e4\:\u00a7r {0}
hour=\uc2dc\uac04
hours=\uc2dc(\uc2dc\uac04)
@@ -164,17 +151,17 @@ ignorePlayer=\ub2f9\uc2e0\uc740 \uc774\uc81c {0} \ud50c\ub808\uc774\uc5b4\ub97c
illegalDate=\uc798\ubabb\ub41c \ub0a0\uc9dc \ud615\uc2dd\uc785\ub2c8\ub2e4.
infoChapter=\u00a76\ucc55\ud130 \uc120\ud0dd\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 of \u00a7c{2} \u00a7e----
infoPages=\ud398\uc774\uc9c0 \u00a7c{1} \uc7a5 \u00a7f\uc911 \u00a7c{0} \uc7a5\u00a7f\:
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 \ud398\uc774\uc9c0 \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
infoUnknownChapter=\u00a74\uc54c \uc218 \uc5c6\ub294 \ucc55\ud130.
insufficientFunds=\u00a74Insufficient funds available.
invalidCharge=\u00a74Invalid charge.
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a7c{0} \u00a74\uc635\uc158\uc740 \u00a7c{1} \u00a74\ub77c\ub294 \uac12\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
invalidHome=\u00a7c{0}\u00a74 \uc9d1\uc774 \uc874\uc7ac\ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4\!
invalidHomeName=\u00a74\uc9d1 \uc774\ub984\uc774 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74\uc798\ubabb\ub41c \ubab9 \ud0c0\uc785\uc785\ub2c8\ub2e4.
invalidNumber=\uc798\ubabb\ub41c \uc22b\uc790\uc785\ub2c8\ub2e4.
invalidPotion=\u00a74\uc798\ubabb\ub41c \ud3ec\uc158.
invalidPotionMeta=\u00a74Invalid potion meta\: \u00a7c{0}\u00a74.
invalidPotionMeta=\u00a74\uc798\ubabb\ub41c \ud3ec\uc158 \uba54\ud0c0 \ub370\uc774\ud130\: \u00a7c{0}\u00a74.
invalidSignLine=\ud45c\uc9c0\ud310\uc758 {0}\ubc88\uc9f8 \uc904\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
invalidWarpName=\u00a74\uc798\ubabb\ub41c \uc6cc\ud504 \uc774\ub984\uc785\ub2c8\ub2e4\!
invalidWorld=\u00a7c\uc798\ubabb\ub41c \uc6d4\ub4dc\uc785\ub2c8\ub2e4.
@@ -196,119 +183,118 @@ jailMessage=\u00a7c\ub2f9\uc2e0\uc740 \ubc94\uc8c4\ub97c \uc800\uc9c0\ub974\uace
jailNotExist=\u00a74\ud574\ub2f9 \uac10\uc625\uc740 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
jailReleased=\u00a76\uc720\uc800 \u00a7c{0}\u00a76\ub294 \uac10\uc625\uc5d0\uc11c \uc11d\ubc29\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
jailReleasedPlayerNotify=\u00a76\ub2f9\uc2e0\uc740 \uc11d\ubc29\ub418\uc5c8\uc2b5\ub2c8\ub2e4\!
jailSentenceExtended=\u00a76\uac10\uc625 \uc2dc\uac04\uc774 \ub2e4\uc74c\uacfc \uac19\uc774 \uc5f0\uc7a5\ub428\: {0}
jailSentenceExtended=\u00a76\uac10\uc625 \uc2dc\uac04\uc774 \ub2e4\uc74c\uacfc \uac19\uc774 \uc5f0\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\: {0}
jailSet=\u00a7c{0} \u00a76 \uac10\uc625\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
jumpError=\uc774\uac83\uc740 \ub2f9\uc2e0\uc758 \ucef4\ud4e8\ud130\ub97c \ud574\uce69\ub2c8\ub2e4.
kickDefault=\uc11c\ubc84\uc5d0\uc11c \ucd94\ubc29(kick) \uac00 \ub418\uc168\uc2b5\ub2c8\ub2e4.
jumpError=\uc774\uac83\uc740 \ub2f9\uc2e0\uc758 \ucef4\ud4e8\ud130\uc5d0 \uc624\ub958\ub97c \uc77c\uc73c\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.
kickDefault=\uc11c\ubc84\uc5d0\uc11c \ucd94\ubc29\ub418\uc168\uc2b5\ub2c8\ub2e4.
kickExempt=\u00a74\ub2f9\uc2e0\uc740 \ud0a5\uc744 \ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
kickedAll=\u00a74\ubaa8\ub4e0\uc0ac\ub78c\uc744 \ud0a5\ud588\uc2b5\ub2c8\ub2e4.
kill=\u00a77{0} \ub2d8\uc774 \uc0ac\ub9dd\ud558\uc168\uc2b5\ub2c8\ub2e4..
killExempt=\u00a74\ub2f9\uc2e0\uc740 \ud0ac\uc744 \uc4f8\uc218\uc5c6\uc2b5\ub2c8\ub2e4l {0}
kill=\u00a7c{0}\u00a76\ub2d8\uc774 \uc0ac\ub9dd\ud558\uc600\uc2b5\ub2c8\ub2e4.
killExempt=\u00a74\ub2f9\uc2e0\uc740 \u00a7c{0} \u00a74\ub97c \uc8fd\uc77c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a7c\uadf8 \ud0a4\ud2b8(\ud15c \ubcf4\uae09)\ub294, \uc874\uc7ac\ud558\uc9c0 \uc54a\uac70\ub098, \uc798 \ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
kitError=\u00a7c\uc720\ud6a8\ud55c \uacf5\uad6c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
kitGiveTo=\u00a76\uacf5\uad6c\u00a7c {0}\u00a76\ub97c {1}\uc5d0\uac8c \uc90d\ub2c8\ub2e4.
kitInvFull=\u00a7c\ub2f9\uc2e0\uc758 \uc778\ubca4\ud1a0\ub9ac\uac00 \uaf49\ucc28\uc11c, \uacf5\uad6c\ub97c \ubc14\ub2e5\uc5d0 \ubc30\uce58\ud588\uc2b5\ub2c8\ub2e4.
kitNotFound=\u00a74\uacf5\uad6c\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
kitError2=\u00a74\ud0b7 \uc815\uc758\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694.
kitError=\u00a7c\uc62c\ubc14\ub978 \ud0b7\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
kitGiveTo=\u00a76\ud0b7\uc744 \u00a7c {0}\u00a76 \uc5d0\uac8c \u00a7c{1} \uc9c0\uae09\ud558\uc600\uc2b5\ub2c8\ub2e4.\u00a76.
kitInvFull=\u00a74\ub2f9\uc2e0\uc758 \uc778\ubca4\ud1a0\ub9ac\uc5d0 \uacf5\uac04\uc774 \uc5c6\uc5b4\uc11c, \uc544\uc774\ud15c\uc774 \ubc14\ub2e5\uc5d0 \ubc84\ub824\uc84c\uc2b5\ub2c8\ub2e4.
kitNotFound=\u00a74\ud0b7\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
kitOnce=\u00a74\ud0b7\uc744 \ub2e4\uc2dc \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
kitReceive=\u00a7c {0}\u00a76 \uacf5\uad6c\ub97c \ubc1b\uc558\uc2b5\ub2c8\ub2e4.
kitTimed=\u00a7c\ub2f9\uc2e0\uc740 \ub2e4\uc2dc \uacf5\uad6c\ub97c \ubc1b\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, {0}\ub9cc\ud07c \uae30\ub2e4\ub824\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
kits=\u00a77\uacf5\uad6c\ub4e4\: {0}
leatherSyntax=\u00a76\uac00\uc8fd\uc0c9\uae54 \uad6c\ubb38\: \uc0c9\uae54\:<\ube68\uac15>,<\ucd08\ub85d>,<\ud30c\ub791> \uc608\ub97c\ub4e4\uc5b4\: \uc0c9\uc0c1\:255,0,0.
lightningSmited=\u00a77\ub2f9\uc2e0\uc740 \ubc88\uac1c\ub97c \ucce4\uc2b5\ub2c8\ub2e4.
lightningUse=\u00a77{0} \uc5d0\uac8c \ubc88\uac1c\ub97c \uce69\ub2c8\ub2e4\!
kitReceive=\u00a7c{0}\u00a76 \ud0a4\ud2b8\ub97c \ubc1b\uc558\uc2b5\ub2c8\ub2e4.
kitTimed=\u00a7c{0}\u00a74\uc774 \uc9c0\ub098\uae30 \uc804\uc5d0\ub294 \ud0b7\uc744 \ubc1b\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
kits=\u00a76\ud0b7\ub4e4\:\u00a7r {0}
leatherSyntax=\u00a76\uac00\uc8fd \uc0c9 \ubb38\ubc95\: color\:<red>,<green>,<blue> \uc608\uc2dc\: color\:255,0,0.
lightningSmited=\u00a76\ubc88\uac1c\ub97c \ub9de\uc558\uc2b5\ub2c8\ub2e4.
lightningUse=\u00a7c{0}\u00a76\uc5d0\uac8c \ubc88\uac1c\ub97c \ub0b4\ub9bd\ub2c8\ub2e4.
listAfkTag=\u00a77[\uc7a0\uc218]\u00a7r
listAmount=\u00a76There\ub294 \ucd5c\ub300 \u00a7c {1} \uacbd \ud50c\ub808\uc774\uc5b4 \uc628\ub77c\uc778\uc5d0\uc11c \u00a7c {0} \uacbd.
listAmountHidden=\u00a76There\ub294 \u00a7c {0} \uacbd / {1}\uc5d0\uc11c \ucd5c\ub300 \u00a7c {2} \uacbd \ud50c\ub808\uc774\uc5b4 \uc628\ub77c\uc778 \uacbd.
listGroupTag=\uacbd {0} \u00a7r\: \u00a7r
listAmount=\u00a76\ucd5c\ub300 \u00a7c{1}\u00a76\uba85\uc774 \uc811\uc18d \uac00\ub2a5\ud558\uace0, \u00a7c{0}\u00a76\uba85\uc758 \ud50c\ub808\uc774\uc5b4\uac00 \uc811\uc18d\uc911\uc785\ub2c8\ub2e4.
listAmountHidden=\u00a76\ucd5c\ub300 \u00a7c{2} \u00a76\uba85\uc774 \uc811\uc18d \uac00\ub2a5\ud558\uace0,\u00a7c{1}\u00a76 \uba85\uc774 \uc228\uae40 \uc0c1\ud0dc\uc774\uba70, \u00a7c{0}\u00a76 \uba85\uc758 \ud50c\ub808\uc774\uc5b4\uac00 \uc811\uc18d\uc911\uc785\ub2c8\ub2e4.
listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[\uc228\uae40]\u00a7r
loadWarpError=\uc6cc\ud504 "{0}" \uc758 \ub370\uc774\ud130\ub97c \ubd88\ub7ec\uc624\ub294\ub370 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
loadWarpError=\u00a74\uc6cc\ud504 \ub370\uc774\ud130 {0}\ub97c \ubd88\ub7ec\uc624\ub294\ub370 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
localFormat=[L]<{0}> {1}
mailClear=\u00a7c\uc77d\uae30 \uc804\uc6a9\uc73c\ub85c \uba54\uc77c\uc744 \ud45c\uc2dc\ud558\ub824\uba74, \ud0c0\uc785 /mail clear
mailCleared=\u00a77\uba54\uc77c\uc744 \ube44\uc6e0\uc2b5\ub2c8\ub2e4\!
mailSent=\u00a77\uba54\uc77c\uc744 \ubcf4\ub0c8\uc2b5\ub2c8\ub2e4\!
markMailAsRead=\u00a7c\uba54\uc77c\uc744 \ub2e4 \uc77d\uc73c\uc168\uc2b5\ub2c8\uae4c? /mail clear\ub85c \uc77d\uc740 \uba54\uc77c\uc744 \uc0ad\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
markedAsAway=\ub2f9\uc2e0\uc740 \uc7a0\uc218\uc0c1\ud0dc\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
markedAsNotAway=\u00a77\ub2f9\uc2e0\uc740 \ub354 \uc774\uc0c1 \uc7a0\uc218\uc0c1\ud0dc\uac00 \uc544\ub2d8\uc73c\ub85c \uc0c1\ud0dc\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4.
mailClear=\u00a76\uba54\uc77c\uc744 \uc77d\uc74c\uc73c\ub85c \ud45c\uc2dc\ud558\ub824\uba74, \u00a7c /mail clear\u00a76\ub97c \uc785\ub825\ud558\uc138\uc694.
mailCleared=\u00a76\uba54\uc77c\ud568\uc744 \ube44\uc6e0\uc2b5\ub2c8\ub2e4\!
mailSent=\u00a76\uba54\uc77c\uc744 \ubcf4\ub0c8\uc2b5\ub2c8\ub2e4\!
markMailAsRead=\u00a76\uc774 \uba54\uc77c\uc744 \uc77d\uc73c\uc168\ub2e4\uba74, \u00a7c /mail clear \u00a76\uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0ad\uc81c \ud574\uc8fc\uc138\uc694.
markedAsAway=\u00a76\uc790\ub9ac\ube44\uc6c0 \uc0c1\ud0dc\ub85c \ubcc0\uacbd\ud558\uc600\uc2b5\ub2c8\ub2e4.
markedAsNotAway=\u00a76\uc790\ub9ac\ube44\uc6c0 \uc0c1\ud0dc\uac00 \ud574\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
matchingIPAddress=\u00a76\ud574\ub2f9 \ud50c\ub808\uc774\uc5b4\ub294 \uc774\uc804\uc5d0 \ub2e4\uc74c IP \uc8fc\uc18c\ub85c\ubd80\ud130 \uc811\uc18d\ud558\uc600\uc2b5\ub2c8\ub2e4\:
maxHomes=\u00a74\ub2f9\uc2e0\uc740\u00a7c {0} \u00a74\uac1c\ubcf4\ub2e4 \ub354 \ub9ce\uc740 \uc9d1\uc744 \uac00\uc9c8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc9d1\uc744 \uc81c\uac70\ud574\uc8fc\uc138\uc694.
mayNotJail=\u00a7c\uadf8 \uc0ac\ub78c\uc740 \uac10\uc625\uc5d0 \uac00\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4\!
me=\uc678\uce68
maxHomes=\u00a74\uc9d1\uc744 \u00a7c {0} \u00a74\uac1c\uae4c\uc9c0\ub9cc \uac00\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
mayNotJail=\u00a74\uc774 \ud50c\ub808\uc774\uc5b4\ub294 \uac10\uc625\uc5d0 \uac00\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4\!
me=\ub098
minute=\ubd84
minutes=\ubd84
missingItems=\ub2f9\uc2e0\uc740 {0}\ub97c {1}\ub9cc\ud07c \uac00\uc9c0\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
mobSpawnError=\ubab9 \uc2a4\ud3ec\ub108 \ubcc0\uacbd\uc911 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
missingItems=\u00a74\ub2f9\uc2e0\uc740 \u00a7c{0}\ub97c {1}\uac1c \uac00\uc9c0\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\u00a74.
mobSpawnError=\u00a74\ubab9 \uc2a4\ud3ec\ub108\ub97c \ubcc0\uacbd\ud558\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
mobSpawnLimit=\uc11c\ubc84\uc5d0\uc11c \uc218\uc6a9 \ud560 \uc218 \uc788\ub294 \ubaac\uc2a4\ud130\uc758 \uac1c\uccb4 \uc218\ub97c \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4.
mobSpawnTarget=\uc9c0\uc815\ub41c \ube14\ub85d\uc740 \ubb34\uc870\uac74 \ubaac\uc2a4\ud130 \uc2a4\ud3ec\ub108\uc774\uc5ec\uc57c\ud569\ub2c8\ub2e4.
mobsAvailable=\u00a76\ubab9\ub4e4\:\u00a7r {0}
moneyRecievedFrom=\u00a7a{0}\uc5d0\uc11c {1}(\uc774)\uac00 \uc218\uc2e0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
moneySentTo=\u00a7a {0} \uc5d0\uc11c {1} \uc73c\ub85c \uc804\uc1a1\uc774\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
mobsAvailable=\u00a76\ubab9\:\u00a7r {0}
moneyRecievedFrom=\u00a7a{1}\ub2d8\uaed8\uc11c \ubcf4\ub0b8 {0}\uac00 \uc218\uc2e0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
moneySentTo=\u00a7a{0}\uac00 {1}\uc5d0\uac8c \ubcf4\ub0b4\uc84c\uc2b5\ub2c8\ub2e4.
month=\uc6d4(\ub2ec)
months=\uc6d4(\ub2ec)
moreThanZero=\uc218\ub7c9\uc774 0\ubcf4\ub2e4 \ucee4\uc57c\ud569\ub2c8\ub2e4.
moveSpeed=\u00a76Set {0} speed to\u00a7c {1} \u00a76for {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76\uc2a4\ud53c\ub4dc\ub97c {0}\u00a76 \ub9cc\ud07c \u00a7c {1} \u00a76\ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \uc9c0\uae09\ud558\uc600\uc2b5\ub2c8\ub2e4. \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74You cannot apply more than one charge to this firework.
multiplePotionEffects=\u00a74\ud55c\uac00\uc9c0 \ud3ec\uc158\uc5d0 \ud558\ub098\uc758 \ud6a8\uacfc\ub9cc \uc801\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
muteExempt=\u00a74\ub2f9\uc2e0\uc740 \uadf8 \ud50c\ub808\uc774\uc5b4\ub97c \ubc99\uc5b4\ub9ac\ub85c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
muteExempt=\u00a74\uc774 \ud50c\ub808\uc774\uc5b4\ub97c \ubc99\uc5b4\ub9ac\ub85c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
muteNotify=\u00a7c{0} \u00a76has muted \u00a7c{1}\u00a76.
mutedPlayer=\u00a76\ud50c\ub808\uc774\uc5b4\u00a7c {0} \u00a76\ub294 \ubc99\uc5b4\ub9ac\uac00 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
mutedPlayer=\u00a76\ud50c\ub808\uc774\uc5b4\u00a7c {0}\u00a76\ub2d8\uc774 \ubc99\uc5b4\ub9ac\uac00 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
mutedPlayerFor=\u00a76Player\u00a7c {0} \u00a76muted for\u00a7c {1}\u00a76.
mutedUserSpeaks={0}\ub2d8\uc740 \ub9d0\ud558\uae30\ub97c \uc2dc\ub3c4\ud588\uc9c0\ub9cc, \ubc99\uc5b4\ub9ac\uac00 \ub418\uc5b4\uc788\uc2b5\ub2c8\ub2e4.
nearbyPlayers=\u00a76\uadfc\ucc98\uc758 \ud50c\ub808\uc774\uc5b4\:\u00a7r {0}
negativeBalanceError=\uc794\uace0\uac00 0 \uc774\ud558\ub85c \ub0b4\ub824\uac00\uc9c0 \ubabb\ud558\ub3c4\ub85d \uc124\uc815\ub418\uc5b4\uc788\uc2b5\ub2c8\ub2e4.
nickChanged=\ub2c9\ub124\uc784\uc774 \ubcc0\uacbd\ub428.
mutedUserSpeaks={0}\ub2d8\uc740 \ub9d0\ud558\ub824 \ud558\uc600\uc9c0\ub9cc, \ubc99\uc5b4\ub9ac \uc0c1\ud0dc\uc785\ub2c8\ub2e4.
nearbyPlayers=\u00a76\uc8fc\ubcc0 \ud50c\ub808\uc774\uc5b4\:\u00a7r {0}
negativeBalanceError=\u00a74\uc794\uace0\uac00 \uc74c\uc218\uac00 \ub418\uba74 \uc548\ub429\ub2c8\ub2e4.
nickChanged=\u00a76\ub2c9\ub124\uc784\uc774 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
nickDisplayName=\u00a74You have to enable change-displayname in Essentials config.
nickInUse=\u00a7c\ub2f9\uc2e0\uc774 \uc0ac\uc6a9\ud558\ub824\ub294 \ub2c9\ub124\uc784\uc740 \uc774\ubbf8 \uc0ac\uc6a9\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.
nickNamesAlpha=\u00a7c\ub2c9\ub124\uc784\uc740 \ubc18\ub4dc\uc2dc \ubb38\uc790(\uc601\uc5b4)\ub098 \uc22b\uc790 \uc870\ud569\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.
nickNoMore=\u00a7\ub2f9\uc2e0\uc740 \uc774\uc81c \ub2c9\ub124\uc784\uc744 \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
nickSet=\u00a77\uc774\uc81c \ub2f9\uc2e0\uc758 \ub2c9\ub124\uc784\uc740 \u00a7c{0} \u00a77\uc785\ub2c8\ub2e4.
nickTooLong=\u00a74\ub2c9\ub124\uc784\uc774 \ub108\ubb34\uae41\ub2c8\ub2e4.
noAccessCommand=\u00a7c\ub2f9\uc2e0\uc740 \ud574\ub2f9 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
noAccessPermission=\u00a7\ub2f9\uc2e0\uc740 {0}\uc5d0 \ub300\ud55c \uad8c\ud55c\uc744 \uac00\uc9c0\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
nickInUse=\u00a74\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \uc774\ub984\uc785\ub2c8\ub2e4.
nickNamesAlpha=\u00a74\ub2c9\ub124\uc784\uc740 \ubc18\ub4dc\uc2dc \uc601\uc22b\uc790\uc758 \uc870\ud569\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.
nickNoMore=\u00a76\ub2f9\uc2e0\uc740 \uc774\uc81c \ub2c9\ub124\uc784\uc744 \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
nickSet=\u00a76\uc774\uc81c \ub2f9\uc2e0\uc758 \ub2c9\ub124\uc784\uc740 \u00a7c{0} \u00a76\uc785\ub2c8\ub2e4.
nickTooLong=\u00a74\ub2c9\ub124\uc784\uc774 \ub108\ubb34 \uae41\ub2c8\ub2e4.
noAccessCommand=\u00a74\ub2f9\uc2e0\uc740 \uc774 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noAccessPermission=\u00a74\ub2f9\uc2e0\uc740 \u00a7c{0}\u00a74 \ub97c \uc0ac\uc6a9 \ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noBreakBedrock=\u00a74\uae30\ubc18\uc554\uc744 \ud30c\uad34\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
noDestroyPermission=\u00a7c\ub2f9\uc2e0\uc740 \uad8c\ud55c\uc774 \uc5c6\uc5b4 {0}\uc744/\ub97c \ubd80\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
noDestroyPermission=\u00a74\ub2f9\uc2e0\uc740 \u00a7c{0}\u00a74 \ub97c \ud30c\uad34\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noDurability=\u00a74\uc774 \uc544\uc774\ud15c\uc5d0\ub294 \ub0b4\uad6c\ub3c4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
noGodWorldWarning=\u00a74\uc8fc\uc758\!\! \uc774 \uc6d4\ub4dc\uc5d0\uc11c \ubb34\uc801 \ubaa8\ub4dc\ub294 \ube44\ud65c\uc131\ud654 \ub418\uc5b4\uc788\uc2b5\ub2c8\ub2e4.
noHelpFound=\u00a74\uc77c\uce58\ud558\ub294 \uba85\ub839\uc5b4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
noGodWorldWarning=\u00a74\uc8fc\uc758\! \uc774 \uc6d4\ub4dc\uc5d0\uc11c \ubb34\uc801 \ubaa8\ub4dc\ub294 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4.
noHomeSetPlayer=\ud574\ub2f9 \ud50c\ub808\uc774\uc5b4\ub294 \uc9d1 \uc124\uc815\uc774 \ub418\uc5b4\uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
noIgnored=\u00a76You are not ignoring anyone.
noIgnored=\u00a76\ub2f9\uc2e0\uc774 \ubb34\uc2dc\ud558\ub294 \uc720\uc800\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
noKitPermission=\u00a7c\ud574\ub2f9 \ud0a4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc120 \u00a7c{0}\u00a7c \uad8c\ud55c\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.
noKits=\u00a77\uc544\uc9c1 \uc0ac\uc6a9\uac00\ub2a5\ud55c \uacf5\uad6c\ub4e4\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noMail=\ub2f9\uc2e0\uc740 \uc5b4\ub5a4 \uba54\uc77c\ub3c4 \uac00\uc9c0\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
noKits=\u00a77\uc544\uc9c1 \uc0ac\uc6a9\uac00\ub2a5\ud55c \ud0a4\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
noMail=\u00a76\ub2f9\uc2e0\uc5d0\uac8c \uc628 \uba54\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noMatchingPlayers=\u00a76\uc77c\uce58\ud558\ub294 \ud50c\ub808\uc774\uc5b4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
noMetaFirework=\u00a74You do not have permission to apply firework meta.
noMetaPerm=\u00a74You do not have permission to apply \u00a7c{0}\u00a74 meta to this item.
noNewMail=\u00a77\ub2f9\uc2e0\uc774 \uac00\uc9c0\uace0\uc788\ub294 \uc0c8 \uba54\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noPendingRequest=\ub300\uae30\uc911\uc778 \uc694\uccad\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noMetaPerm=\u00a7c{0}\u00a74 \uba54\ud0c0\ub97c \uc774 \uc544\uc774\ud15c\uc5d0 \uc801\uc6a9\uc2dc\ud0ac \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noNewMail=\u00a76\uc0c8 \uba54\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noPendingRequest=\u00a74\ub300\uae30\uc911\uc778 \uc694\uccad\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noPerm=\u00a74\ub2f9\uc2e0\uc740 \u00a7c{0}\u00a74 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noPermToSpawnMob=\u00a74\uc774 \ubaac\uc2a4\ud130\ub97c \uc18c\ud658\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noPlacePermission=\u00a74\uadf8 \ud45c\uc9c0\ud310 \uadfc\ucc98\uc5d0 \ube14\ub7ed\uc744 \ub193\uc744 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noPotionEffectPerm=\u00a74\ub2f9\uc2e0\uc740 \uc774 \ud3ec\uc158\uc5d0 \u00a7c{0} \u00a74 \ud6a8\uacfc\ub97c \uc801\uc6a9\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noPowerTools=\u00a76You have no power tools assigned.
noWarpsDefined=\uc6cc\ud504\ub4e4\uc744 \uc815\uc758\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
noPowerTools=\u00a76\ud560\ub2f9\ub41c \ud30c\uc6cc\ud234\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noWarpsDefined=&6\uc124\uc815\ub41c \uc6cc\ud504\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
none=\uc5c6\uc74c
notAllowedToQuestion=\u00a7c\ub2f9\uc2e0\uc740 \uc9c8\ubb38\uae30\ub2a5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
notAllowedToShout=\u00a7c\ub2f9\uc2e0\uc740 \ub9d0\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
notEnoughExperience=\u00a74You do not have enough experience.
notEnoughMoney=\ub2f9\uc2e0\uc740 \ucda9\ubd84\ud55c \ub3c8\uc744 \uac00\uc9c0\uace0\uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4\!
notFlying=\ube44\ud589 \ud574\uc81c
notRecommendedBukkit=Bukkit \ubc84\uc804\uc774 \uc5d0\uc13c\uc15c\uc5d0 \uad8c\uc7a5\ub418\uc9c0 \uc54a\ub294 \ube4c\ub4dc\uc785\ub2c8\ub2e4.
notAllowedToQuestion=\u00a74\ub2f9\uc2e0\uc740 \uc9c8\ubb38\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
notAllowedToShout=\u00a74\uc678\uce60 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
notEnoughExperience=\u00a74\uacbd\ud5d8\uce58\uac00 \ubd80\uc871\ud569\ub2c8\ub2e4.
notEnoughMoney=\u00a74\ub2f9\uc2e0\uc740 \ucda9\ubd84\ud55c \ub3c8\uc744 \uac00\uc9c0\uace0\uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
notFlying=\ube44\ud589\uc911\uc774 \uc544\ub2d8
notRecommendedBukkit=\u00a74* \! * \ubc84\ud0b7 \ubc84\uc804\uc774 \uc5d0\uc13c\uc15c\uc5d0\uac8c \uad8c\uc7a5\ub418\uc9c0 \uc54a\ub294 \ube4c\ub4dc\uc785\ub2c8\ub2e4.
notSupportedYet=\uc544\uc9c1 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
nothingInHand=\u00a74\uc190\uc5d0 \uc544\ubb34\uac83\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4.
now=\uc9c0\uae08
nuke=\u00a75May death rain upon them.
numberRequired=\ubc14\ubcf4....\ud55c \uc22b\uc790\uac00 \uac00\uace0\uc788\uc2b5\ub2c8\ub2e4.
onlyDayNight=/time\uc740 \uc624\uc9c1 day/night\ub9cc \uc9c0\uc6d0\ub429\ub2c8\ub2e4.
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397\:3).
onlyPlayers=\uc624\uc9c1 \uac8c\uc784\uc5d0 \ucc38\uc5ec\ud558\uace0 \uc788\ub294 \ud50c\ub808\uc774\uc5b4\ub4e4\uc5d0\uac8c\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4 {0}.
nuke=\u00a75\uc8fd\uc74c\uc758 \ube44\uac00 \ub0b4\ub9bd\ub2c8\ub2e4.
numberRequired=\ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694, \uba4d\uccad\uc544.
onlyDayNight=\ucee4\ub9e8\ub4dc /time \uc740 \uc2dc\uac04\uc744 \ub0ae, \ubc24\uc73c\ub85c\ub9cc \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
onlyPlayerSkulls=&4\ub2f9\uc2e0\uc740 \ud50c\ub808\uc774\uc5b4 \uba38\ub9ac\uc758 \uc18c\uc720\uc790\ub9cc \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4 (&c397\:3&4).
onlyPlayers=\u00a74\ubc84\ud0b7\uc5d0\uc11c\ub294 \u00a7c{0}\u00a74 \ub97c \uc0ac\uc6a9 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uac8c\uc784\uc5d0 \uc811\uc18d\ud558\uc5ec \uc0ac\uc6a9\ud574\uc8fc\uc138\uc694.
onlySunStorm=\u00a74/\ub0a0\uc528\ub294 \ub9d1\uc74c/\ud750\ub9bc\ub9cc \uc124\uc815\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.
orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait...
oversizedTempban=\u00a74You may not ban a player for this period of time.
oversizedTempban=\u00a74You may not \ucc28\ub2e8 a player for this period of time.
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
pTimeNormal=\u00a7c{0}\u00a76''s time is normal and matches the server.
pTimeOthersPermission=\ub2e4\ub978 \ud50c\ub808\uc774\uc5b4\uc758 \uc2dc\uac04\uc744 \uc124\uc815\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
pTimeOthersPermission=\u00a74\ub2e4\ub978 \ud50c\ub808\uc774\uc5b4\uc758 \uc2dc\uac04\uc744 \uc124\uc815\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
pTimePlayers=\u00a76These players have their own time\:\u00a7r
pTimeReset=\ud50c\ub808\uc774\uc5b4\uc758 \uc2dc\uac04\uc774 {0}\uc73c\ub85c \ucd08\uae30\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
@@ -320,52 +306,52 @@ pWeatherOthersPermission=\ub2e4\ub978 \ud50c\ub808\uc774\uc5b4\uc758 \ub0a0\uc52
pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\ud50c\ub808\uc774\uc5b4\uc758 \ub0a0\uc528\uac00 {0}\uc73c\ub85c \ucd08\uae30\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pendingTeleportCancelled=\uc21c\uac04\uc774\ub3d9\uc774 \ucde8\uc18c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for {2}.
playerInJail=\u00a7c\ud574\ub2f9 \ud50c\ub808\uc774\uc5b4\ub294 \uc774\ubbf8 {0} \uac10\uc625\uc5d0 \uc218\uac10\ub418\uc5b4\uc788\uc2b5\ub2c8\ub2e4.
playerJailed=\u00a77{0} \ud50c\ub808\uc774\uc5b4\ub294 \uac10\uae08\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
playerJailedFor=\u00a77\ud50c\ub808\uc774\uc5b4 {0}\uc740 {1}\uc5d0 \uac10\uae08\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
pendingTeleportCancelled=\u00a74\uc21c\uac04\uc774\ub3d9 \uc694\uccad\uc774 \ucde8\uc18c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76\ud50c\ub808\uc774\uc5b4\u00a7c {0} \u00a76\ub2d8\uc774\u00a7c {1} \u00a76\ub2d8\uc744 \ubca4\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc0ac\uc720\: \u00a7c{2}\u00a76.
playerInJail=\u00a74\uadf8 \ud50c\ub808\uc774\uc5b4\ub294 \uc774\ubbf8 {0}\u00a74 \uac10\uc625\uc5d0 \uc218\uac10\ub418\uc5b4\uc788\uc2b5\ub2c8\ub2e4.
playerJailed=\u00a76{0} \ud50c\ub808\uc774\uc5b4\uac00 \uac10\uae08\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
playerJailedFor=\u00a76\ud50c\ub808\uc774\uc5b4 {0}\uc740 {1}\uc5d0 \uac10\uae08\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked {1} for {2}.
playerMuted=\u00a76\uc785\ub2eb\uad6c \uc788\uc73c\uc138\uc694 \!
playerMutedFor=\u00a76\ub2f9\uc2e0\uc740 \u00a7c{0}\u00a76 \ub3d9\uc548 \uc785\uc744\ub2eb\uc73c\uc154\uc57c\ud569\ub2c8\ub2e4.
playerNeverOnServer=\u00a7c{0} \ub2d8\uc740 \ub2e8 \ud55c\ubc88\ub3c4 \uc11c\ubc84\uc5d0 \ubc29\ubb38\ud55c \uc801\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
playerNotFound=\u00a7c\ud50c\ub808\uc774\uc5b4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP\: {1}.
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned\u00a7c {1}.
playerUnmuted=\u00a76\ucc44\ud305\ud5c8\uc6a9\! \uc55e\uc73c\ub85c \uc785\uc870\uc2ec\ud558\uc138\uc694.
pong=\ud401\!
playerMuted=\u00a76\ub2f9\uc2e0\uc740 \ubc99\uc5b4\ub9ac\uac00 \ub418\uc5c8\uc2b5\ub2c8\ub2e4\!
playerMutedFor=\u00a76\ub2f9\uc2e0\uc740 \u00a7c{0}\u00a76 \ub3d9\uc548 \ubc99\uc5b4\ub9ac\uac00 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
playerNeverOnServer=\u00a74{0}\ub2d8\uc740 \ub2e8 \ud55c\ubc88\ub3c4 \uc11c\ubc84\uc5d0 \ubc29\ubb38\ud55c \uc801\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
playerNotFound=\u00a74\ud50c\ub808\uc774\uc5b4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
playerUnbanIpAddress=\u00a7c{0}\u00a76\ub2d8\uc774 {1} IP\uc758 \ucc28\ub2e8\uc744 \ud574\uc81c\ud588\uc2b5\ub2c8\ub2e4.
playerUnbanned=\u00a7c{0}\u00a76\ub2d8\uc774 \u00a7c{1}\u00a76\uc758 \ucc28\ub2e8\uc744 \ud574\uc81c\ud588\uc2b5\ub2c8\ub2e4.
playerUnmuted=\u00a76\ubba4\ud2b8 \uc0c1\ud0dc\uac00 \ud574\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Head angle)
posX=\u00a76X\: {0} (+\ub3d9 <-> -\uc11c)
posY=\u00a76Y\: {0} (+\uc704 <-> -\uc544\ub798)
posYaw=\u00a76Yaw\: {0} (Rotation)
posZ=\u00a76Z\: {0} (+\ub0a8 <-> -\ubd81)
possibleWorlds=\u00a7\uac00\ub2a5\ud55c \uc6d4\ub4dc\ub4e4\uc740 \uc218\uce58 0\uc5d0\uc11c {0}\ub85c \ud1b5\ud569\ub2c8\ub2e4.
possibleWorlds=\ub9c8\uc778\ud31c \uc11c\ubc84\uc5d0 \uc624\uc2ec?
potions=\u00a76\ud3ec\uc158\:\u00a7r {0}\u00a76.
powerToolAir=\uc774 \uba85\ub839\uc5b4\ub294 \uacf5\uc911\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
powerToolAir=\u00a74\uc774 \uba85\ub839\uc5b4\ub294 \uacf5\uc911\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
powerToolAlreadySet=\u00a74\ucee4\ub9e8\ub4dc \u00a7c{0}\u00a74 \uc774/\uac00 \uc774\ubbf8 \u00a7c{1}\u00a74 (\uc73c)\ub85c \ud560\ub2f9\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
powerToolAttach={0}\uc5d0 \ud560\ub2f9\ub41c \uba85\ub839\uc5b4
powerToolClearAll=\u00a76All powertool commands have been cleared.
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
powerToolRemove=\uba85\ub839\uc5b4\uac00 {0} \uc5d0 \uc758\ud574 \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
powerToolRemoveAll=\u00a76{0}\ub85c\ubd80\ud130 \ubaa8\ub4e0 \uba85\ub839\uc5b4\uac00 \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
powerToolNoSuchCommandAssigned=\u00a74\ucee4\ub9e8\ub4dc \u00a7c{0}\u00a74 \uc774/\uac00 \u00a7c{1}\u00a74 (\uc73c)\ub85c \ud560\ub2f9\ub418\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
powerToolRemove=\u00a76\ucee4\ub9e8\ub4dc \u00a7c{0}\u00a76 \uc774/\uac00 \u00a7c{1}\u00a76 (\uc73c)\ub85c\ubd80\ud130 \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
powerToolRemoveAll=\u00a7c{0}\u00a76 \uc5d0 \ub300\ud55c \ubaa8\ub4e0 \uba85\ub839\uc5b4\uac00 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
powerToolsDisabled=\u00a76All of your power tools have been disabled.
powerToolsEnabled=\u00a76All of your power tools have been enabled.
questionFormat=\u00a77[\uc9c8\ubb38]\u00a7f {0}
readNextPage=\u00a76Type\u00a7c /{0} {1} \u00a76to read the next page.
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
recipeBadIndex=\uadf8 \uc77c\ub828\ubc88\ud638\uc5d0 \ub300\ud55c \ub808\uc2dc\ud53c\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
recipeFurnace=\u00a76\uc81c\ub828 \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76is \u00a7c{1}
questionFormat=\u00a72[\uc9c8\ubb38]\u00a7r {0}
readNextPage=\u00a7c/{0} {1} \u00a76\ub97c \uc785\ub825\ud558\uc5ec \ub2e4\uc74c \ud398\uc774\uc9c0\ub97c \uc77d\uc73c\uc138\uc694.
recipe=\u00a7c{0}\u00a76 (\u00a7c{2}\u00a76\uc758 \u00a7c{1}\u00a76) \uc758 \uc870\ud569\ubc95
recipeBadIndex=\uadf8 \ubc88\ud638\uc5d0 \ub300\ud55c \ub808\uc2dc\ud53c\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
recipeFurnace=\u00a76\uc81c\ub828\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76\ub294 \u00a7c{1}\uc785\ub2c8\ub2e4
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <number> to see other recipes for \u00a7c{2}\u00a76.
recipeNone={0}\uc758 \ub808\uc2dc\ud53c\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
recipeNothing=nothing
recipeShapeless=\u00a76\uacb0\ud569 \u00a7c{0}
recipeWhere=\u00a76\uc704\uce58\: {0}
removed=\u00a7c {0} \u00a76\uc5d4\ud2f0\ud2f0\uac00 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
removed=\u00a7c{0}\u00a76\uac1c\uc758 \uc5d4\ud2f0\ud2f0\uac00 \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
repair=\u00a7c{0}\u00a76\ub97c \uc131\uacf5\uc801\uc73c\ub85c \uc218\ub9ac\ud558\uc600\uc2b5\ub2c8\ub2e4.
repairAlreadyFixed=\u00a74\uc774 \uc544\uc774\ud15c\uc740 \uc218\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
repairEnchanted=\u00a74\ub2f9\uc2e0\uc740 \uc778\ucc48\ud2b8 \ub41c \uc544\uc774\ud15c\uc744 \uc218\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
@@ -373,145 +359,142 @@ repairInvalidType=\u00a74\uc774 \uc544\uc774\ud15c\uc740 \uc218\ub9ac\ub420 \uc2
repairNone=\u00a74\uc218\ub9ac\ud558\ub294\ub370 \ud544\uc694\ud55c \uc544\uc774\ud15c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
requestAccepted=\u00a77\ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc744 \uc218\ub77d\ud558\uc600\uc2b5\ub2c8\ub2e4.
requestAcceptedFrom=\u00a7c{0} \u00a76 \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc774 \uc2b9\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
requestDenied=\uc21c\uac04\uc774\ub3d9 \uc694\uccad\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
requestDenied=\u00a76\uc21c\uac04\uc774\ub3d9 \uc694\uccad\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
requestDeniedFrom=\u00a7c{0} \u00a76 \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
requestSent=\u00a77{0}\ub2d8\uc5d0\uac8c, \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc744 \ubcf4\ub0c5\ub2c8\ub2e4\u00a77.
requestTimedOut=\u00a74\ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc2dc\uac04\uc774 \ucd08\uacfc\ub3fc\uc5c8\uc2b5\ub2c8\ub2e4.
requiredBukkit=\u00a76* \! * {0} \uc774\uc0c1 \ubc84\uc804\uc758 CraftBukkit\uc744 \uc0ac\uc6a9\ud574\uc57c\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uc8fc\uc18c\uc5d0\uc11c \ub2e4\uc6b4\ub85c\ub4dc \ubc1b\uc73c\uc138\uc694. http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76\ubaa8\ub4e0 \uc628\ub77c\uc778 \ud50c\ub808\uc774\uc5b4\uc758 \uc794\uace0\uac00 \u00a7a{0} \u00a76\ub85c \ub9ac\uc14b\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
resetBalAll=\u00a76\ubaa8\ub4e0 \ud50c\ub808\uc774\uc5b4\uc758 \uc794\uace0\uac00 \u00a7a{0} \u00a76\ub85c \ub9ac\uc14b\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
returnPlayerToJailError=\u00a74\ud50c\ub808\uc774\uc5b4 \u00a7c {0} \u00a74\ub97c {1} \uac10\uc625\uc73c\ub85c \ubcf4\ub0b4\ub294\ub370 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
requestSent=\u00a7c{0}\u00a76\ub2d8\uc5d0\uac8c \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc744 \ubcf4\ub0c5\ub2c8\ub2e4.
requestTimedOut=\u00a74\ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc774 \ud0c0\uc784\uc544\uc6c3 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
requiredBukkit=\u00a76* \! * {0} \ubc84\uc804 \uc774\uc0c1\uc758 CraftBukkit\uc744 \uc0ac\uc6a9\ud574\uc57c\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uc8fc\uc18c\uc5d0\uc11c \ub2e4\uc6b4\ub85c\ub4dc \ubc1b\uc73c\uc138\uc694. http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76\ubaa8\ub4e0 \uc628\ub77c\uc778 \ud50c\ub808\uc774\uc5b4\uc758 \uc794\uace0\uac00 \u00a7a{0} \u00a76(\uc73c)\ub85c \ub9ac\uc14b\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
resetBalAll=\u00a76\ubaa8\ub4e0 \ud50c\ub808\uc774\uc5b4\uc758 \uc794\uace0\uac00 \u00a7a{0} \u00a76(\uc73c)\ub85c \ub9ac\uc14b\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
returnPlayerToJailError=\u00a74\ud50c\ub808\uc774\uc5b4 \u00a7c {0} \u00a74\uc744/\ub97c {1} \uac10\uc625\uc73c\ub85c \ubcf4\ub0b4\ub294\ub370 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
runningPlayerMatch=\u00a76''\u00a7c{0}\u00a76''\uc640 \uc77c\uce58\ud558\ub294 \ud50c\ub808\uc774\uc5b4\ub97c \ucc3e\ub294 \uc911... (\uc870\uae08 \uc2dc\uac04\uc774 \uac78\ub9b4\uc218 \uc788\uc2b5\ub2c8\ub2e4)
second=\ucd08
seconds=\ucd08
seenOffline={0} \ud50c\ub808\uc774\uc5b4\ub2d8\uc740 {1} \ubd80\ud130 \ud604\uc7ac\uae4c\uc9c0 \uc624\ud504\ub77c\uc778\uc785\ub2c8\ub2e4
seenOnline={0} \ud50c\ub808\uc774\uc5b4\ub2d8\uc740 {1} \ub3d9\uc548 \uc811\uc18d\uc911\uc785\ub2c8\ub2e4
serverFull=\uc11c\ubc84\uac00 \uaf49 \ucc3c\uc2b5\ub2c8\ub2e4.
serverTotal=\u00a76Server Total\:\u00a7c {0}
seenOffline=\u00a76\ud50c\ub808\uc774\uc5b4\u00a7c {0} \u00a76\uc774/\uac00 \u00a7c{1}\u00a76 \uc804\ubd80\ud130 \u00a74\uc624\ud504\ub77c\uc778\u00a76\uc0c1\ud0dc\uc600\uc2b5\ub2c8\ub2e4.
seenOnline=\u00a76\ud50c\ub808\uc774\uc5b4\u00a7c {0} \u00a76\uc774/\uac00 \u00a7c{1}\u00a76 \uc804\ubd80\ud130 \u00a7a\uc628\ub77c\uc778\u00a76\uc0c1\ud0dc\uc600\uc2b5\ub2c8\ub2e4.
serverFull=\uc11c\ubc84\uac00 \uaf49 \ucc3c\uc2b5\ub2c8\ub2e4\!
serverTotal=\u00a76\uc11c\ubc84 \ucd1d \ud569\uacc4\:\u00a7c {0}
setBal=\u00a7a\uc794\uace0\uac00 {0}\uc73c\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
setBalOthers=\u00a7a{0}\u00a7a\uc758 \uc794\uace0\ub97c {1}\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.
setSpawner=\u00a76\uc2a4\ud3ec\ub108 \ud0c0\uc785\uc744 \u00a7c{0}\u00a76\uc73c\ub85c \ubcc0\uacbd\ud569\ub2c8\ub2e4.
sheepMalformedColor=\uc798\ubabb\ub41c \uc0c9\uc0c1\uc785\ub2c8\ub2e4.
shoutFormat=\u00a77[\uc678\uce68]\u00a7f {0}
sheepMalformedColor=\u00a74\uc798\ubabb\ub41c \uc0c9\uc0c1\uc785\ub2c8\ub2e4.
shoutFormat=\u00a76[\uc678\uce58\uae30]\u00a7r {0}
signFormatFail=\u00a74[{0}]
signFormatSuccess=\u00a71[{0}]
signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74\uc5ec\uae30\uc11c\ub294 \ud45c\uc9c0\ud310\uc744 \ub9cc\ub4e4\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
similarWarpExist=\uc6cc\ud504\uc758 \uc774\ub984\uc740 \uc774\ubbf8 \ube44\uc2b7\ud55c \uc774\ub984\uc774 \uc874\uc7ac\ud569\ub2c8\ub2e4
slimeMalformedSize=\uc798\ubabb\ub41c \ud06c\uae30.
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
socialSpy=\u00a7c{0}\u00a76\: \u00a7c{1}\uc5d0 \ub300\ud55c \u00a76SocialSpy
soloMob=\uadf8 \ubaac\uc2a4\ud130\ub3c4 \uc88b\uc2b5\ub2c8\ub2e4.
spawnSet=\u00a77 \uadf8\ub8f9 {0}\uc758 \uc2a4\ud3f0\uc7a5\uc18c\uac00 \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
spawned=\uc2a4\ud3f0\uc744 \ud558\uc600\uc2b5\ub2c8\ub2e4.
spawnSet=\u00a7c{0} \u00a76\uadf8\ub8f9\uc758 \uc2a4\ud3f0\uc7a5\uc18c\uac00 \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
spawned=\uc2a4\ud3f0
sudoExempt=\u00a74You cannot sudo this user.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} {2}
suicideMessage=\uc798 \uc788\uc5b4\ub77c, \uc794\ud639\ud55c \uc138\uc0c1\uc544...
suicideSuccess=\u00a77{0}\ub2d8\uc740 \uc790\uc0b4\ud588\uc2b5\ub2c8\ub2e4
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76\uc798 \uc788\uac70\ub77c, \uc794\ud639\ud55c \uc138\uc0c1\uc544...
suicideSuccess=\u00a76{0}\u00a76\ub2d8\uc774 \uc790\uc0b4\ud588\uc2b5\ub2c8\ub2e4.
survival=\uc11c\ubc14\uc774\ubc8c
takenFromAccount=\u00a7c{0} \ub9cc\ud07c \uc9c0\ubd88\ud558\uc600\uc2b5\ub2c8\ub2e4.
takenFromOthersAccount={1}\uc758 \uacc4\uc815\uc5d0\uc11c {0}\uc744 \uac00\uc838\uc640 \uc794\uace0\uac00 {2}\uac00 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleportAAll=\u00a76\uc804\uccb4\ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc744 \ubcf4\ub0c8\uc2b5\ub2c8\ub2e4...
teleportAll=\u00a77\uc11c\ubc84 \ub0b4\uc5d0 \ubaa8\ub4e0 \ud50c\ub808\uc774\uc5b4\ub97c, \uc790\uae30\uac00 \uc788\ub294 \uacf3\uc73c\ub85c \ud154\ub808\ud3ec\ud2b8 \uc911..
teleportAtoB=\u00a77{0}\u00a77 \ub2d8\uc774 {1}\u00a77 \ub2d8\uc5d0\uac8c \uc21c\uac04\uc774\ub3d9\ud558\uc600\uc2b5\ub2c8\ub2e4.
teleportDisabled={0}\ub2d8\uc740 \uc21c\uac04\uc774\ub3d9\uc744 \ube44 \ud65c\uc131\ud654\ud558\uc600\uc2b5\ub2c8\ub2e4,
takenFromOthersAccount=\u00a7a{1}\u00a7a\uc758 \uacc4\uc815\uc5d0\uc11c {0}\u00a7a\uc744 \uac00\uc838\uc640 \uc794\uace0\uac00 {2}\u00a7a\uc774 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleportAAll=\u00a76\ubaa8\ub4e0 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc744 \ubcf4\ub0c8\uc2b5\ub2c8\ub2e4...
teleportAll=\u00a76\ubaa8\ub4e0 \ud50c\ub808\uc774\uc5b4\ub97c \ud154\ub808\ud3ec\ud2b8 \ud558\ub294\uc911..
teleportAtoB=\u00a7c{0}\u00a76 \uac00 \u00a7c{1}\u00a76 \uc5d0\uac8c \uc774\ub3d9 \ud558\uc600\uc2b5\ub2c8\ub2e4.
teleportDisabled=\u00a7c{0}\u00a74\uc5d0 \ub300\ud55c \ud154\ub808\ud3ec\ud2b8\ub294 \ube44\ud65c\uc131\ud654 \ub41c \uc0c1\ud0dc\uc785\ub2c8\ub2e4,
teleportHereRequest=\u00a7c{0}\u00a7c \ub294 \uc694\uccad\uc744 \ubc1b\uc544\ub4e4\uc600\uc2b5\ub2c8\ub2e4.
teleportNewPlayerError=\uc0c8\ub85c\uc6b4 \ud50c\ub808\uc774\uc5b4\ub97c \ud154\ub808\ud3ec\ud2b8 \uc2dc\ud0ac \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
teleportRequest=\u00a7c{0}\u00a7c \ub2d8\uaed8\uc11c \uc21c\uac04\uc774\ub3d9 \uc694\uccad\uc744 \ud558\uc600\uc2b5\ub2c8\ub2e4.
teleportRequestTimeoutInfo=\u00a76\ud154\ub808\ud3ec\ud2b8 \uc218\ub77d\uac00\ub2a5\ud55c\uc2dc\uac04\uc740\u00a7c {0} \ucd08\uc785\ub2c8\ub2e4\u00a76.
teleportTop=\u00a77\ud604\uc81c \uc9c0\uc810\uc5d0\uc11c \uc81c\uc77c \ub192\uc740\uacf3\uc73c\ub85c \ud154\ub808\ud3ec\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleportationCommencing=\u00a77\uc21c\uac04\uc774\ub3d9\uc744 \ud569\ub2c8\ub2e4...
teleportationDisabled=\u00a77\uc21c\uac04\uc774\ub3d9 \ube44\ud65c\uc131\ud654
teleportationDisabledFor=\u00a76{0} \ud154\ub808\ud3ec\ud2b8\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
teleportationEnabled=\u00a77\uc21c\uac04\uc774\ub3d9 \ud65c\uc131\ud654
teleportationEnabledFor=\u00a76{0} \ud154\ub808\ud3ec\ud2b8\uac00 \ud5c8\uc6a9\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleporting=\uc774\ub3d9\uc911\uc785\ub2c8\ub2e4 \ube60\uc211\!...
tempBanned=\ub2f9\uc2e0\uc740 \uc11c\ubc84\uc5d0\uc11c {0} \ub3d9\uc548 \uc77c\uc2dc \ucc28\ub2e8 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
tempbanExempt=\u00a74\ud574\ub2f9 \ud50c\ub808\uc774\uc5b4\ub97c \uc77c\uc2dc \ucd94\ubc29 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
thunder=\ub2f9\uc2e0\uc740 \ud574\ub2f9 \uc6d4\ub4dc\uc758 \ucc9c\ub465\uc744 {0} \uc2dc\ucf30\uc2b5\ub2c8\ub2e4.
thunderDuration=\ub2f9\uc2e0\uc740 \ud574\ub2f9 \uc6d4\ub4dc\uc758 \ucc9c\ub465\uc744 {1} \ucd08 \ub9cc\ud07c {0} \uc2dc\ucf30\uc2b5\ub2c8\ub2e4.
timeBeforeHeal=\ub2e4\uc74c \ud68c\ubcf5\ub418\uae30\uae4c\uc9c0\uc758 \uc2dc\uac04\: {0}
timeBeforeTeleport=\ub2e4\uc74c \ud154\ub808\ud3ec\ud2b8\uae4c\uc9c0 \ud544\uc694\ud55c \uc2dc\uac04\: {0}
timeFormat=\u00a7c{0}\u00a76 \ud639\uc740 \u00a7c{1}\u00a76 \ud639\uc740 \u00a7c{2}\u00a76.
teleportNewPlayerError=\u00a74\uc0c8\ub85c\uc6b4 \ud50c\ub808\uc774\uc5b4\ub97c \ud154\ub808\ud3ec\ud2b8 \uc2dc\ud0ac \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
teleportRequest=\u00a7c{0}\u00a76\ub2d8\uaed8\uc11c \ub2f9\uc2e0\uc5d0\uac8c \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc744 \ud558\uc600\uc2b5\ub2c8\ub2e4.
teleportRequestTimeoutInfo=\u00a7c{0}\u00a76\ucd08 \ud6c4 \ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc774 \uc2dc\uac04\ucd08\uacfc\ub429\ub2c8\ub2e4
teleportTop=\u00a76\uaf2d\ub300\uae30\ub85c \uc62c\ub77c\uc654\uc2b5\ub2c8\ub2e4.
teleportationCommencing=\u00a76\ud154\ub808\ud3ec\ud2b8 \uc911...
teleportationDisabled=\u00a76\ud154\ub808\ud3ec\ud2b8\uac00 \u00a7c\ube44\ud65c\uc131\ud654\u00a76\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleportationDisabledFor=\u00a7c{0}\u00a76 \uc5d0 \ub300\ud55c \uc774\ub3d9\uc774 \uc81c\ud55c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleportationEnabled=\u00a76\ud154\ub808\ud3ec\ud2b8\uac00 \u00a7c\ud65c\uc131\ud654\u00a76\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleportationEnabledFor=\u00a7c{0}\u00a76 \uc5d0 \ub300\ud55c \uc774\ub3d9\uc774 \ud5c8\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
teleporting=\u00a76\ud154\ub808\ud3ec\ud2b8 \uc911 \uc785\ub2c8\ub2e4...
teleportToPlayer=\u00a7c{0}\u00a76\ub85c \uc774\ub3d9 \ud569\ub2c8\ub2e4.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74\ud574\ub2f9 \ud50c\ub808\uc774\uc5b4\ub97c \uc784\uc2dc \ucc28\ub2e8\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
thunder=\u00a76\ub2f9\uc2e0\uc740 \uc774 \uc6d4\ub4dc\uc758 \ucc9c\ub465\uc744 {0} \uc2dc\ucf30\uc2b5\ub2c8\ub2e4.
thunderDuration=\u00a76\ub2f9\uc2e0\uc740 \uc774 \uc6d4\ub4dc\uc758 \ucc9c\ub465\uc744 {1}\ucd08 \ub3d9\uc548 {0} \uc2dc\ucf30\uc2b5\ub2c8\ub2e4.
timeBeforeHeal=\u00a74\ub2e4\uc74c \ud68c\ubcf5\uae4c\uc9c0\uc758 \ud544\uc694\ud55c \uc2dc\uac04\: \u00a7c{0}\u00a76.
timeBeforeTeleport=\u00a74\ub2e4\uc74c \ud154\ub808\ud3ec\ud2b8\uae4c\uc9c0 \ud544\uc694\ud55c \uc2dc\uac04\:\u00a7c {0}\u00a76.
timeFormat=\u00a7c{0}\u00a76 \ub610\ub294 \u00a7c{1}\u00a76 \ub610\ub294 \u00a7c{2}\u00a76
timeSetPermission=\uc2dc\uac04\uc744 \uc124\uc815\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
timeWorldCurrent={0}\uc758 \ud604\uc7ac \uc2dc\uac04\uc740 {1} \uc785\ub2c8\ub2e4.
timeWorldCurrent=\u00a76\u00a7c{0}\u00a76\uc758 \ud604\uc7ac \uc2dc\uac04\uc740\u00a7c {1} \u00a76\uc785\ub2c8\ub2e4.
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in\: \u00a7c{1}\u00a76.
totalWorthAll=\u00a7aSold all items and blocks for a total worth of \u00a7c{1}\u00a7a.
totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tps=\u00a76\ud604\uc7ac TPS \= {0}
tradeSignEmpty=\ud574\ub2f9\ub41c \ud45c\uc9c0\ud310\uc740 \ucda9\ubd84\ud55c \uacf5\uae09\uc744 \ud558\uc9c0 \ubabb\ud569\ub2c8\ub2e4.
tradeSignEmptyOwner=\u00a74\uac70\ub798 \ud45c\uc9c0\ub85c\ubd80\ud130 \uc544\ubb34\uac83\ub3c4 \ud68d\ub4dd\ud560 \uc218 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4.
treeFailure=\u00a7c\ub098\ubb34\uac00 \uc81c\ub300\ub85c \uc790\ub77c\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc794\ub514\ub098 \ud759 \uc704\uc5d0\uc11c \ub2e4\uc2dc \uc2dc\ub3c4\ud574\uc8fc\uc138\uc694.
treeSpawned=\u00a77\ub098\ubb34\uac00 \uc18c\ud658\ub428.
true=\u00a7atrue\u00a7r
typeTpaccept=\u00a77\uc21c\uac04\uc774\ub3d9 \uc694\uccad\uc744 \uc218\ub77d\ud558\ub824\uba74, \u00a7c/tpaccept\u00a77\ub97c \uccd0\uc8fc\uc138\uc694.
typeTpdeny=\u00a77\uc21c\uac04\uc774\ub3d9 \uc694\uccad\uc744 \uac70\uc808\ud558\ub824\uba74, \u00a7c/tpdeny\u00a77\ub97c \uccd0\uc8fc\uc138\uc694.
typeWorldName=\u00a77\ub2f9\uc2e0\uc740 \ub610\ud55c \ud2b9\uc815\ud55c \uc6d4\ub4dc\uc758 \ud0c0\uc785\uc744 \uc9c0\uba85\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
unableToSpawnMob=\ubaac\uc2a4\ud130 \uc18c\ud658\uc744 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
unignorePlayer=\ub2f9\uc2e0\uc740 \ub354 \uc774\uc0c1 {0} \ud50c\ub808\uc774\uc5b4\ub97c \ubb34\uc2dc\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
unknownItemId=\uc54c\uc218\uc5c6\ub294 \uc544\uc774\ud15c id\: {0}
true=\u00a7a\ucc38\u00a7r
typeTpaccept=\u00a76\uc21c\uac04\uc774\ub3d9 \uc694\uccad\uc744 \uc218\ub77d\ud558\ub824\uba74, \u00a7c/tpaccept\u00a76 \ub97c \uc785\ub825\ud558\uc138\uc694.
typeTpdeny=\u00a77\ud154\ub808\ud3ec\ud2b8 \uc694\uccad\uc744 \uac70\uc808\ud558\ub824\uba74, \u00a7c/tpdeny\u00a77\ub97c \uc785\ub825\ud558\uc138\uc694.
typeWorldName=\u00a76\ub2f9\uc2e0\uc740 \ud2b9\uc815\ud55c \uc138\uacc4\uc758 \uc885\ub958\ub97c \uc9c0\uba85\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.
unableToSpawnMob=\u00a74\ubaac\uc2a4\ud130 \uc18c\ud658\uc744 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
unignorePlayer=\u00a76\ub2f9\uc2e0\uc740 \ub354 \uc774\uc0c1 \u00a7c{0} \u00a76\ud50c\ub808\uc774\uc5b4\ub97c \ubb34\uc2dc\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
unknownItemId=\u00a74\uc54c \uc218 \uc5c6\ub294 \uc544\uc774\ud15c \uace0\uc720\ubc88\ud638\:\u00a7r {0}\u00a74.
unknownItemInList=\uc54c \uc218 \uc5c6\ub294 \uc544\uc774\ud15c {0} \uac00 {1} \ubc88\uc9f8 \ub9ac\uc2a4\ud2b8\uc5d0 \uc874\uc7ac\ud569\ub2c8\ub2e4.
unknownItemName=\uc54c \uc218 \uc5c6\ub294 \uc544\uc774\ud15c \uc774\ub984\: {0}
unlimitedItemPermission=\u00a7c\ubb34\uc81c\ud55c {0} \uc544\uc774\ud15c\uc758 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4..
unlimitedItems=\ubb34\uc81c\ud55c \uc544\uc774\ud15c \ubaa9\ub85d\:
unknownItemName=\u00a74\uc54c \uc218 \uc5c6\ub294 \uc544\uc774\ud15c \uc774\ub984\: {0}
unmutedPlayer=\ud50c\ub808\uc774\uc5b4 \u00a7c{0}\u00a76\ub294 \uc774\uc81c \ub9d0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
unvanishedReload=\u00a74A reload has forced you to become visible.
upgradingFilesError=\ud30c\uc77c\uc744 \uc5c5\uadf8\ub808\uc774\ub4dc \ud558\ub358 \ub3c4\uc911, \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.
uptime=\u00a76\uc6b4\uc601\uc2dc\uac04\:\u00a7c {0}
uptime=\u00a76\uac00\ub3d9 \uc2dc\uac04\:\u00a7c {0}
userAFK=\u00a77{0} \u00a75\uc740 \ud604\uc7ac \uc7a0\uc218 \uc0c1\ud0dc\uc774\ubbc0\ub85c \uc751\ub2f5\ud558\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
userDoesNotExist={0} \uc720\uc800\ub294 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
userIsAway={0}\u00a7d\ub2d8\uc774 \uc815\uc2e0\uc904\uc744 \ub193\uc558\uc2b5\ub2c8\ub2e4 \uc815\uc2e0\ucc28\ub824\uc784\ub9c8.
userIsNotAway={0}\ub2d8\uc758 \uc815\uc2e0\uc774 \ub3cc\uc544\uc654\uc2b5\ub2c8\ub2e4.
userJailed=\u00a77\ub2f9\uc2e0\uc740 \uac10\uc625 \uc548\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.
userUnknown=\u00a74Warning\: The user ''\u00a7c{0}\u00a74'' has never joined this server.
userIsAway=\u00a77* {0}\u00a77\ub2d8\uc774 \uc7a0\uc218 \uc0c1\ud0dc \uc785\ub2c8\ub2e4.
userIsNotAway=\u00a77* {0}\u00a77\ub2d8\uc758 \uc7a0\uc218 \uc0c1\ud0dc\uac00 \ub05d\ub0ac\uc2b5\ub2c8\ub2e4.
userJailed=\u00a76\uac10\uc625\uc5d0 \uac10\uae08\ub418\uc5c8\uc2b5\ub2c8\ub2e4\!
userUnknown=\u00a74\uacbd\uace0 \: ''\u00a7c{0}\u00a74'' \ub294 \uc11c\ubc84\uc5d0 \ud55c\ubc88\ub3c4 \uc811\uc18d\ud574\ubcf4\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4\!
userdataMoveBackError=userdata/ {0}.tmp \ub97c userdata/ {1} \ub85c \uc62e\uae30\ub294\ub370 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
userdataMoveError=\uc720\uc800\ub370\uc774\ud130 / {0}\uc744/\ub97c \uc720\uc800\ub370\uc774\ud130 / {1}.tmp\ub85c \uc62e\uae30\ub294\ub370 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
usingTempFolderForTesting=\ud14c\uc2a4\ud2b8\ub97c \uc704\ud574 temp \ud3f4\ub354\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4\:
vanished=\u00a76\ub2f9\uc2e0\uc740 \uc774\uc81c \uc77c\ubc18 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ubcf4\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4, \uadf8\ub9ac\uace0 \uac8c\uc784 \ub0b4 \uba85\ub839\uc5b4\ub85c\ubd80\ud130 \uc228\uaca8\uc9d1\ub2c8\ub2e4.
versionMismatch=\ubc84\uc804 \ubd88\uc77c\uce58\! {0}\uc744/\ub97c \ub3d9\uc77c\ud55c \ubc84\uc804\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8 \ud574\uc8fc\uc138\uc694
versionMismatchAll=\ubc84\uc804\uc774 \ubd88\uc77c\uce58\ud569\ub2c8\ub2e4\! \ubaa8\ub4e0 Essentials.jar (\uc5d0\uc13c\uc15c \ud50c\ub7ec\uadf8\uc778)\ub4e4\uc744, \ubc84\ud0b7\uacfc \ub3d9\uc77c\ud55c \ubc84\uc804\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8 \ud574\uc8fc\uc138\uc694.
voiceSilenced=\u00a77\ub2f9\uc2e0\uc758 \ubaa9\uc18c\ub9ac\uac00 \uce68\ubb35\ub418\uc5c8\uc2b5\ub2c8\ub2e4
versionMismatch=\u00a74\ubc84\uc804 \ubd88\uc77c\uce58\! {0}\uc744 \ub3d9\uc77c\ud55c \ubc84\uc804\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8 \ud574 \uc8fc\uc138\uc694
versionMismatchAll=\ubc84\uc804\uc774 \ubd88\uc77c\uce58\ud569\ub2c8\ub2e4\! \ubaa8\ub4e0 Essentials jar \ud30c\uc77c\ub4e4\uc758 \ubc84\uc804\uc744 \uac19\uc740 \ubc84\uc804\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8 \ud574 \uc8fc\uc138\uc694.
voiceSilenced=\u00a76\ub2f9\uc2e0\uc758 \ubaa9\uc18c\ub9ac\uac00 \uce68\ubb35\ub418\uc5c8\uc2b5\ub2c8\ub2e4
walking=\uac77\uae30
warpDeleteError=\uc6cc\ud504 \ud30c\uc77c \uc0ad\uc81c\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
warpDeleteError=\u00a74\uc6cc\ud504 \ud30c\uc77c \uc0ad\uc81c\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
warpList={0}
warpListPermission=\u00a7c\ub2f9\uc2e0\uc740 \uc6cc\ud504 \ubaa9\ub85d\uc744 \ubcfc \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
warpNotExist=\ud574\ub2f9 \uc6cc\ud504\ub294 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
warpOverwrite=\u00a74You cannot overwrite that warp.
warpSet=\uc6cc\ud504 "{0}"\uac00 \uc6cc\ud504 \ubaa9\ub85d\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
warpListPermission=\u00a74\ub2f9\uc2e0\uc740 \uc6cc\ud504 \ubaa9\ub85d\uc744 \ubcfc \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
warpNotExist=\u00a74\ud574\ub2f9 \uc6cc\ud504\ub294 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
warpOverwrite=\u00a74\ub2f9\uc2e0\uc740 \uc6cc\ud504\ub97c \ub36e\uc5b4 \uc50c\uc6b8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
warpSet=\u00a76\uc6cc\ud504 {0}\uc774 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
warpUsePermission=\u00a7c\ub2f9\uc2e0\uc740 \uadf8 \uc6cc\ud504\ub97c \uc0ac\uc6a9\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
warpingTo=\u00a77{0}\uc73c\ub85c, \uc6cc\ud504(\uc21c\uac04\uc774\ub3d9)\ud569\ub2c8\ub2e4.
warps=\u00a76\uc6cc\ud504\:\u00a7r {0}
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page {1} of {2}.
weatherStorm=\u00a77\ub2f9\uc2e0\uc774 \uc788\ub294 \uc6d4\ub4dc\uc758 \ub0a0\uc528\ub294 \ud3ed\ud48d\uc73c\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4
weatherStormFor=\u00a77\ub2f9\uc2e0\uc774 \uc788\ub294 \uc6d4\ub4dc\uc758 \ub0a0\uc528\uac00 {0}\ucd08\uac04 \ucc9c\ub465\ubc88\uac1c\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4
weatherSun=\u00a77\ub2f9\uc2e0\uc774 \uc788\ub294 \uc6d4\ub4dc\uc758 \ub0a0\uc528\ub294 \ub9d1\uc74c\uc73c\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4
weatherSunFor=\u00a77{0} \ucd08\uac04 \ub2f9\uc2e0\uc774 \uc788\ub294 \uc6d4\ub4dc\ub294 \ub9d1\uc74c\uc73c\ub85c \uc720\uc9c0\ub429\ub2c8\ub2e4.
warpingTo=\u00a7c{0}\u00a76\uc73c\ub85c \uc6cc\ud504\ud569\ub2c8\ub2e4.
warps=\u00a76\uc6cc\ud504 \ub9ac\uc2a4\ud2b8\:\u00a7r {0}
warpsCount=\u00a76\ud604\uc7ac\u00a7c {0} \u00a76\uac1c\uc758 \uc6cc\ud504\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0 \u00a7c{1}\u00a76/\u00a7c{2}\u00a76.
weatherStorm=\u00a76{0}\uc758 \ub0a0\uc528\uac00 \ud3ed\ud48d\uc73c\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4
weatherStormFor=\u00a76{0}\u00a76\uc758 \ub0a0\uc528\uac00 {1}\u00a76\ucd08\uac04 \ucc9c\ub465\ubc88\uac1c\ub85c \uc124\uc815\ub429\ub2c8\ub2e4.
weatherSun=\u00a76{0}\u00a76\uc758 \ub0a0\uc528\uac00 \ub9d1\uc74c\uc73c\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
weatherSunFor=\u00a77{0}\ucd08\uac04 \ub2f9\uc2e0\uc774 \uc788\ub294 \uc6d4\ub4dc\ub294 \ub9d1\uac8c \uc720\uc9c0\ub429\ub2c8\ub2e4.
whoisAFK=\u00a76 - \uc7a0\uc218\:\u00a7r {0}
whoisBanned=\u00a76 - \ubc34\:\u00a7r {0}
whoisBanned=\u00a76 - \ucc28\ub2e8\:\u00a7r {0}
whoisExp=\u00a76 - \uacbd\ud5d8\uce58\:\u00a7r {0} (Level {1})
whoisFly=\u00a76 - \ube44\ud589 \ubaa8\ub4dc\:\u00a7r {0} ({1})
whoisGamemode=\u00a76 - \uac8c\uc784\ubaa8\ub4dc\:\u00a7r {0}
whoisGeoLocation=\u00a79 - \uc88c\ud45c\: {0}
whoisGod=\u00a76 - \uc2e0\uc758 \ubaa8\ub4dc\:\u00a7r {0}
whoisHealth=\u00a79 - \uccb4\ub825\: {0}/20
whoisIPAddress=\u00a79 - IP \uc8fc\uc18c\: {0}
whoisGeoLocation=\u00a76 - \uc704\uce58\: \u00a7r{0}
whoisGod=\u00a76 - \ubb34\uc801 \ubaa8\ub4dc\:\u00a7r {0}
whoisHealth=\u00a76 - \uccb4\ub825\:\u00a7r {0}/20
whoisIPAddress=\u00a76 - \uc544\uc774\ud53c\:\u00a7r {0}
whoisJail=\u00a76 - \uac10\uc625\:\u00a7r {0}
whoisLocation=\u00a79 - \ud604\uc7ac \uc704\uce58\: ({0}, {1}, {2}, {3})
whoisLocation=\u00a76 - \uc704\uce58\: \u00a7r({0}, {1}, {2}, {3})
whoisMoney=\u00a79 - \uc794\uc561\: {0}
whoisMuted=\u00a76 - \ucc44\ud305\uae08\uc9c0\:\u00a7r {0}
whoisMuted=\u00a76 - \ucc44\ud305 \uae08\uc9c0\:\u00a7r {0}
whoisNick=\u00a76 - \ub2c9\ub124\uc784\:\u00a7r {0}
whoisOp=\u00a76 - \uad00\ub9ac\uc790\:\u00a7r {0}
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\=
worth=\u00a77\ubb49\uccd0\uc9c4 \uc544\uc774\ud15c\uc758 \uac00\uce58\ub294 {0} \uc785\ub2c8\ub2e4. \u00a7c{1}\u00a77 ({2} \uc544\uc774\ud15c 1\uac1c\uc758 \uac00\uce58\ub294 {3} \uc785\ub2c8\ub2e4.)
worth=\u00a7a{0} {2}\uac1c\uc758 \uac00\uaca9\uc740 \u00a7c{1}\u00a7a \uc785\ub2c8\ub2e4. (\uc544\uc774\ud15c 1\uac1c\uc758 \uac00\uaca9\uc740 {3} \uc785\ub2c8\ub2e4.)
worthMeta=\u00a77\uacb9\uccd0\uc9c4 {0}\:{1} \ub294 \u00a7c{2}\uc758 \uac00\uce58\uac00 \uc788\uc501\ub2c8\ub2e4.\u00a77 (\uc544\uc774\ud15c {3}\ub294 \uac01 {4} \ub9cc\ud07c\uc758 \uac00\uce58)
worthSet=\uac00\uce58 \ubc0f \uac12 \uc124\uc815
year=\ub144(\ub144\ub3c4)
years=\ub144
youAreHealed=\u00a77\ub2f9\uc2e0\uc740 \uce58\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
youHaveNewMail=\u00a7c\ub2f9\uc2e0\uc740 {0}\uac1c \ub9cc\ud07c\uc758 \uba54\uc77c\uc744 \uac00\uc9c0\uace0\uc788\uc2b5\ub2c8\ub2e4. \u00a77/mail read\u00a7f \uba85\ub839\uc5b4\ub97c \ud1b5\ud574 \uba54\uc77c\uc744 \ud655\uc778\ud574\uc8fc\uc138\uc694.
whoisHunger=\u00a76 - \ubc30\uace0\ud514\:\u00a7r {0}/20 (+{1} saturation)
youHaveNewMail=\u00a76\ub2f9\uc2e0\uc740 \u00a7c{0}\u00a76\uac1c\uc758 \uba54\uc77c\uc774 \uc788\uc2b5\ub2c8\ub2e4. \u00a7c/mail read\u00a76 \uba85\ub839\uc5b4\ub97c \ud1b5\ud574 \uba54\uc77c\uc744 \ud655\uc778\ud574\uc8fc\uc138\uc694.
whoisHunger=\u00a76 - \ubc30\uace0\ud514\:\u00a7r {0}/20 (+{1} \ucd94\uac00 \uccb4\ub825)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost.
noKitGroup=\u00a74\ub2f9\uc2e0\uc740 \uc774 \uacf5\uad6c\uc5d0 \ub300\ud558\uc5ec \uc811\uadfc \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
noKitGroup=\u00a74\ub2f9\uc2e0\uc740 \uc774 \ud0b7\uc5d0 \ub300\ud558\uc5ec \uc811\uadfc \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
inventoryClearingFromAll=\u00a76\ubaa8\ub4e0 \uc720\uc800\uc758 \uc778\ubca4\ud1a0\ub9ac\uac00 \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.
inventoryClearingAllItems=\u00a76{0}\uc758 \ubaa8\ub4e0 \uc778\ubca4\ud1a0\ub9ac \uc544\uc774\ud15c\uc744 \uc81c\uac70\ud588\uc2b5\ub2c8\ub2e4.
inventoryClearingAllArmor=\u00a76{0}\uc758 \uac11\uc637\uc744 \ud3ec\ud568\ud55c \ubaa8\ub4e0 \uc778\ubca4\ud1a0\ub9ac\uc758 \uc544\uc774\ud15c\uc744 \uc81c\uac70\ud588\uc2b5\ub2c8\ub2e4.
@@ -524,26 +507,34 @@ totalSellableBlocks=\u00a7aThe total worth of all sellable blocks is \u00a7c{1}\
radiusTooBig=\u00a74\ubc94\uc704\uac00 \ub108\ubb34 \ud07d\ub2c8\ub2e4\! \ucd5c\ub300 \ubc94\uc704\ub294 {0}\uc785\ub2c8\ub2e4.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76\ub294 \ucc28\ub2e8 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
mobDataList=\u00a76Valid mob data\:\u00a7r {0}
vanish=\u00a76Vanish for {0}\u00a76\: {1}
vanish=\u00a76{0}\u00a76\ub2d8\uc758 \uc0ac\ub77c\uc9c0\uae30\uac00 {1}.
noLocationFound=\u00a74\uc62c\ubc14\ub978 \uc704\uce58\ub97c \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74You may not ban offline players.
tempbanExemptOffline=\u00a74You may not tempban offline players.
mayNotJailOffline=\u00a74\uc624\ud504\ub77c\uc778 \ud50c\ub808\uc774\uc5b4\ub97c \uac10\uc625\uc5d0 \ubcf4\ub0bc \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
banExemptOffline=\u00a74\ub2f9\uc2e0\uc740 \uc811\uc18d\uc911\uc774\uc9c0 \uc54a\uc740 \ud50c\ub808\uc774\uc5b4\ub97c \ucc28\ub2e8\uc2dc\ud0ac \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
tempbanExemptOffline=\u00a74\ub2f9\uc2e0\uc740 \uc811\uc18d\uc911\uc774\uc9c0 \uc54a\uc740 \ud50c\ub808\uc774\uc5b4\ub97c \uc784\uc2dc \ucc28\ub2e8\uc2dc\ud0ac\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
mayNotJailOffline=\u00a74\ub2f9\uc2e0\uc740 \uc811\uc18d\uc911\uc774\uc9c0 \uc54a\uc740 \ud50c\ub808\uc774\uc5b4\ub97c \uac10\uc625\uc5d0 \ubcf4\ub0bc \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
muteExemptOffline=\u00a74\uc624\ud504\ub77c\uc778 \ud50c\ub808\uc774\uc5b4\ub97c \ubc99\uc5b4\ub9ac\ub85c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
ignoreExempt=\u00a74You can not ignore that player.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
ignoreExempt=\u00a74\ub2f9\uc2e0\uc740 \uc774 \ud50c\ub808\uc774\uc5b4\ub97c \ubb34\uc2dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
unsafeTeleportDestination=\u00a74\ud154\ub808\ud3ec\ud2b8 \ub300\uc0c1\uc774 \uc548\uc804\ud558\uace0 \ud154\ub808\ud3ec\ud2b8\uac00 \uc548\uc804 \ube44\ud65c\uc131\ud654 \ub429\ub2c8\ub2e4.
noMetaJson=JSON \uba54\ud0c0 \ud14c\uc774\ud130\ub294 \uc774 \ubc84\ud0b7 \ubc84\uc804\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
maxMoney=\u00a74 \uc774 \ud2b8\ub79c\uc7ad\uc158\uc774 \uacc4\uc815\uc5d0 \ub300\ud55c \uade0\ud615 \uc81c\ud55c\uc744 \ucd08\uacfc\ud560 \uac83 \uc785\ub2c8\ub2e4.
skullChanged=\u00a76\uba38\ub9ac\uac00 \u00a7c{0}\u00a76 (\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
alphaNames=\u00a74\ud50c\ub808\uc774\uc5b4 \uc774\ub984\uc740 \ubb38\uc790, \uc22b\uc790 \ubc0f \ubc11\uc904\uc758 \uc870\ud569\uc73c\ub85c \uc774\ub8e8\uc5b4 \uc838\uc57c\ub9cc \ud569\ub2c8\ub2e4.
givenSkull=\u00a7c{0}\u00a76\uc758 \uba38\ub9ac\ub97c \uc5bb\uc5c8\uc2b5\ub2c8\ub2e4.
noPermissionSkull=\u00a74\ub2f9\uc2e0\uc740 \uc774 \uba38\ub9ac\ub97c \uc218\uc815\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
teleportInvalidLocation=30000000 \uc774\uc0c1\uc758 \uc88c\ud45c\ub294 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
invalidSkull=\u00a74\ud50c\ub808\uc774\uc5b4\uc758 \uba38\ub9ac\ub97c \ub4dc\uc138\uc694.
weatherInvalidWorld={0}\uc774\ub77c\ub294 \uc6d4\ub4dc\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
gameModeInvalid=\u00a74\ub2f9\uc2e0\uc740 \u00a7c {0}\u00a74\uc744(\ub97c) \ub5a8\uc5b4\ub728\ub9b4 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
mailTooLong=\u00a74\uba54\uc77c \uba54\uc2dc\uc9c0\uac00 \ub108\ubb34 \uae41\ub2c8\ub2e4. \uc601\uc5b4 \uae30\uc900 1000\uc790 \ub97c \ub118\uc9c0 \uc54a\ub3c4\ub85d \ud574\uc8fc\uc138\uc694.
mailDelay=\ub108\ubb34 \ub9ce\uc740 \uc591\uc758 \uc774\uba54\uc77c\uc744 \ubcf4\ub0c8\uc2b5\ub2c8\ub2e4. \ucd5c\ub300\: {0}
seenAccounts=\u00a76\ud50c\ub808\uc774\uc5b4\uac00 \u00a7c{0}&6(\uc73c)\ub85c\ub3c4 \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4.
unableToSpawnItem=\u00a7c{0}\u00a74 \uc744/\ub97c \uc0dd\uc131\uac00\ub2a5\ud55c \uc544\uc774\ud15c\uc774 \uc544\ub2c8\ubbc0\ub85c \uc0dd\uc131\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -6,7 +6,7 @@
action=\u00a75* {0} \u00a75{1}
addedToAccount=\u00a7a{0} buvo prid\u0117ta \u012f j\u016bs\u0173 s\u0105skait\u0105.
addedToOthersAccount=\u00a7a{0} buvo prid\u0117ta \u012f {1}\u00a7a s\u0105skait\u0105. Naujas balansas\: {2}
adventure=nuotiki\u0173
adventure=nuotyki\u0173
alertBroke=broke\:
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} at\: {3}
alertPlaced=placed\:
@@ -20,20 +20,15 @@ antiBuildUse=\u00a74Tu neturi leidimo naudoti\u00a7c {0}\u00a74.
autoAfkKickReason=Tu buvai i\u0161mestas u\u017e b\u016bvim\u0105 AFK daugiau, nei {0} minutes.
backAfterDeath=\u00a76Naudok /back komanda, kad gr\u012f\u017etum \u012f mirties viet\u0105.
backUsageMsg=\u00a76Gr\u012f\u017etama \u012f ankstesn\u0119 viet\u0105.
backupDisabled=\u00a74An external backup script has not been configured.
backupFinished=\u00a76Backup finished.
backupStarted=\u00a76Backup started.
balance=\u00a7aBalansas\:\u00a7c {0}
balanceOther=\u00a7a{0} balansas\:\u00a7c {1}
balanceTop=\u00a76Top balansai ({0})
banExempt=\u00a74Tu negali u\u017eblokuoti \u0161io \u017eaid\u0117jo.
banFormat=\u00a74Banned\:\n\u00a7r{0}
banFormat=\u00a74U\u017eblokuotas\:\n\u00a7r{0}
bed=\u00a7obed\u00a7r
bedMissing=\u00a74Tavo lova yra nenustatyta, nerasta arba u\u017ed\u0117ta blokais.
bedMissing=\u00a74Tavo lova yra nenustatyt\u0105, nerasta arba u\u017ed\u0117ta blokais.
bedNull=\u00a7mlova\u00a7r
bedSet=\u00a76Atsiradimo vieta nustatyta\!
bigTreeFailure=\u00a74Nepavyko sukurti didelio med\u017eio. Pabandyk dar kart\u0105 ant \u017eol\u0117s arba \u017eemi\u0173.
bigTreeSuccess=\u00a76Didelis medis sukurtas.
blockList=\u00a76Essentials perduoda \u0161ias komandas \u012f kit\u0105 \u012fskiep\u012f\:
bookAuthorSet=\u00a76Knygos autorius nustatytas \u012f {0}.
bookLocked=\u00a76\u0160i knyga dabar yra u\u017erakinta.
@@ -53,76 +48,73 @@ chatTypeSpy=[Spy]
cleaned=Userfiles Cleaned.
cleaning=Cleaning userfiles.
commandFailed=Komanda {0} nepavyko\:
commandHelpFailedForPlugin=Error getting help for plugin\: {0}
commandNotLoaded=\u00a74Command {0} is improperly loaded.
compassBearing=\u00a76Bearing\: {0} ({1} degrees).
configFileMoveError=Failed to move config.yml to backup location.
configFileRenameError=Nepavyko pervadinti laikino failo i config.yml.
connectedPlayers=\u00a76Prisijunge zaidejai\u00a7r
configFileRenameError=Nepavyko pervadinti laikino failo \u012f config.yml.
connectedPlayers=\u00a76Prisijung\u0119 \u017eaid\u0117jai\u00a7r
connectionFailed=Failed to open connection.
cooldownWithMessage=\u00a74Cooldown\: {0}
corruptNodeInConfig=\u00a74Notice\: Your configuration file has a corrupt {0} node.
couldNotFindTemplate=\u00a74Could not find template {0}
creatingConfigFromTemplate=Creating config from template\: {0}
creatingEmptyConfig=Kuriama tuscia konfiguracija\: {0}
creative=kurybinis
creative=k\u016brybinis
currency={0}{1}
currentWorld=\u00a76Dabartinis pasaulis\:\u00a7c {0}
day=diena
days=dienos
defaultBanReason=Jus buvote uzblokuotas\!
defaultBanReason=J\u016bs buvote u\u017eblokuotas\!
deleteFileError=Nepavyksta panaikinti failo\: {0}
deleteHome=\u00a76Namas\u00a7c {0} \u00a76buvo istrintas.
deleteJail=\u00a76Kalejimas\u00a7c {0} \u00a76buvo panaikintas.
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76buvo istrintas.
deleteHome=\u00a76Namas\u00a7c {0} \u00a76buvo i\u0161trintas.
deleteJail=\u00a76Kal\u0117jimas\u00a7c {0} \u00a76buvo panaikintas.
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76buvo i\u0161trintas.
deniedAccessCommand=\u00a7c{0} \u00a74was denied access to command.
denyBookEdit=\u00a74 Tu negali atrakinti sia knyga.
denyBookEdit=\u00a74 Tu negali atrakinti \u0161i\u0105 knyg\u0105.
denyChangeAuthor=\u00a74Tu negali pakeisti \u0161ios knygos autoriaus.
denyChangeTitle=\u00a74Tu negali pakeisti sios knygos pavadinimo.
depth=\u00a76Tu esi juros lygyje.
depthAboveSea=\u00a76Tu esi\u00a7c {0} \u00a76blokais-(u) vir\u0161 juros lygio.
depthAboveSea=\u00a76Esi\u00a7c {0}\u00a76m vir\u0161 j\u016bros lygio.
depthBelowSea=\u00a76Tu esi\u00a7c {0} \u00a76blokais-(u) zemiau juros lygio.
destinationNotSet=Destinacija nenustatyta\!
disableUnlimited=\u00a76Disabled unlimited placing of\u00a7c {0} \u00a76for {1}.
disabled=disabled
destinationNotSet=Paskirties vieta nenustatyta\!
disabled=i\u0161jungta
disabledToSpawnMob=\u00a74Spawning this mob was disabled in the config file.
distance=\u00a76Distance\: {0}
dontMoveMessage=\u00a76Teleportacija prasides po\u00a7c {0}\u00a76. Nejudekite.
downloadingGeoIp=Siunciama GeoIP databaze... tai gali siek tiek uztrukti (Kaime\: 0.6 MB, Mieste\: 20MB)
dontMoveMessage=\u00a76Teleportacija prasid\u0117s po\u00a7c {0}\u00a76. Nejud\u0117kite.
downloadingGeoIp=Siun\u010diama GeoIP databaze... tai gali \u0161iek tiek u\u017etrukti (Kaime\: 0.6 MB, Mieste\: 20MB)
duplicatedUserdata=Duplicated userdata\: {0} and {1}.
durability=\u00a76This tool has \u00a7c{0}\u00a76 uses left
editBookContents=\u00a7eTu dabar gali redaguoti sios knygos turini.
enableUnlimited=\u00a76Giving unlimited amount of\u00a7c {0} \u00a76to {1}.
enabled=enabled
editBookContents=\u00a7eTu dabar gali redaguoti \u0161ios knygos turin\u012f.
enabled=\u012fjungtas
enchantmentApplied=\u00a76The enchantment\u00a7c {0} \u00a76has been applied to your item in hand.
enchantmentNotFound=\u00a74Enchantment not found\!
enchantmentPerm=\u00a74Tu neturi teisiu\u00a7c {0}\u00a74.
enchantmentPerm=\u00a74Tu neturi teis\u0117s\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76The enchantment\u00a7c {0} \u00a76has been removed from your item in hand.
enchantments=\u00a76Enchantments\:\u00a7r {0}
errorCallingCommand=Error calling command /{0}
errorWithMessage=\u00a7cKlaida\:\u00a74 {0}
essentialsHelp1=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, go to http\://tiny.cc/EssentialsChat
essentialsHelp2=The file is broken and Essentials can''t open it. Essentials is now disabled. If you can''t fix the file yourself, either type /essentialshelp in game or go to http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials Reloaded\u00a7c {0}
essentialsReload=\u00a76Essentials perkrautas\u00a7c {0}.
exp=\u00a7c{0} \u00a76has\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) and needs\u00a7c {3} \u00a76more exp to level up.
expSet=\u00a7c{0} \u00a76now has\u00a7c {1} \u00a76exp.
extinguish=\u00a76You extinguished yourself.
expSet=\u00a7c{0} \u00a76dabar turi\u00a7c {1} \u00a76exp.
extinguish=Tu u\u017egesinai save.
extinguishOthers=\u00a76You extinguished {0}\u00a76.
failedToCloseConfig=Failed to close config {0}.
failedToCreateConfig=Failed to create config {0}.
failedToWriteConfig=Failed to write config {0}.
false=\u00a74false\u00a7r
feed=\u00a76Tavo apetitas buvo pasotintas.
feedOther=\u00a76Tu pasotinai\u00a76 {0}.
feedOther=\u00a76Tu pasisotinai \u00a7c{0}\u00a76.
fileRenameError=Nepavyko pervadinti {0} failo\!
fireworkColor=\u00a74Invalid firework charge parameters inserted, must set a color first.
fireworkEffectsCleared=\u00a76Removed all effects from held stack.
fireworkSyntax=\u00a76Fejeverku parametrai\:\u00a7c spalva\:<color> [nykimas\:<color>] [forma\:<shape>] [efektas\:<effect>]\n\u00a76Norint naudoti daug spalvu/efektu, atskirkites reiksmes kableliais\: \u00a7cred,blue,pink ir t.t\n\u00a76Formos\:\u00a7c star, ball, large, creeper, burst \u00a76Efektai\:\u00a7c trail, twinkle.
flyMode=\u00a76Set fly mode\u00a7c {0} \u00a76for {1}\u00a76.
flying=flying
foreverAlone=\u00a74Tu neturi kam atrasyti.
fireworkSyntax=\u00a76Fejeverk\u0173 parametrai\:\u00a7c spalva\:<color> [nykimas\:<color>] [forma\:<shape>] [efektas\:<effect>]\n\u00a76Norint naudoti daug spalv\u0173/efekt\u0173, atskirkit\u0117s reiksm\u0117s kableliais\: \u00a7cred,blue,pink ir t.t\n\u00a76Formos\:\u00a7c star, ball, large, creeper, burst \u00a76Efektai\:\u00a7c trail, twinkle.
flyMode=\u00a76Nustatytas fly r\u0117\u017eimas\u00a7c {0} \u00a76 {1}\u00a76.
flying=skrenda
foreverAlone=\u00a74Tu neturi kam atra\u0161yti.
fullStack=\u00a74Tu turi pilna stacka.
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for {1}\u00a76.
gameMode=\u00a76\u017daid\u0117jo \u00a7c{1} \u00a76r\u0117\u017eimas buvo nustatytas \u012f \u00a7c{0}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities, \u00a7c{4}\u00a76 tiles.
gcfree=\u00a76Free memory\:\u00a7c {0} MB.
gcmax=\u00a76Maximum memory\:\u00a7c {0} MB.
@@ -131,27 +123,22 @@ geoIpUrlEmpty=GeoIP download url is empty.
geoIpUrlInvalid=GeoIP download url is invalid.
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}
godDisabledFor=\u00a7ci\u0161jungta\u00a76 u\u017e\u00a7c {0}
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
godMode=\u00a76God mode\u00a7c {0}\u00a76.
godMode=\u00a76Dievo r\u0117\u017eimas\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74There''s no one online in this group\!
groupNumber=\u00a7c{0}\u00a7f prisijungusiu, pilnas sarasas\:\u00a7c /{1} {2}
hatArmor=\u00a74Tu negali naudoti sio daikto kaip kepures\!
groupNumber=\u00a7c{0}\u00a7f prisijungusi\u0173, pilnas s\u0105ra\u0161as\:\u00a7c /{1} {2}
hatArmor=\u00a74Tu negali naudoti \u0161io daikto kaip kepur\u0117s\!
hatEmpty=\u00a74Tu nedevi kepures.
hatFail=\u00a74Tu turi kazka tureti savo rankose.
hatFail=\u00a74Tu turi ka\u017ek\u0105 tur\u0117ti savo rankose.
hatPlaced=\u00a76Megaukis savo nauja kepure\!
hatRemoved=\u00a76Tavo kepure buvo nuimta.
haveBeenReleased=\u00a76Tu buvai paleistas.
heal=\u00a76Tu buvai pagydytas.
healDead=\u00a74Tu negali gydyti negyvu zmoniu\!
healDead=\u00a74Tu negali gydyti negyv\u0173 \u017emoni\u0173\!
healOther=\u00a76Pagydei\u00a7c {0}\u00a76.
helpConsole=Kad matyti pagalba konsoleje rasykite ?.
helpFrom=\u00a76Commands from {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Commands matching "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugino pagalba\: /help {1}
holdBook=\u00a74Tu nelaikai rankose knygos kurioje butu galima rasyti.
holdBook=\u00a74Tu nelaikai rankose knygos, kurioje b\u016bt\u0173 galima ra\u0161yti.
holdFirework=\u00a74Tu turi laikyti fejerverk\u0105, kad suteiktum efekt\u0173.
holdPotion=\u00a74You must be holding a potion to apply effects to it.
holeInFloor=\u00a74Hole in floor\!
@@ -160,7 +147,7 @@ homes=\u00a76Namai\:\u00a7r {0}
hour=valanda
hours=valandos
ignoredList=\u00a76Ignoruoji\:\u00a7r {0}
ignorePlayer=\u00a76Nuo dabar tu ignoruoji\u00a7c {0} \u00a76zaideja.
ignorePlayer=\u00a76Nuo dabar tu ignoruoji\u00a7c {0} \u00a76\u017eaid\u0117j\u0105.
illegalDate=Neleistinas datos formatas.
infoChapter=\u00a76Select chapter\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Puslapis \u00a7c{1}\u00a76 is \u00a7c{2} \u00a7e----
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Puslapis \u00a7c{0}\u00a76/\u
infoUnknownChapter=\u00a74Unknown chapter.
insufficientFunds=\u00a74Insufficient funds available.
invalidCharge=\u00a74Invalid charge.
invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74Pasirinkimas \u00a7c{0} \u00a74n\u0117ra galimas \u00a7c{1}\u00a74.
invalidHome=\u00a74Namas\u00a7c {0} \u00a74neegzistuoja\!
invalidHomeName=\u00a74Neteisingas namo pavadinimas\!
invalidMob=\u00a74Invalid mob type.
invalidMob=Neteisingas tipas.
invalidNumber=Invalid Number.
invalidPotion=\u00a74Invalid Potion.
invalidPotionMeta=\u00a74Invalid potion meta\: \u00a7c{0}\u00a74.
@@ -179,132 +166,131 @@ invalidSignLine=\u00a74Line\u00a7c {0} \u00a74on sign is invalid.
invalidWarpName=\u00a74Neteisingas warp pavadinimas\!
invalidWorld=\u00a74Invalid world.
is=is
itemCannotBeSold=\u00a74Sis daiktas negali buti parduotas serveryje.
itemCannotBeSold=\u00a74\u0160is daiktas negali b\u016bti parduotas serveryje.
itemMustBeStacked=\u00a74Daiktas turi buti parduotas po 1 stack.
itemNames=\u00a76Daikt\u0173 trumpi pavadinimai\:\u00a7r {0}
itemNotEnough1=\u00a74Tu neturi pakankamai daiktu pardavimui.
itemNotEnough2=\u00a76Jeigu nor\u0117jai parduoti visus savo \u0161ios r\u016b\u0161ies daiktus, naudok /sell daikto pavadinimas.
itemNotEnough3=\u00a76/sell itemname -1 will sell all but one item, etc.
itemSellAir=Tikrai bandei parduoti or\u0105? Paimk daikt\u0105 \u012f rank\u0105.
itemSold=\u00a7aSold for \u00a7c{0} \u00a7a({1} {2} at {3} each).
itemSold=\u00a7aParduota po \u00a7c{0} \u00a7a({1} {2} uz {3} kiekviena).
itemSoldConsole=\u00a7a{0} \u00a7asold {1} for \u00a7a{2} \u00a7a({3} items at {4} each).
itemSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1}
itemType=\u00a76Item\:\u00a7c {0} \u00a76-\u00a7c {1}
itemsCsvNotLoaded=Nepavyko uzkrauti items.csv\!
jailAlreadyIncarcerated=\u00a74Zaidejas jau yra kalejime\:\u00a7c {0}
jailMessage=\u00a74Padarei nusikaltima, laikas atpirkti nuodemes.
jailNotExist=\u00a74Sis kalejimas neegzistuoja.
jailReleased=\u00a76Zaidejas \u00a7c{0}\u00a76 buvo islaisvintas.
itemsCsvNotLoaded=Nepavyko u\u017ekrauti items.csv\!
jailAlreadyIncarcerated=\u00a74\u017daid\u0117jas jau yra kal\u0117jime\:\u00a7c {0}
jailMessage=\u00a74Padarei nusikaltim\u0105, laikas atpirkti nuod\u0117mes.
jailNotExist=\u00a74\u0160is kal\u0117jimas neegzistuoja.
jailReleased=\u00a76\u017daid\u0117jas \u00a7c{0}\u00a76 buvo i\u0161laisvintas.
jailReleasedPlayerNotify=\u00a76Tu buvai paleistas\!
jailSentenceExtended=\u00a76Kalejimo laikas pratestas iki\: {0}
jailSet=\u00a76Jail\u00a7c {0} \u00a76has been set.
jailSentenceExtended=\u00a76Kal\u0117jimo laikas prat\u0119stas iki\: {0}
jailSet=\u00a76Kal\u0117jimas\u00a7c {0} \u00a76buvo nustatytas.
jumpError=\u00a74That would hurt your computer''s brain.
kickDefault=Isspirtas is serverio.
kickExempt=\u00a74Tu negali ismesti sio zaidejo.
kickedAll=\u00a74Visi zaidejai buvo ismesti is serverio.
kill=\u00a76Nuzudytas\u00a7c {0}\u00a76.
killExempt=\u00a74Tu negali nuzudyti {0}
kickExempt=\u00a74Tu negali i\u0161mesti \u0161io \u017eaid\u0117jo.
kickedAll=\u00a74Visi \u017eaid\u0117jai buvo i\u0161mesti i\u0161 serverio.
kill=\u00a76Nu\u017eudytas\u00a7c {0}\u00a76.
killExempt=\u00a74Negalite nu\u017eudyti \u017eaid\u0117jo \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Sis kit neegzistuoja. Susisiekite su administracija.
kitError=\u00a74Nera nei vieno kit.
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to {1}\u00a7.
kitInvFull=\u00a74Tavo inventorius pilnas, kit ismetamas ant grindu.
kitNotFound=\u00a74Toks kit neegzistuoja.
kitOnce=\u00a74Tu negali naudoti sio kit kol kas.
kitReceive=\u00a76Paemiai\u00a7c {0} kit\u00a76.
kitTimed=\u00a74Tu negali dar naudoti sio kit dar\u00a7c {0}\u00a74.
kits=\u00a76Kits\:\u00a7r {0}
kitError2=\u00a74\u0160is rinkinys neegzistuoja. Susisiekite su administracija.
kitError=\u00a74N\u0117ra nei vieno rinkinio.
kitGiveTo=\u00a76Duodamas rinkinys\u00a7c {0}\u00a76 \u017eaid\u0117jui \u00a7c{1}\u00a76.
kitInvFull=\u00a74Tavo inventorius pilnas, rinkinys i\u0161metamas ant grind\u0173.
kitNotFound=\u00a74Toks rinkinys neegzistuoja.
kitOnce=\u00a74Tu negali naudoti \u0161io rinkinio kol kas.
kitReceive=\u00a76Pa\u0117miai\u00a7c {0} rinkin\u012f\u00a76.
kitTimed=\u00a74Tu negali dar naudoti \u0161io rinkinio dar\u00a7c {0}\u00a74.
kits=\u00a76Rinkiniai\:\u00a7r {0}
leatherSyntax=\u00a76Leather Color Syntax\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
lightningSmited=\u00a76Thou hast been smitten\!
lightningUse=\u00a76Smiting\u00a7c {0}
listAfkTag=\u00a77[AFK]\u00a7r
listAmount=\u00a76Dabar yra \u00a7c{0}\u00a76 is \u00a7c{1}\u00a76 zaideju prisijungusiu.
listAmountHidden=\u00a76Dabar yra \u00a7c{0}\u00a76/{1}\u00a76 is maksimumo \u00a7c{2}\u00a76 zaideju prisijunge.
listAmountHidden=\u00a76Dabar yra \u00a7c{0}\u00a76/{1}\u00a76 i\u0161 maksimumo \u00a7c{2}\u00a76 \u017eaid\u0117j\u0173 prisijung\u0119.
listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[HIDDEN]\u00a7r
loadWarpError=\u00a74Nepavyko uzkrauti warp {0}.
loadWarpError=\u00a74Nepavyko u\u017ekrauti warp {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76Norint pazymet, kad laiskus perskaitei, rasyk\u00a7c /mail clear.
mailCleared=\u00a76Laiskai isvalyti\!
mailSent=\u00a76Laiskas issiustas\!
markMailAsRead=\u00a76Norint pazymet, kad laiskus perskaitei, rasyk\u00a7c /mail clear.
markedAsAway=\u00a76Tu buvai pazymetas, jog esi AFK.
markedAsNotAway=\u00a76Tu buvai pazymetas, jog daugiau nebesi AFK.
matchingIPAddress=\u00a76The following players previously logged in from that IP address\:
mailClear=\u00a76Norint pa\u017eym\u0117ti lai\u0161kus skaitytais, ra\u0161ykite\u00a7c /mail clear\u00a76.
mailCleared=\u00a76Lai\u0161kai i\u0161valyti\!
mailSent=\u00a76Lai\u0161kas i\u0161si\u0173stas\!
markMailAsRead=\u00a76Norint pa\u017eym\u0117ti lai\u0161kus skaitytais, ra\u0161ykite\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76Tu buvai pa\u017eym\u0117tas, jog esi AFK.
markedAsNotAway=\u00a76Tu buvai pa\u017eym\u0117tas, jog daugiau nebesi AFK.
matchingIPAddress=\u00a76\u0160ie \u017eaid\u0117jai anks\u010diau prisijungti i\u0161 \u0161io IP adreso\:
maxHomes=\u00a74Tu negali nustatyti daugiau nei\u00a7c {0} \u00a74namus.
mayNotJail=\u00a74Tu negali ikalinti si zmogu\!
me=me
minute=minute
minutes=minutes
missingItems=\u00a74You do not have {0}x {1}.
mobSpawnError=\u00a74Klaida keiciant mob spawneri.
mayNotJail=\u00a74Tu negali \u012fkalinti \u0161\u012f \u017emog\u0173\!
me=a\u0161
minute=minut\u0117
minutes=minut\u0117s
missingItems=\u00a74Tu neturi \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74Klaida kei\u010diant gyv\u016bn\u0173 spawneri.
mobSpawnLimit=Mob quantity limited to server limit.
mobSpawnTarget=\u00a74Privalai ziureti i mob spawneri.
mobsAvailable=\u00a76Mobs\:\u00a7r {0}
moneyRecievedFrom=\u00a7aGavai{0} is {1}.
moneySentTo=\u00a7aNusiuntei{0} zaidejui\: {1}.
month=menesis
months=menesiai
moreThanZero=\u00a74Kiekiai turi buti didesni uz 0.
moveSpeed=\u00a76Set {0} speed to\u00a7c {1} \u00a76for {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
mobSpawnTarget=\u00a74Privalai \u017ei\u016br\u0117ti \u012f gyv\u016bn\u0173 spawneri.
mobsAvailable=\u00a76Gyv\u016bnai\:\u00a7r {0}
moneyRecievedFrom=\u00a7aGavai{0} i\u0161 {1}.
moneySentTo=\u00a7aNusiuntei{0} \u017eaid\u0117jui\: {1}.
month=m\u0117nesis
months=m\u0117nesiai
moreThanZero=\u00a74Kiekiai turi b\u016bti didesni u\u017e 0.
moveSpeed=\u00a76Nustatytas\u00a7c {0} \u00a76greitis \u00a7c{1} \u00a76\u017eaid\u0117jui \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74You cannot apply more than one charge to this firework.
multiplePotionEffects=\u00a74You cannot apply more than one effect to this potion.
muteExempt=\u00a74Tu negali uztildyti sio zaidejo.
muteNotify=\u00a7c{0} \u00a76uztilde \u00a7c{1}\u00a76.
mutedPlayer=\u00a76Zaidejas\u00a7c {0} \u00a76buvo uztildytas.
mutedPlayerFor=\u00a76Zaidejas\u00a7c {0} \u00a76buvo uztildytas\u00a7c {1}\u00a76.
mutedUserSpeaks={0} bande rasyti, bet yra uztildytas.
nearbyPlayers=\u00a76Zaidejai netoliese\:\u00a7r {0}
negativeBalanceError=\u00a74Vartotojas negali tureti neigiamo balanso.
muteExempt=\u00a74Tu negali u\u017etildyti \u0161io \u017eaid\u0117jo.
muteNotify=\u00a7c{0} \u00a76U\u017etild\u0117 \u00a7c{1}\u00a76.
mutedPlayer=\u00a76\u017daid\u0117jas\u00a7c {0} \u00a76buvo u\u017etildytas.
mutedPlayerFor=\u00a76\u017daid\u0117jas\u00a7c {0} \u00a76buvo u\u017etildytas\u00a7c {1}\u00a76.
mutedUserSpeaks={0} band\u0117 ra\u0161yti, bet yra u\u017etildytas.
nearbyPlayers=\u00a76\u017daid\u0117jai netoliese\:\u00a7r {0}
negativeBalanceError=\u00a74Vartotojas negali tur\u0117ti neigiamo balanso.
nickChanged=\u00a76Slapyvardis pakeistas.
nickDisplayName=\u00a74You have to enable change-displayname in Essentials config.
nickInUse=\u00a74Toks vardas jau naudojamas.
nickNamesAlpha=\u00a74Slapyvardi turi sudaryti tik raidziai arba skaitmenys.
nickNamesAlpha=\u00a74Slapyvardi turi sudaryti tik raid\u0117s arba skaitmenys.
nickNoMore=\u00a76Tu daugiau nebeturi slapyvardzio.
nickSet=\u00a76Tavo slapyvardis dabar yra \u00a7c{0}
nickTooLong=\u00a74Sitas slapyvardis yra per ilgas.
noAccessCommand=\u00a74Tu neturi teisiu siai komandai.
noAccessPermission=\u00a74Tu neturi teisiu {0}.
nickSet=\u00a76Tavo slapyvardis dabar yra \u00a7c{0}\u00a76.
nickTooLong=\u00a74\u0160itas slapyvardis yra per ilgas.
noAccessCommand=\u00a74Tu neturi teisi\u0173 \u0161iai komandai.
noAccessPermission=\u00a74J\u016bs neturite leidimo prieiti prie \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74Tu negali sunaikinti bedrock.
noDestroyPermission=\u00a74You do not have permission to destroy that {0}.
noDestroyPermission=\u00a74J\u016bs neturite teis\u0117s sugriauti \u00a7c{0}\u00a74.
noDurability=\u00a74This item does not have a durability.
noGodWorldWarning=\u00a74Warning\! God mode in this world disabled.
noHelpFound=\u00a74No matching commands.
noHomeSetPlayer=\u00a76Zaidejas nera nusistates namu.
noHomeSetPlayer=\u00a76\u017daid\u0117jas n\u0117ra nusistat\u0119s nam\u0173.
noIgnored=\u00a76Tu nieko neignoruoji.
noKitPermission=\u00a74Tau reikia \u00a7c{0}\u00a74 teises, kad naudotum si kit.
noKits=\u00a76Nera galimu kit dabar.
noMail=\u00a76Tu neturi jokiu laisku.
noMatchingPlayers=\u00a76Zaidejai nebuvo rasti.
noKitPermission=\u00a74Tau reikia \u00a7c{0}\u00a74 teis\u0117s, kad naudotum \u0161\u012f rinkin\u012f.
noKits=\u00a76N\u0117ra galim\u0173 rinkini\u0173 dabar.
noMail=\u00a76Tu neturi joki\u0173 lai\u0161k\u0173.
noMatchingPlayers=\u00a76\u017daid\u0117jai nebuvo rasti.
noMetaFirework=\u00a74You do not have permission to apply firework meta.
noMetaPerm=\u00a74You do not have permission to apply \u00a7c{0}\u00a74 meta to this item.
noNewMail=\u00a76Tu neturi nauju laisku.
noPendingRequest=\u00a74You do not have a pending request.
noPerm=\u00a74Tu neturi \u00a7c{0}\u00a74 teises.
noNewMail=\u00a76Tu neturi nauj\u0173 lai\u0161k\u0173.
noPendingRequest=\u00a74J\u016bs neturite laukian\u010di\u0105 u\u017eklaus\u0105.
noPerm=\u00a74Tu neturi \u00a7c{0}\u00a74 teis\u0117s.
noPermToSpawnMob=\u00a74You don''t have permission to spawn this mob.
noPlacePermission=\u00a74Tu neturi teisiu padeti blockus salia sign.
noPlacePermission=\u00a74Tu neturi teisi\u0173 pad\u0117ti blokus \u0161alia lentel\u0117s.
noPotionEffectPerm=\u00a74You do not have permission to apply potion effect \u00a7c{0} \u00a74to this potion.
noPowerTools=\u00a76You have no power tools assigned.
noWarpsDefined=\u00a76Jokie warps neegzistuoja.
none=none
notAllowedToQuestion=\u00a74You are not authorized to use question.
none=niekas
notAllowedToQuestion=\u00a74J\u016bs nesate \u012fgaliotas naudotis klausim\u0105.
notAllowedToShout=\u00a74You are not authorized to shout.
notEnoughExperience=\u00a74Tu turi per mazai patirties.
notEnoughExperience=\u00a74Tu turi per ma\u017eai patirties.
notEnoughMoney=\u00a74Tu neturi pakankamai lesu.
notFlying=not flying
notFlying=neskrendi
notRecommendedBukkit=\u00a74* \! * Bukkit version is not the recommended build for Essentials.
notSupportedYet=Not supported yet.
nothingInHand=Tu nieko neturi savo rankose.
now=now
now=dabar
nuke=\u00a75May death rain upon them.
numberRequired=A number goes there, silly.
numberRequired=Numeris eina ten.
onlyDayNight=Naudojimas\: /time \u00a72day/night.
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (397\:3).
onlyPlayers=\u00a74Only in-game players can use {0}.
onlyPlayerSkulls=\u00a74Savinink\u0105 galite nustatyti tik ant \u017eaid\u0117jo kaukol\u0117s (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Turite b\u016bti \u017eaidime, jeigu norite naudoti \u00a7c{0}\u00a74.
onlySunStorm=\u00a74Naudojimas\: /weather \u00a72sun/storm.
orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait...
oversizedTempban=\u00a74Tu negali uzblokuoti zaidejo laikinai.
oversizedTempban=\u00a74Tu negali u\u017eblokuoti \u017eaid\u0117jo laikinai.
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
pTimeNormal=\u00a7c{0}\u00a76''s time is normal and matches the server.
@@ -316,50 +302,50 @@ pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pWeatherCurrent=\u00a7c{0}\u00a76''s weather is\u00a7c {1}\u00a76.
pWeatherInvalidAlias=Neteisingas oro tipas
pWeatherNormal=\u00a7c{0}\u00a76''s weather is normal and matches the server.
pWeatherOthersPermission=\u00a74Tu neturi teisiu nustatyti kito zaidejo orus.
pWeatherOthersPermission=\u00a74Tu neturi teisi\u0173 nustatyti kito \u017eaid\u0117jo orus.
pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Teleportacija buvo atsaukta.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1}\u00a76.
playerBanned=\u00a76Zaidejas\u00a7c {0} \u00a76uzblokuotas\u00a7c {1} \u00a76uz {2}.
playerInJail=\u00a74Zaidejas jau yra kalejime\u00a7c {0}\u00a76.
playerJailed=\u00a76Zaidejas\u00a7c {0} \u00a76ikalintas.
playerJailedFor=\u00a76Zaidejas\u00a7c {0} \u00a76pasodintas i kalejima uz{1}.
playerKicked=\u00a76Zaidejas\u00a7c {0} \u00a76ismestas {1} uz {2}.
playerMuted=\u00a76Tu buvai uztildytas\!
playerMutedFor=\u00a76Tu buvai uztildytas uz\u00a7c {0}.
playerNeverOnServer=\u00a74Zaidejas\u00a7c {0} \u00a74niekada nebuvo prisijunges prie sio serverio.
playerNotFound=\u00a74Zaidejas nerastas.
pendingTeleportCancelled=\u00a74Teleportacija buvo at\u0161aukta.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a7c{0} \u00a76u\u017ebanino\u00a7c {1} \u00a76u\u017e \u00a7c{2}\u00a76.
playerInJail=\u00a7c{0}\u00a74 ir taip s\u0117di kaleime.
playerJailed=\u00a76\u017daid\u0117jas\u00a7c {0} \u00a76\u012fkalintas.
playerJailedFor=\u00a76\u017daid\u0117jas\u00a7c {0} \u00a76pasodintas \u012f kal\u0117jim\u0105 u\u017e{1}.
playerKicked=\u00a76\u017daid\u0117jas\u00a7c {0} \u00a76i\u0161mestas {1} u\u017e {2}.
playerMuted=\u00a76Tu buvai u\u017etildytas\!
playerMutedFor=\u00a76Tu buvai u\u017etildytas u\u017e\u00a7c {0}.
playerNeverOnServer=\u00a74\u017daid\u0117jas\u00a7c {0} \u00a74niekada nebuvo prisijung\u0119s prie \u0161io serverio.
playerNotFound=\u00a74\u017daid\u0117jas nerastas.
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP\: {1}.
playerUnbanned=\u00a76Zaidejas\u00a7c {0} \u00a76atblokuotas\u00a7c {1}.
playerUnmuted=\u00a76Tau vel leista kalbeti.
playerUnbanned=\u00a76\u017daid\u0117jas\u00a7c {0} \u00a76atblokuotas\u00a7c {1}.
playerUnmuted=\u00a76Tau v\u0117l leista kalb\u0117ti.
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Head angle)
posX=\u00a76X\: {0} (+East <-> -West)
posY=\u00a76Y\: {0} (+Up <-> -Down)
posYaw=\u00a76Yaw\: {0} (Rotation)
posZ=\u00a76Z\: {0} (+South <-> -North)
possibleWorlds=\u00a76Possible worlds are the numbers 0 through {0}.
potions=\u00a76Potions\:\u00a7r {0}\u00a76.
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potions=\u00a76Aleksyrai\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Command can''t be attached to air.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
powerToolAlreadySet=\u00a74Komanda \u00a7c{0}\u00a74 ir taip priskirta prie \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
powerToolClearAll=\u00a76All powertool commands have been cleared.
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from {1}.
powerToolRemoveAll=\u00a76All commands removed from {0}.
powerToolNoSuchCommandAssigned=\u00a74Komanda \u00a7c{0}\u00a74 n\u0117ra priskirta prie \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Komanda \u00a7c{0}\u00a76 pa\u0161alinta nuo \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Visos komandos pa\u0161alintos nuo \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76All of your power tools have been disabled.
powerToolsEnabled=\u00a76All of your power tools have been enabled.
questionFormat=\u00a72[Question]\u00a7r {0}
readNextPage=\u00a76Rasyk\u00a7c /{0} {1} \u00a76norint perziureti kita puslapi.
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
readNextPage=\u00a76Ra\u0161yk\u00a7c /{0} {1} \u00a76norint per\u017ei\u016br\u0117ti kit\u0105 puslap\u012f.
recipe=\u00a76Receptas u\u017e \u00a7c {0} \u00a76(\u00a7c{2} \u00a7c{1})
recipeBadIndex=There is no recipe by that number.
recipeFurnace=\u00a76Smelt \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76is \u00a7c{1}
recipeFurnace=\u00a76Kepti\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76yra \u00a7c{1}
recipeMore=\u00a76Rasyk /{0} \u00a7c{1}\u00a76 <number> norint pamatyti receptus \u00a7c{2}\u00a76.
recipeNone=No recipes exist for {0}
recipeNothing=nothing
@@ -369,69 +355,70 @@ removed=\u00a76Removed\u00a7c {0} \u00a76entities.
repair=\u00a76Tu sekmingai pataisei\: \u00a7c{0}.
repairAlreadyFixed=\u00a74Sis daiktas nereikalauja pataisymo.
repairEnchanted=\u00a74Tu neturi teisiu taisyti enchanted daiktu.
repairInvalidType=\u00a74Sis daiktas negali buti pataisytas.
repairInvalidType=\u00a74\u0160is daiktas negali b\u016bti pataisytas.
repairNone=\u00a74Tu neturi daiktu, kuriuos reiketu pataisyti.
requestAccepted=\u00a76Teleportacija priimta.
requestAcceptedFrom=\u00a7c{0} \u00a76prieme tavo teleportacijos prasyma.
requestDenied=\u00a76Teleportacijos prasymas atmestas.
requestAcceptedFrom=\u00a7c{0} \u00a76priem\u0117 tavo teleportacijos pra\u0161ym\u0105.
requestDenied=\u00a76Teleportacijos pra\u0161ymas atmestas.
requestDeniedFrom=\u00a7c{0} \u00a76atmete tavo teleportacijos prasyma.
requestSent=\u00a76Prasymas nusiustas\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Teleportacijos prasymas anuliuotas.
requestSent=\u00a76Pra\u0161ymas nusi\u0173stas\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Teleportacijos pra\u0161ymas anuliuotas.
requiredBukkit=\u00a76* \! * You need atleast build {0} of CraftBukkit, download it from http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Balansas buvo nustatytas i \u00a7a{0} \u00a76visiems prisijungusiems zaidejams.
resetBalAll=\u00a76Balansas buvo nustatytas i \u00a7a{0} \u00a76visiems zaidejams.
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: {1}\!
resetBal=\u00a76Balansas buvo nustatytas \u012f \u00a7c{0} \u00a76visiems prisijungusiems \u017eaid\u0117jams.
resetBalAll=\u00a76Balansas buvo nustatytas \u012f \u00a7c{0} \u00a76visiems \u017eaid\u0117jams.
returnPlayerToJailError=\u00a74\u012evyko klaida bandant gra\u017einti \u017eaid\u0117j\u0105\u00a7c {0} \u00a74\u012f kal\u0117jim\u0105 \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Running search for players matching ''\u00a7c{0}\u00a76'' (this could take a little while)
second=sekunde
seconds=sekundes
seenOffline=\u00a76Player\u00a7c {0} \u00a76is \u00a74offline\u00a76 since {1}.
seenOnline=\u00a76Player\u00a7c {0} \u00a76is \u00a7aonline\u00a76 since {1}.
second=sekund\u0117
seconds=sekund\u0117s
seenOffline=\u00a7c{0} \u00a76yra \u00a74atsijung\u0119s\u00a76 nuo \u00a7c{1}\u00a76.
seenOnline=\u00a7c{0} \u00a76yra \u00a7aprisijung\u0119s\u00a76 nuo \u00a7c{1}\u00a76.
serverFull=Serveris yra pilnas\!
serverTotal=\u00a76Server Total\:\u00a7c {0}
serverTotal=\u00a76Server\u012f i\u0161 viso\:\u00a7c {0}
setBal=\u00a7aTavo balansas buvo nustatytas\: {0}.
setBalOthers=\u00a7aYou set {0}\u00a7a''s balance to {1}.
setSpawner=\u00a76Spawnerio tipas buvo pakeistas i\u00a7c {0}
setBalOthers=\u00a7aTu nustatei {0}\u00a7a''s balans\u0105 \u012f {1}.
setSpawner=\u00a76Spawnerio tipas buvo pakeistas \u012f\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Malformed color.
shoutFormat=\u00a76[Shout]\u00a7r {0}
signFormatFail=\u00a74[{0}]
signFormatSuccess=\u00a71[{0}]
signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Tu negali statyti sign cia.
signProtectInvalidLocation=\u00a74Tu negali statyti lentel\u0117s \u010dia.
similarWarpExist=\u00a74A warp with a similar name already exists.
slimeMalformedSize=\u00a74Malformed size.
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74That mob likes to be alone.
spawnSet=\u00a76Spawn location set for group\u00a7c {0}\u00a76.
spawned=spawned
sudoExempt=\u00a74You cannot sudo this user.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} {2}
suicideMessage=\u00a76Viso ziaurus pasauli...
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Viso \u017eiaurus pasauli...
suicideSuccess=\u00a76{0} \u00a76took their own life.
survival=islikimas
takenFromAccount=\u00a7a{0} buvo paimta is tavo balanso.
takenFromOthersAccount=\u00a7a{0} paimta is {1}\u00a7a vartotojo. Naujas balansas\: {2}.
teleportAAll=\u00a76Teleportacijos prasymas nusiustas visiems...
teleportAll=\u00a76Teleportuojami visi zaidejai...
teleportAtoB=\u00a7c{0}\u00a76 nuteleportavo tave pas {1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74yra isjunges teleportacijas.
teleportHereRequest=\u00a7c{0}\u00a76 praso, kad atsiteleportuotum pas juos.
teleportNewPlayerError=\u00a74Nepavyko atiteleportuoti naujo zaidejo\!
teleportRequest=\u00a7c{0}\u00a76 praso, kad galetu pas tave atsiteleportuoti.
teleportRequestTimeoutInfo=\u00a76Prasymas bus anuliuotas po\u00a7c {0} sekundziu\u00a76.
teleportTop=\u00a76Teleportuojama i pati virsu.
survival=i\u0161likimas
takenFromAccount=\u00a7a{0} buvo paimta i\u0161 tavo balanso.
takenFromOthersAccount=\u00a7a{0} paimta i\u0161 {1}\u00a7a vartotojo. Naujas balansas\: {2}.
teleportAAll=\u00a76Teleportacijos pra\u0161ymas nusi\u0173stas visiems...
teleportAll=\u00a76Teleportuojami visi \u017eaid\u0117jai...
teleportAtoB=\u00a7c{0}\u00a76 nuteleportavo tave pas \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74yra i\u0161jung\u0119s teleportacijas.
teleportHereRequest=\u00a7c{0}\u00a76 pra\u0161o, kad atsiteleportuotum pas juos.
teleportNewPlayerError=\u00a74Nepavyko atiteleportuoti naujo \u017eaid\u0117jo\!
teleportRequest=\u00a7c{0}\u00a76 pra\u0161o, kad gal\u0117tu pas tave atsiteleportuoti.
teleportRequestTimeoutInfo=\u00a76Pra\u0161ymas bus anuliuotas po\u00a7c {0} sekundzi\u0173\u00a76.
teleportTop=\u00a76Teleportuojama \u012f pat\u012f vir\u0161\u0173.
teleportationCommencing=\u00a76Prasideda teleportacija...
teleportationDisabled=\u00a76Teleportacija isjungta.
teleportationDisabledFor=\u00a76Teleportation disabled for {0}.
teleportationEnabled=\u00a76Teleportacija ijungta.
teleportationEnabledFor=\u00a76Teleportation enabled for {0}.
teleportationDisabled=\u00a76Teleportacija \u00a7ci\u0161jungta\u00a76.
teleportationDisabledFor=\u00a76Teleportacija \u00a7ci\u0161jungta \u00a76\u017eaid\u0117jui \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportacija \u00a7c\u012fjungta\u00a76.
teleportationEnabledFor=\u00a76Teleportacija \u00a7c\u012fjungta \u00a76\u017eaid\u0117jui \u00a7c{0}\u00a76.
teleporting=\u00a76Teleportuojama...
tempBanned=Laikinai uzblokuotas is serverio\: {0}.
tempbanExempt=\u00a74Tu negali uzblokuoti sio zaidejo laikinai.
teleportToPlayer=\u00a76Teleportuojama pas \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Tu negali u\u017eblokuoti \u0161io \u017eaid\u0117jo laikinai.
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
timeBeforeHeal=\u00a74Laikas iki kito pagydymo\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a74Laikas iki kitos teleportacijos\:\u00a7c {0}\u00a76.
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76 arba \u00a7c{1}\u00a76 arba \u00a7c{2}\u00a76
timeSetPermission=\u00a74Tu negali nustatyti laiko.
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}\u00a76.
timeWorldSet=\u00a76The time was set to\u00a7c {0} \u00a76in\: \u00a7c{1}\u00a76.
@@ -440,28 +427,24 @@ totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tps=\u00a76Current TPS \= {0}
tradeSignEmpty=\u00a74The trade sign has nothing available for you.
tradeSignEmptyOwner=\u00a74There is nothing to collect from this trade sign.
treeFailure=\u00a74Tree generation failure. Try again on grass or dirt.
treeSpawned=\u00a76Tree spawned.
true=\u00a7atrue\u00a7r
typeTpaccept=\u00a76Norint priimti teleportacija rasykit \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Norint atmesti teleportacija rasykit \u00a7c/tpdeny\u00a76.
typeTpaccept=\u00a76Norint priimti teleportacija, ra\u0161ykit \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Norint atmesti teleportacija, ra\u0161ykit \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76You can also type the name of a specific world.
unableToSpawnMob=\u00a74Unable to spawn mob.
unignorePlayer=\u00a76Tu daugiau nebeignoruoji\u00a7c {0} \u00a76zaidejo.
unknownItemId=\u00a74Nezinomas daikto ID\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Unknown item {0} in {1} list.
unknownItemName=\u00a74Nezinomas daikto pavadinimas\: {0}.
unlimitedItemPermission=\u00a74No permission for unlimited item {0}.
unlimitedItems=\u00a76Unlimited items\:\u00a7r
unmutedPlayer=\u00a76Zaidejui\u00a7c {0} \u00a76vel leista rasyti.
unignorePlayer=\u00a76Tu daugiau nebeignoruoji\u00a7c {0} \u00a76\u017eaid\u0117jo.
unknownItemId=\u00a74Ne\u017einomas daikto ID\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Ne\u017einomas daiktas {0} {1} s\u0105ra\u0161e.
unknownItemName=\u00a74Ne\u017einomas daikto pavadinimas\: {0}.
unmutedPlayer=\u00a76\u017daid\u0117jui\u00a7c {0} \u00a76v\u0117l leista ra\u0161yti.
unvanishedReload=\u00a74A reload has forced you to become visible.
upgradingFilesError=Error while upgrading the files.
uptime=\u00a76Uptime\:\u00a7c {0}
userAFK=\u00a77{0} \u00a75is currently AFK and may not respond.
userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist.
userIsAway=\u00a77* {0} \u00a77dabar yra AFK rezime.
userIsNotAway=\u00a77* {0} \u00a77nebera AFK rezime.
userJailed=\u00a76Tu buvai ikalintas\!
userIsAway=\u00a77* {0} \u00a77dabar yra AFK r\u0117\u017eime.
userIsNotAway=\u00a77* {0} \u00a77nebera AFK r\u0117\u017eime.
userJailed=\u00a76Tu buvai \u012fkalintas\!
userUnknown=\u00a74Warning\: The user ''\u00a7c{0}\u00a74'' has never joined this server.
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}\!
userdataMoveError=Failed to move userdata/{0} to userdata/{1}.tmp\!
@@ -469,35 +452,35 @@ usingTempFolderForTesting=Using temp folder for testing\:
vanished=\u00a76You are now completely invisible to normal users, and hidden from in-game commands.
versionMismatch=\u00a74Version mismatch\! Please update {0} to the same version.
versionMismatchAll=\u00a74Version mismatch\! Please update all Essentials jars to the same version.
voiceSilenced=\u00a76Tu buvai uztildytas\!
voiceSilenced=\u00a76Tu buvai u\u017etildytas\!
walking=walking
warpDeleteError=\u00a74Problem deleting the warp file.
warpList={0}
warpListPermission=\u00a74You do not have Permission to list warps.
warpNotExist=\u00a74Toks warp neegzistuoja.
warpOverwrite=\u00a74You cannot overwrite that warp.
warpSet=\u00a76Warp\u00a7c {0} \u00a76set.
warpUsePermission=\u00a74You do not have Permission to use that warp.
warpingTo=\u00a76Warping to\u00a7c {0}\u00a76.
warpSet=\u00a76Warp\u00a7c {0} \u00a76nustatytas.
warpUsePermission=\u00a74Tu neturi teis\u0117s naudotis \u0161iuo warp.
warpingTo=\u00a76Permet\u0105 \u012f\u00a7c {0}\u00a76.
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page {1} of {2}.
weatherStorm=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0}\u00a76.
warpsCount=\u00a76Yra\u00a7c {0} \u00a76teleport\u0173. Rodomas puslapis \u00a7c{1} \u00a76i\u0161 \u00a7c{2}\u00a76.
weatherStorm=\u00a76Tu nustatei or\u0105 \u012f \u00a7cstorm\u00a76, pasaulyje\:\u00a7c {0}\u00a76.
weatherStormFor=\u00a76You set the weather to \u00a7cstorm\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
weatherSun=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0}\u00a76.
weatherSun=\u00a76Tu nustatei or\u0105 \u012f \u00a7csun\u00a76, pasaulyje\:\u00a7c {0}\u00a76.
weatherSunFor=\u00a76You set the weather to \u00a7csun\u00a76 in\u00a7c {0} \u00a76for {1} seconds.
whoisAFK=\u00a76 - AFK\:\u00a7r {0}
whoisBanned=\u00a76 - Banned\:\u00a7r {0}
whoisBanned=\u00a76 - U\u017eblokuotas\:\u00a7r {0}
whoisExp=\u00a76 - Exp\:\u00a7r {0} (Level {1})
whoisFly=\u00a76 - Fly mode\:\u00a7r {0} ({1})
whoisGamemode=\u00a76 - Gamemode\:\u00a7r {0}
whoisGeoLocation=\u00a76 - Location\:\u00a7r {0}
whoisGod=\u00a76 - God mode\:\u00a7r {0}
whoisHealth=\u00a76 - Health\:\u00a7r {0}/20
whoisIPAddress=\u00a76 - IP Address\:\u00a7r {0}
whoisJail=\u00a76 - Jail\:\u00a7r {0}
whoisLocation=\u00a76 - Location\:\u00a7r ({0}, {1}, {2}, {3})
whoisFly=\u00a76 - Fly r\u0117\u017eimas\:\u00a7r {0} ({1})
whoisGamemode=\u00a76 - \u017daidimo r\u0117\u017eimas\:\u00a7r {0}
whoisGeoLocation=\u00a76 - Vieta\:\u00a7r {0}
whoisGod=\u00a76 - Dievo r\u0117\u017eimas\:\u00a7r {0}
whoisHealth=\u00a76 - Gyvyb\u0117s\:\u00a7r {0}/20
whoisIPAddress=\u00a76 - IP Adresas\:\u00a7r {0}
whoisJail=\u00a76 - Kal\u0117jimas\:\u00a7r {0}
whoisLocation=\u00a76 - Vieta\:\u00a7r ({0}, {1}, {2}, {3})
whoisMoney=\u00a76 - Balansas\:\u00a7r {0}
whoisMuted=\u00a76 - Uztildytas\:\u00a7r {0}
whoisMuted=\u00a76 - U\u017etildytas\:\u00a7r {0}
whoisNick=\u00a76 - Slapyvardis\: \u00a7r {0}
whoisOp=\u00a76 - OP\:\u00a7r {0}
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\=
@@ -507,11 +490,11 @@ worthSet=\u00a76Worth value set
year=metai
years=metus
youAreHealed=\u00a76Tu buvai pagydytas.
youHaveNewMail=\u00a76Tu turi\u00a7c {0} \u00a76pranesimu\! Rasyk \u00a7c/mail read\u00a76, kad perziuretum laiskus.
youHaveNewMail=\u00a76Tu turi\u00a7c {0} \u00a76prane\u0161im\u0173\! Ra\u0161yk \u00a7c/mail read\u00a76, kad per\u017ei\u016br\u0117tum lai\u0161kus.
whoisHunger=\u00a76 - Hunger\:\u00a7r {0}/20 (+{1} saturation)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost.
noKitGroup=\u00a74Tu neturi teisiu siam kit.
noKitGroup=\u00a74Tu neturi teisi\u0173 \u0161iam rinkiniui.
inventoryClearingFromAll=\u00a76Clearing the inventory of all users...
inventoryClearingAllItems=\u00a76Cleared all inventory items from {0}\u00a76.
inventoryClearingAllArmor=\u00a76Cleared all inventory items and armor from {0}\u00a76.\u00a0
@@ -519,31 +502,39 @@ inventoryClearingAllStack=\u00a76Cleared all\u00a7c {0} \u00a76from {1}\u00a76.
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from {2}\u00a76.
inventoryClearFail=\u00a74Player {0} \u00a74does not have\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
localNoOne=
totalSellableAll=\u00a7aVisu siu parduodamu daiktu verta yra \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aVisu siu parduodamu blocku verte yra \u00a7c{1}\u00a7a.
totalSellableAll=\u00a7aVis\u0173 \u0161iu parduodam\u0173 daikt\u0173 vert\u0117 yra \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aVis\u0173 \u0161i\u0173 parduodam\u0173 blok\u0173 vert\u0117 yra \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Radius is too big\! Maximum radius is {0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76is banned.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76yra u\u017eblokuotas.
mobDataList=\u00a76Valid mob data\:\u00a7r {0}
vanish=\u00a76Vanish for {0}\u00a76\: {1}
noLocationFound=\u00a74No valid location found.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Tu negali uzblokuoti neprisijungusiu zaideju.
tempbanExemptOffline=\u00a74Tu negali uzblokuoti laikinai neprisijungusiu zaideju.
mayNotJailOffline=\u00a74Tu negali pasodinti i kalejima neprisijungusiu zaideju.
muteExemptOffline=\u00a74Tu negali uztildyti neprisijungusiu zaideju.
ignoreExempt=\u00a74Tu negali ignoruoti sio zaidejo.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
banExemptOffline=\u00a74Tu negali u\u017eblokuoti neprisijungusi\u0173 \u017eaid\u0117j\u0173.
tempbanExemptOffline=\u00a74Tu negali u\u017eblokuoti laikinai neprisijungusi\u0173 \u017eaid\u0117j\u0173.
mayNotJailOffline=\u00a74Tu negali pasodinti \u012f kal\u0117jim\u0105 neprisijungusi\u0173 \u017eaid\u0117j\u0173.
muteExemptOffline=\u00a74Tu negali u\u017etildyti neprisijungusi\u0173 \u017eaid\u0117j\u0173.
ignoreExempt=\u00a74Tu negali ignoruoti \u0161io \u017eaid\u0117jo.
unsafeTeleportDestination=Teleportavimasis yra nesaugus ir teleport-safety yra i\u0161jungtas.
noMetaJson=JSON Metadata nera palaikoma sioje Bukkit serverio versijoje.
maxMoney=Cant translate
skullChanged=\u00a76Galva pakeista \u012f \u017eaid\u0117jo \u00a7c{0}\u00a76 galv\u0105.
alphaNames=\u017daid\u0117j\u0173 vardai gali b\u016bti tik raidiniai, skaitiniai.
givenSkull=Tu gavai \u00a7c{0}\u00a76 galv\u0105.
noPermissionSkull=Tu neturi teisi\u0173 redaguoti \u0161i\u0105 galv\u0105.
teleportInvalidLocation=Koordina\u010di\u0173 reik\u0161m\u0117 negali b\u016bti daugiau nei 30000000
invalidSkull=\u00a74Pra\u0161ome laikyti \u017eaid\u0117jo galv\u0105.
weatherInvalidWorld=Pasaulio, pavadinimu {0} nerasta\!
gameModeInvalid=\u00a74Tau reikia nurodyti galiojant\u012f \u017eaid\u0117j\u0105/re\u017eim\u0105.
mailTooLong=\u00a74Pa\u0161to \u017einut\u0117 per ilga. Stenkit\u0117s nevir\u0161yti 1000 simboli\u0173.
mailDelay=Per daug lai\u0161k\u0173 buvo i\u0161si\u0173stos per paskutin\u0119 minut\u0119. Did\u017eiausias\: {0}
seenAccounts=\u00a76\u017daid\u0117jas dar kitaip \u017einomas kaip\:\u00a7c {0}
unableToSpawnItem=\u00a74Negalima pasiimti \u00a7c{0}\u00a74, \u0161is daiktas \u012fra\u0161ytas \u012f juodaj\u012f s\u0105ra\u0161\u0105.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -11,18 +11,15 @@ alertBroke=gebroken\:
alertFormat=\u00a73[{0}] \u00a7f {1} \u00a76 {2} bij\: {3}
alertPlaced=geplaatst\:
alertUsed=gebruikt\:
antiBuildBreak=\u00a74U mag hier geen {0} blokken breken.
antiBuildBreak=\u00a74U heeft geen toestemming om {0} blokken breken.
antiBuildCraft=\u00a74U mag hier geen\u00a7c {0} \u00a74maken.
antiBuildDrop=\u00a74U mag hier geen\u00a7c {0} \u00a74laten vallen.
antiBuildInteract=\u00a74U mag geen {0} gebruiken.
antiBuildPlace=\u00a74U mag hier geen {0} plaatsen.
antiBuildUse=\u00a74U mag geen {0} gebruiken.
antiBuildUse=\u00a74U mag geen\u00a7c {0}\u00a74 gebruiken.
autoAfkKickReason=U bent van de server afgeschopt omdat u niets hebt gedaan voor meer dan {0} minuten.
backAfterDeath=\u00a77Gebruik het /back commando om terug te keren naar Uw sterfplaats.
backAfterDeath=\u00a76Gebruik het /back commando om terug te keren naar uw sterfplaats.
backUsageMsg=\u00a77Naar Uw vorige locatie aan het gaan.
backupDisabled=Een extern backup script is niet geconfigureerd.
backupFinished=Backup voltooid.
backupStarted=Backup gestart.
balance=\u00a77Saldo\: {0}
balanceOther=\u00a7aSaldo van {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a77 Top saldo ({0})
@@ -32,13 +29,11 @@ bed=\u00a7obed\u00a7r
bedMissing=\u00a74Uw bed is niet ingesteld, ontbreekt of is geblokkeerd.
bedNull=\u00a7mbed\u00a7r
bedSet=\u00a76Bed spawn ingesteld\!
bigTreeFailure=\u00a7cMaken van een grote boom is mislukt. Probeer het opnieuw op gras of dirt.
bigTreeSuccess=\u00a77Grote boom gemaakt.
blockList=Essentials heeft de volgende commandos doorgegeven naar een andere plugin\:
blockList=\u00a76Essentials heeft de volgende commandos doorgegeven naar een andere plugin\:
bookAuthorSet=\u00a76Auteur van het boek is veranderd naar\: {0}
bookLocked=\u00a7cDit boek is nu vergrendeld.
bookTitleSet=\u00a76Titel van het boek is veranderd naar\: {0}
broadcast=[\u00a7Uitzending\u00a7f]\u00a7a {0}
broadcast=\u00a7r\u00a76[\u00a74Omroep\u00a76]\u00a7a {0}
buildAlert=\u00a7cU bent niet bevoegd om te bouwen.
bukkitFormatChanged=Bukkit versie formaat veranderd. Versie niet nagekeken.
burnMsg=\u00a77Je hebt {0} voor {1} seconde(n) in brand gezet.
@@ -53,15 +48,14 @@ chatTypeSpy=[Spion]
cleaned=Gebruikersbestanden opgeschoont.
cleaning=Opschonen van gebruikersbestanden.
commandFailed=Opdracht {0} is mislukt\:
commandHelpFailedForPlugin=Fout bij het verkrijgen van hulp voor\: {0}.
commandNotLoaded=\u00a7cOpdracht {0} is fout geladen.
compassBearing=\u00a77Ligging\: {0} ({1} graden).
configFileMoveError=Het verplaatsen van config.yml naar de backup locatie is mislukt.
configFileRenameError=Fout bij het hernoemen van de tijdelijke map naar config.yml
connectedPlayers=\u00a77Spelers online\u00a7r
connectedPlayers=\u00a76Spelers online\u00a7r
connectionFailed=Fout bij het verbinden.
cooldownWithMessage=\u00a7cAfkoeltijd\: {0}
corruptNodeInConfig=\u00a74Waarschuwing\: Het configuratiebestand bevat een fout {0}.
corruptNodeInConfig=\u00a74Waarschuwing\: Uw configuratiebestand bevat een fout {0}.
couldNotFindTemplate=Het sjabloon kon niet worden gevonden {0}.
creatingConfigFromTemplate=Bezig met aanmaken van een config vanaf sjabloon\: {0}
creatingEmptyConfig=Bezig met het aanmaken van een lege configuratie\: {0}
@@ -76,14 +70,13 @@ deleteHome=\u00a77Huis {0} is verwijderd.
deleteJail=\u00a77Gevangenis {0} is verwijderd.
deleteWarp=\u00a77Warp {0} is verwijderd.
deniedAccessCommand={0} was de toegang verboden tot het commando.
denyBookEdit=\u00a74U kunt dit boek niet ontgrendelen
denyChangeAuthor=\u00a74U kunt de auteur van dit boek niet aanpassen
denyBookEdit=\u00a74U kunt dit boek niet ontgrendelen.
denyChangeAuthor=\u00a74U kunt de auteur van dit boek niet aanpassen.
denyChangeTitle=\u00a74U kunt de titel van dit boek niet aanpassen
depth=\u00a77U zit op zeeniveau.
depthAboveSea=\u00a77U zit {0} blok(ken) boven zeeniveau.
depthBelowSea=\u00a77U zit {0} blok(ken) onder zeeniveau.
depth=\u00a76U zit op zeeniveau.
depthAboveSea=\u00a76U zit {0} blok(ken) boven zeeniveau.
depthBelowSea=\u00a76U zit {0} blok(ken) onder zeeniveau.
destinationNotSet=Bestemming niet ingesteld.
disableUnlimited=\u00a77Oneindig plaatsen van {0} uitgeschakeld voor {1}.
disabled=uitgeschakeld
disabledToSpawnMob=Het spawnen van mobs is uitgeschakeld in het configuratie bestand.
distance=\u00a76Afstand\: {0}
@@ -91,38 +84,37 @@ dontMoveMessage=\u00a77Beginnen met teleporteren over {0}. Niet bewegen.
downloadingGeoIp=Bezig met downloaden van GeoIP database ... Dit kan een tijdje duren (country\: 0.6 MB, city\: 20MB)
duplicatedUserdata=Dubbele gebruikersdata\: {0} en {1}.
durability=\u00a77Dit gereedschap kan nog \u00a7c{0}\u00a77 gebruikt worden.
editBookContents=\u00a7eU kan nu de inhoud van dit boek aanpassen.
enableUnlimited=\u00a77Oneindig aantal {0} aan {1} gegeven.
editBookContents=\u00a7eU kunt nu de inhoud van dit boek aanpassen.
enabled=ingeschakeld
enchantmentApplied=\u00a77De betovering {0} is toegepast aan het voorwerp in uw hand.
enchantmentNotFound=\u00a7Betovering niet gevonden.
enchantmentPerm=\u00a7cJe hebt geen toestemming voor {0}.
enchantmentRemoved=\u00a77De betovering {0} is verwijderd van het voorwerp in uw hand.
enchantments=\u00a77Betoveringen\: {0}
errorCallingCommand=Fout bij het aanroepen van de opdracht /{0}
errorWithMessage=\u00a7cFout\: {0}
essentialsHelp1=Het bestand is beschadigd en Essentials kan het niet openenen. Essentials is nu uitgeschakeld. Als je dit probleem niet zelf kan oplossen ga dan naar http\://tiny.cc/EssentialsChat
essentialsHelp2=Het bestand is beschadigd en Essentials kan het niet openenen. Essentials is nu uitgeschakeld. Als je dit probleem niet zelf kan oplossen ga dan naar http\://tiny.cc/EssentialsChat of typ /essentialshelp in het spel.
essentialsReload=\u00a77Essentials is herladen {0}
exp=\u00a7c{0} \u00a77heeft\u00a7c {1} \u00a77exp (level\u00a7c {2}\u00a77) en heeft nog\u00a7c {3} \u00a77exp meer nodig om een level hoger te gaan.
expSet=\u00a7c{0} \u00a77heeft nu\u00a7c {1} \u00a77exp.
extinguish=\u00a77U heeft uwzelf geblust.
extinguishOthers=\u00a77U heeft {0} geblust.
enchantmentApplied=\u00a76De enchantment\u00a7c {0}\u00a76 is toegepast aan het voorwerp in je hand.
enchantmentNotFound=\u00a74Betovering niet gevonden\!
enchantmentPerm=\u00a7cU heeft geen toestemming voor {0}.
enchantmentRemoved=\u00a76De betovering {0} is verwijderd van het voorwerp in uw hand.
enchantments=\u00a76Betoveringen\:\u00a7r {0}
errorCallingCommand=Fout bij het aanroepen van het commando /{0}
errorWithMessage=\u00a7cFout\:\u00a74 {0}
essentialsHelp1=Het bestand is beschadigd en Essentials kan het niet openenen. Essentials is nu uitgeschakeld. Als u dit probleem niet zelf kunt oplossen ga dan naar http\://tiny.cc/EssentialsChat
essentialsHelp2=Het bestand is beschadigd en Essentials kan het niet openenen. Essentials is nu uitgeschakeld. Als u dit probleem niet zelf kun oplossen ga dan naar http\://tiny.cc/EssentialsChat of typ /essentialshelp in het spel.
essentialsReload=\u00a76Essentials is herladen\u00a7c {0}.
exp=\u00a7c{0} \u00a76heeft\u00a7c {1} \u00a76exp (level\u00a7c {2}\u00a76) en heeft nog\u00a7c {3} \u00a76exp meer nodig om een level hoger te gaan.
expSet=\u00a7c{0} \u00a76heeft nu\u00a7c {1} \u00a76exp.
extinguish=\u00a76U heeft uzelf geblust.
extinguishOthers=\u00a76Je hebt {0}\u00a76 geblust.
failedToCloseConfig=Fout bij het sluiten van configuratie {0}
failedToCreateConfig=Fout tijdens het aanmaken van configuratie {0}
failedToWriteConfig=Fout bij het cre\u00ebren van configuratie {0}
false=\u00a74Onjuist\u00a7f
feed=\u00a77Uw honger is verzadigd.
feedOther=\u00a7U heeft de honger van {0} verzadigd.
false=\u00a74Onjuist\u00a7r
feed=\u00a77Je honger is verzadigd.
feedOther=U heeft de honger van {0} verzadigd.
fileRenameError=Hernoemen van {0} mislukt
fireworkColor=\u00a74U moet een kleur aan het vuurwerk geven om een effect toe te voegen.
fireworkEffectsCleared=\u00a76Alle effecten zijn van de vastgehouden stapel verwijderd.
fireworkSyntax=\u00a76Firework parameters\:\u00a7c color\:<color> [fade\:<color>] [shape\:<shape>] [effect\:<effect>]\n\u00a76Om meerdere kleuren/effecten toe te voegen, scheid de waarden met komma''s\: \u00a7cred,blue,pink\n\u00a76Shapes\:\u00a7c star, ball, large, creeper, burst \u00a76Effects\:\u00a7c trail, twinkle.
flyMode=\u00a77Zet vliegen {0} voor {1}.
flying=vliegen
foreverAlone=\u00a7cU heeft niemand naar wie U kan reageren.
foreverAlone=\u00a7cU heeft niemand naar wie u kan reageren.
fullStack=\u00a74U heeft al een volledige stapel.
gameMode=\u00a77De spelmodus van {1} is veranderd naar {0}.
gameMode=De gamemodus van {1} is veranderd naar {0}.
gcWorld=\u00a76 {0} "\u00a7c {1} \u00a76"\: \u00a7c {2} \u00a76 chunks, \u00a7c {3} \u00a76 entiteiten, \u00a7c {4} \u00a76 tiles.
gcfree=Vrij geheugen\: {0} MB
gcmax=Maximaal geheugen\: {0} MB
@@ -130,37 +122,32 @@ gctotal=Toegewezen geheugen\: {0} MB
geoIpUrlEmpty=GeoIP download url is leeg.
geoIpUrlInvalid=GeoIP download url is ongeldig.
geoipJoinFormat=\u00a76Speler \u00a7c{0} \u00a76komt uit \u00a7c{1}\u00a76.
giveSpawn=\u00a7c {0} {1} \u00a76aan het geven aan \u00a7c{2}\u00a76.
godDisabledFor=uitgeschakeld voor {0}.
godEnabledFor=ingeschakeld voor {0}.
godMode=\u00a77God modus {0}.
giveSpawn=\u00a7c {0} {1} \u00a76gegeven aan \u00a7c{2}\u00a76.
godDisabledFor=\u00a7cuitgezet\u00a76 voor\u00a7c {0}\n
godEnabledFor=\u00a7aingeschakeld\u00a76 voor\u00a7c {0}.
godMode=\u00a76God modus\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Er is niemand on-line in deze groep\!
groupNumber={0} on-line, voor de volledige lijst type /{1} {2}.
hatArmor=\u00a7cFout, U kunt dit voorwerp niet als hoed gebruiken.
hatEmpty=\u00a7cU draagt geen hoed.
hatFail=\u00a7cU heeft iets nodig om te dragen als hoed.
hatPlaced=\u00a7eGeniet van uw nieuwe hoed\!
hatRemoved=\u00a7eUw hoed is verwijderd.
haveBeenReleased=\u00a77U bent bevrijd.
heal=\u00a77U bent genezen.
groupNumber=\u00a7c{0}\u00a7f online, voor de volledige lijst type\u00a7c /{1} {2}
hatArmor=\u00a74Fout, u kunt dit voorwerp niet als hoed gebruiken\!
hatEmpty=\u00a74Je draagt geen hoed.
hatFail=\u00a74Je hebt iets nodig om te dragen als hoed.
hatPlaced=\u00a76Veel plezier met je nieuwe hoed\!
hatRemoved=\u00a76Uw hoed is verwijderd.
haveBeenReleased=\u00a76U bent vrijgelaten.
heal=\u00a76U bent genezen.
healDead=\u00a74U kunt niet iemand genezen die dood is\!
healOther=\u00a77U heeft {0} genezen.
helpConsole=typ ? om de consolehulp weer te geven.
helpFrom=\u00a77Commando''s van {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Commandos die overeenkomen met "{0}"\:
helpOp=\u00a7c[HelpOp]\u00a7f \u00a77{0}\:\u00a7f {1}
helpPlugin=\u00a74{0}\u00a7f\: Plugin Hulp\: /help {1}
holdBook=\u00a74U houd geen beschrijfbaar boek vast.
healOther=\u00a76U heeft\u00a7c {0}\u00a76 genezen.
helpOp=\u00a74[HelpOp]\u00a7r \u00a76{0}\:\u00a7r {1}
holdBook=\u00a74U houdt geen beschrijfbaar boek vast.
holdFirework=\u00a74U moet vuurwerk vasthouden om een effect toe te voegen.
holdPotion=\u00a74U moet een toverdrank vast houden om er een effect aan toe te voegen.
holeInFloor=Gat in de vloer\!
homeSet=\u00a77Home ingesteld.
homes=Homes\: {0}
holeInFloor=\u00a74Gat in de vloer\!
homeSet=\u00a76Home ingesteld.
homes=\u00a76Homes\:\u00a7r {0}
hour=uur
hours=uren
ignoredList=\u00a76Genegeerd\:\u00a7r {0}
ignorePlayer=U negeert {0} vanaf nu.
ignorePlayer=\u00a76Vanaf nu negeert u \u00a7c{0}\u00a76.
illegalDate=Illegaal data formaat.
infoChapter=\u00a76Selecteer hoofdstuk\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Pagina \u00a7c{1}\u00a76 van de \u00a7c{2} \u00a7e----
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Pagina \u00a74{0}\u00a76/\u00
infoUnknownChapter=\u00a74Onbekend hoofdstuk.
insufficientFunds=\u00a74Saldo niet toereikend.
invalidCharge=\u00a7cOngeldige prijs.
invalidFireworkFormat=\u00a76De optie \u00a74{0} \u00a76is geen correcte waarde voor \u00a74{1}
invalidFireworkFormat=\u00a74De optie \u00a7c{0} \u00a74is geen geldige waarde \u00a7c{1}\u00a74.\n
invalidHome=Home {0} Bestaat niet.
invalidHomeName=\u00a74Ongeldige home naam.
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Ongeldig mob type.
invalidNumber=Ongeldig Nummer.
invalidPotion=\u00a74Ongeldige Toverdrank.
invalidPotionMeta=\u00a74Ongeldige toverdrank meta\: \u00a7c{0}\u00a74.
@@ -182,8 +169,8 @@ is=is
itemCannotBeSold=Dat voorwerp kan niet aan de server worden verkocht.
itemMustBeStacked=Voorwerp moet geruild worden als stapel. Een hoeveelheid van 2 moet dus geruild worden als twee stapels, etc.
itemNames=Kortere namen voor het item\: {0}
itemNotEnough1=\u00a7cU heeft niet genoeg van dat voorwerp om te verkopen.
itemNotEnough2=\u00a77Type /sell itemnaam Als je alles daarvan wilt verkopen.
itemNotEnough1=\u00a74Je hebt niet genoeg van die voorwerpen om te verkopen.
itemNotEnough2=\u00a76Type /sell itemnaam Als u alle voorwerpen van die soort wilt verkopen.
itemNotEnough3=\u00a77/sell itemname -1 zorgt ervoor dat ze allemaal behalve 1 worden verkocht, etc.
itemSellAir=U wilde serieus lucht verkopen? Plaats een voorwerp in uw hand.
itemSold=\u00a77Verkocht voor \u00a7c{0} \u00a77({1} {2} voorwerpen voor {3} per stuk)
@@ -191,300 +178,296 @@ itemSoldConsole={0} verkocht {1} voor \u00a77{2} \u00a77({3} voorwerpen voor {4}
itemSpawn=\u00a77Geeft {0} {1}
itemType=\u00a76Voorwerp\:\u00a7c {0} \u00a76-\u00a7c {1}
itemsCsvNotLoaded=Kon items.csv niet laden\!
jailAlreadyIncarcerated=\u00a7cDeze persoon zit al in de gevangenis\: {0}
jailMessage=\u00a7cU begaat een misdrijf, U zit uw tijd uit.
jailNotExist=Die gevangenis bestaat niet.
jailReleased=\u00a77Speler \u00a7e{0}\u00a77 vrijgelaten.
jailReleasedPlayerNotify=\u00a77U bent vrijgelaten\!
jailSentenceExtended=Gevangenistijd verlengt tot\: {0}
jailSet=\u00a77Gevangenis {0} is ingesteld.
jumpError=Dat zou je computer hoofdpijn geven.
jailAlreadyIncarcerated=\u00a74Deze persoon zit al in de gevangenis\:\u00a7c {0}
jailMessage=\u00a74U begaat een misdrijf, U zit uw tijd uit.
jailNotExist=\u00a74Die gevangenis bestaat niet.
jailReleased=\u00a76Speler \u00a7c{0}\u00a76 vrijgelaten.
jailReleasedPlayerNotify=\u00a76U bent vrijgelaten\!
jailSentenceExtended=\u00a76Gevangenistijd verlengt tot\: {0}
jailSet=\u00a76Gevangenis\u00a7c {0}\u00a76 is ingesteld.
jumpError=\u00a74Dat zal uw computer hoofdpijn geven.
kickDefault=U bent van de server afgeschopt.
kickExempt=\u00a77U kunt die speler niet van de server afschoppen.
kickedAll=\u00a7cAlle spelers van de server afgeschopt.
kill=\u00a77U vermoorde {0}.
killExempt=\u00a74U kan {0} niet vermoorden.
kickExempt=\u00a74U kunt die speler niet van de server afschoppen.
kickedAll=\u00a74Alle spelers van de server afgeschopt.
kill=\u00a76U vermoorde\u00a7c {0}\u00a76.
killExempt=\u00a74Je kan niet vermoorden\u00a7c{0}\u00a74.\n
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Die kit is niet goed ingesteld. Neem contact op met een adminstrator.
kitError=\u00a7cEr zijn geen geldige kits.
kitGiveTo=\u00a76Kit\u00a7c {0}\u00a76 wordt gegeven aan\u00a7c {1}\u00a76.
kitInvFull=\u00a7cUw inventaris was vol, de kit wordt op de grond geplaatst.
kitError2=\u00a74Die kit is niet goed ingesteld. Neem contact op met een administrator.
kitError=\u00a74Er zijn geen geldige kits.
kitGiveTo=\u00a76Geeft kit\u00a7c {0}\u00a76 aan \u00a7c{1}\u00a76.\n
kitInvFull=\u00a74Uw inventaris was vol, de kit wordt op de grond geplaatst.
kitNotFound=\u00a74Deze kit bestaat niet.
kitOnce=\u00a74U kunt deze kit niet opnieuw gebruiken.
kitReceive=\u00a76kit\u00a7c {0}\u00a76 ontvangen.
kitTimed=\u00a7cU kunt die kit pas weer gebruiken over {0}.
kits=\u00a77Kits\: {0}
kitTimed=\u00a74U kunt die kit pas weer gebruiken over\u00a7c {0}\u00a74.
kits=\u00a76Kits\:\u00a7r {0}
leatherSyntax=\u00a76Leer Kleur Syntaxis\: color\:<red>,<green>,<blue> eg\: color\:255,0,0.
lightningSmited=\u00a77U bent zojuist geraakt door bliksem.
lightningUse=\u00a77 {0} is geraakt door bliksem.
lightningSmited=\u00a76Gij zijt getroffen\!
lightningUse=\u00a7c{0}\u00a76 wordt getroffen door bliksem.
listAfkTag=\u00a77[AFK]\u00a7f
listAmount=\u00a79Er zijn \u00a7c{0}\u00a79 van het maximum \u00a7c{1}\u00a79 spelers online.
listAmountHidden=\u00a79Er zijn \u00a7c{0}\u00a77/{1}\u00a79 van het maximum \u00a7c{2}\u00a79 spelers online.
listAmount=\u00a76Er zijn \u00a7c{0}\u00a76 van het maximum \u00a7c{1}\u00a76 spelers online.
listAmountHidden=\u00a76Er zijn \u00a7c{0}\u00a76/{1}\u00a76 van het maximum \u00a7c{2}\u00a76 spelers online.
listGroupTag=\u00a76{0} \u00a7r\: \u00a7r
listHiddenTag=\u00a77[VERBORGEN]\u00a7f
loadWarpError=Fout bij het laden van warp {0}\u00a7f.
loadWarpError=\u00a74Fout bij het laden van warp {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a7cTyp /mail clear, om uw berichten als gelezen te markeren.
mailCleared=\u00a77Bericht als gelezen gemarkeerd\!
mailSent=\u00a77Bericht verzonden\!
markMailAsRead=\u00a7cTyp /mail clear, om uw berichten als gelezen te markeren.
markedAsAway=\u00a77U staat nu als afwezig gemarkeerd.
markedAsNotAway=\u00a77U staat niet meer als afwezig gemarkeerd.
mailClear=\u00a76Om je mail te markeren als gelezen, typ\u00a7c /mail clear\u00a76.\n
mailCleared=\u00a76Berichten verwijderd\!
mailSent=\u00a76Bericht verzonden\!
markMailAsRead=\u00a76Om je mail te markeren als gelezen, typ\u00a7c /mail clear\u00a76.\n
markedAsAway=\u00a76U staat nu als afwezig gemarkeerd.
markedAsNotAway=\u00a76U staat niet meer als afwezig gemarkeerd.
matchingIPAddress=\u00a76De volgende spelers logden eerder in op dat IP adres\:
maxHomes=U kunt niet meer dan {0} huizen zetten.
maxHomes=\u00a74U kunt niet meer dan\u00a7c {0}\u00a74 huizen zetten.
mayNotJail=\u00a7cU mag die speler niet in de gevangenis zetten.
me=ik
minute=minuut
minutes=minuten
missingItems=U heeft geen {0}x {1}.
mobSpawnError=Fout bij het veranderen van de mob spawner.
mobSpawnLimit=Grootte van het aantal mobs dat U kunt spawnen hangt af van het server limiet.
mobSpawnTarget=Target blok moet een mob spawner zijn.
missingItems=\u00a74Je hebt geen\u00a7c{0}x {1}\u00a74.\n
mobSpawnError=\u00a74Fout bij het veranderen van de mob spawner.
mobSpawnLimit=De hoeveelheid mobs zijn gelimiteerd door de server limiet.
mobSpawnTarget=\u00a74Doelblok moet een mob spawner zijn.
mobsAvailable=\u00a76Mobs\:\u00a7r {0}
moneyRecievedFrom=\u00a7a{0} is ontvangen van {1}.
moneySentTo=\u00a7a{0} is verzonden naar {1}.
month=maand
months=maanden
moreThanZero=Het aantal moet groter zijn dan 0.
moveSpeed=\u00a77Zet {0} snelheid op {1} voor {2}.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moreThanZero=\u00a74Het aantal moet groter zijn dan 0.
moveSpeed=\u00a76Verander {0} snelheid naar\u00a7c {1} \u00a76voor \u00a7c{2}\u00a76.\n
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74U kunt niet meer dan \u00e9\u00e9n lading aan dit vuurwerk toevoegen.
multiplePotionEffects=\u00a74U kunt niet meer dan \u00c3\u00a9en effect aan dit toverdrankje toevoegen.
muteExempt=\u00a7cU kunt deze speler niet dempen.
multiplePotionEffects=\u00a74U kunt niet meer dan \u00e9\u00e9n effect aan dit toverdrankje toevoegen.
muteExempt=\u00a74U kunt deze speler niet dempen.
muteNotify=\u00a7c{0} \u00a76heeft \u00a7c{1} \u00a76gedempt.
mutedPlayer=\u00a76Speler\u00a7c {0} \u00a76gedempt.
mutedPlayerFor=\u00a76Speler\u00a7c {0} \u00a76is gedempt gedurende\u00a7c {1}\u00a76.
mutedUserSpeaks={0} probeerde te praten, maar is gedempt.
nearbyPlayers=Spelers dichtbij\: {0}
nearbyPlayers=\u00a76Spelers dichtbij\:\u00a7r {0}
negativeBalanceError=Het is voor deze gebruiker niet toegestaan om een negatief saldo te hebben.
nickChanged=Bijnaam veranderd.
nickDisplayName=\u00a77U moet ''change-displayname'' inschakelen in de Essentials configuratie.
nickDisplayName=\u00a74U moet ''change-displayname'' inschakelen in de Essentials configuratie.
nickInUse=\u00a7cDie naam is al in gebruik.
nickNamesAlpha=\u00a7cBijnamen moeten alfanumeriek zijn.
nickNoMore=\u00a7U heeft geen bijnaam meer.
nickSet=\u00a77Uw bijnaam is nu \u00a7c{0}
nickNoMore=\u00a76U heeft geen bijnaam meer.
nickSet=\u00a76Jou bijnaam is nu \u00a7c{0}\u00a76.\n
nickTooLong=\u00a74Die bijnaam is te lang.
noAccessCommand=\u00a7cU heeft geen toegang tot dat commando.
noAccessPermission=\u00a7cU heeft hier geen toestemming voor {0}.
noBreakBedrock=U heeft geen toestemming om bodemgesteente te breken.
noDestroyPermission=\u00a7cU heeft geen toestemming om dat te vernietigen {0}.
noAccessCommand=\u00a74U heeft geen toegang tot dat commando.
noAccessPermission=\u00a74Je hebt geen toestemming om dat te openen \u00a7c{0}\u00a74.\n
noBreakBedrock=\u00a74U heeft geen toestemming om bodemgesteente te breken.
noDestroyPermission=&4Je hebt geen permissie om dat &c{0}&4 te slopen.
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=\u00a76U negeert niemand.
noKitPermission=\u00a7cU heeft de \u00a7c{0}\u00a7c toestemming nodig om die kit te gebruiken.
noKitPermission=\u00a74U heeft de \u00a7c{0}\u00a74 toestemming nodig om die kit te gebruiken.
noKits=\u00a77Er zijn nog geen kits beschikbaar.
noMail=U heeft geen berichten.
noMail=\u00a76U heeft geen berichten.
noMatchingPlayers=\u00a76Geen matchende spelers gevonden.
noMetaFirework=\u00a74U heeft geen toestemming om vuurwerk meta toe te passen.
noMetaPerm=\u00a74U heeft geen toestemming om de \u00a7c{0}\u00a74 meta toe te passen op dit item.
noNewMail=\u00a77U heeft geen nieuwe berichten.
noPendingRequest=U heeft geen aanvragen.
noPerm=\u00a7cU heeft de \u00a7f{0}\u00a7c toestemming niet.
noPermToSpawnMob=\u00a7cU heeft geen toestemming om deze mob te spawnen.
noPlacePermission=\u00a7cU heft geen toestemming om een blok naast die sign te plaatsen.
noPendingRequest=\u00a74U heeft geen afwachtende aanvragen.
noPerm=\u00a74U heeft de \u00a7c{0}\u00a74 toestemming niet.
noPermToSpawnMob=\u00a74U heeft geen toestemming om deze mob te spawnen.
noPlacePermission=\u00a74U heeft geen toestemming om een blok naast dat bord te plaatsen.
noPotionEffectPerm=\u00a74U heeft geen toestemming om het \u00a7c{0} \u00a74effect aan deze toverdrank toe te voegen.
noPowerTools=U heeft geen powertools toegewezen.
noPowerTools=\u00a76U heeft geen powertools toegewezen.
noWarpsDefined=Geen warps gedefinieerd
none=geen
notAllowedToQuestion=\u00a7cU bent niet bevoegd om de vraag functie te gebruiken.
notAllowedToShout=\u00a7cU bent niet bevoegd om de roep functie te gebruiken.
notEnoughExperience=U heeft niet genoeg ervaring.
notEnoughMoney=U heeft niet voldoende middelen.
notAllowedToQuestion=\u00a74U bent niet bevoegd om de vraag functie te gebruiken.
notAllowedToShout=\u00a74U bent niet bevoegd om de roep functie te gebruiken.
notEnoughExperience=\u00a74U heeft niet genoeg experience.
notEnoughMoney=\u00a74U heeft niet genoeg geld.
notFlying=Niet aan het vliegen.
notRecommendedBukkit=* \! * De Bukkit versie is niet de aangeraden build voor Essentials.
notSupportedYet=Nog niet ondersteund.
nothingInHand=\u00a7cU heeft niets in uw hand.
nothingInHand=\u00a74U heeft niets in uw hand.
now=nu
nuke=Moge de dood op hen neerregenen.
nuke=\u00a75Moge de dood op hen neerregenen.
numberRequired=Daar moet een nummer, gekkie.
onlyDayNight=/time ondersteund alleen day/night.
onlyPlayerSkulls=\u00a74U kunt alleen de eigenaar van de speler schedel instellen (397\:3).
onlyPlayers=Alleen in-game spelers kunnen {0} gebruiken.
onlySunStorm=/weather ondersteunt alleen sun/storm.
orderBalances=Saldo''s bestellen van {0} gebruikers, Wacht A.U.B ...
oversizedTempban=\u00a74U kan een speler niet bannen voor deze tijdperiode.
pTimeCurrent=\u00a7e{0}''s\u00a7f tijd is {1}.
pTimeCurrentFixed=\u00a7e{0}''s\u00a7f tijd is vastgezet op {1}.
pTimeNormal=\u00a7e{0}''s\u00a7f tijd is normaal en komt overeen met de server.
pTimeOthersPermission=\u00a7cU bent niet bevoegd om een andere speler zijn tijd te veranderen.
pTimePlayers=Deze speler hebben hun eigen tijd\:
pTimeReset=Speler tijd is gerest voor\: \u00a7e{0}
pTimeSet=Spelere tijd is ingesteld op \u00a73{0}\u00a7f voor\: \u00a7e{1}
pTimeSetFixed=Speler tijd is vast gezet op \u00a73{0}\u00a7f voor\: \u00a7e{1}
onlyPlayerSkulls=&4Je kan alleen de Eigenaar van een hoofd Zetten\!
onlyPlayers=&4Alleen ingame spelers kunnen &c{0}&4 gebruiken.
onlySunStorm=\u00a74/weather ondersteunt alleen sun/storm.
orderBalances=\u00a76Saldo''s bestellen van\u00a7c {0} \u00a76gebruikers, een moment geduld alstublieft...
oversizedTempban=\u00a74U kunt een speler niet verbannen voor deze lange period van tijd.
pTimeCurrent=\u00a7c{0}\u00a76''s tijd is\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7cc{0}\u00a76''s tijd is vastgezet op\u00a7c {1}\u00a76.
pTimeNormal=\u00a7c{0}\u00a76''s tijd is normaal en komt overeen met de server.
pTimeOthersPermission=\u00a74U bent niet bevoegd om een andere speler zijn tijd te veranderen.
pTimePlayers=\u00a76Deze spelers hebben hun eigen tijd\:\u00a7r
pTimeReset=\u00a76Speler tijd is gereset voor\: \u00a7c{0}
pTimeSet=\u00a76Speler tijd is ingesteld op \u00a7c{0}\u00a76 voor\: \u00a7c{1}\u00a76.
pTimeSetFixed=\u00a76Speler tijd is vast gezet op \u00a7c{0}\u00a76 voor\: \u00a7c{1}\u00a76.
pWeatherCurrent=\u00a7c{0}\u00a76''s weer is\u00a7c {1}\u00a76.
pWeatherInvalidAlias=\u00a74Ongeldig weertype.
pWeatherNormal=\u00a7c{0}\u00a76''s weer is normaal en gelijk aan de server.
pWeatherOthersPermission=\u00a74U mag het weer van andere spelers niet instellen.
pWeatherOthersPermission=\u00a74U heeft geen toestemming om het weer van andere spelers in te stellen.
pWeatherPlayers=\u00a76Deze spelers hebben hun eigen weer\:\u00a7r
pWeatherReset=\u00a76Speler weer is gereset voor\: \u00a7c{0}
pWeatherSet=\u00a76Speler weer is ingesteld op \u00a7c{0}\u00a76 voor\: \u00a7c{1}.
pendingTeleportCancelled=\u00a7cAangevraagde teleportatie afgelast.
playerBanIpAddress=\u00a76Speler\u00a7c {0} \u00a76verbant IP adres {1}\u00a76.
playerBanned=\u00a7cSpeler {0} verbande {1} voor {2}.
playerInJail=\u00a7cSpeler zit al in de gevangenis {0}.
playerJailed=\u00a77Speler {0} is in de gevangenis gezet.
playerJailedFor=\u00a77Speler {0} is in de gevangenis gezet voor {1}.
playerKicked=\u00a7cSpeler {0} Schopt {1} van de server voor {2}
playerMuted=\u00a77U bent gedempt.
playerMutedFor=\u00a77U bent gedempt voor {0}
playerNeverOnServer=\u00a7cSpeler {0} is nooit op deze server geweest.
playerNotFound=\u00a7cSpeler niet gevonden.
pendingTeleportCancelled=\u00a74Afwachtende teleportatie afgelast.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=&4Speler &c{0} &6is gebanned voor &4{2}
playerInJail=&4De speler is al in de gevangenis &c{0}&4.
playerJailed=\u00a76Speler\u00a7c {0} \u00a76is in de gevangenis gezet.
playerJailedFor=\u00a76Speler\u00a7c {0} \u00a76is in de gevangenis gezet voor {1}.
playerKicked=\u00a76Speler\u00a7c {0} \u00a76schopt {1} van de server voor {2}.
playerMuted=\u00a76U bent gedempt\!
playerMutedFor=\u00a76U bent gedempt voor\u00a7c {0}.
playerNeverOnServer=\u00a74Speler\u00a7c {0} \u00a74is nooit op deze server geweest.
playerNotFound=\u00a74Speler niet gevonden.
playerUnbanIpAddress=\u00a76Speler\u00a7c {0} \u00a76Verwijderde ban op IP\: {1}.
playerUnbanned=\u00a76Speler\u00a7c {0} \u00a76verwijderde ban van {1}.
playerUnmuted=\u00a77Speler mag weer praten
playerUnmuted=\u00a76Speler mag weer praten.
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Gezichtspunt)
posX=\u00a76X\: {0} (+Oost <-> -West)
posY=\u00a76Y\: {0} (+Boven <-> -Beneden)
posYaw=\u00a76Yaw\: {0} (Rotatie)
posZ=\u00a76Z\: {0} (+Zuid <-> -Noord)
possibleWorlds=\u00a77Mogelijke werelden zijn de nummers 0 tot en met {0}.
possibleWorlds=\u00a76Mogelijke werelden zijn de nummers \u00a7c0\u00a76 door \u00a7c{0}\u00a76.
potions=\u00a76Toverdranken\:\u00a7r {0}\u00a76.
powerToolAir=Commando kan niet worden bevestigd aan lucht.
powerToolAlreadySet=Commando \u00a7c{0}\u00a7f is al toegewezen aan {1}.
powerToolAttach=\u00a7c{0}\u00a7f commando toegewezen aan {1}.
powerToolClearAll=Alle powertool commandos zijn verwijderd.
powerToolList={1} heef de volgende commandos\: \u00a7c{0}\u00a7f.
powerToolListEmpty={0} heeft geen commandos toegewezen.
powerToolNoSuchCommandAssigned=Commando \u00a7c{0}\u00a7f is niet toegewezen aan {1}.
powerToolRemove=Commando \u00a7c{0}\u00a7f verwijderd van {1}.
powerToolRemoveAll=Alle commandos verwijderd van {0}.
powerToolsDisabled=Al Uw powertools zijn uitgeschakeld.
powerToolsEnabled=Al uw powertools zijn ingeschakeld.
powerToolAir=\u00a74Commando kan niet worden gehecht aan lucht.
powerToolAlreadySet=\u00a74Commando \u00a7c{0}\u00a74 is al verbonden naar \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 commando gehecht aan {1}.
powerToolClearAll=\u00a76Alle powertool commando''s zijn verwijderd.
powerToolList=\u00a76Voorwerp \u00a7c{1}\u00a76 heeft de volgende commando''s\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Voorwerp \u00a7c{0}\u00a74 heeft geen commando''s toegewezen.
powerToolNoSuchCommandAssigned=\u00a74Commando \u00a7c{0}\u00a74 is niet verbonden naar \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Commando \u00a7c{0}\u00a76 verwijderd van \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Alle commandos zijn verwijderd van \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76Al uw powertools zijn uitgeschakeld.
powerToolsEnabled=\u00a76Al uw powertools zijn ingeschakeld.
questionFormat=\u00a77[Vraag]\u00a7f {0}
readNextPage=Type /{0} {1} om de volgende pagina te lezen.
recipe=\u00a76Recept voor \u00a7c{0}\u00a76 ({1} of {2})
recipe=\u00a76Recept voor \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 van \u00a7c{2}\u00a76)
recipeBadIndex=Er is geen recept met dat nummer.
recipeFurnace=\u00a76Smelt \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76is \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <nummer> om andere recepten te zien van \u00a7c{2}
recipeNone=Er bestaan geen recepten voor {0}.
recipeNothing=niets
recipeShapeless=\u00a76Combineer \u00a7c{0}
recipeWhere=\u00a76Waar\: {0}
removed=\u00a77{0} entiteiten verwijderd.
repair=Je hebt succesvol je \u00a7e{0} \u00a7fgerepareerd.
repair=\u00a76Je hebt succesvol gerepareerd\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a77Dit voorwerp hoeft niet gerepareerd te worden.
repairEnchanted=\u00a77U heeft geen toestemming om dit voorwerp te repareren.
repairEnchanted=\u00a74U heeft geen toestemming om dit voorwerp te repareren.
repairInvalidType=\u00a7cDit voorwerp kan niet gerepareerd worden.
repairNone=\u00a74Er zijn geen voorwerpen die gerepareerd moeten worden.
requestAccepted=\u00a77Teleporteer aanvraag geaccepteerd.
requestAcceptedFrom=\u00a77{0} accepteerde uw teleportatie aanvraag.
requestAcceptedFrom=\u00a7c{0} \u00a76accepteerde uw teleportatie aanvraag.
requestDenied=\u00a77Teleporteer aanvraag geweigerd.
requestDeniedFrom=\u00a77{0} Heeft uw teleporteer aanvraag geweigerd.
requestDeniedFrom=\u00a7c{0} \u00a76heeft uw teleportatie aanvraag geweigerd.
requestSent=\u00a77Aanvraag verstuurd naar {0}\u00a77.
requestTimedOut=\u00a7cTeleportatie verzoek is verlopen.
requiredBukkit=* \! * U heeft op zijn minst build {0} van CraftBukkit nodig, download het vanaf http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Saldo is teruggezet naar \u00c2\u00a7a{0} \u00c2\u00a76 voor alle online spelers.
resetBalAll=\u00a76Saldo is teruggezet naar \u00c2\u00a7a{0} \u00c2\u00a76 voor alle spelers.
returnPlayerToJailError=Fout tijdens het terugzetten van {0} in gevangenis\: {1}
requiredBukkit=\u00a76* \! * U heeft op zijn minst build {0} van CraftBukkit nodig, download het vanaf http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Balans is gereset naar \u00a7c{0} \u00a76voor alle online spelers.
resetBalAll=\u00a76Saldo is gereset naar \u00a7c{0} \u00a76voor alle spelers.
returnPlayerToJailError=\u00a74Een error is verschenen tijdens het proberen om het terugsturen van speler\u00a7c {0} \u00a74naar gevangenis\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Zoeken naar spelers die ''\u00a7c{0}\u00a76'' matchen (Dit kan even duren)
second=seconde
seconds=seconden
seenOffline=Speler {0} is offline vanaf {1}
seenOnline=Speler {0} is online vanaf {1}
seenOffline=\u00a76Speler\u00a7c {0} \u00a76is \u00a74offline\u00a76 sins \u00a7c{1}\u00a76.
seenOnline=\u00a76Speler\u00a7c {0} \u00a76is \u00a7aonline\u00a76 sins \u00a7c{1}\u00a76.
serverFull=Server is vol.
serverTotal=Server Totaal\: {0}
serverTotal=\u00a76Server Totaal\:\u00a7c {0}
setBal=\u00a7aUw saldo is ingesteld op {0}.
setBalOthers=\u00a7aU heeft het saldo van {0} \u00a7aingesteld op {1}.
setSpawner=Spawner type veranderd tot {0}.
sheepMalformedColor=Misvormde kleur.
shoutFormat=\u00a77[Schreeuw]\u00a7f {0}
setSpawner=\u00a76Veranderde oproeper type naar\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Misvormde kleur.
shoutFormat=\u00a76[Schreeuw]\u00a7r {0}
signFormatFail=\u00a74[{0}]
signFormatSuccess=\u00a71[{0}]
signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74U bent niet bevoegd om hier een bord te plaatsen.
similarWarpExist=Er bestaat al een warp met dezelfde naam.
slimeMalformedSize=Misvormde grootte.
socialSpy=\u00a76SocialeSpion voor {0}\u00a76\: {1}
soloMob=Die mob is liever in zijn eentje.
spawnSet=\u00a77Spawn locatie voor de groep {0} ingesteld.
similarWarpExist=\u00a74Er bestaat al een warp met dezelfde naam.
slimeMalformedSize=\u00a74Misvormde grootte.
socialSpy=\u00a76SocialSpy voor \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74Die mob is liever in zijn eentje.
spawnSet=\u00a76Spawn locatie voor de groep\u00a7c {0} \u00a76ingesteld.
spawned=Gespawnt
sudoExempt=U kunt deze speler niet sudo\u00ebn.
sudoRun={0} Forceren om te gebruiken\: /{1} {2}
suicideMessage=\u00a77Vaarwel vreedzame wereld...
suicideSuccess=\u00a77{0} pleegde zelfmoord
sudoExempt=\u00a74U kunt deze speler niet sudo\u00ebn.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Vaarwel wrede wereld...
suicideSuccess=\u00a76{0} \u00a76pleegde zelfmoord.
survival=overleving
takenFromAccount=\u00a7c{0} is van uw rekening afgehaald.
takenFromOthersAccount=\u00a7c{0} is van {1}\u00a7c''s rekening gehaald. Nieuw saldo\: {2}
teleportAAll=\u00a77Teleportatie verzoek verzonden naar alle spelers...
teleportAll=\u00a77Bezig met teleporteren van alle spelers...
teleportAtoB=\u00a77{0}\u00a77 is naar {1}\u00a77 geteleporteerd.
teleportDisabled={0} heeft teleporteren uit gezet.
teleportHereRequest=\u00a7c{0}\u00a7c Heeft gevraagd of hij/zij naar u mag teleporteren.
teleportNewPlayerError=Fout bij het teleporteren van nieuwe speler.
teleportRequest=\u00a7c{0}\u00a7c vraagt of hij U kan teleporteren.
teleportRequestTimeoutInfo=\u00a77Dit verzoekt verloopt over {0} seconden.
takenFromAccount=\u00a7a{0} is van uw rekening afgehaald.
takenFromOthersAccount=\u00a7a{0} is van {1}\u00a7a''s rekening gehaald. Nieuw saldo\: {2}.
teleportAAll=\u00a76Teleportatie verzoek verzonden naar alle spelers...
teleportAll=\u00a76Bezig met teleporteren van alle spelers...
teleportAtoB=\u00a7c{0}\u00a76 heeft je geteleport naar \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74heeft teleporteren uitgeschakeld.
teleportHereRequest=\u00a7c{0}\u00a76 Heeft gevraagd of u naar hem wilt teleporteren.
teleportNewPlayerError=\u00a74Fout bij het teleporteren van nieuwe speler\!
teleportRequest=\u00a7c{0}\u00a76 vraagt of hij naar u kan teleporteren.
teleportRequestTimeoutInfo=\u00a76Dit verzoekt verloopt na\u00a7c {0} seconde(n)\u00a76.
teleportTop=\u00a77Bezig met teleporteren naar het hoogste punt.
teleportationCommencing=\u00a77Aan het beginnen met teleporteren...
teleportationDisabled=\u00a77Teleportatie uitgeschakeld.
teleportationDisabledFor=\u00a76Teleportation uitgeschakeld voor {0}
teleportationEnabled=\u00a77Teleportatie ingeschakeld.
teleportationEnabledFor=\u00a76Teleportatie ingeschakeld voor {0}
teleporting=\u00a77Bezig met teleporteren...
tempBanned=Tijdelijk geband voor {0}
tempbanExempt=\u00a77U kunt deze speler geen tempban geven.
thunder=Je {0} onweert de wereld.
thunderDuration=Je {0} onweert de wereld voor {1} seconde.
timeBeforeHeal=Afkoeltijd tot de volgende heal\: {0}
timeBeforeTeleport=Afkoeltijd tot de volgende teleport\: {0}
timeFormat=\u00a73{0}\u00a7f of \u00a73{1}\u00a7f of \u00a73{2}\u00a7f
timeSetPermission=\u00a7cU heeft geen toestemming om de tijd te veranderen.
timeWorldCurrent=De huidige tijd in {0} is \u00a73{1}
timeWorldSet=De tijd was veranderd naar {0} in\: \u00a7c{1}
teleportationCommencing=\u00a76an het beginnen met teleporteren...
teleportationDisabled=\u00a76Teleportatie \u00a7cuitgezet\u00a76.
teleportationDisabledFor=\u00a76Teleportatie \u00a7cuitgezet \u00a76voor \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportatie \u00a7caangezet\u00a76.
teleportationEnabledFor=\u00a76Teleportatie \u00a7caangezet \u00a76voor \u00a7c{0}\u00a76.
teleporting=\u00a76Bezig met teleporteren...
teleportToPlayer=\u00a76Teleporteren naar \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74U kunt deze speler niet tijdelijk verbannen.
thunder=\u00a76U heeft onweer\u00a7c {0} \u00a76in uw wereld.
thunderDuration=\u00a76U heeft onweer \u00a7c{0}\u00a76 in uw wereld voor \u00a7c{1}\u00a76 seconde(n).
timeBeforeHeal=\u00a74Afkoeltijd tot de volgende genezing\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a74Afkoeltijd tot de volgende teleportatie\:\u00a7c {0}\u00a76.
timeFormat=\u00a7c{0}\u00a76 of \u00a7c{1}\u00a76 of \u00a7c{2}\u00a76
timeSetPermission=\u00a74U bent niet bevoegd om de tijd te veranderen.
timeWorldCurrent=\u00a76De huidige tijd in \u00a7c{0}\u00a76 is \u00a7c{1}\u00a76.
timeWorldSet=\u00a76De tijd was veranderd naar \u00a7c{0}\u00a76 in\: \u00a7c{1}\u00a76.
totalWorthAll=\u00a7aAlle spullen verkocht voor een totale waarde van \u00a7c{1}\u00a7a.
totalWorthBlocks=\u00a7aAlle blokken verkocht voor een totale waarde van \u00a7c{1}\u00a7a.
tps=Huidige TPS \= {0}
tradeSignEmpty=Dit handelsbord heeft een te kleine voorraad.
tradeSignEmptyOwner=Er is niks te verzamelen bij dit handelsbord.
treeFailure=\u00a7cFout bij het genereren van de boom. Probeer het opnieuw op gras of dirt.
treeSpawned=\u00a77Boom gegenereerd.
true=\u00a72juist\u00a7f
typeTpaccept=\u00a77Om te accepteren, typ \u00a7c/tpaccept\u00a77.
typeTpdeny=\u00a77Om te weigeren, typ \u00a7c/tpdeny\u00a77.
typeWorldName=\u00a77U kunt ook de exacte naam van de wereld typen.
unableToSpawnMob=De mob kan niet gespawned worden.
unignorePlayer=U negeert {0} niet meer.
unknownItemId=Onbekend voorwerp id\: {0}
unknownItemInList=Onbekend voorwerp {0} in {1} lijst.
unknownItemName=Onbekende voorwerp naam\: {0}
unlimitedItemPermission=\u00a7cOnbevoegd om oneindig {0} te hebben.
unlimitedItems=Oneindige voorwerpen\:
tps=\u00a76Huidige TPS \= {0}
tradeSignEmpty=\u00a74Dit handelsbord heeft niets beschikbaar voor u.
tradeSignEmptyOwner=\u00a74Er is niets te innen bij dit handelsbord.
true=\u00a7ajuist\u00a7r
typeTpaccept=\u00a76Om te accepteren, typ \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Om te weigeren, typ \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76U kunt ook de naam van een specifieke wereld typen.
unableToSpawnMob=\u00a74De mob kan niet gespawnt worden.
unignorePlayer=\u00a76U negeert \u00a7c{0}\u00a76 niet meer.
unknownItemId=\u00a74Onbekend voorwerp id\: \u00a7r{0}\u00a74.
unknownItemInList=\u00a74Onbekend voorwerp {0} in {1} lijst.
unknownItemName=\u00a74Onbekende voorwerp naam\: {0}.
unmutedPlayer=Speler {0} mag weer spreken.
unvanishedReload=\u00a7cEen herlading heeft je geforceerd om zichtbaar te worden.
unvanishedReload=\u00a74Een herlading heeft u geforceerd om zichtbaar te worden.
upgradingFilesError=Fout tijdens het upgraden van de bestanden.
uptime=\u00a76Tijd dat de server aanstaat\:\u00a7c {0}
userAFK=\u00a75{0} \u00a75is AFK,en zal mogelijk niet reageren.
userDoesNotExist=Speler {0} bestaat niet.
userIsAway={0} is nu afwezig.
userIsNotAway={0} is niet meer afwezig.
userJailed=\u00a77U bent in de gevangenis gezet.
userJailed=\u00a76U bent in de gevangenis gezet\!
userUnknown=\u00a74Waarschuwing\: De gebruiker ''\u00a7c{0}\u00a74'' is nooit op deze server geweest.
userdataMoveBackError=Fout bij het verplaasten van userdata/{0}.tmp naar userdata/{1}
userdataMoveError=Fout bij het verplaasten van userdata/{0} naar userdata/{1}.tmp
usingTempFolderForTesting=Tijdelijke map om te testen\:
vanished=\u00a7aU bent nu verborgen.
vanished=\u00a76U bent nu volledig onzichtbaar voor normale gebruikers, en verborgen voor in-game commando''s.
versionMismatch=Verkeerde versie\! Update {0} naar dezelfde versie.
versionMismatchAll=Verkeerde versie\! Update alle Essentials jars naar dezelfde versie.
voiceSilenced=\u00a77U kunt niet meer praten.
voiceSilenced=\u00a76Je bent het zwijgen opgelegd\!
walking=Lopende
warpDeleteError=Fout bij het verwijderen van het warp bestand.
warpList={0}
warpListPermission=\u00a7cU heeft geen toegang om die warp te maken.
warpListPermission=\u00a74U heeft geen toestemming om warps weer te geven.
warpNotExist=Die warp bestaat niet.
warpOverwrite=\u00a7cU kunt deze warp niet overschrijven.
warpOverwrite=\u00a74U kunt deze warp niet overschrijven.
warpSet=\u00a77Warp {0} ingesteld.
warpUsePermission=\u00a7cOnbevoegd om die warp te gebruiken.
warpUsePermission=\u00a74U heeft geen toestemming om die warp te gebruiken.
warpingTo=\u00a77Aan het warpen naar {0}.
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a77Er zijn {0} warps. Weergegeven pagina {1} van de {2}.
weatherStorm=\u00a77U heeft het weer naar stormachtig gezet in {0}.
weatherStormFor=\u00a77U heeft het weer in de {0} naar stormachtig gezet voor {1} seconde(n).
weatherSun=\u00a77U heeft het weer naar zonnig gezet in {0}.
weatherSunFor=\u00a77U heeft het weer in de {0} naar zonnig gezet voor {1} seconde(n).
warpsCount=\u00a76Er zijn\u00a7c {0} \u00a76warps. Getoonde pagina \u00a7c{1} \u00a76van \u00a7c{2}\u00a76.
weatherStorm=\u00a76U heeft het weer naar \u00a7cstormachtig\u00a76 gezet in\u00a7c {0}\u00a76.
weatherStormFor=\u00a76U heeft het weer in \u00a7c{0}\u00a76 naar \u00a7cstormachtig\u00a76 gezet voor {1} seconde(n).
weatherSun=\u00a76U heeft het weer naar \u00a7czonnig\u00a76 gezet in\u00a7c {0}\u00a76.
weatherSunFor=\u00a76U heeft het weer in \u00a7c{0}\u00a76 naar \u00a7czonnig\u00a76 gezet voor {1} seconde(n).
whoisAFK=\u00a76 - Afwezig\:\u00a7f {0}
whoisBanned=\u00a76 - Verbannen\:\u00a7f {0}
whoisExp=\u00a76 - Exp\:\u00a7f {0} (Level {1})
@@ -501,13 +484,13 @@ whoisMuted=\u00a76 - Gedempt\:\u00a7f {0}
whoisNick=\u00a76 - Bijnaam\:\u00a7f {0}
whoisOp=\u00a76 - OP\:\u00a7f {0}
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7f {0} \u00a76\=\=\=\=\=\=
worth=\u00a77Stapel {0} met waarde \u00a7c{1}\u00a77 ({2} voorwerp(en) voor {3} per stuk)
worthMeta=\u00a77Stapel {0} met een metadata van {1} met waarde \u00a7c{2}\u00a77 ({3} voorwerp(en) voor {4} per stuk)
worthSet=Waarde ingesteld
worth=\u00a7aStapel {0} met waarde \u00a7c{1}\u00a7a ({2} voorwerp(en) voor {3} per stuk)
worthMeta=\u00a7aStapel {0} met een metadata van {1} met waarde \u00a7c{2}\u00a7a ({3} voorwerp(en) voor {4} per stuk)
worthSet=\u00a76Waarde ingesteld
year=jaar
years=jaren
youAreHealed=\u00a77U bent genezen.
youHaveNewMail=\u00a7cU heeft {0} berichten\!\u00a7f Type \u00a77/mail read\u00a7f om uw berichten te bekijken.
youAreHealed=\u00a76U bent genezen.
youHaveNewMail=\u00a76U heeft \u00a7c{0}\u00a76 berichten\! Type \u00a7c/mail read\u00a76 om uw berichten te bekijken.
whoisHunger=\u00a76 - Honger\:\u00a7r {0}/20 (+{1} Verzadiging)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Niet genoeg ruimte, \u00a7c{0} \u00a7c{1} \u00a74is verloren gegaan.
@@ -528,22 +511,30 @@ vanish=\u00a76Verdwijn voor {0} \u00a76\: {1}
noLocationFound=\u00a74Geen geldige locatie gevonden.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74U mag geen spelers verbannen die offline zijn.
tempbanExemptOffline=\u00a74Je mag geen spelers tijdelijk verbannen als ze offline zijn.
mayNotJailOffline=\u00a74Je mag geen spelers in de gevangenis zetten als ze offline zijn.
muteExemptOffline=\u00a74Je mag geen offline players dempen
ignoreExempt=\u00a74Je kan die speler niet negeren.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
tempbanExemptOffline=\u00a74Je mag geen spelers tijdelijk verbannen wanneer zij offline zijn.
mayNotJailOffline=\u00a74Je mag geen spelers in de gevangenis zetten wanneer zij offline zijn.
muteExemptOffline=\u00a74U mag spelers die offline zijn niet dempen.
ignoreExempt=\u00a74U kunt die speler niet negeren.
unsafeTeleportDestination=\u00a74De teleportatie bestemming is onveilig en teleport-veiligheid is uitgeschakeld.
noMetaJson=JSON Metadata is niet ondersteunt in deze versie van Bukkit.
maxMoney=\u00a74Deze transactie overschrijdt het balans van dit account.
skullChanged=\u00a76Schedel veranderd naar \u00a7c{0}\u00a76.
alphaNames=\u00a74Speler namen kunnen alleen uit letters, cijfers en onderstreepjes bestaan.
givenSkull=\u00a76U heeft de schedel ontvangen van \u00a7c{0}\u00a76.
noPermissionSkull=\u00a76Je hebt geen permissie om die schedel aan te passen.
teleportInvalidLocation=De waarde van co\u00f6rdinaten kan niet hoger dan 30000000 zijn
invalidSkull=\u00a74Houd alstublieft een schedel vast.
weatherInvalidWorld=De wereld genaamd {0} is niet gevonden\!
gameModeInvalid=\u00a74U moet een geldige speler/mode opgeven.
mailTooLong=\u00a74Mail bericht te lang. Probeer om het onder 1000 tekens te houden.
mailDelay=Er zijn teveel mails verzonden in een minuut. Het maximale aantal berichten\: {0}
seenAccounts=\u00a76Speler is ook bekend als\:\u00a7c {0}
unableToSpawnItem=\u00a74Kan niet spawnen \u00a7c{0}\u00a74, dit is geen spawnbaar voorwerp.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74Nie masz uprawnien by uzyc {0}.
autoAfkKickReason=Zostales wyrzucony z serwera za nie ruszanie sie przez wiecej niz {0} minut.
backAfterDeath=\u00a77Uzyj komendy /back aby powrocic na miejsce swojej smierci.
backUsageMsg=\u00a77Transportowano Cie do poprzedniej lokacji.
backupDisabled=\u00a74Zewnetrzny skrypt backupu nie zostal skonfigurowany.
backupFinished=\u00a77Backup zakonczony.
backupStarted=\u00a77Backup rozpoczety.
balance=\u00a7aStan konta\:\u00a7c {0}
balanceOther=\u00a7aStan konta gracza \u00a77{0} \u00a7awynosi\:\u00a7c {1}
balanceTop=\u00a77Najbogatsi gracze ({0})
@@ -32,8 +29,6 @@ bed=\u00a7olozko\u00a7r
bedMissing=\u00a74Twoje lozko nie zostalo ustawione, lub jest zablokowane.
bedNull=\u00a7mlozko\u00a7r
bedSet=\u00a77Spawn w lozku ustawiony\!
bigTreeFailure=\u00a74Nie mozna tutaj postawic duzego drzewa. Sprobuj ponownie na ziemi lub trawie.
bigTreeSuccess=\u00a77Stworzono duze drzewo.
blockList=\u00a77Essentials przekazuje nastepujace polecenie do innej wtyczki\:
bookAuthorSet=\u00a77Ustawiono autora ksiazki na {0} .
bookLocked=\u00a7cKsiazka jest teraz zablokowana.
@@ -53,7 +48,6 @@ chatTypeSpy=[Szpieg]
cleaned=Pliki gracza wyczyszczono.
cleaning=Czyszczene plikow gracza.
commandFailed=Komenda {0} zawiodla.
commandHelpFailedForPlugin=Blad podczas uzyskiwania pomocy dla\: {0}
commandNotLoaded=\u00a74Komenda {0} nie jest zaladowana\!
compassBearing=\u00a77Lozko\: {0} ({1} stopni).
configFileMoveError=Nie udalo sie przeniesc config.yml do lokalizacji backupa.
@@ -83,16 +77,14 @@ depth=\u00a77Jestes na poziomie morza.
depthAboveSea=\u00a77Jestes\u00a7c {0} \u00a77blok(ow) nad poziomem morza.
depthBelowSea=\u00a77Jestes\u00a7c {0} \u00a77blok(ow) pod poziomem morza.
destinationNotSet=Cel nieokreslony.
disableUnlimited=\u00a77Wylaczone nieograniczone tworzenia\u00a7c {0} \u00a77dla {1}.
disabled=wylaczone
disabledToSpawnMob=\u00a74Tworzenie tego moba zostalo wylaczone w pliku config.
distance=\u00a77Odleglosc\: {0}
dontMoveMessage=\u00a77Teleportacja nastapi za\u00a7c {0}\u00a77. Prosze sie nie ruszac.
downloadingGeoIp=Pobieranie bazy danych GeoIP... To moze zajac chwile (kraj\: 0.6 MB, miasto\: 20MB)
duplicatedUserdata=Kopiowanie danych uzytkownika\: {0} i {1}
durability=\u00a77Temu narzedziu pozostalo \u00a7c{0}\u00a77 uzyc
durability=\u00a76Temu narz\u0119dziu pozosta\u0142o \u00a7c{0}\u00a76 u\u017cy\u0107
editBookContents=\u00a7eNie mozesz teraz edytowac tej ksiazki.
enableUnlimited=\u00a77Przyznano nielimitowane zasoby\u00a7c {0} \u00a77dla {1}.
enabled=wlaczone
enchantmentApplied=\u00a77Ulepszenie\u00a7c {0} \u00a77zostalo przyznane przedmiotowi w twoim reku.
enchantmentNotFound=\u00a74Ulepszenie nie odnalezione
@@ -103,7 +95,7 @@ errorCallingCommand=Blad wywolywania komendy /{0}
errorWithMessage=\u00a7cBlad\:\u00a74 {0}
essentialsHelp1=Plik jest uszkodzony i Essentials nie moze go otworzyc. Essentials jest teraz wylaczone. Jesli nie mozesz samemu naprawic pliku, idz na http\://tiny.cc/EssentialsChat
essentialsHelp2=Plik jest uszkodzony i Essentials nie moze go otworzyc. Essentials jest teraz wylaczone. Jesli nie mozesz samemu naprawic pliku, wpisz /essentialshelp w grze lub wejdz na http\://tiny.cc/EssentialsChat
essentialsReload=\u00a77Essentials przeladowalo\u00a7c {0}.
essentialsReload=\u00a76Essentials prze\u0142adowa\u0142\u00a7c {0}.
exp=\u00a7c{0} \u00a77ma\u00a7c {1} \u00a77doswiadczenia (poziom\u00a7c {2}\u00a77), potrzebuje\u00a7c {3} \u00a77wiecej doswiadczenia do nastepnego poziomu.
expSet=\u00a7c{0} \u00a77teraz ma\u00a7c {1} \u00a77doswiadczenia.
extinguish=\u00a77Zostales ugaszony.
@@ -113,7 +105,7 @@ failedToCreateConfig=Blad podczas tworzenia configu {0}
failedToWriteConfig=Blad podczas pisania configu {0}
false=\u00a74nie\u00a7r
feed=\u00a77Twoj glod zostal zaspokojony.
feedOther=\u00a77Nakarmiono gracza {0}.
feedOther=\u00a76Zaspokoi\u0142e\u015b apetyt {0}\u00a76.
fileRenameError=Blad podczas zmiany nazwy pliku \u0093{0}\u0094.
fireworkColor=\u00a74Musisz dodac kolor fajerwerki by dodac do niej efekt.
fireworkEffectsCleared=\u00a77Usunieto wszystkie efekty trzymanych w reku fajerwerek.
@@ -122,8 +114,8 @@ flyMode=\u00a77Ustawiono latanie\u00a7c {0} \u00a77dla {1}\u00a77.
flying=latanie
foreverAlone=\u00a74Nie masz komu odpisac.
fullStack=\u00a74Juz masz pelen stack.
gameMode=\u00a77Ustawiono tryb gry\u00a7c {0} \u00a77dla {1}\u00a77.
gcWorld=\u00a77{0} "\u00a7c{1}\u00a77"\: \u00a7c{2}\u00a77 chunow, \u00a7c{3}\u00a77 obiektow, \u00a7c{4}\u00a77 blokow.
gameMode=\u00a76Zmieni\u0142e\u015b tryb gry {1}\u00a76 na\u00a7c {0}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunki, \u00a7c{3}\u00a76 istoty, \u00a7c{4}\u00a76 byty blok\u00f3w.
gcfree=\u00a77Wolna pamiec\:\u00a7c {0} MB
gcmax=\u00a77Maksymalna pamiec\:\u00a7c {0} MB
gctotal=Alokowana pamiec\: {0} MB
@@ -131,7 +123,7 @@ geoIpUrlEmpty=Url pobierania GeoIP jest pusty.
geoIpUrlInvalid=Url pobierania GeoIP jest nieprawidlowy.
geoipJoinFormat=\u00a76Gracz \u00a7c{0} \u00a76przybyl z \u00a7c{1}\u00a76.
giveSpawn=\u00a77Dales\u00a7c {1} {0} \u00a77graczowi\u00a7c {2}\u00a77.
godDisabledFor=\u00a74wylaczony\u00a77 dla\u00a7c {0}.
godDisabledFor=\u00a74wy\u0142\u00a76 dla\u00a7c {0}
godEnabledFor=\u00a7awlaczony\u00a77 dla\u00a7c {0}.
godMode=\u00a77Godmode\u00a7c {0}\u00a77.
groupDoesNotExist=\u00a74W tej grupie nikt nie jest online.
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a77Zostales wypuszczony.
heal=\u00a77Zostales uleczony.
healDead=\u00a74Nie mozesz uleczyc kogos kto nie zyje\!
healOther=\u00a77Uleczono gracza {0}.
helpConsole=Aby uzyskac pomoc z konsoli, wpisz ?.
helpFrom=\u00a77Komendy od {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Komendy odpowiadajace "\u00a7c{0}\u00a77"\:
helpOp=\u00a74[HelpOp]\u00a7r \u00a77{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Pomoc Pluginu\: /help {1}
holdBook=\u00a74Nie trzymasz napisanej ksiazki.
holdFirework=\u00a74Musisz trzymac fajerwerke by dodac efekt.
holdPotion=\u00a74Musisz trzymac miksture by dodac do niej efekt.
@@ -167,11 +154,11 @@ infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Strona \u00a7c{1}\u00a
infoPages=\u00a7e ---- \u00a77{2} \u00a7e--\u00a77 Strona \u00a7c{0}\u00a77/\u00a7c{1} \u00a7e----
infoUnknownChapter=\u00a74Nieznany rozdzial.
insufficientFunds=\u00a74Nie posiadasz wystarczajacych srodkow.
invalidCharge=\u00a74Nieprawidlowa oplata.
invalidFireworkFormat=\u00a77Opcja \u00a74{0} \u00a77nie jest poprawna wartoscia dla \u00a74{1}\u00a77.
invalidCharge=\u00a74Nieprawid\u0142owa op\u0142ata.
invalidFireworkFormat=\u00a76Opcja \u00a74{0} \u00a76nie jest prawid\u0142ow\u0105 warto\u015bci\u0105 dla \u00a74{1}\u00a76.
invalidHome=\u00a74Dom\u00a7c {0} \u00a74nie istnieje.
invalidHomeName=\u00a74Niepoprawna nazwa domu.
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Niepoprawny typ moba.
invalidNumber=Niepoprawny Numer.
invalidPotion=\u00a74Niepoprawna mikstura.
invalidPotionMeta=\u00a74Niepoprawna wartosc mikstury\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=Zostales wyrzucony z serwera.
kickExempt=\u00a74Nie mozesz wyrzucic tej osoby.
kickedAll=\u00a74Wyrzucono wszystkich graczy z serwera
kill=\u00a77Gracz \u00a7c{0} \u00a77zostal zabity.
killExempt=\u00a74Nie mozesz zabic gracza {0}
killExempt=\u00a74Nie mo\u017cesz zabi\u0107 {0}
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Ten zestal jest zle skonfigurowany. Skontaktuj sie z administratorem\!
kitError=\u00a74Nie ma prawidlowych zestawow.
kitGiveTo=\u00a74{1} \u00a77otrzymal zestaw\u00a7c {0}\u00a77.
kitGiveTo=\u00a76Przyznano {1}\u00a76 zestaw\u00a7c {0}\u00a76.
kitInvFull=\u00a74Twoj ekwipunek jest pelen, zestaw zostal wyrzucony na podloge.
kitNotFound=\u00a74Ten zestaw nie istnieje .
kitOnce=\u00a74Nie mozesz uzyc tego zestawu ponownie.
@@ -220,14 +207,14 @@ lightningUse=\u00a77Uderzono piorunem\u00a7c {0}\u00a77.
listAfkTag=\u00a77[AFK]\u00a7f
listAmount=\u00a77Na serwerze jest \u00a7c{0}\u00a77 graczy z maksimum \u00a7c{1}\u00a77 online.
listAmountHidden=\u00a77Na serwerze jest \u00a7c{0}\u00a77/{1}\u00a77 graczy z maksimum \u00a7c{2}\u00a77 online.
listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listGroupTag=\u00a77{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[UKRYTY]\u00a7r
loadWarpError=\u00a74Blad przy wczytywaniu warpu {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a77Aby oczyscic skrzynke, wpisz\u00a7c /mail clear
mailClear=\u00a76Aby oznaczy\u0107 swoj\u0105 poczt\u0119 jako przeczytan\u0105, wpisz\u00a7c /mail clear\u00a76.
mailCleared=\u00a77Skrzynka oprozniona\!\!
mailSent=\u00a77Wiadomosc wyslana\!
markMailAsRead=\u00a77Aby oproznic skrzynke, wpisz\u00a7c /mail clear
markMailAsRead=\u00a76Aby oznaczy\u0107 swoj\u0105 poczt\u0119 jako przeczytan\u0105, wpisz\u00a7c /mail clear\u00a76.
markedAsAway=\u00a77Zostales oznaczony jako nieobecny.
markedAsNotAway=\u00a77Juz nie jestes nieobecny.
matchingIPAddress=\u00a77Gracz wczesniej byl zalogowany z tego adresu IP\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74Nie mozesz wtracic do wiezienia tej osoby.
me=Ja
minute=minuta
minutes=minut
missingItems=\u00a74Nie masz {0}x {1}.
missingItems=\u00a74Nie posiadasz {0}x {1}.
mobSpawnError=\u00a74Blad podczas zmiany spawnera.
mobSpawnLimit=Ilosc mobow ograniczona do limitu serwera.
mobSpawnTarget=\u00a74Blok musi byc spawnerem.
@@ -246,14 +233,14 @@ moneySentTo=\u00a7a{0} zostalo wyslane do {1}
month=miesiac
months=miesiecy
moreThanZero=\u00a74Ilosc musi byc wieksza niz 0.
moveSpeed=\u00a77Ustawiono {0} szybkosc {1} dla {2}.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Zmieni\u0142e\u015b szybko\u015b\u0107 {0}nia dla\u00a76 {2}\u00a76 na\u00a7c {1}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Nie mozesz ustawic wiecej niz jeden ladunek dla tej fajerwerki.
multiplePotionEffects=\u00a74Nie mozesz ustawic wiecej niz jeden efekt dla tej mikstury.
muteExempt=\u00a74Nie mozesz wyciszyc tego gracza..
muteNotify=\u00a7c{0} \u00a76wyciszyl \u00a7c{1}\u00a76.
mutedPlayer=\u00a76Grcz\u00a7c {0} \u00a76zostal wyciszony.
mutedPlayerFor=\u00a77Gracz\u00a7c {0} \u00a77wyciszony za\u00a7c {1}\u00a77.
muteNotify=\u00a7c{0} \u00a76wyciszy\u0142 \u00a7c{1}\u00a76.
mutedPlayer=\u00a76Gracz\u00a7c {0} \u00a76zosta\u0142 wyciszony.
mutedPlayerFor=\u00a76Gracz\u00a7c {0} \u00a76zosta\u0142 wyciszony za\u00a7c {1}\u00a76.
mutedUserSpeaks={0} probowal sie odezwac, ale jest wyciszony.
nearbyPlayers=\u00a77Gracze w poblizu\:\u00a7r {0}
negativeBalanceError=\u00a74Gracz nie moze miec ujemnego stanu konta.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74Musisz wlaczyc change-displayname w configu Essential.
nickInUse=\u00a74Ten pseudonim jest juz w uzyciu.
nickNamesAlpha=\u00a74Pseudonimy musza byc alfanumeryczne.
nickNoMore=\u00a77Nie masz juz pseudonimu.
nickSet=\u00a77Twoj pseudonim od teraz to \u00a7c{0}
nickTooLong=\u00a74Ten pseudonim jest zbyt dlugi.
nickSet=\u00a76Twoj nowy nick\: \u00a7c{0}\u00a76.
nickTooLong=\u00a74Ten pseudonim jest za d\u0142ugi.
noAccessCommand=\u00a74Nie masz dostepu do tej komendy.
noAccessPermission=\u00a74Nie masz uprawnien do dostepu do {0}.
noAccessPermission=\u00a74Nie jeste\u015b uprawniony do dost\u0119pu do tego {0}.
noBreakBedrock=\u00a74Nie masz uprawnien do niszczenia bedrocka.
noDestroyPermission=\u00a74Nie masz uprawnien do niszczenia {0}.
noDestroyPermission=\u00a74Nie jeste\u015b uprawniony do niszczenia tego {0}.
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=\u00a77Nikogo nie ignorujesz.
noKitPermission=\u00a74Musisz posiadac uprawnienia \u00a7c{0}\u00a74 aby uzywac tego zestawu.
@@ -300,8 +286,8 @@ now=teraz
nuke=\u00a75Niech smierc pochlonie caly swiat\!
numberRequired=Tutaj powinna byc liczba, gluptasie.
onlyDayNight=/time obsluguje tylko day/night.
onlyPlayerSkulls=\u00a74Mozesz ustawic tylko wlasciciela czaszki gracza (397\:3).
onlyPlayers=\u00a74Tylko gracze w grze moga uzywac {0}.
onlyPlayerSkulls=\u00a74Mo\u017cesz tylko zmienia\u0107 w\u0142a\u015bciciela g\u0142owy gracza (397\:3).
onlyPlayers=\u00a74Tylko gracze bedacy w grze moga uzyc {0}.
onlySunStorm=\u00a74/weather obsluguje tylko sun/storm.
orderBalances=Pobieram fundusze {0} graczy, prosze czekac ...
oversizedTempban=\u00a74Nie mozesz teraz zbanowac tego gracza.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a77Ci gracze maja wlasna pogode\:\u00a7r
pWeatherReset=\u00a77Gracz zresetowal pogode dla\: \u00a7c{0}
pWeatherSet=\u00a77 Gracz ustawil pogode \u00a7c{0}\u00a77 dla\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Oczekujace zapytanie teleportacji odrzucone.
playerBanIpAddress=\u00a7c{0} \u00a76zbanowal adres IP\u00a7c {1}\u00a76.
playerBanned=\u00a7c{0} \u00a76zbanowal\u00a7c {1} \u00a76za {2}.
playerInJail=\u00a74Gracz jest juz w wiezieniu\u00a7c {0}\u00a77.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a7c{0} \u00a76zbanowa\u0142\u00a7c {1} \u00a76za {2}.
playerInJail=\u00a74Gracz jest juz w wiezieniu \u00a7c{0}\u00a77.
playerJailed=\u00a77Gracz\u00a7c {0} \u00a77zostal wtracony do wiezienia.
playerJailedFor=\u00a77Gracz\u00a7c {0} \u00a77zostal wtracony do wiezienia na {1}.
playerKicked=\u00a77Gracz\u00a7c {0} \u00a77wyrzucil {1} za {2}.
@@ -332,7 +318,7 @@ playerMutedFor=\u00a77Zostales wyciszony na\u00a7c {0}.
playerNeverOnServer=\u00a74Gracz\u00a7c {0} \u00a74nigdy nie byl na tym serwerze.
playerNotFound=\u00a74Nie odnaleziono gracza.
playerUnbanIpAddress=\u00a77Graczowi\u00a7c {0} \u00a77 odbanowano IP\: {1}.
playerUnbanned=\u00a7c{0} \u00a76odbanowal\u00a7c {1}.
playerUnbanned=\u00a7c{0} \u00a76odbanowa\u0142\u00a7c {1}.
playerUnmuted=\u00a77Twoj glos zostal przywrocony.
pong=Pong\!
posPitch=\u00a77Pitch\: {0} (Head angle)
@@ -340,37 +326,37 @@ posX=\u00a77X\: {0} (+Wschod <-> -Zachod)
posY=\u00a77Y\: {0} (+Gora <-> -Dol)
posYaw=\u00a77Wysokosc\: {0} (Rotacja)
posZ=\u00a77Z\: {0} (+Poludnie <-> -Polnoc)
possibleWorlds=\u00a77Mozliwe swiaty maja numery od 0 do {0}.
possibleWorlds=\u00a76Mo\u017cliwe \u015bwiaty to numery od 0 do {0}.
potions=\u00a77Mikstury\:\u00a7r {0}\u00a77.
powerToolAir=\u00a74Nie zartuj, chcesz przypisac polecenie do powietrza?
powerToolAlreadySet=\u00a74Polecenie \u00a7c{0}\u00a74 jest juz przypisane do {1}.
powerToolAlreadySet=\u00a74Komenda \u00a7c{0}\u00a74 jest ju\u017c przypisana do {1}.
powerToolAttach=\u00a7c{0}\u00a77 polecenie przypisane do {1}.
powerToolClearAll=\u00a77Wszystkie przypisane polecenia zostaly usuniete\!
powerToolList=\u00a77Przedmiot \u00a7c{1} \u00a77zawiera nastepujace polecenia\: \u00a7c{0}\u00a77.
powerToolListEmpty=\u00a74Przedmiot \u00a7c{0} \u00a74nie ma przypisanych polecen.
powerToolNoSuchCommandAssigned=\u00a74Polecenie \u00a7c{0}\u00a74 nie moze byc przypisane do {1}.
powerToolRemove=\u00a77Polecenie \u00a7c{0}\u00a77 usuniete z {1}.
powerToolRemoveAll=\u00a77Wszystkie polecenia zostaly usuniete z {0}.
powerToolNoSuchCommandAssigned=\u00a74Komenda \u00a7c{0}\u00a74 nie jest przypisana do {1}.
powerToolRemove=\u00a76Usuni\u0119to komende \u00a7c{0}\u00a76 z {1}.
powerToolRemoveAll=\u00a76Usuni\u0119to wszystkie komendy z {0}.
powerToolsDisabled=\u00a77Wszystkie twoje podpiecia zostaly zdezaktywowane.
powerToolsEnabled=\u00a77Wszystkie twoje podpiecia zostaly aktywowane.
questionFormat=\u00a72[Pytanie]\u00a7r {0}
readNextPage=\u00a77Wpisz\u00a7c /{0} {1} \u00a77aby przeczytac nastepna strone
recipe=\u00a77Receptura dla \u00a7c{0}\u00a77 ({1} z {2})
recipe=\u00a76Receptura dla \u00a7c{0}\u00a76 ({1} z {2})
recipeBadIndex=Nie ma receptury dla tego numeru.
recipeFurnace=\u00a77Przetop \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a77is \u00a7c{1}
recipeFurnace=\u00a76Przepal \u00a7c{0}
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7{0}X \u00a76to \u00a7c{1}
recipeMore=\u00a77Wpisz /{0} \u00a7c{1}\u00a77 <numer> by zobaczyc receptury dla \u00a7c{2} \u00a77.
recipeNone=Nie ma receptur dla {0} .
recipeNothing=nic
recipeShapeless=\u00a77Kombinacja \u00a7c{0}
recipeWhere=\u00a77Gdzie\: {0}
removed=\u00a77Usunieto\u00a7c {0} \u00a77podmiotow.
repair=\u00a77Udalo sie naprawic twoj\: \u00a7c{0}.
repair=\u00a76Naprawi\u0142e\u015b pomy\u015blnie swoje\: \u00a7c{0}.
repairAlreadyFixed=\u00a74Ten przedmiot nie potrzebuje naprawy
repairEnchanted=\u00a74Nie masz zezwolenia do naprawiania ulepszonych przedmiotow.
repairInvalidType=\u00a74Ten przedmiot nie moze byc naprawiony.
repairNone=\u00a74Nie masz przedmiotow potrzebujacych naprawy.
repairNone=\u00a74\u017badne twoje przedmioty nie potrzebuj\u0105 naprawy.
requestAccepted=\u00a77Prosba o teleportacje - zaakceptowano.
requestAcceptedFrom=\u00a7c{0} \u00a77zaakceptowal Twoja prosbe o teleportacje.
requestDenied=\u00a77Prosba o teleportacje - odrzucona.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0} \u00a77odrzucil Twoja prosbe o teleportacje.
requestSent=\u00a77Twoja prosba o teleportacje zostala wyslana do\u00a7c {0}\u00a77.
requestTimedOut=\u00a77Prosba o teleportacje - przedawniona.
requiredBukkit=* \! * Potrzebujesz najnowszego {0} CraftBukkit-a, pobierz go z http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a77Fundusz zostal zresetowany \u00a7a{0} \u00a77 wszystkim graczom online.
resetBalAll=\u00a77Fundusz zostal zresetowany \u00a7a{0} \u00a77 wszystkim graczom.
returnPlayerToJailError=\u00a74Wystapil blad podczas powrotu gracza\u00a7c {0} \u00a74do wiezienia\: {1} .
resetBal=\u00a76Saldo zosta\u0142o zresetowane na \u00a7a{0} \u00a76dla wszystkich graczy b\u0119d\u0105cych online.
resetBalAll=\u00a76Saldo zosta\u0142o zresetowane na \u00a7a{0} \u00a76dla wszystkich graczy.
returnPlayerToJailError=\u00a74Wyst\u0105pi\u0142 b\u0142\u0105d podczas powracania gracza\u00a7c {0} \u00a74do wi\u0119zienia\: {1}\!
runningPlayerMatch=\u00a77Wyszukiwanie pasujacych graczy ''\u00a7c{0}\u00a77'' (to moze chwile potrwac)
second=sekunda
seconds=sekund
seenOffline=\u00a77Gracz\u00a7c {0} \u00a77jest \u00a74offline\u00a77 od {1}
seenOnline=\u00a77Gracz\u00a7c {0} \u00a77jest \u00a7aonline\u00a77 od {1}
seenOffline=\u00a76Gracz\u00a7c {0} \u00a76jest \u00a74offline\u00a76 od {1}.
seenOnline=\u00a76Gracz\u00a7c {0} \u00a76jest \u00a7aonline\u00a76 od {1}.
serverFull=Serwer jest pelen graczy, sprobuj pozniej.
serverTotal=\u00a77Podsumowanie serwera\:\u00a7c {0}
setBal=\u00a7aTwoj stan konta ustawiono na {0}.
setBalOthers=\u00a7aUstawiles stan konta {0}\u00a7a na {1}.
setSpawner=\u00a77Ustawiono spawner na\u00a7c {0}.
setBalOthers=\u00a7aUstawi\u0142e\u015b saldo {0}\u00a7a na {1}.
setSpawner=\u00a76Zmieniono typ spawnera na\u00a7c {0}
sheepMalformedColor=\u00a74Niewlasciwa barwa.
shoutFormat=\u00a77[Shout]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Nie masz zezwolenia do tworzenia tutaj znakow.
similarWarpExist=\u00a74Warp o tej nazwie juz istnieje.
slimeMalformedSize=\u00a74Niewlasciwy rozmiar.
socialSpy=\u00a77SocialSpy dla {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy dla {0}\u00a76\: {1}
soloMob=\u00a74Ten mob lubi byc sam.
spawnSet=\u00a77Ustawiono punkt spawnu dla grupy\u00a7c {0}\u00a77.
spawned=stworzono
sudoExempt=\u00a74Nie mozesz podniesc uprawnien tego uzytkownika.
sudoRun=\u00a77Probuje\u00a7c {0} \u00a77uruchomic\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a77Zegnaj okrutny swiecie.
suicideSuccess=\u00a77{0} dokonal zamachu na swoje zycie
survival=Przetrwanie
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a{0} zostalo pobrane z konta.
takenFromOthersAccount=\u00a7a{0} zostalo pobrane z {1}\u00a7a konta. Nowy stan konta\: {2}
teleportAAll=\u00a77Prosbe o teleportacje - wyslano do wszystkich graczy.
teleportAll=\u00a77Teleportowano wszystkich graczy.
teleportAtoB=\u00a7c{0}\u00a77 przeteleportowal Ciebie do {1}\u00a77.
teleportAtoB=\u00a76Zosta\u0142e\u015b przeteleportowany przez \u00a7c{0}\u00a76 do {1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74ma zdezaktywowana teleportacje.
teleportHereRequest=\u00a7c{0}\u00a77 ma zadanie przeteleportowac cie do nich.
teleportNewPlayerError=\u00a74Blad przy teleportowniu nowego gracza.
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a77 prosbe o teleportacje do Ciebie.
teleportRequestTimeoutInfo=\u00a77 Prosba o teleportacje przedawni sie za\u00a7c {0} \u00a77sekund.
teleportTop=\u00a77Teleportacja na wierzch.
teleportationCommencing=\u00a77Teleport rozgrzewa sie...
teleportationDisabled=\u00a77Teleportacja - zdezaktywowana.
teleportationDisabledFor=\u00a77Teleportacja zablokowana dla {0}
teleportationEnabled=\u00a77Teleportacja - aktywowana.
teleportationEnabledFor=\u00a77Teleportacja odblokowana dla {0}
teleportationDisabled=\u00a76Teleportacja wy\u0142\u0105czona.
teleportationDisabledFor=\u00a76Teleportacja wy\u0142\u0105czona dla {0}.
teleportationEnabled=\u00a76Teleportacja w\u0142\u0105czona.
teleportationEnabledFor=\u00a76Teleportacja w\u0142\u0105czona dla {0}.
teleporting=\u00a77Teleportacja...
tempBanned=Zostales tymczasowo zbanowany na serwerze przez {0}.
teleportToPlayer=\u00a76Teleportowanie do \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Nie mozesz tymczasowo zbanowac tego gracza.
thunder=\u00a7c{0} \u00a77przywowlal burze.
thunderDuration=\u00a77Gracz \u00a7c{0} \u00a77przywolal burze na\u00a7c {1} \u00a77sekund.
timeBeforeHeal=\u00a77Czas przed nastepnym uzdrowieniem\:\u00a7c {0}\u00a77.
timeBeforeTeleport=\u00a77Czas przed nastepnym teleportem\:\u00a7c {0}.
timeFormat=\u00a7c{0}\u00a77 lub \u00a7c{1}\u00a77 lub \u00a7c{2}\u00a77.
timeFormat=\u00a7c{0}\u00a76 lub \u00a7c{1}\u00a76 lub \u00a7c{2}\u00a76
timeSetPermission=\u00a74Nie masz uprawnien do ustawiania czasu.
timeWorldCurrent=\u00a77Obecny czas\u00a7c {0} \u00a77to \u00a7c{1}\u00a77.
timeWorldSet=\u00a77Czas ustawiono\u00a7c {0} \u00a77w\: \u00a7c{1}\u00a77.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aSprzedano wszystkie Twoje bloki za kwote {1}.
tps=\u00a77Aktualne TPS \= {0}
tradeSignEmpty=\u00a74Tabliczka handlowa nie jest dla Ciebie dostepna.
tradeSignEmptyOwner=\u00a74Nie ma nic do pobrania z tej tabliczki.
treeFailure=\u00a74Utworzenie drzewa nie powiodlo sie, sprobuj na trawie lub ziemi.
treeSpawned=\u00a77Stworzono drzewo.
true=\u00a72tak\u00a7r
typeTpaccept=\u00a77Aby zaakceptowac teleport, wpisz \u00a7c/tpaccept\u00a77.
typeTpdeny=\u00a77Aby odmowic teleportacji, wpisz \u00a7c/tpdeny\u00a77.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a77Nie ignorujesz juz gracza \u00a7c{0}\u00a77.
unknownItemId=\u00a74Nieznane id przedmiotu\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Nieznany przedmiot {0} w liscie {1} .
unknownItemName=\u00a74Nieznana nazwa przedmiotu\: {0}.
unlimitedItemPermission=\u00a74Brak uprawnien dla nielimitowanego przedmiotu {0}.
unlimitedItems=\u00a77Nielimitowane przedmioty\:\u00a7r
unmutedPlayer=\u00a77Gracz\u00a7c {0} \u00a77moze znowu mowic.
unvanishedReload=\u00a74Przeladowanie spowodowalo ze cie widac.
upgradingFilesError=Wystapil blad podczas aktualizowaniu plikow.
@@ -480,7 +463,7 @@ warpSet=\u00a77Warp\u00a7c {0} \u00a77stworzony.
warpUsePermission=\u00a74Nie masz pozwolenie na korzystanie z tego Warpa.
warpingTo=\u00a77Teleportuje do\u00a7c {0}\u00a77.
warps=Warpy\: {0}
warpsCount=\u00a77Istnieje \u00a7c{0} \u00a77warp. Pokazuje strone {1} z {2}.
warpsCount=\u00a76Jest\u00a7c {0} \u00a76warp\u00f3w. Wy\u015bwietlanie strony {1} z {2}.
weatherStorm=\u00a77Ustawiles \u00a7cburze\u00a77 w\u00a7c {0}\u00a77.
weatherStormFor=\u00a77Ustawiles \u00a7cburze\u00a77 w\u00a7c {0} \u00a77na {1} sekund.
weatherSun=\u00a77Ustawiles \u00a7cbezchmurna\u00a77 pogode w\u00a7c {0}\u00a77.
@@ -508,42 +491,50 @@ year=rok
years=lat
youAreHealed=\u00a77Zostales uleczony.
youHaveNewMail=\u00a77Masz\u00a7c {0} \u00a77wiadomosci\! Wpisz \u00a7c/mail read\u00a77 aby je przeczytac.
whoisHunger=\u00a76 - Glod\:\u00a7r {0}/20 (+{1} saturacji)
whoisHunger=\u00a76 - G\u0142\u00f3d\:\u00a7r {0}/20 (+{1} saturacji)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Nie starczylo miejsca, \u00a7c{0} \u00a7c{1} \u00a74zostalo stracone.
noKitGroup=\u00a74Nie masz uprawnien do tego zestawu.
inventoryClearingFromAll=\u00a77Czyszczenie ekwipunku wszystkim graczom...
inventoryClearingAllItems=\u00a76Wyczyszczono wszystko z ekwipunku {0}\u00a76.
inventoryClearingAllArmor=\u00a76Wyczyszczono zbroje i wszystko z ekwipunku {0}\u00a76.
inventoryClearingAllStack=\u00a77Wyszyszczono wszystkie\u00a7c {0} \u00a77z {1}\u00a77.
inventoryClearingStack=\u00a76Usunieto\u00a7c {0} {1} \u00a76od {2}\u00a76.
giveSpawnFailure=\u00a74Niewystarczaj\u0105ce miejsce, \u00a7c{0} \u00a7c{1} \u00a74zosta\u0142o utracone.
noKitGroup=\u00a74Nie masz dost\u0119pu do tego zestawu.
inventoryClearingFromAll=\u00a76Czyszczenie ekwipunku wszystkich graczy...
inventoryClearingAllItems=\u00a76Wyczyszczono wszystkie przedmioty z ekwipunku {0}\u00a76.
inventoryClearingAllArmor=\u00a76Wyczyszczono zbroj\u0119 oraz wszystkie przedmioty z ekwipunku {0}\u00a76.
inventoryClearingAllStack=\u00a76Wyczyszczono wszystkie \u00a7c {0} \u00a76z {1}\u00a76.
inventoryClearingStack=\u00a76Usun\u0105\u0142e\u015b\u00a7c {0} {1} \u00a76graczowi {2}\u00a76.
inventoryClearFail=\u00a74Gracz {0} \u00a74nie posiada\u00a7c {1} {2}\u00a74.
localNoOne=
totalSellableAll=\u00a7aLaczna wartosc wszystkich sprzedawalnych przedmiotow i blokow to \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aLaczna wartosc wszystkich sprzedawalnych blokow to \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Promien jest zbyt duzy\! Maksymalny promien to {0}.
isIpBanned=\u00a77IP \u00a7c{0} \u00a77jest zbanowane.
mobDataList=\u00a76Prawidlowe dane moba\:\u00a7r {0}
totalSellableAll=\u00a7aCa\u0142kowita warto\u015b\u0107 wszystkich sprzedawalnych przedmiot\u00f3w i blok\u00f3w wynosi \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aCa\u0142kowita warto\u015b\u0107 wszystkich sprzedawalnych blok\u00f3w wynosi \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Zasi\u0119g jest zbyt du\u017cy\! Maksymalny zasi\u0119g to {0}.
isIpBanned=\u00a77IP \u00a7c{0} \u00a77jest zbanowany.
mobDataList=\u00a76Prawid\u0142owe dane moba\:\u00a7r {0}
vanish=\u00a76Vanish dla {0}\u00a76\: {1}
noLocationFound=\u00a74Brak prawidlowej lokalizacji.
noLocationFound=\u00a74Nie znaleziono prawidlowej lokalizacji.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Nie mozesz zbanowac gracza bedacego offline.
tempbanExemptOffline=\u00a74Nie mozesz zbanowac tymczasowo gracza bedacego offline.
mayNotJailOffline=\u00a74Nie mozesz uwiezic w wiezieniu gracza bedacego offline.
muteExemptOffline=\u00a74Nie mozesz wyciszyc gracza bedacego offline.
ignoreExempt=\u00a74Nie mozesz zignorowac tego gracza.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
banExemptOffline=\u00a74Nie mozesz zablokowac graczy offline.
tempbanExemptOffline=\u00a74Nie mozesz tymczasowo zablokowac graczy offline.
mayNotJailOffline=\u00a74Nie mo\u017cesz wi\u0119zi\u0107 graczy b\u0119d\u0105cych offline.
muteExemptOffline=\u00a74Nie mo\u017cesz wyciszy\u0107 graczy b\u0119d\u0105chych offline.
ignoreExempt=\u00a74Nie mo\u017cesz ignorowa\u0107 tego gracza.
unsafeTeleportDestination=\u00a74Cel teleportacji jest niebezpieczny, a teleport-safety jest wy\u0142\u0105czone.
noMetaJson=Metadata JSON nie jest ob\u0142ugiwana w tej wersji Bukkita.
maxMoney=\u00a74Ta tranzakcja przekroczy\u0142aby limit salda dla tego konta
skullChanged=\u00a76Czaszka zosta\u0142a zmieniona na \u00a7c{0}\u00a76.
alphaNames=\u00a74Nazwa gracza mo\u017ce tylko zawiera\u0107 litery, cyfry i podkre\u015blenia
givenSkull=\u00a76Otrzyma\u0142e\u015b czaszk\u0119 \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74Nie jeste\u015b uprawiony, aby zmieni\u0107 t\u0105 czaszk\u0119.
teleportInvalidLocation=Warto\u015b\u0107 koordynat\u00f3w nie mo\u017ce przekroczy\u0107 30000000
invalidSkull=\u00a74Prosz\u0119, trzymaj czaszk\u0119 gracza.
weatherInvalidWorld=\u015awiat o nazwie {0} nie zosta\u0142 odnaleziony\!
gameModeInvalid=\u00a74Musisz poda\u0107 prawid\u0142owego gracza/tryb.
mailTooLong=\u00a74Wiadomo\u015b\u0107 mail jest zbyt d\u0142uga. Postaraj si\u0119 utrzyma\u0107 j\u0105 poni\u017cej 1000 znak\u00f3w.
mailDelay=Zbyt du\u017co maili zosta\u0142o wys\u0142ane w czasie ostaniej minuty. Maksymalna ilo\u015b\u0107\: {0}
seenAccounts=\u00a76Gracz jest tak\u017ce znany jako\:\u00a7c {0}
unableToSpawnItem=\u00a74Nie mo\u017cna stworzy\u0107 \u00a7c{0}\u00a74, poniewa\u017c ten przedmiot nie jest mo\u017cliwy do stworzenia.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74Voc\u00c3\u00aa nao tem permissao para usar\u00a7c {0}\u00a7
autoAfkKickReason=Voc\u00c3\u00aa foi kickado por ficar parado por mais de {0} minutos.
backAfterDeath=\u00a76Digite /back para retornar ao local onde voce morreu.
backUsageMsg=\u00a76Voltando ao local anterior.
backupDisabled=\u00a74Um script externo nao foi configurado.
backupFinished=\u00a76Backup acabou.
backupStarted=\u00a76Backup come\u00c3\u00a7ou.
balance=\u00a7aSaldo\:\u00a7c {0}
balanceOther=\u00a7aSaldo de {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Mais ricos ({0})
@@ -32,8 +29,6 @@ bed=\u00a7ocama\u00a7r
bedMissing=\u00a74Sua cama nao foi definida, esta corrompida ou esta bloqueada.
bedNull=\u00a7mcama\u00a7r
bedSet=\u00a76Cama definida\!
bigTreeFailure=\u00a74Falha ao gerar uma Arvore grande. Tente novamente na grama ou na terra.
bigTreeSuccess=\u00a76Arvore grande gerada.
blockList=\u00a76Essentials passou os seguintes comandos para outro plugin\:
bookAuthorSet=\u00a76Autor do livro definido para {0}.
bookLocked=\u00a76O livro esta trancado agora.
@@ -53,7 +48,6 @@ chatTypeSpy=[Espiao]
cleaned=Os arquivos do usuario foram apagados.
cleaning=Apagando arquivos do usuario.
commandFailed=Comando {0} falhou\:
commandHelpFailedForPlugin=Erro ao tentar adquirir ajuda para o plugin\: {0}
commandNotLoaded=\u00a74Comando {0} esta carregado incorretamente.
compassBearing=\u00a76Rolamento\: {0} ({1} graus).
configFileMoveError=Falha ao mover config.yml para o local de backup.
@@ -83,7 +77,6 @@ depth=\u00a76Voce esta no nivel do mar.
depthAboveSea=\u00a76Voce esta aa\u00a7c {0} \u00a76bloco(s) acima do nivel do mar.
depthBelowSea=\u00a76Voce esta a\u00a7c {0} \u00a76bloco(s) abaixo do nivel do mar.
destinationNotSet=Destino nao definido\!
disableUnlimited=\u00a76Permissao de colocar coisas ilimitadas desativada para\u00a7c {0} \u00a76por {1}.
disabled=desabilitado
disabledToSpawnMob=\u00a74Spawnar este mob foi desativado na configurasao.
distance=\u00a76Distancia\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=Baixando o banco de dados GeoIP... isso pode levar um tempo (pa
duplicatedUserdata=Dados do usuario dupliacado\: {0} e {1}.
durability=\u00a76Essa ferramenta ainda pode ser usada mais \u00a7c{0}\u00a76 vezes
editBookContents=\u00a7eVoce pode agora editar o conteudo deste livro.
enableUnlimited=\u00a76Dando quantidade ilimitada de\u00a7c {0} \u00a76para {1}.
enabled=habilitado
enchantmentApplied=\u00a76O encantamento\u00a7c {0} \u00a76foi aplicado ao item em sua mao.
enchantmentNotFound=\u00a74Encantamento nao encontrado\!
@@ -103,7 +95,7 @@ errorCallingCommand=Erro ao usar o comando /{0}
errorWithMessage=\u00a7cErro\:\u00a74 {0}
essentialsHelp1=O arquivo esta corrompido e o Essentials nao consegue abri\u00ad-lo. Essentials desativado. Se voce nao consegue arrumar o arquivo sozinho, acesse http\://tiny.cc/EssentialsChat
essentialsHelp2=O arquivo esta corrompido e o Essentials nao consegue abri\u00ad-lo. Essentials desativado. Se voce nao consegue arrumar o arquivo sozinho, digite /essentialshelp no jogo ou acesse http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials Recarregado\u00a7c {0}
essentialsReload=\u00a76Essentials recarregado\u00a7c {0}.
exp=\u00a7c{0} \u00a76tem\u00a7c {1} \u00a76de exp (nivel\u00a7c {2}\u00a76) e precisa de\u00a7c {3} \u00a76mais exp para subir de ni\u00advel.
expSet=\u00a7c{0} \u00a76agora tem\u00a7c {1} \u00a76de exp.
extinguish=\u00a76Voce se matou.
@@ -113,7 +105,7 @@ failedToCreateConfig=Falha ao criar a configuracao {0}.
failedToWriteConfig=Falha ao escrever a configuracao {0}.
false=\u00a74falso\u00a7r
feed=\u00a76Seu apetite foi saciado.
feedOther=\u00a76Apetite de {0}\u00a76foi saciado.
feedOther=\u00a76Voc\u00ea saciou o apetite de {0}\u00a76.
fileRenameError=Falha ao renomear o arquivo {0}\!
fireworkColor=\u00a74Parametros inseridos para criar um fogo de artifi\u00adcio invalidos. Defina uma cor antes.
fireworkEffectsCleared=\u00a76Todos os efeitos deste pack foram removidos.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=URL de download do GeoIP est\u00c3\u00a1 vazio.
geoIpUrlInvalid=URL de download do GeoIP inv\u00c3\u00a1lido.
geoipJoinFormat=\u00a76Jogador \u00a7c{0} \u00a76vem de \u00a7c{1}\u00a76.
giveSpawn=\u00a76Dando\u00a7c {0}\u00a7c {1} \u00a76para\u00a7c {2}\u00a76.
godDisabledFor=\u00a74desativado\u00a76 para\u00a7c {0}.
godDisabledFor=\u00a7cdesabilitado\u00a76 para\u00a7c {0}
godEnabledFor=\u00a7aativado\u00a76 para\u00a7c {0}.
godMode=\u00a76Modo deus\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Nao h\u00c3\u00a1 ningu\u00c3\u00a9m online nesse grupo\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76Voc\u00c3\u00aa foi liberado.
heal=\u00a76Voc\u00c3\u00aa foi curado.
healDead=\u00a74Voc\u00c3\u00aa nao pode curar algu\u00c3\u00a9m que est\u00c3\u00a1 morto\!
healOther=\u00a7c {0}\u00a76foi curado.
helpConsole=Para ver ajuda pelo console, digite ?.
helpFrom=\u00a76Comandos de {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Comandos correspondidos com "\u00a7c{0}\u00a76"\:
helpOp=\u00a7 4\u00ba [AjudaOp] \u00a7r \u00a7 6 {0}\: \u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Ajuda do Plugin\: /help {1}
holdBook=\u00a74Voc\u00c3\u00aa nao est\u00c3\u00a1 segurando um livro que possa escrever.
holdFirework=\u00a74Voc\u00c3\u00aa deve estar segurando um fogo de artif\u00c3\u00adcio para adicionar efeitos.
holdPotion=\u00a74Voc\u00c3\u00aa deve estar segurando uma po\u00c3\u00a7ao para aplicar efeitos para ela.
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 P\u00c3\u00a1gina \u00a7c{0}\
infoUnknownChapter=\u00a74Cap\u00edtulo Desconhecido.
insufficientFunds=\u00a74Dinheiro insuficiente.
invalidCharge=\u00a74Argumento inv\u00c3\u00a1lido.
invalidFireworkFormat=\u00a76A op\u00c3\u00a7ao \u00a74{0} \u00a76nao \u00c3\u00a9 um valor v\u00c3\u00a1lido para \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74A op\u00e7\u00e3o \u00a7c{0} \u00a74n\u00e3o \u00e9 v\u00e1lida para \u00a7c{1}\u00a74.
invalidHome=\u00a74Casa\u00a7c {0} \u00a74nao existe\!
invalidHomeName=\u00a74Nome de casa inv\u00c3\u00a1lido\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74Tipo de mob invalido.
invalidNumber=N\u00c3\u00bamero inv\u00c3\u00a1lido.
invalidPotion=\u00a74Po\u00c3\u00a7ao inv\u00c3\u00a1lida.
invalidPotionMeta=\u00a74Meta inv\u00c3\u00a1lida de po\u00c3\u00a7ao\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=Kickado do servidor.
kickExempt=\u00a74Voc\u00c3\u00aa nao pode kickar essa pessoa.
kickedAll=\u00a74Todos os jogadores foram kickados.
kill=\u00a76Matou\u00a7c {0}\u00a76.
killExempt=\u00a74Voc\u00ea n\u00e3o pode matar {0}
killExempt=\u00a74Voc\u00ea n\u00e3o pode matar \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Esse kit nao existe ou foi definido impropriamente.
kitError=\u00a74Nao h\u00c3\u00a1 kits v\u00c3\u00a1lidos.
kitGiveTo=\u00a76Dando kit\u00a7c {0}\u00a76 para {1}\u00a7.
kitGiveTo=\u00a76Dando o kit\u00a7c {0}\u00a76 para \u00a7c{1}\u00a76.
kitInvFull=\u00a74Seu invent\u00c3\u00a1rio est\u00c3\u00a1 cheio, colocando o kit no chao.
kitNotFound=\u00a74Esse kit n\u00e3o existe.
kitOnce=\u00a74Voc\u00c3\u00aa nao pode usar esse kit novamente.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[ESCONDIDO]\u00a7r
loadWarpError=\u00a74Falha ao carregar o warp {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76Para marcar seus e-mails como lidos, digite\u00a7c /mail clear.
mailClear=\u00a76Para marcar seus e-mails como lidos, digite\u00a7c /mail clear\u00a76.
mailCleared=\u00a76E-mails Removidos\!
mailSent=\u00a76E-mail enviado\!
markMailAsRead=\u00a76Para marcar seu e-mail como lido, digite\u00a7c /mail clear.
markMailAsRead=\u00a76Para marcar teus e-mails como lidos, digite\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76Voc\u00c3\u00aa est\u00c3\u00a1 agora marcado como ausente.
markedAsNotAway=\u00a76Voc\u00c3\u00aa nao est\u00c3\u00a1 mais marcado como ausente.
matchingIPAddress=\u00a76Os seguintes jogadores logaram com esse endere\u00c3\u00a7o de IP\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74Voc\u00c3\u00aa nao pode prender essa pessoa\!
me=eu
minute=minuto
minutes=minutos
missingItems=\u00a74Voc\u00c3\u00aa nao tem {0}x {1}.
missingItems=\u00a74Voc\u00ea n\u00e3o tem \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74Erro ao mudar o mob spawner.
mobSpawnLimit=Quantidade de mobs aumentada at\u00c3\u00a9 o limite do servidor.
mobSpawnTarget=\u00a74Alvo deve ser um mob spawner.
@@ -246,8 +233,8 @@ moneySentTo=\u00a7aVoc\u00c3\u00aa enviou {0} para {1}.
month=m\u00c3\u00aas
months=meses
moreThanZero=\u00a74Quantidades devem ser maior que 0.
moveSpeed=\u00a76Velocidade {0} definida para\u00a7c {1} \u00a76por {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Velocidade de \u00a7c{2}\u00a76 foi definida de {0} para \u00a7c {1} \u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Voc\u00c3\u00aa nao pode aplicar mais de um comando para esse fogo de artif\u00c3\u00adcio.
multiplePotionEffects=\u00a74Voc\u00c3\u00aa nao pode aplicar mais de um efeito para essa po\u00c3\u00a7ao.
muteExempt=\u00a74Voc\u00c3\u00aa nao pode silenciar esse jogador.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74Voc\u00c3\u00aa precisa ativar o change-displayname na co
nickInUse=\u00a74Esse nome j\u00c3\u00a1 est\u00c3\u00a1 em uso.
nickNamesAlpha=\u00a74Nicks devem ser alfanum\u00c3\u00a9ricos.
nickNoMore=\u00a76Voc\u00c3\u00aa nao tem mais um nick.
nickSet=\u00a76Seu nick agora \u00c3\u00a9 \u00a7c{0}
nickSet=\u00a76Seu nick agora \u00e9 \u00a7c{0}\u00a76.
nickTooLong=\u00a74Nome \u00e9 muito grande.
noAccessCommand=\u00a74Voc\u00c3\u00aa nao tem acesso a esse comando.
noAccessPermission=\u00a74Voc\u00c3\u00aa nao tem permissao para acessar esse {0}.
noAccessPermission=\u00a74Voc\u00ea n\u00e3o tem permiss\u00e3o para acessar \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74Voc\u00c3\u00aa nao tem permissao para quebrar bedrock.
noDestroyPermission=\u00a74Voc\u00c3\u00aa nao tem permissao para destruir esse {0}.
noDestroyPermission=\u00a74voc\u00ea n\u00e3o tem permiss\u00e3o para destruir \u00a7c{0}\u00a74.
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=\u00a76Voc\u00ea n\u00e3o est\u00e1 ignorando ningu\u00e9m.
noKitPermission=\u00a74Voc\u00c3\u00aa precisa da permissao \u00a7c{0}\u00a74 para usar esse kit.
@@ -300,8 +286,8 @@ now=agora
nuke=\u00a75Pode chover a morte sobre eles.
numberRequired=Vai um n\u00c3\u00bamero a\u00c3\u00ad, seu bobo.
onlyDayNight=/time suporta apenas day/night.
onlyPlayerSkulls=\u00a74Voc\u00c3\u00aa pode apenas definir o dono das cabe\u00c3\u00a7as (397\:3).
onlyPlayers=\u00a74Apenas jogadores in-game pode usar {0}.
onlyPlayerSkulls=\u00a74Voc\u00ea s\u00f3 pode definir o propriet\u00e1rio de cr\u00e2nios de jogador (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Apenas jogadores in-game podem usar \u00a7c{0}\u00a74.
onlySunStorm=\u00a74/weather suporta apenas sun/storm.
orderBalances=\u00a76Organizando saldos de\u00a7c {0} \u00a76usu\u00c3\u00a1rios, aguarde...
oversizedTempban=\u00a74Voc\u00c3\u00aa nao pode banir um jogador por esse per\u00c3\u00adodo de tempo.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76Estes jogadores possuem seu pr\u00f3prio clima\:\u00a7r
pWeatherReset=\u00a76O clima do jogador foi restaurado para\: \u00a7c{0}
pWeatherSet=\u00a76O clima do jogador foi definido para \u00a7c{0}\u00a76 por\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Pedido de teleporte cancelado.
playerBanIpAddress=\u00a76Jogador\u00a7c {0} \u00a76baniu o IP\u00a7c {1}\u00a76.
playerBanned=\u00a76Jogador\u00a7c {0} \u00a76baniu\u00a7c {1} \u00a76por {2}.
playerInJail=\u00a74Jogador j\u00c3\u00a1 est\u00c3\u00a1 na cadeia\u00a7c {0}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Jogador\u00a7c {0} \u00a76banido\u00a7c {1} \u00a76por \u00a7c{2}\u00a76.
playerInJail=\u00a74Jogador atualmente na cadeia\u00a7c {0}\u00a74.
playerJailed=\u00a76JogadorPlayer\u00a7c {0} \u00a76preso.
playerJailedFor=\u00a76Jogador\u00a7c {0} \u00a76preso por {1}.
playerKicked=\u00a76Jogador\u00a7c {0} \u00a76kickou {1} por {2}.
@@ -340,37 +326,37 @@ posX=\u00a76X\: {0} (+Leste <-> -Oeste)
posY=\u00a76Y\: {0} (+Cima <-> -Baixo)
posYaw=\u00a76Yaw\: {0} (Rota\u00c3\u00a7ao)
posZ=\u00a76Z\: {0} (+Sul <-> -Norte)
possibleWorlds=\u00a76Mundos poss\u00c3\u00adveis estao entre os n\u00c3\u00bameros 0 at\u00c3\u00a9 {0}.
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potions=\u00a76Po\u00c3\u00a7oes\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74O comando nao pode ser atribu\u00c3\u00addo ao ar.
powerToolAlreadySet=\u00a74Comando \u00a7c{0}\u00a74 j\u00c3\u00a1 est\u00c3\u00a1 atribu\u00c3\u00addo a {1}.
powerToolAlreadySet=\u00a74Comando \u00a7c{0}\u00a74 J\u00e1 Foi Atribuido to \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 comando atribu\u00c3\u00addo a {1}.
powerToolClearAll=\u00a76Todos as ferramentas de poder foram removidas.
powerToolList=\u00a76Item \u00a7c{1} \u00a76tem os seguintes comandos\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74nao tem comandos atribu\u00c3\u00addos.
powerToolNoSuchCommandAssigned=\u00a74Comando \u00a7c{0}\u00a74 nao foi atribu\u00c3\u00addo a {1}.
powerToolRemove=\u00a76Comando \u00a7c{0}\u00a76 removido de {1}.
powerToolRemoveAll=\u00a76Todos os comandos foram removidos de {0}.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Esse Comando\u00a7c{0}\u00a76 Foi Removido \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76All commands removed from \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76Todas as suas ferramentas de poder foram desativadas.
powerToolsEnabled=\u00a76Todas as suas ferramentas de poder foram ativadas.
questionFormat=\u00a72[Pergunta]\u00a7r {0}
readNextPage=\u00a76Digite\u00a7c /{0} {1} \u00a76para ler a pr\u00c3\u00b3xima p\u00c3\u00a1gina.
recipe=\u00a76Receita para \u00a7c{0}\u00a76 ({1} de {2})
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=Nao h\u00c3\u00a1 receita para esse n\u00c3\u00bamero.
recipeFurnace=\u00a76Cozinhe \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76\u00c3\u00a9 \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76\u00e9 \u00a7c{1}
recipeMore=\u00a76Digite /{0} \u00a7c{1}\u00a76 <n\u00c3\u00bamero> para ver outras receitas para \u00a7c{2}\u00a76.
recipeNone=Nao h\u00c3\u00a1 receitas para {0}
recipeNothing=nada
recipeShapeless=\u00a76Combinar \u00a7c{0}
recipeWhere=\u00a76Onde\: {0}
removed=\u00a7c{0} \u00a76entidades removidas.
repair=\u00a76Voc\u00c3\u00aa reparou com sucesso\: \u00a7c{0}.
repair=\u00a76Voc\u00ea reparou seu \u00a7c{0}\u00a76 com sucesso.
repairAlreadyFixed=\u00a74Esse item nao precisa de reparo.
repairEnchanted=\u00a74Voc\u00c3\u00aa nao tem permissao para reparar itens encantados.
repairInvalidType=\u00a74Esse item nao pode ser reparado.
repairNone=\u00a74Nao haviam itens para serem reparados.
repairNone=\u00a74N\u00e3o haviam itens para serem reparados.
requestAccepted=\u00a76Pedido de teleporte aceito.
requestAcceptedFrom=\u00a7c{0} \u00a76aceitou seu pedido de teleporte.
requestDenied=\u00a76Pedido de teleporte negado.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0} \u00a76negou seu pedido de teleporte.
requestSent=\u00a76Pedido enviado para\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Pedido de teleporte se esgotou.
requiredBukkit=\u00a76* \! * Voc\u00c3\u00aa precisa de pelo menos a constru\u00c3\u00a7ao {0} do CraftBukkit, baixe-a em http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Saldos de todos os jogadores online resetados para \u00a7a{0}\u00a76.
resetBalAll=\u00a76Saldos de todos os jogadores resetados para \u00a7a{0}\u00a76.
returnPlayerToJailError=\u00a74Um erro ocorreu ao tentar retornar o jogador\u00a7c {0} \u00a74para a cadeia\: {1}\!
resetBal=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all online players.
resetBalAll=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all players.
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Realizando busca por jogadores correspodentes a ''\u00a7c{0}\u00a76'' (isso pode levar um tempo)
second=segundo
seconds=segundos
seenOffline=\u00a76Jogador\u00a7c {0} \u00a76est\u00c3\u00a1 \u00a74offline\u00a76 desde {1}.
seenOnline=\u00a76Jogador\u00a7c {0} \u00a76est\u00c3\u00a1 \u00a7aonline\u00a76 h\u00c3\u00a1 {1}.
seenOffline=\u00a76Jogador\u00a7c {0} \u00a76est\u00e1 \u00a74offline\u00a76 desde \u00a7c{1}\u00a76.
seenOnline=\u00a76Jogador\u00a7c {0} \u00a76est\u00e1 \u00a7aonline\u00a76 desde \u00a7c{1}\u00a76.
serverFull=Servidor cheio\!
serverTotal=\u00a76Total do Servidor\:\u00a7c {0}
setBal=\u00a7aSeu saldo foi definido para {0}.
setBalOthers=\u00a7aVoc\u00ea configurou o seu balan\u00e7o atual de {0}\u00a7a para {1}.
setSpawner=\u00a76Spawner alterado para\u00a7c {0}
setSpawner=\u00a76Changed spawner type to\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Cor mal especificada.
shoutFormat=\u00a77[\u00a73G\u00a77]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Voc\u00c3\u00aa nao tem permissao para criar placas aqui.
similarWarpExist=\u00a74Um warp com um nome similar j\u00c3\u00a1 existe.
slimeMalformedSize=\u00a74Tamanho mal especificado.
socialSpy=\u00a76SocialSpy para {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74Esse mob gosta de ficar sozinho.
spawnSet=\u00a76Ponto de Spawn definido para o grupo\u00a7c {0}\u00a76.
spawned=spawnado
sudoExempt=\u00a74Voc\u00c3\u00aa nao pode usar sudo nesse usu\u00c3\u00a1rio.
sudoRun=\u00a76For\u00c3\u00a7ando\u00a7c {0} \u00a76a usar\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Adeus mundo cruel...
suicideSuccess=\u00a76{0} \u00a76se matou.
survival=sobreviv\u00c3\u00aancia
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a{0} foi removido sua conta.
takenFromOthersAccount=\u00a7a{0} foi removido da conta de {1}\u00a7a. Novo saldo\: {2}.
teleportAAll=\u00a76Pedido de teleporte enviado para todos os jogadores...
teleportAll=\u00a76Teleportando todos os jogadores...
teleportAtoB=\u00a7c{0}\u00a76 teleportou voc\u00c3\u00aa para {1}\u00a76.
teleportAtoB=\u00a7c{0}\u00a76 teleportou voc\u00ea para \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74est\u00c3\u00a1 com teleporte desativado.
teleportHereRequest=\u00a7c{0}\u00a76 pediu para que se teleporte at\u00c3\u00a9 ele.
teleportNewPlayerError=\u00a74Falha ao teleportar novo jogador\!
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 pediu para teleportar at\u00c3\u00a9 voc\u00c3
teleportRequestTimeoutInfo=\u00a76Esse pedido ir\u00c3\u00a1 se esgotar depois de\u00a7c {0} segundos\u00a76.
teleportTop=\u00a76Teleportando para o topo.
teleportationCommencing=\u00a76Teleportando iniciando...
teleportationDisabled=\u00a76Teleporte desativado.
teleportationDisabledFor=\u00a76Teleporte desativado para {0}.
teleportationEnabled=\u00a76Teleporte ativado.
teleportationEnabledFor=\u00a76Teleporte ativado para {0}.
teleportationDisabled=\u00a76Teleportation \u00a7cdisabled\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a76Teleportando...
tempBanned=Temporariamente banido do servidor por {0}.
teleportToPlayer=\u00a76Teleporting to \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Voc\u00c3\u00aa nao pode banir temporariamente esse jogador.
thunder=\u00a76Voc\u00c3\u00aa\u00a7c {0} \u00a76trovoada em seu mundo.
thunderDuration=\u00a76Voc\u00c3\u00aa\u00a7c {0} \u00a76trovoada em seu mundo por\u00a7c {1} \u00a76segundos.
timeBeforeHeal=\u00a76Tempo antes da pr\u00c3\u00b3xima cura\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a76Tempo antes do pr\u00c3\u00b3ximo teleporte\:\u00a7c {0}
timeFormat=\u00a7c{0}\u00a76 ou \u00a7c{1}\u00a76 ou \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeSetPermission=\u00a74Voc\u00c3\u00aa nao tem permissao para definir o tempo.
timeWorldCurrent=\u00a76O tempo atual em\u00a7c {0} \u00a76\u00c3\u00a9 \u00a7c{1}\u00a76.
timeWorldSet=\u00a76O tempo foi definido para\u00a7c {0} \u00a76em\: \u00a7c{1}\u00a76.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aTodos os blocos foram vendidos por um total de \u00a7c{1
tps=\u00a76TPS Atual \= {0}
tradeSignEmpty=\u00a74A placa de troca nao tem nada dispon\u00c3\u00advel para voc\u00c3\u00aa.
tradeSignEmptyOwner=\u00a74Nao h\u00c3\u00a1 nada para coletar dessa placa de troca.
treeFailure=\u00a74Erro ao gerar \u00c3\u00a1rvore. Tente novamente na terra ou na grama.
treeSpawned=\u00a76Arvore gerada.
true=\u00a7averdadeiro\u00a7r
typeTpaccept=\u00a76Para teleportar, digite \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Para recusar o pedido, digite \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76Voc\u00c3\u00aa nao est\u00c3\u00a1 mais ignorando o jogad
unknownItemId=\u00a74ID do item inv\u00c3\u00a1lido\: \u00a7r {0}\u00a74.
unknownItemInList=\u00a74Iten desconhecido {0} na lista {1}.
unknownItemName=\u00a74Nome de item desconhecido\: {0}.
unlimitedItemPermission=\u00a74Nenhuma permissao para itens ilimitados de {0}.
unlimitedItems=\u00a76Itens ilimitados\:\u00a7r
unmutedPlayer=\u00a76Jogador\u00a7c {0} \u00a76nao est\u00c3\u00a1 mais silenciado.
unvanishedReload=\u00a74Um reload for\u00c3\u00a7ou-lhe a ficar vis\u00c3\u00advel novamente.
upgradingFilesError=Erro ao aprimorar os arquivos.
@@ -480,7 +463,7 @@ warpSet=\u00a76Warp\u00a7c {0} \u00a76definido.
warpUsePermission=\u00a74Voce nao tem permissao para usar esse warp.
warpingTo=\u00a76Teleportando para\u00a7c {0}\u00a76.
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a76There are\u00a7c \u00a76warps de {0}. Mostrando pagina {1} de {2}.
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherStorm=\u00a76Voc\u00c3\u00aa definiu o tempo para \u00a7ctempestade\u00a76 em\u00a7c {0}\u00a76.
weatherStormFor=\u00a76Voc\u00c3\u00aa definiu o tempo para \u00a7ctempestade\u00a76 em\u00a7c {0} \u00a76por {1} segundos.
weatherSun=\u00a76Voc\u00c3\u00aa definiu o tempo para \u00a7csol\u00a76 em\u00a7c {0}\u00a76.
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74Voce nao pode banir temporariamente jogadores descon
mayNotJailOffline=\u00a74Voce nao pode prender jogadores desconectados.
muteExemptOffline=\u00a74Voce nao pode silenciar jogadores desconectados.
ignoreExempt=\u00a74Voce nao pode ignorar aquele jogador.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unsafeTeleportDestination=\u00a74O destino de teleporte \u00e9 inseguro teleporte-seguran\u00e7a est\u00e1 desabilitado.
noMetaJson=Metadata JSON n\u00e3o \u00e9 suportado nesta vers\u00e3o do Bukkit.
maxMoney=\u00a74Esta transa\u00e7\u00e3o iria exceder o limite de saldo para esta conta.
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=\u00a74Nomes de jogadores s\u00f3 podem conter letras, n\u00fameros e sublinhados.
givenSkull=\u00a76Voc\u00ea recebeu o cr\u00e2nio do 6\u00ba par\u00e1grafo \u00a7c {0}.
noPermissionSkull=\u00a74Voc\u00ea n\u00e3o tem permiss\u00e3o para modificar esse cr\u00e2nio.
teleportInvalidLocation=Valor de coordenadas n\u00e3o pode ser mais 30000000
invalidSkull=\u00a74Por favor,segure um cr\u00e2nio do Jogador.
weatherInvalidWorld=Mundo chamado de {0} n\u00e3o foi encontrado\!
gameModeInvalid=\u00a74Voc\u00ea precisa especificar um jogador/modo v\u00e1lido.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
mailDelay=Muitos e-mails foram enviados no \u00faltimo minuto. M\u00e1ximo\: {0}
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -0,0 +1,540 @@
#X-Generator: crowdin.net
#version: TeamCity
# Single quotes have to be doubled: ''
# Translations start here
# by:
action=\u00a75* {0} \u00a75{1}
addedToAccount=\u00a7a{0} foi adicionado em sua conta.
addedToOthersAccount=\u00a7a{0} foi adicionado na conta de {1}\u00a7a. Novo saldo\: {2}
adventure=aventura
alertBroke=quebrado\:
alertFormat=\u00a73[{0}] \u00a7r {1} \u00a76 {2} em\: {3}
alertPlaced=colocado\:
alertUsed=usado\:
antiBuildBreak=\u00a74Voce nao tem permissao para quebrar\u00a7c {0} \u00a74blocos aqui.
antiBuildCraft=\u00a74Voce nao tem permissao para create\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74Voce nao tem permissao para dropar\u00a7c {0}\u00a74.
antiBuildInteract=\u00a74Voce nao tem permissao para interagir com\u00a7c {0}\u00a74.
antiBuildPlace=\u00a74Voce nao tem permissao para colocar\u00a7c {0} \u00a74aqui.
antiBuildUse=\u00a74Voce nao tem permissao para usar\u00a7c {0}\u00a74.
autoAfkKickReason=Voce foi kickado por ficar parado por mais de {0} minutos.
backAfterDeath=\u00a76Digite /back para retornar onde morreu.
backUsageMsg=\u00a76Voltando ao local anterior.
balance=\u00a7aSaldo\:\u00a7c {0}
balanceOther=\u00a7aSaldo de {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76Mais ricos ({0})
banExempt=\u00a74Voce nao pode banir este jogador.
banFormat=\u00a74Banido por\:\n\u00a7r{0}
bed=\u00a7ocama\u00a7r
bedMissing=\u00a74Sua cama nao foi definida, esta corrompida ou esta bloqueada.
bedNull=\u00a7mcama\u00a7r
bedSet=\u00a76Cama definida\!
blockList=\u00a76Essentials passou os seguintes comandos para outro plugin\:
bookAuthorSet=\u00a76Autor do livro definido para {0}.
bookLocked=\u00a76O livro esta trancado agora.
bookTitleSet=\u00a76T\u00c3\u00adtulo do livro definido para {0}.
broadcast=\u00a7r\u00a76 [\u00a74Transmiss\u00e3o\u00a76] \u00a7a {0}
buildAlert=\u00a74Voce nao tem permissao para construir.
bukkitFormatChanged=Formato da versao do Bukkit alterada. Versao nao verificada.
burnMsg=\u00a76Voce colocou fogo em\u00a7c {0} \u00a76por\u00a7c {1} segundos\u00a76.
canTalkAgain=\u00a76Voce pode falar novamente.
cannotStackMob=\u00a74Voce nao tem permissao para criar varios mobs.
cantFindGeoIpDB=Nao foi possivel encontrar dados de GeoIP\!
cantReadGeoIpDB=Falha ao ler o banco de dados do GeoIP\!
cantSpawnItem=\u00a74Voce nao tem permissao para gerar o item\u00a7c {0}\u00a74.
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[Espiao]
cleaned=Os arquivos do usuario foram apagados.
cleaning=Apagando arquivos do usuario.
commandFailed=Comando {0} falhou\:
commandNotLoaded=\u00a74Comando {0} esta carregado incorretamente.
compassBearing=\u00a76Apontado para\: {0} ({1} graus).
configFileMoveError=Falha ao mover a config.yml para o local do backup.
configFileRenameError=Falha ao renomear o arquivo temporario para config.yml.
connectedPlayers=\u00a76Jogadores conectados\u00a7r
connectionFailed=Falha ao conectar.
cooldownWithMessage=\u00a74Tempo restante\: {0}
corruptNodeInConfig=\u00a74Noti\u00adcia\: Seu arquivo de configuracao esta corrompido ({0}).
couldNotFindTemplate=\u00a74Template nao encontrado {0}
creatingConfigFromTemplate=Criando configuracao baseado no modelo\: {0}
creatingEmptyConfig=Criando configuracao vazia\: {0}
creative=criativo
currency={0}{1}
currentWorld=\u00a76Mundo Atual\:\u00a7c {0}
day=dia
days=dias
defaultBanReason=O Martelo Proibicao falou\!
deleteFileError=Nao p\u00c3\u00b4de deletar o arquivo\: {0}
deleteHome=\u00a76Casa\u00a7c {0} \u00a76foi removida.
deleteJail=\u00a76Cadeia\u00a7c {0} \u00a76foi removida.
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76foi removido.
deniedAccessCommand=\u00a7c{0} \u00a74foi negado a utilizar o comando.
denyBookEdit=\u00a74Voce nao pode destravar este livro.
denyChangeAuthor=\u00a74Voce nao pode mudar o autor deste livro.
denyChangeTitle=\u00a74Voce nao pode mudar o titulo deste livro.
depth=\u00a76Voce esta no nivel do mar.
depthAboveSea=\u00a76Voce esta a\u00a7c {0} \u00a76bloco(s) acima do ni\u00advel do mar.
depthBelowSea=\u00a76Voce esta a\u00a7c {0} \u00a76bloco(s) abaixo do ni\u00advel do mar.
destinationNotSet=Destino nao definido\!
disabled=desativou
disabledToSpawnMob=\u00a74Spawnar este mob foi desativado na configuracao.
distance=\u00a76Distancia\: {0}
dontMoveMessage=\u00a76Teleporte ira come\u00e7ar em\u00a7c {0}\u00a76. Nao se mova.
downloadingGeoIp=Baixando o banco de dados GeoIP... isso pode levar um tempo (pa\u00c3\u00ads\: 0.6 MB, cidade\: 20MB)
duplicatedUserdata=Dados do usuario dupliacado\: {0} e {1}.
durability=\u00a76Esse ferramenta ainda pode ser usada mais \u00a7c{0}\u00a76 vezes
editBookContents=\u00a7eVoce pode agora editar o conteudo deste livro.
enabled=ativou
enchantmentApplied=\u00a76O encantamento\u00a7c {0} \u00a76foi aplicado ao item em sua mao.
enchantmentNotFound=\u00a74Encantamento nao encontrado\!
enchantmentPerm=\u00a74Voce nao tem permissao para\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76O encantamento\u00a7c {0} \u00a76foi removido do item em sua mao.
enchantments=\u00a76Encantamentos\:\u00a7r {0}
errorCallingCommand=Erro ao usar o comando /{0}
errorWithMessage=\u00a7cErro\:\u00a74 {0}
essentialsHelp1=O arquivo est\u00c3\u00a1 corrompido e o Essentials nao consegue abr\u00c3\u00ad-lo. Essentials desativado. Se voc\u00c3\u00aa nao consegue arrumar o arquivo sozinho, acesse http\://tiny.cc/EssentialsChat
essentialsHelp2=O arquivo esta corrompido e o Essentials nao consegue abri\u00ad-lo. Essentials desativado. Se voce nao consegue arrumar o arquivo sozinho, digite /essentialshelp no jogo ou acesse http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials recarregado\u00a7c {0}.
exp=\u00a7c{0} \u00a76tem\u00a7c {1} \u00a76de exp (n\u00c3\u00advel\u00a7c {2}\u00a76) e precisa de\u00a7c {3} \u00a76mais exp para subir de n\u00c3\u00advel.
expSet=\u00a7c{0} \u00a76agora tem\u00a7c {1} \u00a76de exp.
extinguish=\u00a76Voce se extinguiu.
extinguishOthers=\u00a76Voce extinguiu {0}\u00a76.
failedToCloseConfig=Falha ao fechar a configuracao {0}.
failedToCreateConfig=Falha ao criar a configuracao {0}.
failedToWriteConfig=Falha ao escrever a configuracao {0}.
false=\u00a74falso\u00a7r
feed=\u00a76Seu apetite foi saciado.
feedOther=\u00a76Voc\u00ea saciou a fome de {0}\u00a76.
fileRenameError=Falha ao renomear o arquivo {0}\!
fireworkColor=\u00a74Parametros inseridos para criar um fogo de artifi\u00adcio invalidos. Defina um cor antes.
fireworkEffectsCleared=\u00a76Todos os efeitos deste pack foram removidos.
fireworkSyntax=\u00a76Parametros do fogo de artifi\u00adcio\:\u00a7c color\:<cor> [fade\:<cor>] [shape\:<formato>] [effect\:<efeito>]\n\u00a76Para usar multiplas cores ou efeitos, separe-os entre vi\u00adrgulas\: \u00a7cred,blue,pink\n\u00a76Formatos\:\u00a7c star, ball, large, creeper, burst \u00a76Efeitos\:\u00a7c trail, twinkle.
flyMode=\u00a76Modo Voar foi\u00a7c {0} \u00a76para {1}\u00a76.
flying=voando
foreverAlone=\u00a74Voce nao tem ninguem a quem responder.
fullStack=\u00a74Voce ja tem um pack completo.
gameMode=\u00a76Modo de jogo\u00a7c {0} \u00a76definido para {1}\u00a76.
gcWorld=\u00a76 {0} "\u00a7c {1} \u00a76"\: \u00a7c {2} \u00a76 peda\u00e7os, \u00a7c {3} \u00a76 unidades, \u00a7c {4} \u00a76 telhas.
gcfree=\u00a76Mem\u00c3\u00b3ria livre\:\u00a7c {0} MB.
gcmax=\u00a76Memoria maxima\:\u00a7c {0} MB.
gctotal=\u00a76Mem\u00c3\u00b3ria alocada\:\u00a7c {0} MB.
geoIpUrlEmpty=URL de download do GeoIP esta vazio.
geoIpUrlInvalid=URL de download do GeoIP invalido.
geoipJoinFormat=\u00a76Jogador \u00a7c{0} \u00a76vem de \u00a7c{1}\u00a76.
giveSpawn=\u00a76Dando\u00a7c {0}\u00a7c {1} \u00a76para\u00a7c {2}\u00a76.
godDisabledFor=\u00a7cdesabilitado\u00a76 para\u00a7c {0}
godEnabledFor=\u00a7aativado\u00a76 para\u00a7c {0}.
godMode=\u00a76Modo deus\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Nao ha ninguem online nesse grupo\!
groupNumber=\u00a7c{0}\u00a7f online, para a lista completa\:\u00a7c /{1} {2}
hatArmor=\u00a74Voce nao pode usar esse item como chapeu\!
hatEmpty=\u00a74Voce nao esta usando chapeu.
hatFail=\u00a74Voce deve ter algo em sua mao para vestir.
hatPlaced=\u00a76Aproveite seu novo chapeu\!
hatRemoved=\u00a76Seu chapeu foi removido.
haveBeenReleased=\u00a76Voce foi liberado.
heal=\u00a76Voce foi curado.
healDead=\u00a74Voce nao pode curar alguem que esta morto\!
healOther=\u00a7c {0}\u00a76foi curado.
helpOp=\u00a7 4\u00ba [AjudaOp] \u00a7r \u00a7 6 {0}\: \u00a7r {1}
holdBook=\u00a74Voce nao esta segurando um livro que possa escrever.
holdFirework=\u00a74Voce deve estar segurando um fogo de artifi\u00adcio para adicionar efeitos.
holdPotion=\u00a74Voce deve estar segurando uma pocao para aplicar efeitos para ela.
holeInFloor=\u00a74Buraco no chao\!
homeSet=\u00a76Casa definida.
homes=\u00a76Casas\:\u00a7r {0}
hour=hora
hours=horas
ignoredList=\u00a76Ignorado\:\u00a7r {0}
ignorePlayer=\u00a76Voce esta agora ignorando o jogador\u00a7c {0} \u00a76.
illegalDate=Formate de data ilegal.
infoChapter=\u00a76Selecione o Cap\u00edtulo\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 P\u00e1gina \u00a7c{1}\u00a76 de \u00a7c{2} \u00a7e----
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Pagina \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
infoUnknownChapter=\u00a74Cap\u00edtulo Desconhecido.
insufficientFunds=\u00a74Dinheiro insuficiente.
invalidCharge=\u00a74Argumento invalido.
invalidFireworkFormat=\u00a74A op\u00e7\u00e3o \u00a7c{0} \u00a74n\u00e3o \u00e9 v\u00e1lida para \u00a7c{1}\u00a74.
invalidHome=\u00a74Casa\u00a7c {0} \u00a74nao existe\!
invalidHomeName=\u00a74Nome de casa invalido\!
invalidMob=\u00a74Tipo de mob invalido.
invalidNumber=Numero invalido.
invalidPotion=\u00a74Pocao invalida.
invalidPotionMeta=\u00a74Meta invalida de pocao\: \u00a7c{0}\u00a74.
invalidSignLine=\u00a74Linha\u00a7c {0} \u00a74na placa esta invalida.
invalidWarpName=\u00a74Nome de warp invalido\!
invalidWorld=\u00a74Mundo invalido.
is=e
itemCannotBeSold=\u00a74Esse item nao pode ser vendido para o servidor.
itemMustBeStacked=\u00a74O item deve ser trocado em packs. A quantidade de 2 deveria ser 2 packs, etc.
itemNames=\u00a76Nomes pequenos para o item\:\u00a7r {0}
itemNotEnough1=\u00a74Voce nao itens o suficiente para vender.
itemNotEnough2=\u00a76Se voce quis vender todos os seus itens de um tipo, digite /sell nomedoitem.
itemNotEnough3=\u00a76/sell nomedoitem -1 ira vender tudo menos um item, etc.
itemSellAir=Vocerealmente tentou vender Ar? Coloque um item em sua mao.
itemSold=\u00a7aVendido por \u00a7c{0} \u00a7a({1} {2} a {3} cada).
itemSoldConsole=\u00a7a{0} \u00a7avendeu {1} por \u00a7a{2} \u00a7a({3} itens a {4} each).
itemSpawn=\u00a76Dando\u00a7c {0}\u00a7c {1}
itemType=\u00a76Item\:\u00a7c {0} \u00a76-\u00a7c {1}
itemsCsvNotLoaded=Nao p\u00c3\u00b4de carregar o items.csv\!
jailAlreadyIncarcerated=\u00a74Essa pessoa ja esta na cadeia\:\u00a7c {0}
jailMessage=\u00a74Voce foi condenado. Pense bem antes de fazer o que fez.
jailNotExist=\u00a74Essa cadeia nao existe.
jailReleased=\u00a76Jogador \u00a7c{0}\u00a76 liberado.
jailReleasedPlayerNotify=\u00a76Voce foi liberado\!
jailSentenceExtended=\u00a76Tempo na cadeia extendido para\: {0}
jailSet=\u00a76Cadeia\u00a7c {0} \u00a76foi definida.
jumpError=\u00a74Isso machucaria o cerebro do computador.
kickDefault=Kickado do servidor.
kickExempt=\u00a74Voce nao pode kickar essa pessoa.
kickedAll=\u00a74Todos os jogadores foram kickados.
kill=\u00a76Matou\u00a7c {0}\u00a76.
killExempt=\u00a74Voc\u00ea n\u00e3o pode matar \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Esse kit nao existe ou foi definido impropriamente.
kitError=\u00a74Nao ha kits validos.
kitGiveTo=\u00a76Dando o kit\u00a7c {0}\u00a76 para \u00a7c{1}\u00a76.
kitInvFull=\u00a74Seu inventario esta cheio, colocando o kit no chao.
kitNotFound=\u00a74Esse kit n\u00e3o existe.
kitOnce=\u00a74Voce nao pode usar esse kit novamente.
kitReceive=\u00a76Recebido kit\u00a7c {0}\u00a76.
kitTimed=\u00a74Voce nao pode usar esse kit novamente por\u00a7c {0}\u00a74.
kits=\u00a76Kits\:\u00a7r {0}
leatherSyntax=\u00a76Sintaxe das Cores do Couro\: color\:<red>,<green>,<blue> ex\: color\:255,0,0.
lightningSmited=\u00a76Foste ferido\!
lightningUse=\u00a76Castigando\u00a7c {0}
listAfkTag=\u00a77[Ausente]\u00a7r
listAmount=\u00a76Ha \u00a7c{0}\u00a76 de no maximo \u00a7c{1}\u00a76 jogadores online.
listAmountHidden=\u00a76Ha \u00a7c{0}\u00a76/{1}\u00a76 de no maximo \u00a7c{2}\u00a76 jogadores online.
listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[ESCONDIDO]\u00a7r
loadWarpError=\u00a74Falha ao carregar o warp {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76Para marcar seus e-mails como lidos, digite\u00a7c /mail clear\u00a76.
mailCleared=\u00a76E-mails Removidos\!
mailSent=\u00a76E-mail enviado\!
markMailAsRead=\u00a76Para marcar seus e-mails como lidos, digite\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76Voce esta agora marcado como ausente.
markedAsNotAway=\u00a76Voce nao esta mais marcado como ausente.
matchingIPAddress=\u00a76Os seguintes jogadores logaram com esse endereco de IP\:
maxHomes=\u00a74Voce nao pode definir mais de\u00a7c {0} \u00a74casas.
mayNotJail=\u00a74Voce nao pode prender essa pessoa\!
me=eu
minute=minuto
minutes=minutos
missingItems=\u00a74Voc\u00ea n\u00e3o tem \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74Erro ao mudar o mob spawner.
mobSpawnLimit=Quantidade de mobs aumentada ate o limite do servidor.
mobSpawnTarget=\u00a74Alvo deve ser um mob spawner.
mobsAvailable=\u00a76Mobs\:\u00a7r {0}
moneyRecievedFrom=\u00a7aVoce recebeu {0} de {1}.
moneySentTo=\u00a7aVoce enviou {0} para {1}.
month=mes
months=meses
moreThanZero=\u00a74Quantidades devem ser maior que 0.
moveSpeed=\u00a76Velocidade de \u00a7c{2}\u00a76 foi definida de {0} para \u00a7c {1} \u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Voce nao pode aplicar mais de um comando para esse fogo de artificio.
multiplePotionEffects=\u00a74Voce nao pode aplicar mais de um efeito para essa pocao.
muteExempt=\u00a74Voce nao pode silenciar esse jogador.
muteNotify=\u00a7c {0} \u00a76 silenciou o jogador \u00a7 6 \u00a7c {1} .
mutedPlayer=\u00a76Jogador\u00a7c {0} \u00a76silenciado.
mutedPlayerFor=\u00a76Jogador\u00a7c {0} \u00a76silenciado por\u00a7c {1}\u00a76.
mutedUserSpeaks={0} tentou falar, mas esta silenciado.
nearbyPlayers=\u00a76Jogadores por perto\:\u00a7r {0}
negativeBalanceError=\u00a74Usuario nao tem permissao para ter um saldo negativo.
nickChanged=\u00a76Nick alterado.
nickDisplayName=\u00a74Voce precisa ativar o change-displayname na configuracao do Essentials.
nickInUse=\u00a74Esse nome ja esta em uso.
nickNamesAlpha=\u00a74Nicks devem ser alfanumericos.
nickNoMore=\u00a76Voce nao tem mais um nick.
nickSet=\u00a76Seu nick agora \u00e9 \u00a7c{0}\u00a76.
nickTooLong=\u00a74Esse Nome \u00e9 muito grande.
noAccessCommand=\u00a74Voce nao tem acesso a esse comando.
noAccessPermission=\u00a74Voc\u00ea n\u00e3o tem permiss\u00e3o para acessar \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74Voce nao tem permissao para quebrar bedrock.
noDestroyPermission=\u00a74voc\u00ea n\u00e3o tem permiss\u00e3o para destruir \u00a7c{0}\u00a74.
noDurability=\u00a74Esse item nao tem durabilidade.
noGodWorldWarning=\u00a74Cuidado\! Modo deus nao esta desativado nesse mundo.
noHomeSetPlayer=\u00a76Jogador nao definiu uma casa.
noIgnored=\u00a76Voc\u00ea n\u00e3o est\u00e1 ignorando ningu\u00e9m.
noKitPermission=\u00a74Voce precisa da permissao \u00a7c{0}\u00a74 para usar esse kit.
noKits=\u00a76Nao existem kits dispon\u00c3\u00adveis ainda.
noMail=\u00a76Voce nao tem nenhum e-mail.
noMatchingPlayers=\u00a76Nenhum jogador correspondente encontrado.
noMetaFirework=\u00a74Voce nao tem permissao para aplicar meta para fogos de artifi\u00adcio.
noMetaPerm=\u00a74Voc\u00c3\u00aa nao tem permissao para aplicar meta (\u00a7c{0})\u00a74 para esse item.
noNewMail=\u00a76Voce nao tem novos e-mails.
noPendingRequest=\u00a74Voce nao tem uma solicitacao.
noPerm=\u00a74Voce nao tem a permissao \u00a7c{0}\u00a74.
noPermToSpawnMob=\u00a74Voce nao tem permissao para spawnar esse mob.
noPlacePermission=\u00a74Voce nao tem permissao para colocar um bloco perto dessa placa.
noPotionEffectPerm=\u00a74Voce nao tem permissao para aplicar o efeito \u00a7c{0} \u00a74para essa pocao.
noPowerTools=\u00a76Voce nao tem nenhuma ferramenta de poder atribuida.
noWarpsDefined=\u00a76Nenhum warp definido.
none=nada
notAllowedToQuestion=\u00a74Vocenao tem permissao para usar a pergunta.
notAllowedToShout=\u00a74Voce nao tem permissao para gritar.
notEnoughExperience=\u00a74Voce nao tem experiencia o suficiente.
notEnoughMoney=\u00a74Voce nao tem dinheiro o suficiente.
notFlying=nao esta voando
notRecommendedBukkit=\u00a74* \! * Versao do Bukkit nao e recomendada para essa versao do Essentials.
notSupportedYet=Nao suportado ainda.
nothingInHand=\u00a74Voce nao tem nada em sua mao.
now=agora
nuke=\u00a75Pode chover a morte sobre eles.
numberRequired=Vai um n\u00c3\u00bamero a\u00c3\u00ad, seu bobo.
onlyDayNight=/time suporta apenas day/night.
onlyPlayerSkulls=\u00a74Voc\u00ea s\u00f3 pode definir o propriet\u00e1rio de cr\u00e2nios de jogador (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Apenas jogadores no jogo podem usar \u00a7c{0}\u00a74.
onlySunStorm=\u00a74/weather suporta apenas sun/storm.
orderBalances=\u00a76Organizando saldos de\u00a7c {0} \u00a76usuarios, aguarde...
oversizedTempban=\u00a74Voce nao pode banir um jogador por esse peri\u00adodo de tempo.
pTimeCurrent=\u00a76O tempo para \u00a7c{0}\u00a76 e \u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a76O tempo para \u00a7c{0}\u00a76 foi arrumado para\u00a7c {1}\u00a76.
pTimeNormal=\u00a76O tempo de \u00a7c{0}\u00a76 esta normal e correspondendo ao do servidor.
pTimeOthersPermission=\u00a74Voce nao tem permissao para definir o tempo de outros jogadores.
pTimePlayers=\u00a76Esses jogadores tem seus pr\u00c3\u00b3prios tempos\:\u00a7r
pTimeReset=\u00a76O tempo do jogador foi resetado para\: \u00a7c{0}
pTimeSet=\u00a76Tempo do jogador definido em \u00a7c{0}\u00a76 para\: \u00a7c{1}.
pTimeSetFixed=\u00a76Tempo do jogador arrumado em \u00a7c{0}\u00a76 para\: \u00a7c{1}.
pWeatherCurrent=\u00a7c{0}\u00a76 o clima \u00e9\u00a7c {1}\u00a76.
pWeatherInvalidAlias=Tipo de clima \u00a74 Inv\u00e1lido
pWeatherNormal=O clima \u00a7c{0}\u00a76 est\u00e1 normal e coincide com o servidor.
pWeatherOthersPermission=\u00a74Voc\u00ea n\u00e3o est\u00e3o autorizados a definir o clima dos outros jogadores.
pWeatherPlayers=\u00a76Estes jogadores possuem seu pr\u00f3prio clima\:\u00a7r
pWeatherReset=\u00a76O clima do jogador foi restaurado para\: \u00a7c{0}
pWeatherSet=\u00a76O clima do jogador foi definido para \u00a7c{0}\u00a76 por\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74Pedido de teleporte cancelado.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Jogador\u00a7c {0} \u00a76banido\u00a7c {1} \u00a76por \u00a7c{2}\u00a76.
playerInJail=\u00a74Jogador atualmente esta na cadeia\u00a7c {0}\u00a74.
playerJailed=\u00a76JogadorPlayer\u00a7c {0} \u00a76preso.
playerJailedFor=\u00a76Jogador\u00a7c {0} \u00a76preso por {1}.
playerKicked=\u00a76Jogador\u00a7c {0} \u00a76kickou {1} por {2}.
playerMuted=\u00a76Voce foi silenciado\!
playerMutedFor=\u00a76Voc\u00ea est\u00e1 silenciado por\u00a7c {0}.
playerNeverOnServer=\u00a74Jogador\u00a7c {0} \u00a74nunca esteve nesse servidor.
playerNotFound=\u00a74Jogador nao encontrado.
playerUnbanIpAddress=\u00a76Jogador\u00a7c {0} \u00a76desbaniu o IP\: {1}.
playerUnbanned=\u00a76Jogador\u00a7c {0} \u00a76desbaniu\u00a7c {1}.
playerUnmuted=\u00a76Voc\u00ea n\u00e3o est\u00e1 mais silenciado.
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Angulo da Cabeca)
posX=\u00a76X\: {0} (+Leste <-> -Oeste)
posY=\u00a76Y\: {0} (+Cima <-> -Baixo)
posYaw=\u00a76Yaw\: {0} (Rotacao)
posZ=\u00a76Z\: {0} (+Sul <-> -Norte)
possibleWorlds=\u00a76Possiveis mundos s\u00e3o os n\u00fameros \u00a7c0\u00a76 atrav\u00e9s de \u00a7c {0} \u00a7 6.
potions=\u00a76Pocoes\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74O comando nao pode ser atribu\u00c3\u00addo ao ar.
powerToolAlreadySet=\u00a74Comando \u00a7c{0}\u00a74 J\u00e1 Foi Atribuido para \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 comando atribu\u00c3\u00addo a {1}.
powerToolClearAll=\u00a76Todos as ferramentas de poder foram removidas.
powerToolList=\u00a76Item \u00a7c{1} \u00a76tem os seguintes comandos\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74nao tem comandos atribu\u00c3\u00addos.
powerToolNoSuchCommandAssigned=\u00a74Comando \u00a7c {0} \u00a7 4\u00ba n\u00e3o foi atribu\u00eddo a \u00a7c {1} \u00a7 4\u00ba.
powerToolRemove=\u00a76Esse Comando\u00a7c{0}\u00a76 Foi Removido de \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76Todos os comandos removidos do 6\u00ba \u00a7c {0}.
powerToolsDisabled=\u00a76Todas as suas ferramentas de poder foram desativadas.
powerToolsEnabled=\u00a76Todas as suas ferramentas de poder foram ativadas.
questionFormat=\u00a72[Pergunta]\u00a7r {0}
readNextPage=\u00a76Digite\u00a7c /{0} {1} \u00a76para ler a proxima pagina.
recipe=\u00a76Receita para \u00a7c {0} \u00a7. 6 (\u00a7 6 \u00a7c {1} de \u00a7c {2} \u00a7 6)
recipeBadIndex=Nao ha receita para esse numero.
recipeFurnace=\u00a76Fundir\: \u00a7 6 \u00a7c {0}.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76\u00e9 \u00a7c{1}
recipeMore=\u00a76Digite /{0} \u00a7c{1}\u00a76 <n\u00c3\u00bamero> para ver outras receitas para \u00a7c{2}\u00a76.
recipeNone=Nao ha receitas para {0}
recipeNothing=nada
recipeShapeless=\u00a76Combinar \u00a7c{0}
recipeWhere=\u00a76Onde\: {0}
removed=\u00a7c{0} \u00a76entidades removidas.
repair=\u00a76Voc\u00ea reparou seu \u00a7c{0}\u00a76 com sucesso.
repairAlreadyFixed=\u00a74Esse item nao precisa de reparo.
repairEnchanted=\u00a74Voce nao tem permissao para reparar itens encantados.
repairInvalidType=\u00a74Esse item nao pode ser reparado.
repairNone=\u00a74N\u00e3o haviam itens para serem reparados.
requestAccepted=\u00a76Pedido de teleporte aceito.
requestAcceptedFrom=\u00a7c{0} \u00a76aceitou seu pedido de teleporte.
requestDenied=\u00a76Pedido de teleporte negado.
requestDeniedFrom=\u00a7c{0} \u00a76negou seu pedido de teleporte.
requestSent=\u00a76Pedido enviado para\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Pedido de teleporte se esgotou.
requiredBukkit=\u00a76* \! * Voce precisa de pelo menos a construcao {0} do CraftBukkit, baixe-a em http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Saldos de todos os jogadores online resetados para \u00a7a{0}\u00a76.
resetBalAll=\u00a76Saldos de todos os jogadores resetados para \u00a7a{0}\u00a76.
returnPlayerToJailError=\u00a74Um erro ocorreu ao tentar retornar o jogador\u00a7c {0} \u00a74para a cadeia\: {1}\!
runningPlayerMatch=\u00a76Realizando busca por jogadores correspodentes a ''\u00a7c{0}\u00a76'' (isso pode levar um tempo)
second=segundo
seconds=segundo
seenOffline=\u00a76Jogador\u00a7c {0} \u00a76est\u00e1 \u00a74offline\u00a76 desde \u00a7c{1}\u00a76.
seenOnline=\u00a76Jogador\u00a7c {0} \u00a76est\u00e1 \u00a7aonline\u00a76 desde \u00a7c{1}\u00a76.
serverFull=Servidor cheio\!
serverTotal=\u00a76Total do Servidor\:\u00a7c {0}
setBal=\u00a7aSeu saldo foi definido para {0}.
setBalOthers=\u00a7aVoc\u00ea configurou o seu balan\u00e7o atual de {0}\u00a7a para {1}.
setSpawner=\u00a76Spawner alterado para\u00a7c {0}.
sheepMalformedColor=\u00a74Cor mal especificada.
shoutFormat=\u00a77[\u00a73G\u00a77]\u00a7r {0}
signFormatFail=\u00a74[{0}]
signFormatSuccess=\u00a71[{0}]
signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Vocenao tem permissao para criar placas aqui.
similarWarpExist=\u00a74Um warp com um nome similar ja existe.
slimeMalformedSize=\u00a74Tamanho mal especificado.
socialSpy=\u00a76SocialSpy para \u00a7c {0} \u00a7 6\: \u00a7c {1}
soloMob=\u00a74Esse mob gosta de ficar sozinho.
spawnSet=\u00a76Ponto de Spawn definido para o grupo\u00a7c {0}\u00a76.
spawned=spawnado
sudoExempt=\u00a74Voce nao pode usar sudo nesse usuario.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Adeus mundo cruel...
suicideSuccess=\u00a76{0} \u00a76se matou.
survival=sobrevivencia
takenFromAccount=\u00a7a{0} foi removido sua conta.
takenFromOthersAccount=\u00a7a{0} foi removido da conta de {1}\u00a7a. Novo saldo\: {2}.
teleportAAll=\u00a76Pedido de teleporte enviado para todos os jogadores...
teleportAll=\u00a76Teleportando todos os jogadores...
teleportAtoB=\u00a7c{0}\u00a76 teleportou voc\u00ea para \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74esta com teleporte desativado.
teleportHereRequest=\u00a7c{0}\u00a76 pediu para que se teleporte ate ele.
teleportNewPlayerError=\u00a74Falha ao teleportar novo jogador\!
teleportRequest=\u00a7c{0}\u00a76 pediu para teleportar ate voce.
teleportRequestTimeoutInfo=\u00a76Esse pedido ira se esgotar depois de\u00a7c {0} segundos\u00a76.
teleportTop=\u00a76Teleportando para o topo.
teleportationCommencing=\u00a76Teleportando iniciando...
teleportationDisabled=\u00a76Teletrasporte \u00a7cdesabilitado\u00a76.
teleportationDisabledFor=\u00a76Teletrasporte \u00a7cdisabilitado \u00a76para \u00a7c {0} \u00a7 6.
teleportationEnabled=\u00a76Teletrasporte \u00a7habilitado\u00a76.
teleportationEnabledFor=\u00a76Teletrasporte \u00a7chabilitado \u00a76para \u00a7c {0} \u00a7 6.
teleporting=\u00a76Teleportando...
teleportToPlayer=\u00a76Teletransportando para \u00a7 6 \u00a7c {0}.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Voce nao pode banir temporariamente esse jogador.
thunder=\u00a76Voce\u00a7c {0} \u00a76trovoada em seu mundo.
thunderDuration=\u00a76Voce\u00a7c {0} \u00a76trovoada em seu mundo por\u00a7c {1} \u00a76segundos.
timeBeforeHeal=\u00a76Tempo antes da pr\u00c3\u00b3xima cura\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a76Tempo antes do pr\u00c3\u00b3ximo teleporte\:\u00a7c {0}
timeFormat=\u00a7 6 \u00a7c {0} ou \u00a7c {1} \u00a7 6 ou \u00a7c {2} \u00a7 6
timeSetPermission=\u00a74Voce nao tem permiss\u00e3o para definir o tempo.
timeWorldCurrent=\u00a76O tempo atual em\u00a7c {0} \u00a76e \u00a7c{1}\u00a76.
timeWorldSet=\u00a76O tempo foi definido para\u00a7c {0} \u00a76em\: \u00a7c{1}\u00a76.
totalWorthAll=\u00a7aTodos os itens e blocos foram vendidos por um total de \u00a7c{1}\u00a7a.
totalWorthBlocks=\u00a7aTodos os blocos foram vendidos por um total de \u00a7c{1}\u00a7a.
tps=\u00a76TPS Atual \= {0}
tradeSignEmpty=\u00a74A placa de troca nao tem nada disponivel para voce.
tradeSignEmptyOwner=\u00a74Nao hanada para coletar dessa placa de troca.
true=\u00a7averdadeiro\u00a7r
typeTpaccept=\u00a76Para teleportar, digite \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Para recusar o pedido, digite \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76Voce pode tambem digitar o nome de um mundo especi\u00adfico.
unableToSpawnMob=\u00a74Incapaz de spawnar o mob.
unignorePlayer=\u00a76Voce nao esta mais ignorando o jogador\u00a7c {0} \u00a76.
unknownItemId=\u00a74ID do item invalido\: \u00a7r {0}\u00a74.
unknownItemInList=\u00a74Iten desconhecido {0} na lista {1}.
unknownItemName=\u00a74Nome de item desconhecido\: {0}.
unmutedPlayer=\u00a76Jogador\u00a7c {0} \u00a76nao esta mais silenciado.
unvanishedReload=\u00a74Um reload forcou-lhe a ficar visi\u00advel novamente.
upgradingFilesError=Erro ao aprimorar os arquivos.
uptime=\u00a76Tempo online\:\u00a7c {0}
userAFK=\u00a75{0} \u00a75esta atualmente AFK e pode nao responder.
userDoesNotExist=\u00a74O usuario\u00a7c {0} \u00a74nao existe.
userIsAway=\u00a75{0} \u00a75esta agora AFK.
userIsNotAway=\u00a75{0} \u00a75nao esta mais AFK.
userJailed=\u00a76Voce foi condenado\!
userUnknown=\u00a74Aviso\: O usuario ''\u00a7c{0}\u00a74'' nunca entrou nesse servidor.
userdataMoveBackError=Falha ao mover o userdata/{0}.tmp para userdata/{1}\!
userdataMoveError=Falha ao mover userdata/{0} para userdata/{1}.tmp\!
usingTempFolderForTesting=Usando pasta temporaria para teste\:
vanished=\u00a76Voce esta agora completamente invisi\u00advel para jogadores normais, e escondido de comandos in-game.
versionMismatch=\u00a74Versao nao correspondente\! Por favor atualize o {0} para a mesma versao.
versionMismatchAll=\u00a74Versao nao correspondente\! Por favor atualize todos os jars do Essentials para a mesma versao.
voiceSilenced=\u00a76Sua voz foi silenciada\!
walking=caminhando
warpDeleteError=\u00a74Problema ao deletar o arquivo do warp.
warpList={0}
warpListPermission=\u00a74Voce nao tem permissao para listar os warps.
warpNotExist=\u00a74Esse warp nao existe.
warpOverwrite=\u00a74Voce nao pode sobreescrever esse warp.
warpSet=\u00a76Warp\u00a7c {0} \u00a76definido.
warpUsePermission=\u00a74Voce nao tem permissao para usar esse warp.
warpingTo=\u00a76Teleportando para\u00a7c {0}\u00a76.
warps=\u00a76Warps\:\u00a7r {0}
warpsCount=\u00a76Aqui tem\u00a7c {0} \u00a76warps. Mostrando p\u00e1gina \u00a7c {1} \u00a76de \u00a7c {2} \u00a7 6.
weatherStorm=\u00a76Voce definiu o tempo para \u00a7ctempestade\u00a76 em\u00a7c {0}\u00a76.
weatherStormFor=\u00a76Voce definiu o tempo para \u00a7ctempestade\u00a76 em\u00a7c {0} \u00a76por {1} segundos.
weatherSun=\u00a76Voce definiu o tempo para \u00a7csol\u00a76 em\u00a7c {0}\u00a76.
weatherSunFor=\u00a76Voce definiu o tempo para \u00a7csun\u00a76 em\u00a7c {0} \u00a76por {1} seconds.
whoisAFK=\u00a76 - AFK\:\u00a7r {0}
whoisBanned=\u00a76 - Banido\:\u00a7r {0}
whoisExp=\u00a76 - Exp\:\u00a7r {0} (N\u00c3\u00advel {1})
whoisFly=\u00a76 - Modo Fly\:\u00a7r {0} ({1})
whoisGamemode=\u00a76 - Modo de Jogo\:\u00a7r {0}
whoisGeoLocation=\u00a76 - Localizacao\:\u00a7r {0}
whoisGod=\u00a76 - Modo deus\:\u00a7r {0}
whoisHealth=\u00a76 - Vida\:\u00a7r {0}/20
whoisIPAddress=\u00a76 - Endereco IP\:\u00a7r {0}
whoisJail=\u00a76 - Na cadeia\:\u00a7r {0}
whoisLocation=\u00a76 - Localizacao\:\u00a7r ({0}, {1}, {2}, {3})
whoisMoney=\u00a76 - Dinheiro\:\u00a7r {0}
whoisMuted=\u00a76 - Silenciado\:\u00a7r {0}
whoisNick=\u00a76 - Apelido\:\u00a7r {0}
whoisOp=\u00a76 - OP\:\u00a7r {0}
whoisTop=\u00a76 \=\=\=\=\=\= Quem\u00c3\u0089\:\u00a7c {0} \u00a76\=\=\=\=\=\=
worth=\u00a7aPack de {0} vale \u00a7c{1}\u00a7a ({2} a {3} cada)
worthMeta=\u00a7aPack de {0} com metadata de {1} vale \u00a7c{2}\u00a7a ({3} a {4} cada)
worthSet=\u00a76Valor definido
year=ano
years=anos
youAreHealed=\u00a76Voce foi curado.
youHaveNewMail=\u00a76Voce tem\u00a7c {0} \u00a76mensagens\! Digite \u00a7c/mail read\u00a76 para ve-las.
whoisHunger=\u00a76 - Fome\:\u00a7r {0}/20 (+{1} satura\u00e7\u00e3o)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74N\u00e3o tem espa\u00e7o, \u00a7c{0} \u00a7c{1} \u00a74 foi perdido.
noKitGroup=\u00a74Voc\u00ea n\u00e3o tem acesso \u00e0 este kit.
inventoryClearingFromAll=\u00a76Esvaziando os invent\u00e1rios de todos os usu\u00e1rios...
inventoryClearingAllItems=\u00a76Limpou todos os itens do invent\u00e1rio de {0}\u00a76.
inventoryClearingAllArmor=\u00a76Limpou todos os itens do invent\u00e1rio e armaduras de {0}\u00a76.\u00a0.
inventoryClearingAllStack=\u00a76Limpou todos \u00a7c {0} \u00a76de {1}\u00a76.
inventoryClearingStack=\u00a76Removido\u00a7c {0} \u00a76de\u00a7c {1} \u00a76de {2}\u00a76.
inventoryClearFail=\u00a74Jogador {0} \u00a74n\u00e3o tem \u00a7c {1} \u00a74de\u00a7c {2}\u00a74.
localNoOne=
totalSellableAll=\u00a7aO valor total dos itens e blocos dispon\u00edveis para venda \u00e9 de \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aO valor total dos blocos dispon\u00edveis para venda \u00e9 de \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74O raio e muito grande. O raio maximo permitido \u00e9 de {0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76 esta banido.
mobDataList=\u00a76Dados do mob validos\:\u00a7r {0}
vanish=\u00a76Invisivel para {0}\u00a76\: {1}
noLocationFound=\u00a74Nenhuma localizacao valida encontrada.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Voce nao pode banir jogadores desconectados.
tempbanExemptOffline=\u00a74Voce nao pode banir temporariamente jogadores desconectados.
mayNotJailOffline=\u00a74Voce nao pode prender jogadores desconectados.
muteExemptOffline=\u00a74Voce nao pode silenciar jogadores desconectados.
ignoreExempt=\u00a74Voce nao pode ignorar este jogador.
unsafeTeleportDestination=\u00a74O destino de teleporte \u00e9 inseguro e o teleporte de seguran\u00e7a est\u00e1 desabilitado.
noMetaJson=Metadata JSON n\u00e3o \u00e9 suportado nesta vers\u00e3o do Bukkit.
maxMoney=\u00a74Esta transa\u00e7\u00e3o iria exceder o limite de saldo para esta conta.
skullChanged=\u00a76Cr\u00e2nio mudou para \u00a7c {0}. \u00a7 6.
alphaNames=\u00a74Nomes de jogadores s\u00f3 podem conter letras, n\u00fameros e sublinhados.
givenSkull=\u00a76Voc\u00ea recebeu o cr\u00e2nio de \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74Voc\u00ea n\u00e3o tem permiss\u00e3o para modificar esse cr\u00e2nio.
teleportInvalidLocation=Valores de coordenadas n\u00e3o pode ser maior que 30000000
invalidSkull=\u00a74Por favor,segure um cr\u00e2nio do Jogador.
weatherInvalidWorld=Mundo {0} n\u00e3o foi encontrado\!
gameModeInvalid=\u00a74Voc\u00ea precisa especificar um modo de jogador v\u00e1lido.
mailTooLong=\u00a74Mensagem de e-mail muito longa tente ficar apenas em 1000 letras.
mailDelay=Muitos e-mails foram enviados no \u00faltimo minuto. M\u00e1ximo\: {0}
seenAccounts=\u00a76Player tamb\u00e9m foi conhecido como\: \u00a7c {0}
unableToSpawnItem=\u00a74Nao pode criar \u00a7c{0}\u00a74, esse item n\u00e3o e cri\u00e1vel.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74Nu ai permisiunea s\u0103 utilizezi\u00a7c {0}\u00a74.
autoAfkKickReason=Ai fost dat afar\u0103 deoarece ai fost AFK mai mult de {0} minute.
backAfterDeath=\u00a76Utilizeaz\u0103 comanda /back pentru a te \u00eentoarce la locul mor\u0163ii.
backUsageMsg=\u00a76\u00eentoarcerea la locul anterior.
backupDisabled=\u00a74Scriptul extern pentru Backup nu a fost configurat.
backupFinished=\u00a76Backup terminat.
backupStarted=\u00a76Backup \u00eenceput.
balance=\u00a7aBalan\u0163\u0103\:\u00a7c {0}
balanceOther=\u00a7aBalan\u0163a lui {0} \u00a7a\:\u00a7c {1}
balanceTop=\u00a76Topul balan\u0163elor ({0})
@@ -32,8 +29,6 @@ bed=\u00a7opat\u00a7r
bedMissing=\u00a74Patul t\u0103u nu a fost setat, lipse\u0219te sau este blocat.
bedNull=\u00a7mpat\u00a7r
bedSet=\u00a76Patul a fost setat\!
bigTreeFailure=\u00a74Generarea copacului mare a e\u0219uat. \u00cencearc\u0103 pe p\u0103m\u00e2nt sau iarb\u0103.
bigTreeSuccess=\u00a76Copac mare generat.
blockList=\u00a76Essentials a retransmis comenzile urm\u0103toare c\u0103tre alt plugin\:
bookAuthorSet=\u00a76Autorul c\u0103r\u021bii setat la {0}.
bookLocked=\u00a76Aceast\u0103 carte este acum blocat\u0103.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spion]
cleaned=Fisierele jucatorilor au fost curatate.
cleaning=Fisierele jucatorilor se curata.
commandFailed=Comanda {0} a esuat\:
commandHelpFailedForPlugin=Eroare primire ajutor pentru pluginul\: {0}
commandNotLoaded=\u00a74Comanda {0} este partial incarcata.
compassBearing=\u00a76Directie\: {0} ({1} grade).
configFileMoveError=Eroare mut\u00e2nd fi\u0219ierul config.yml in loca\u021bia Backup.
@@ -83,7 +77,6 @@ depth=\u00a76Esti la nivelul oceanului.
depthAboveSea=\u00a76Esti cu\u00a7c {0} \u00a76bloc(uri) deasupra nivelului oceanului.
depthBelowSea=\u00a76Esti cu\u00a7c {0} \u00a76bloc(uri) sub nivelul oceanului.
destinationNotSet=Destinatia nu a fost setata\!
disableUnlimited=\u00a76Plasarea nelimitata de\u00a7c {0} \u00a76a fost dezactivata pentru {1}.
disabled=dezactivat
disabledToSpawnMob=\u00a74Generarea acestui mob a fost dezactivata din configuratie.
distance=\u00a76Distanta\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=Baza GeoIP se descarca... Poate dura o vreme.
duplicatedUserdata=Informatiile jucatorilor duplicate\: {0} and {1}.
durability=\u00a76Aceasta unealta are \u00a7c{0}\u00a76 utilizari ramase
editBookContents=\u00a7eAcum poti modifica continutul acestei carti.
enableUnlimited=\u00a76O suma nelimitata de\u00a7c {0} \u00a76i-a fost trimisa lui {1}.
enabled=activat
enchantmentApplied=\u00a76Magia\u00a7c {0} \u00a76a fost aplicata pe obiectul din mana.
enchantmentNotFound=\u00a74Magia nu a fost gasita\!
@@ -103,7 +95,7 @@ errorCallingCommand=Eroare executand comanda /{0}
errorWithMessage=\u00a7cEroare\:\u00a74 {0}
essentialsHelp1=Fisierul este stricat si nu poate fi deschis. Essentials este acum dezactivat. Daca nu poti rezolva problema singur, dute la http\://tiny.cc/EssentialsChat
essentialsHelp2=Fisierul este stricat si nu poate fi deschis. Essentials este acum dezactivat. Daca nu poti rezolva problema singur, dute la http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials a fost reincarcat\u00a7c {0}
essentialsReload=\u00a76Essentials reloaded\u00a7c {0}.
exp=\u00a7c{0} \u00a76are\u00a7c {1} \u00a76experienta (nivel\u00a7c {2}\u00a76) si are nevoie de \u00a7c {3} \u00a76experienta pentru a atinge un nou nivel.
expSet=\u00a7c{0} \u00a76are acum\u00a7c {1} \u00a76experienta.
extinguish=\u00a76Te-ai stins singur.
@@ -113,7 +105,7 @@ failedToCreateConfig=Eroare la creearea configuratiei {0}.
failedToWriteConfig=Eroare la scrierea configuratiei {0}.
false=\u00a74fals\u00a7r
feed=\u00a76Apetitul tau a fost saturat.
feedOther=\u00a76I-ai saturat apetitul lui {0}\u00a76.
feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76.
fileRenameError=Redenumirea fisierului {0} a esuat\!
fireworkColor=\u00a74Parametri de incarcare insertati sunt invalizi, trebuie sa setati o culoare intai.
fireworkEffectsCleared=\u00a76Efectele rachetelor au fost scoase.
@@ -122,7 +114,7 @@ flyMode=\u00a76Modul de zburat\u00a7c {0} \u00a76a fost setat pentru {1}\u00a76.
flying=zburand
foreverAlone=\u00a74Nu ai pe nimeni la care sa raspunzi.
fullStack=\u00a74Ai deja un stac intreg.
gameMode=\u00a76Modul de joc\u00a7c {0} \u00a76a fost setat pentru {1}\u00a76.
gameMode=\u00a76Set game mode\u00a7c {0} \u00a76for \u00a7c{1}\u00a76.
gcWorld=\u00a76 {0} "\u00a76 \u00a7c {1}"\: \u00a7c {2} \u00a76 bucati, \u00a7c {3} \u00a76 entitati, \u00a7c {4} \u00a76 gresie.
gcfree=\u00a76Memorie libera\:\u00a7c {0} MB.
gcmax=\u00a76Memorie maxima\:\u00a7c {0} MB.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=URL-ul pentru descarcare GeoIP este gol.
geoIpUrlInvalid=URL-ul pentru descarcare GeoIP este invalid.
geoipJoinFormat=\u00a76Jucatorul \u00a7c{0} \u00a76a intrat din \u00a7c{1}\u00a76.
giveSpawn=\u00a76I-ai dat\u00a7c {0} \u00a76bucata(ti) de\u00a7c {1} lui\u00a7c {2}\u00a76.
godDisabledFor=\u00a74dezactivat\u00a76 pentru\u00a7c {0}.
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
godEnabledFor=\u00a7aactivat\u00a76 pentru\u00a7c {0}.
godMode=\u00a76Modul GOD\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74Nu sunt jucatori conectati din aceasta grupa\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76Ai fost eliberat.
heal=\u00a76Ai fost vindecat.
healDead=\u00a74Nu pot vindeca pe cineva mort\!
healOther=\u00a76L-ai vindecat pe\u00a7c {0}\u00a76.
helpConsole=Pentru a vedea ajutorul din CONSOLA, scrie ?.
helpFrom=\u00a76Comenzi din {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Comenzi potrivite "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[AjutorOP]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Ajutor plugin\: /help {1}
holdBook=\u00a74Nu detii o carte scriabila.
holdFirework=\u00a74Trebuie sa tii in mana o racheta pentru a-i adauga efecte.
holdPotion=\u00a74Trebuie sa tii in mana o potiune pentru a-i adauga efecte.
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Pagina \u00a7c{0}\u00a76/\u00
infoUnknownChapter=\u00a74Capitol necunoscut.
insufficientFunds=\u00a74Fonduri insuficiente.
invalidCharge=\u00a74Incarcare invalida.
invalidFireworkFormat=\u00a76Optiunea \u00a74{0} \u00a76nu este o valoare valida pentru \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74The option \u00a7c{0} \u00a74is not a valid value for \u00a7c{1}\u00a74.
invalidHome=\u00a74Casa\u00a7c {0} \u00a74nu exista\!
invalidHomeName=\u00a74Numele casei este invalida\!
invalidMob=\u00a74Invalid mob type.
invalidMob=Tip de mob invalid.
invalidNumber=Numar invalid.
invalidPotion=\u00a74Potiune invalida.
invalidPotionMeta=\u00a74Potiune meta invalida\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=Ai fost dat afara de pe server.
kickExempt=\u00a74Nu poti da afara acest jucator.
kickedAll=\u00a74Ai dat afara toti jucatorii de pe server.
kill=\u00a76Ai ucis (pe)\u00a7c {0} \u00a76.
killExempt=\u00a74Nu te poti ucide {0}
killExempt=\u00a74You cannot kill \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Acest kit este nedefinit. Contactati un operator.
kitError=\u00a74Nu sunt kituri valide.
kitGiveTo=\u00a76Ai dat kitul\u00a7c {0}\u00a76 lui {1}\u00a7.
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to \u00a7c{1}\u00a76.
kitInvFull=\u00a74Inventarul tau este plin, kitul este aruncat jos.
kitNotFound=\u00a74Acest kit nu exista.
kitOnce=\u00a74Nu poti folosi acest kit din nou.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76 {0} \u00a7r\: \u00a7r
listHiddenTag=\u00a77[Ascuns]\u00a7r
loadWarpError=\u00a74Incarcarea teleportarii a esuat {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76Pentru a-ti goli Posta, scrie\u00a7c /mail clear.
mailClear=\u00a76To mark your mail as read, type\u00a7c /mail clear\u00a76.
mailCleared=\u00a76Posta curatata\!
mailSent=\u00a76Mail trimis\!
markMailAsRead=\u00a76Pentru a-ti marca mailurile ca fiin <citite>, scrie\u00a7c /mail clear.
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76Ai fost marcat ca si <Plecat>.
markedAsNotAway=\u00a76Nu mai esti marcat ca si <Plecat>.
matchingIPAddress=\u00a76Jucatori s-au logat anterior de pe aceste IP-uri\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74Nu poti incarcera acest jucator\!
me=eu
minute=minut
minutes=minute
missingItems=\u00a74Nu ai {0}x {1}.
missingItems=\u00a74You do not have \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74Eroare in schimbarea mob generator.
mobSpawnLimit=Cantitatea de mobi a fost limitata la limita serverului.
mobSpawnTarget=\u00a74Blocul tinta trebuie sa fie un generator.
@@ -246,8 +233,8 @@ moneySentTo=\u00a7a{0} au fost trimisi catre {1}.
month=luna
months=luni
moreThanZero=\u00a74Cantitatea trebuie sa fie mai mare de 0.
moveSpeed=\u00a76Viteza {0} cu valoarea\u00a7c {1} \u00a76a fost setata pentru {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Set {0} speed to\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Nu poti aplica mai mult de o incarcare pe racheta.
multiplePotionEffects=\u00a74Nu poti aplica mai mult de un efect pe potiune.
muteExempt=\u00a74Nu poti sa opresti vorbitul acestui jucator.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74Trebuie sa activezi schimbarea numelui din configuratie.
nickInUse=\u00a74Acest nume este deja in uz.
nickNamesAlpha=\u00a74Numele trebuie sa fie alfanumeric.
nickNoMore=\u00a76Nu mai ai nume.
nickSet=\u00a76Numele tau este acum \u00a7c{0}
nickSet=\u00a76Your nickname is now \u00a7c{0}\u00a76.
nickTooLong=\u00a74Acest nume este prea lung.
noAccessCommand=\u00a74Nu ai acces la aceasta comanda.
noAccessPermission=\u00a74Nu ai permisiunea la aceasta/acest {0}.
noAccessPermission=\u00a74You do not have permission to access that \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74Nu ai permisiunea sa spargi roca.
noDestroyPermission=\u00a74Nu ai permisiunea sa distrugi aceasta/acest {0}.
noDestroyPermission=\u00a74You do not have permission to destroy that \u00a7c{0}\u00a74.
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=\u00a76Tu nu ignori pe nimeni.
noKitPermission=\u00a74Ai nevoie de permisiunea \u00a7c{0}\u00a74 pentru a utiliza acest kit.
@@ -300,8 +286,8 @@ now=acum
nuke=\u00a75Ploua cu decese.
numberRequired=Un numar merge acolo, prostesc.
onlyDayNight=/time suporta doar day/night.
onlyPlayerSkulls=\u00a74Puti seta doar proprietarul de cranii ale jucatorului(397\:3).
onlyPlayers=\u00a74Doar jucatorii online pot utiliza {0}.
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Only in-game players can use \u00a7c{0}\u00a74.
onlySunStorm=\u00a74/weather suporta doar sun/storm.
orderBalances=\u00a76Se ordoneaza balantele a\u00a7c {0} \u00a76jucatori, te rog asteapta...
oversizedTempban=\u00a74Nu poti interzice un jucator pentru asa o perioada de timp.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76Jucatori cu propia-si vreme\: \u00a7r
pWeatherReset=\u00a76Vremea a fost resetata pentru\: \u00a7c {0}
pWeatherSet=\u00a76Vreme este setata la \u00a7c {0} \u00a76 pentru\: \u00a7c {1}.
pendingTeleportCancelled=\u00a74Cererea de teleportare a fost refuzata.
playerBanIpAddress=\u00a76Adminul\u00a7c {0} \u00a76a interzis adresa IP\: {1}\u00a76.
playerBanned=\u00a76Adminul\u00a7c {0} \u00a76l-a interzis pe {1} \u00a76pentru\: {2}.
playerInJail=\u00a74Jucatorul este deja in inchisoare\u00a7c {0}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerInJail=\u00a74Player is already in jail\u00a7c {0}\u00a74.
playerJailed=\u00a76Jucatorul\u00a7c {0} \u00a76a fost inchis.
playerJailedFor=\u00a76Jucatorul\u00a7c {0} \u00a76a fost inchis pentru\: {1}.
playerKicked=\u00a76Adminul\u00a7c {0} \u00a76l-a dat afara pe {1} pentru\: {2}.
@@ -340,33 +326,33 @@ posX=\u00a76X\: {0} (+Est <-> -Vest)
posY=\u00a76Y\: {0} (+Sus <-> -Jos)
posYaw=\u00a76Yaw\: {0} (Rotatie)
posZ=\u00a76Z\: {0} (+Sud <-> -Nord)
possibleWorlds=\u00a76Lumile posibile sunt de la 0 la {0}.
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potions=\u00a76Potiuni\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Comanda nu poate fi atasata de ''aer''.
powerToolAlreadySet=\u00a74Comanda \u00a7c{0}\u00a74 este deja pusa pe {1}.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 comanda pusa {1}.
powerToolClearAll=\u00a76Comenzile au fost scoase de pe acest obiect.
powerToolList=\u00a76Obiectul \u00a7c{1} \u00a76are urmatoarele comenzi\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Obiectul \u00a7c{0} \u00a74nu are comenzi puse.
powerToolNoSuchCommandAssigned=\u00a74Comanda \u00a7c{0}\u00a74 nu a fost pusa pe{1}.
powerToolRemove=\u00a76Comanda \u00a7c{0}\u00a76 a fost scoasa de pe{1}.
powerToolRemoveAll=\u00a76Toate comenzile au fost scoase de pe {0}.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76All commands removed from \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76Toate comenzile de pe obiecte au fost scoase.
powerToolsEnabled=\u00a76Toate comenzile de pe obiect au fost puse.
questionFormat=\u00a72[Intrebare]\u00a7r {0}
readNextPage=\u00a76Scrie\u00a7c /{0} {1} \u00a76pentru a citi pagina urmatoare.
recipe=\u00a76Reteta pentru \u00a7c{0}\u00a76 ({1} din {2})
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=Nu este nici o reteta cu acel numar.
recipeFurnace=\u00a76Ai topit \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76este \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <numar> pentru a vedea alta reteta pentru \u00a7c{2}\u00a76.
recipeNone=Nu exista reteta pentru {0}
recipeNothing=nimic
recipeShapeless=\u00a76Combina \u00a7c{0}
recipeWhere=\u00a76Unde\: {0}
removed=\u00a76S-au sters\u00a7c {0} \u00a76entitati.
repair=\u00a76Ti-ai reparat cu succes\: \u00a7c{0}.
repair=\u00a76You have successfully repaired your\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a74Aces obiect nu trebuie reparat.
repairEnchanted=\u00a74Ai ai permisiunea sa repair obiecte magice.
repairInvalidType=\u00a74Acest obiect nu poate fi reparat.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0} \u00a76a respins cererea de teleportare.
requestSent=\u00a76Cerere a fost trimisa catre\u00a7c {0}\u00a76.
requestTimedOut=\u00a74Timpul de acceptare s-a terminat.
requiredBukkit=\u00a76*[\!]* Ai nevoie de constructia minima {0} ale Bukkit-ului, descarcal de pe http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Balanta a fost resetata la \u00a7a{0} \u00a76pentru toti jucatorii online.
resetBalAll=\u00a76Balanta a fost resetata la \u00a7a{0} \u00a76pentru toti jucatorii.
returnPlayerToJailError=\u00a74Eroare aparuta la incercarea returnarii jucatorului \u00a7c {0} \u00a74la inchisoare\: {1}\!
resetBal=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all online players.
resetBalAll=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all players.
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76Ruleaza cautarea pentru potrivite jucatori ''\u00a7c{0}\u00a76'' (Poate dura ceva)
second=secund
seconds=secunde
seenOffline=\u00a76Jucatorul\u00a7c {0} \u00a76este \u00a74offline\u00a76 din {1}.
seenOnline=\u00a76Jucatorul\u00a7c {0} \u00a76este \u00a7aonline\u00a76 din {1}.
seenOffline=\u00a76Player\u00a7c {0} \u00a76has been \u00a74offline\u00a76 since \u00a7c{1}\u00a76.
seenOnline=\u00a76Player\u00a7c {0} \u00a76has been \u00a7aonline\u00a76 since \u00a7c{1}\u00a76.
serverFull=Serverul este plin\!
serverTotal=\u00a76Total server\:\u00a7c {0}
setBal=\u00a7aBalanta ta a fost setata la {0}.
setBalOthers=\u00a7aA-ti setat balanta lui {0} \u00a7a la {1}.
setSpawner=\u00a76Mobul generat a fost schimbat in\u00a7c {0}
setSpawner=\u00a76Changed spawner type to\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74Culoare malformata.
shoutFormat=\u00a76[Strigat]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Nu ai permsiunea sa creezi semne aici.
similarWarpExist=\u00a74O teleportare cu acelasi nume deja exista.
slimeMalformedSize=\u00a74Marile malformata.
socialSpy=\u00a76SocialSpy pentru {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74Acel mob pare sa fie singur.
spawnSet=\u00a76Locatia spawn a fost setata grupului\u00a7c {0}\u00a76.
spawned=generati(te)
sudoExempt=\u00a74Nu poti forta acest jucator.
sudoRun=\u00a76Fortarea lui\u00a7c {0} \u00a76sa utilizeze\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76La revedere lume cruda...
suicideSuccess=\u00a76{0} \u00a76si-a luat viata.
survival=supravietuire
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a{0} au fost luati de pe contul tau.
takenFromOthersAccount=\u00a7a{0} au fost luati de pe contul lui {1}\u00a7a. Balanta noua\: {2}.
teleportAAll=\u00a76Cererea de teleportare a fost trimisa catre toti jucatorii...
teleportAll=\u00a76Teleporteaza toti jucatorii...
teleportAtoB=\u00a7c{0}\u00a76 te-a teleportat catre {1}\u00a76.
teleportAtoB=\u00a7c{0}\u00a76 teleported you to \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0} \u00a74are teleportarea dezactivata.
teleportHereRequest=\u00a7c{0}\u00a76 ti-a cerut sa te teleportezi la ei.
teleportNewPlayerError=\u00a74Teleportarea jucatorului nou a dat gres\!
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 a cerut sa se teleporteze la tine.
teleportRequestTimeoutInfo=\u00a76Aceasta cerere va expira in\u00a7c {0} secunde\u00a76.
teleportTop=\u00a76Teleporteaza la cel mai inalt punct.
teleportationCommencing=\u00a76Teleportarea urmeaza...
teleportationDisabled=\u00a76Teleportarea a fost dezactivata.
teleportationDisabledFor=\u00a76Teleportarea a fost dezactivata pentru {0}.
teleportationEnabled=\u00a76Teleportarea activata.
teleportationEnabledFor=\u00a76Teleportarea a fost activata pentru {0}.
teleportationDisabled=\u00a76Teleportation \u00a7cdisabled\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a76Teleporteaza...
tempBanned=Interzis temporar de pe server pentru {0}.
teleportToPlayer=\u00a76Teleporting to \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Nu poti interzice acest jucatoru.
thunder=\u00a76Ai\u00a7c {0} \u00a76ploaia in lumea ta.
thunderDuration=\u00a76Ai\u00a7c {0} \u00a76ploaia in luma ta pentru\u00a7c {1} \u00a76secunde.
timeBeforeHeal=\u00a76Timp pana la urmatoarea vindecare\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a76Timp intre teleportari\:\u00a7c {0}
timeFormat=\u00a7c{0}\u00a76 sau \u00a7c{1}\u00a76 sau \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeSetPermission=\u00a74Nu ai permisiunea sa setezi timpul.
timeWorldCurrent=\u00a76Timpul curent in lumea\u00a7c {0} \u00a76este \u00a7c{1}\u00a76.
timeWorldSet=\u00a76Timul a fost setat u00a7c {0} \u00a76in\: \u00a7c{1}\u00a76.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aVindeti toate obiectele pentru un toltal de \u00a7c{1}\u
tps=\u00a76TPSul curent \= {0}
tradeSignEmpty=\u00a74Semnul pentru negociere nu are nimic pentru tine.
tradeSignEmptyOwner=\u00a74Nu este nimic de colectat de la acest semn.
treeFailure=\u00a74Generarea copacului a esuat. Incearca pe pamand sau iarba.
treeSpawned=\u00a76Copac generat.
true=\u00a7aadevarat\u00a7r
typeTpaccept=\u00a76Pentru a accepta teleportarea, scrie \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Pentru a refuza teleportarea, scrie \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76Nu-l mai ignori pe\u00a7c {0} \u00a76de acum inainte.
unknownItemId=\u00a74Nu se cunoaste codul obiectului\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Obiect necunoscut {0} in {1} list.
unknownItemName=\u00a74Nume obiect necunoscut\: {0}.
unlimitedItemPermission=\u00a74Nu ai permissiunea pentru obiecte nelimitate {0}.
unlimitedItems=\u00a76Obiecte nelimitate\:\u00a7r
unmutedPlayer=\u00a76Jucatorul\u00a7c {0} \u00a76are voie sa vorbeasca.
unvanishedReload=\u00a74O reincarcare te-a fortat sa devii din nou vizibil.
upgradingFilesError=Eroare urcand fisierele.
@@ -480,7 +463,7 @@ warpSet=\u00a76teleportarea\u00a7c {0} \u00a76setata.
warpUsePermission=\u00a74Nu ai permisiunea de a utiliza aceasta teleportare.
warpingTo=\u00a76Teleporteaza catre\u00a7c {0}\u00a76.
warps=\u00a76teleportari\:\u00a7r {0}
warpsCount=\u00a76In total sunt\u00a7c {0} \u00a76teleportari. Pagina {1} of {2}.
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherStorm=\u00a76Ai setat vremea din \u00a7cstorm\u00a76 in\u00a7c {0}\u00a76.
weatherStormFor=\u00a76Ai setat vremea din \u00a7cstorm\u00a76 in\u00a7c {0} \u00a76pentru {1} secunde.
weatherSun=\u00a76Ai setat vremea din \u00a7csun\u00a76 in\u00a7c {0}\u00a76.
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74Nu poti interzice temporar jucatorii inactivi.
mayNotJailOffline=\u00a74Nu poti incarcera jucatorii inactivi.
muteExemptOffline=\u00a74Nu poti aduce la tacere jucatorii inactivi.
ignoreExempt=\u00a74Nu poti ignora acest jucator.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
unsafeTeleportDestination=Destinatia de teleportare este nesigura si teleportarea in siguranta este dezactivata.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
maxMoney=\u00a74Aceasta tranzactie ar depasi suma din acest cont.
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=\u00a74Numele playerilor pot contine doar litere, cifre si underline.
givenSkull=\u00a76Ti-a fost dat craniul lui \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74Nu ai permisiunea sa modifici acel craniu.
teleportInvalidLocation=Valoarea coordonatelor nu poate trece de 30000000
invalidSkull=\u00a74Te rog tine un craniu al unui player.
weatherInvalidWorld=Lumea numita {0} nu a fost gasita\!
gameModeInvalid=\u00a74Trebuie sa specifici un jucator/mod valid.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
mailDelay=Prea multe mail-uri au fost trimise in ultimul minute.Maxim \: {0}
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -5,24 +5,21 @@
# by:
action=\u00a75* {0} \u00a75{1}
addedToAccount=\u00a7a{0} \u0431\u044b\u043b\u043e \u043d\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u043e \u0432\u0430\u043c.
addedToOthersAccount=\u00a7a{0} \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u043d\u0430 \u0430\u043a\u043a\u0430\u0443\u043d\u0442 {1}\u00a7a. \u041d\u043e\u0432\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\: {2}
addedToOthersAccount=\u00a7a{0} \u0437\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u043e \u043d\u0430 \u0430\u043a\u043a\u0430\u0443\u043d\u0442 {1}\u00a7a. \u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\: {2}
adventure=\u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u0447\u0435\u0441\u043a\u0438\u0439
alertBroke=\u0441\u043b\u043e\u043c\u0430\u043b\:
alertFormat=\u00a73 [{0}] \u00a7r {1} \u00a76 {2} \u0432\: {3}
alertPlaced=\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043b\:
alertUsed=\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\:
antiBuildBreak=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u043b\u043e\u043c\u0430\u0442\u044c\u00a7c {0} \u00a74.
antiBuildCraft=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u043a\u0440\u0430\u0444\u0442\u0430\u00a7c {0}\u00a74.
antiBuildCraft=\u00a74\u0412\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c\u00a7c {0}\u00a74.
antiBuildDrop=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0432\u044b\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0442\u044c\u00a7c {0}\u00a74.
antiBuildInteract=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u043d\u0430 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0441\u00a7c {0}\u00a74.
antiBuildPlace=\u00a74\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u00a7c {0} \u00a74.
antiBuildUse=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u00a7c {0}\u00a74.
autoAfkKickReason=\u0412\u044b \u0431\u044b\u043b\u0438 \u043a\u0438\u043a\u043d\u0443\u0442\u044b \u0437\u0430 \u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0431\u043e\u043b\u0435\u0435 {0} \u043c\u0438\u043d\u0443\u0442 \u0432 AFK.
backAfterDeath=\u00a76\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 /back \u0434\u043b\u044f \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u043d\u0430 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435 \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435.
backAfterDeath=\u00a76\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 /back \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u043c\u0435\u0441\u0442\u043e \u0441\u043c\u0435\u0440\u0442\u0438.
backUsageMsg=\u00a76\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0443\u044e \u043b\u043e\u043a\u0430\u0446\u0438\u044e.
backupDisabled=\u00a74\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0441\u043a\u0440\u0438\u043f\u0442 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043d\u0435 \u0431\u044b\u043b \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d.
backupFinished=\u00a76\u0420\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0435 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
backupStarted=\u00a76\u0420\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0435 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u0447\u0430\u0442\u043e.
balance=\u00a7a\u0411\u0430\u043b\u0430\u043d\u0441\:\u00a7c {0}
balanceOther=\u00a7a\u0411\u0430\u043b\u0430\u043d\u0441 {0}\u00a7a\:\u00a7c {1}
balanceTop=\u00a76\u0422\u043e\u043f \u0431\u043e\u0433\u0430\u0447\u0435\u0439 ({0})
@@ -32,8 +29,6 @@ bed=\u00a7o\u043a\u0440\u043e\u0432\u0430\u0442\u044c\u00a7r
bedMissing=\u0412\u0430\u0448\u0430 \u043a\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430, \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u0430 \u0438\u043b\u0438 \u043a \u043d\u0435\u0439 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d \u0434\u043e\u0441\u0442\u0443\u043f.
bedNull=\u00a7m\u043a\u0440\u043e\u0432\u0430\u0442\u044c\u00a7r
bedSet=\u00a76\u0421\u043f\u0430\u0432\u043d \u043a\u0440\u043e\u0432\u0430\u0442\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\!
bigTreeFailure=\u00a74\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u0430\u044f \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u044f \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u0434\u0435\u0440\u0435\u0432\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u043c\u0435\u0441\u0442\u0435.
bigTreeSuccess=\u00a76\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0434\u0435\u0440\u0435\u0432\u043e \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e \u0443\u0434\u0430\u0447\u043d\u043e.
blockList=\u00a76Essentials \u043f\u0435\u0440\u0435\u0434\u0430\u0435\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0430\u043c\u0438 \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u043f\u043b\u0430\u0433\u0438\u043d\u0443\:
bookAuthorSet=\u00a76\u041d\u043e\u0432\u044b\u0439 \u0430\u0432\u0442\u043e\u0440 \u043a\u043d\u0438\u0433\u0438\: {0}.
bookLocked=\u00a76\u0422\u0435\u043f\u0435\u0440\u044c \u044d\u0442\u0430 \u043a\u043d\u0438\u0433\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0430.
@@ -44,16 +39,15 @@ bukkitFormatChanged=\u0412\u0435\u0440\u0441\u0438\u044f Bukkit-\u044f\u0434\u04
burnMsg=\u00a76\u0412\u044b \u043f\u043e\u0434\u043e\u0436\u0433\u043b\u0438\u00a7c {0} \u00a76\u043d\u0430 \u00a7c {1} \u0441\u0435\u043a\u0443\u043d\u0434\u00a76.
canTalkAgain=\u00a76\u0412\u044b \u0441\u043d\u043e\u0432\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0438\u0441\u0430\u0442\u044c \u0432 \u0447\u0430\u0442.
cannotStackMob=\u00a74\u0423 \u0432\u0430\u0441 \u043d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043d\u0430 \u0441\u0442\u0435\u043a \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u043c\u043e\u0431\u043e\u0432.
cantFindGeoIpDB=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 GeoIP \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u043d\u044b\u0445\!
cantReadGeoIpDB=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c GeoIP \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u043d\u044b\u0445\!
cantSpawnItem=\u00a74\u0423 \u0432\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u00a7c {0}\u00a74.
cantFindGeoIpDB=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043d\u0430\u0439\u0442\u0438 \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u043d\u044b\u0445 GeoIP\!
cantReadGeoIpDB=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0447\u0442\u0435\u043d\u0438\u0438 \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445 GeoIP\!
cantSpawnItem=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f\u00a7c {0}\u00a74.
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[Spy]
cleaned=\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u0438\u0433\u0440\u043e\u043a\u0430 \u043e\u0447\u0438\u0449\u0435\u043d.
cleaned=\u0424\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0447\u0438\u0449\u0435\u043d\u044b.
cleaning=\u041e\u0447\u0438\u0441\u0442\u043a\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u0430.
commandFailed=\u041a\u043e\u043c\u0430\u043d\u0434\u0430 {0} \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430\u044f\:
commandHelpFailedForPlugin=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0434\u043b\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u0430\: {0}
commandNotLoaded=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434\u0430 {0} \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u0430.
compassBearing=\u00a76\u0410\u0437\u0438\u043c\u0443\u0442\: {0} ({1} \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432).
configFileMoveError=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c config.yml \u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u0443\u044e \u043a\u043e\u043f\u0438\u044e.
@@ -83,28 +77,26 @@ depth=\u00a76\u0412\u044b \u043d\u0430 \u0443\u0440\u043e\u0432\u043d\u0435 \u04
depthAboveSea=\u00a76\u0412\u044b \u043d\u0430\u00a7c {0} \u00a76\u0431\u043b\u043e\u043a(\u043e\u0432) \u043d\u0430\u0434 \u0443\u0440\u043e\u0432\u043d\u0435\u043c \u043c\u043e\u0440\u044f.
depthBelowSea=\u00a76\u0412\u044b \u043d\u0430\u00a7c {0} \u00a76\u0431\u043b\u043e\u043a(\u043e\u0432) \u043d\u0438\u0436\u0435 \u0443\u0440\u043e\u0432\u043d\u044f \u043c\u043e\u0440\u044f.
destinationNotSet=\u0422\u043e\u0447\u043a\u0430 \u043f\u0440\u0438\u0431\u044b\u0442\u0438\u044f \u043d\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430\!
disableUnlimited=\u00a76\u0411\u0435\u0437\u043b\u0438\u043c\u0438\u0442\u043d\u044b\u0439 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u00a7c {0} \u00a76\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0434\u043b\u044f {1}.
disabled=\u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u043e
disabledToSpawnMob=\u00a74\u0421\u043f\u0430\u0443\u043d \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043c\u043e\u0431\u0430 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445.
distance=\u00a76\u0414\u0438\u0441\u0442\u0430\u043d\u0446\u0438\u044f\: {0}
dontMoveMessage=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u044f \u043d\u0430\u0447\u043d\u0435\u0442\u0441\u044f \u0447\u0435\u0440\u0435\u0437\u00a7c {0}\u00a76. \u041d\u0435 \u0434\u0432\u0438\u0433\u0430\u0439\u0442\u0435\u0441\u044c.
downloadingGeoIp=\u0418\u0434\u0451\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445 GeoIP... \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u0440\u0435\u043c\u044f (\u0441\u0442\u0440\u0430\u043d\u0430\: 0,6 MB \u0433\u043e\u0440\u043e\u0434\: 20MB)
duplicatedUserdata=\u0414\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439\: {0} and {1}.
durability=\u00a76\u042d\u0442\u043e\u0442 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043c\u043e\u0436\u043d\u043e \u0435\u0449\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u00a7c{0}\u00a76 \u0440\u0430\u0437
durability=\u00a76\u042d\u0442\u043e\u0442 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0435\u0449\u0451 \u00a7c{0}\u00a76 \u0440\u0430\u0437
editBookContents=\u00a7e\u0422\u0435\u043f\u0435\u0440\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u044d\u0442\u043e\u0439 \u043a\u043d\u0438\u0433\u0438.
enableUnlimited=\u00a76\u0412\u044b\u0434\u0430\u043d \u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u00a7c {0} \u00a76\u0438\u0433\u0440\u043e\u043a\u0443 {1}.
enabled=\u0432\u043a\u043b\u044e\u0447\u0435\u043d
enchantmentApplied=\u00a76\u0417\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u0435\:\u00a7c {0} \u00a76\u0431\u044b\u043b\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u043e \u043a \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0443 \u0432 \u0432\u0430\u0448\u0435\u0439 \u0440\u0443\u043a\u0435.
enchantmentNotFound=\u00a74\u0412\u0438\u0434 \u043c\u0430\u0433\u0438\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\!
enchantmentNotFound=\u00a74\u0427\u0430\u0440\u044b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b\!
enchantmentPerm=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f\u00a7c {0}\u00a74.
enchantmentRemoved=\u00a76\u0412\u0438\u0434 \u043c\u0430\u0433\u0438\u0438\u00a7c {0} \u00a76\u0431\u044b\u043b \u0443\u0431\u0440\u0430\u043d \u0441 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430 \u0432 \u0442\u0432\u043e\u0435\u0439 \u0440\u0443\u043a\u0435.
enchantmentRemoved=\u00a76\u0417\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u00a7c {0} \u00a76\u0431\u044b\u043b\u043e \u0441\u043d\u044f\u0442\u043e \u0441 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430 \u0432 \u0432\u0430\u0448\u0435\u0439 \u0440\u0443\u043a\u0435.
enchantments=\u00a76\u0412\u0438\u0434\u044b \u0437\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u0439\:\u00a7r {0}
errorCallingCommand=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u044b\u0437\u043e\u0432\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b /{0}
errorWithMessage=\u00a7c\u041e\u0448\u0438\u0431\u043a\u0430\:\u00a74 {0}
essentialsHelp1=\u0424\u0430\u0439\u043b \u0438\u0441\u043f\u043e\u0440\u0447\u0435\u043d, Essentials \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0435\u0433\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c. Essentials \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d. \u0422\u044b \u043c\u043e\u0436\u0435\u0448\u044c \u0441\u0430\u043c \u0443\u0441\u0442\u0440\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u043e, \u043f\u0435\u0440\u0435\u0439\u0434\u044f \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 http\://tiny.cc/EssentialsChat
essentialsHelp2=\u0424\u0430\u0439\u043b \u0438\u0441\u043f\u043e\u0440\u0447\u0435\u043d, Essentials \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0435\u0433\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c. Essentials \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d. \u0422\u044b \u043c\u043e\u0436\u0435\u0448\u044c \u0441\u0430\u043c \u0443\u0441\u0442\u0440\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u043e, \u0432\u0432\u0435\u0434\u044f /essentialshelp \u0432 \u0438\u0433\u0440\u0435, \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0439\u0434\u044f \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials \u0432\u0435\u0440\u0441\u0438\u0438\u00a7c {0} \u00a76\u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d. \u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u043e\u0442 \u00a75Dereku.
exp=\u00a7c{0} \u00a76\u0438\u043c\u0435\u0435\u0442\u00a7c {1} \u00a76\u043e\u043f\u044b\u0442\u0430 (\u0443\u0440\u043e\u0432\u0435\u043d\u044c\u00a7c {2}\u00a76) \u0438 \u043d\u0443\u0436\u043d\u043e\u00a7c {3} \u00a76\u043e\u043f\u044b\u0442\u0430 \u0434\u043b\u044f \u043f\u043e\u0434\u043d\u044f\u0442\u0438\u044f \u0443\u0440\u043e\u0432\u043d\u044f.
essentialsReload=\u00a76Essentials \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u00a7c {0}.
exp=c{0} \u00a76\u0438\u043c\u0435\u0435\u0442\u00a7c {1} \u00a76\u043e\u043f\u044b\u0442\u0430 (\u0443\u0440\u043e\u0432\u0435\u043d\u044c\u00a7c {2}\u00a76) \u043d\u0443\u0436\u043d\u043e\u00a7c {3} \u00a76\u043e\u043f\u044b\u0442\u0430 \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f.
expSet=\u00a7c{0} \u00a76\u0442\u0435\u043f\u0435\u0440\u044c \u0438\u043c\u0435\u0435\u0442\u00a7c {1} \u00a76\u043e\u043f\u044b\u0442\u0430.
extinguish=\u00a76\u0412\u044b \u043f\u043e\u0442\u0443\u0448\u0438\u043b\u0438 \u0441\u0435\u0431\u044f.
extinguishOthers=\u00a76\u0412\u044b \u043f\u043e\u0442\u0443\u0448\u0438\u043b\u0438 {0}\u00a76.
@@ -113,8 +105,8 @@ failedToCreateConfig=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0
failedToWriteConfig=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0444\u0430\u0439\u043b {0}.
false=\u00a74\u043b\u043e\u0436\u044c\u00a7r
feed=\u00a76\u0412\u0430\u0448 \u0433\u043e\u043b\u043e\u0434 \u0443\u0442\u0430\u043b\u0451\u043d.
feedOther=\u00a76\u0412\u044b \u043d\u0430\u043a\u043e\u0440\u043c\u0438\u043b\u0438 {0}\u00a76.
fileRenameError=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0438 \u0444\u0430\u0439\u043b\u0430 {0}\!
feedOther=\u00a76\u0412\u044b \u0443\u0442\u043e\u043b\u0438\u043b\u0438 \u0433\u043e\u043b\u043e\u0434 \u0438\u0433\u0440\u043e\u043a\u0430 \u00a7c{0}\u00a76.
fileRenameError=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430 {0} \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c\!
fireworkColor=\u00a74\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u0430 \u0437\u0430\u0434\u0430\u043d\u044b \u043d\u0435 \u0432\u0435\u0440\u043d\u043e, \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0446\u0432\u0435\u0442.
fireworkEffectsCleared=\u00a76\u0423\u0431\u0440\u0430\u043d\u044b \u0432\u0441\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u044b.
fireworkSyntax=\u00a76\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0424\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u0430\:\u00a7c color\:<\u0446\u0432\u0435\u0442> [fade\:<\u0446\u0432\u0435\u0442>] [shape\:<\u0444\u043e\u0440\u043c\u0430>] [effect\:<\u044d\u0444\u0444\u0435\u043a\u0442>]\n\u00a76\u0427\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0446\u0432\u0435\u0442\u043e\u0432/\u044d\u0444\u0444\u0435\u043a\u0442\u043e\u0432, \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u0439\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u044f\u0442\u044b\u043c\u0438\: \u00a7cred,blue,pink\n\u00a76\u0424\u043e\u0440\u043c\u044b\:\u00a7c star, ball, large, creeper, burst \u00a76\u042d\u0444\u0444\u0435\u043a\u0442\u044b\:\u00a7c trail, twinkle.
@@ -122,7 +114,7 @@ flyMode=\u00a76\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u04
flying=\u043b\u0435\u0442\u0430\u0435\u0442
foreverAlone=\u00a74\u0414\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u043a\u0430 \u043d\u0435\u0442 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435.
fullStack=\u00a74\u0423 \u0412\u0430\u0441 \u0443\u0436\u0435 \u0441\u0442\u0430\u043a \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432.
gameMode=\u00a76\u0420\u0435\u0436\u0438\u043c \u0438\u0433\u0440\u044b\u00a7c {0} \u00a76\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0434\u043b\u044f {1}\u00a76.
gameMode=\u00a76\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u0438\u0433\u0440\u044b\u00a7c {0} \u00a76\u0434\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u0430 \u00a7c{1}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 \u0447\u0430\u043d\u043a\u043e\u0432, \u00a7c{3}\u00a76 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432, \u00a7c{4}\u00a76 \u0442\u0430\u0439\u043b\u043e\u0432.
gcfree=\u00a76\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438\:\u00a7c {0} MB.
gcmax=\u00a76\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u043f\u0430\u043c\u044f\u0442\u0438\:\u00a7c {0} MB.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=\u0421\u0441\u044b\u043b\u043a\u0430 \u0437\u0430\u0433\u0440\u044
geoIpUrlInvalid=\u0421\u0441\u044b\u043b\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 GeoIP \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430.
geoipJoinFormat=\u00a76\u0418\u0433\u0440\u043e\u043a \u00a7c{0} \u00a76\u043f\u0440\u0438\u0448\u0435\u043b \u043a \u043d\u0430\u043c \u0438\u0437 \u00a7c{1}\u00a76.
giveSpawn=\u00a76\u0412\u044b\u0434\u0430\u043d\u043e\u00a7c {0} \u00a76\u0448\u0442\u0443\u043a\u00a7c {1} \u0438\u0433\u0440\u043e\u043a\u0443\u00a7c {2}\u00a76.
godDisabledFor=\u00a74\u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u00a76 \u0434\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u0430\u00a7c {0}.
godDisabledFor=\u00a7c\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u00a76 \u0434\u043b\u044f\u00a7c {0}
godEnabledFor=\u00a7a\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u00a76 \u0434\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u0430\u00a7c {0}.
godMode=\u00a76\u0420\u0435\u0436\u0438\u043c \u0411\u043e\u0433\u0430\u00a7c {0}\u00a76.
groupDoesNotExist=\u00a74\u0412 \u0434\u0430\u043d\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u0435 \u043d\u0435\u0442 \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u0432 \u0438\u0433\u0440\u0435\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76\u0412\u044b \u0431\u044b\u043b\u0438 \u0432\u044b\u043f
heal=\u00a76\u0412\u044b \u0431\u044b\u043b\u0438 \u0438\u0441\u0446\u0435\u043b\u0435\u043d\u044b.
healDead=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u043b\u0435\u0447\u0438\u0442\u044c \u043c\u0435\u0440\u0442\u0432\u043e\u0433\u043e\!
healOther=\u00a76\u0412\u044b\u043b\u0435\u0447\u0438\u043b\u0438\u00a7c {0}\u00a76.
helpConsole=\u0414\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043f\u043e\u043c\u043e\u0449\u0438 \u0438\u0437 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 ?.
helpFrom=\u00a76\u041a\u043e\u043c\u0430\u043d\u0434\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u0430 {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76\u041d\u0430\u0439\u0434\u0435\u043d\u043e \u043a\u043e\u043c\u0430\u043d\u0434 "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[\u041f\u043e\u043c\u043e\u0449\u044c]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a7f\u041f\u043e\u043c\u043e\u0449\u044c \u043f\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u0443 \u00a74{0}\u00a7r\: /help {1}
holdBook=\u00a74\u0412\u044b \u043d\u0435 \u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u043c\u0443\u044e \u043a\u043d\u0438\u0433\u0443.
holdFirework=\u00a74\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u043e\u0432.
holdPotion=\u00a74\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0437\u0435\u043b\u044c\u0435 \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u043e\u0432.
@@ -168,10 +155,10 @@ infoPages=\u00a7e --- \u00a76{2} \u00a7e--\u00a76 \u0421\u0442\u0440\u0430\u043d
infoUnknownChapter=\u00a74\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u0447\u0430\u0441\u0442\u044c.
insufficientFunds=\u00a74\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432.
invalidCharge=\u00a74\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0437\u0430\u0440\u044f\u0434.
invalidFireworkFormat=\u00a76\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u00a74{0} \u00a76\u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c \u0434\u043b\u044f \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74\u041e\u043f\u0446\u0438\u044f \u00a7c{0} \u00a74\u0438\u043c\u0435\u0435\u0442 \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u00a7c{1}\u00a74.
invalidHome=\u00a74\u0414\u043e\u043c\u0430\u00a7c {0} \u00a74\u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442\!
invalidHomeName=\u00a74\u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043e\u043c\u0430\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0442\u0438\u043f \u043c\u043e\u0431\u0430.
invalidNumber=\u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e.
invalidPotion=\u00a74\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0437\u0435\u043b\u044c\u0435.
invalidPotionMeta=\u00a74\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0435 \u043c\u0435\u0442\u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u0437\u0435\u043b\u044c\u044f\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=\u0422\u0435\u0431\u044f \u043a\u0438\u043a\u043d\u0443\u043b\u0438
kickExempt=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043a\u0438\u043a\u043d\u0443\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u043a\u0430.
kickedAll=\u00a74\u0412\u0441\u0435\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u0441\u043d\u0435\u0441\u043b\u043e \u0443\u0440\u0430\u0433\u0430\u043d\u043d\u044b\u043c \u00a7c/kickall.
kill=\u00a76\u0423\u0431\u0438\u043b\u0438\:\u00a7c {0}\u00a76.
killExempt=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0431\u0438\u0442\u044c {0}
killExempt=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0431\u0438\u0442\u044c \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74\u042d\u0442\u043e\u0433\u043e \u043d\u0430\u0431\u043e\u0440\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u044b \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.
kitError=\u00a74\u042d\u0442\u043e\u0442 \u043d\u0430\u0431\u043e\u0440 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u044b\u0434\u0430\u043d.
kitGiveTo=\u00a76\u0412\u044b\u0434\u0430\u043b \u043d\u0430\u0431\u043e\u0440\u00a7c {0}\u00a76 \u0438\u0433\u0440\u043e\u043a\u0443 {1}\u00a7.
kitGiveTo=\u00a76\u0412\u044b\u0434\u0430\u043d \u043d\u0430\u0431\u043e\u0440\u00a7c {0}\u00a76 \u0438\u0433\u0440\u043e\u043a\u0443 \u00a7c{1}\u00a76.
kitInvFull=\u00a74\u0412\u0430\u0448 \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u044c \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d. \u041f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u043d\u0430\u0431\u043e\u0440\u0430 \u043b\u0435\u0436\u0430\u0442 \u043e\u043a\u043e\u043b\u043e \u0412\u0430\u0441.
kitNotFound=\u00a74\u041d\u0430\u0431\u043e\u0440\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
kitOnce=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u043d\u0430\u0431\u043e\u0440 \u0441\u043d\u043e\u0432\u0430.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[\u0421\u041a\u0420\u042b\u0422]\u00a7r
loadWarpError=\u00a74\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u0430\u0440\u043f {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76\u0427\u0442\u043e\u0431\u044b \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u0438\u0441\u044c\u043c\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435\u00a7c /mail clear.
mailClear=\u00a76\u0427\u0442\u043e\u0431\u044b \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u0412\u0430\u0448\u0438 \u043f\u0438\u0441\u044c\u043c\u0430 \u043a\u0430\u043a \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0435, \u0432\u0432\u0435\u0434\u0438\u0442\u0435\u00a7c /mail clear\u00a76.
mailCleared=\u00a76\u041f\u0438\u0441\u044c\u043c\u0430 \u043e\u0447\u0438\u0449\u0435\u043d\u044b\!
mailSent=\u00a76\u041f\u0438\u0441\u044c\u043c\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e\!
markMailAsRead=\u00a76\u0427\u0442\u043e\u0431\u044b \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043f\u0438\u0441\u044c\u043c\u0430 \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u043c\u0438, \u0432\u0432\u0435\u0434\u0438\u0442\u0435\u00a7c /mail clear.
markMailAsRead=\u00a76\u0427\u0442\u043e\u0431\u044b \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u0412\u0430\u0448\u0438 \u043f\u0438\u0441\u044c\u043c\u0430 \u043a\u0430\u043a \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0435, \u0432\u0432\u0435\u0434\u0438\u0442\u0435\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76\u0412\u044b \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u044b \u043a\u0430\u043a \u043e\u0442\u043e\u0448\u0435\u0434\u0448\u0438\u0439.
markedAsNotAway=\u00a76\u0422\u0435\u043f\u0435\u0440\u044c \u0412\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u044b \u043a\u0430\u043a \u043e\u0442\u043e\u0448\u0435\u0434\u0448\u0438\u0439.
matchingIPAddress=\u00a76\u0418\u0433\u0440\u043e\u043a\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044b\u043b\u0438 \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u044b \u0441 \u044d\u0442\u0438\u043c IP \u0430\u0434\u0440\u0435\u0441\u043e\u043c\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435
me=\u042f
minute=\u043c\u0438\u043d\u0443\u0442\u0430
minutes=\u043c\u0438\u043d\u0443\u0442
missingItems=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 {0}x {1}.
missingItems=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0432\u0438\u0434\u0430 \u0441\u043f\u0430\u0443\u043d\u0435\u0440\u0430 \u043c\u043e\u0431\u043e\u0432 (ID 52).
mobSpawnLimit=\u0421\u043f\u0430\u0443\u043d \u043c\u043e\u0431\u043e\u0432 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.
mobSpawnTarget=\u00a74\u0412\u044b \u0434\u043e\u043b\u0436\u0435\u043d\u044b \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0430 \u0441\u043f\u0430\u0443\u043d\u0435\u0440 \u043c\u043e\u0431\u043e\u0432.
@@ -246,8 +233,8 @@ moneySentTo=\u00a7a{0} \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0
month=\u043c\u0435\u0441\u044f\u0446
months=\u043c\u0435\u0441\u044f\u0446\u0435\u0432
moreThanZero=\u00a74\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 0.
moveSpeed=\u00a76\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c {0}\u00a7c {1} \u00a76\u0434\u043b\u044f {2}\u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c {0} \u043d\u0430\u00a7c {1} \u00a76\u0434\u043b\u044f \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u0437\u0430\u0440\u044f\u0434\u0430 \u0434\u043b\u044f \u0444\u0435\u0439\u0435\u0440\u0432\u0435\u0440\u043a\u0430.
multiplePotionEffects=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0430 \u0434\u043b\u044f \u0437\u0435\u043b\u044c\u044f.
muteExempt=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0442\u043a\u043d\u0443\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u043a\u0430.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0432\
nickInUse=\u00a74\u0414\u0430\u043d\u043d\u044b\u0439 \u043d\u0438\u043a \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f.
nickNamesAlpha=\u00a74\u041d\u0438\u043a \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435.
nickNoMore=\u00a76\u0422\u0435\u043f\u0435\u0440\u044c \u0443 \u0412\u0430\u0441 \u0441\u0432\u043e\u0439 \u043d\u0438\u043a.
nickSet=\u00a76\u0422\u0435\u043f\u0435\u0440\u044c \u0412\u0430\u0448 \u043d\u0438\u043a \u00a7c{0}
nickSet=\u00a76\u0422\u0435\u043f\u0435\u0440\u044c \u0412\u0430\u0448 \u043d\u0438\u043a \u00a7c{0}\u00a76.
nickTooLong=\u00a74\u041d\u0438\u043a \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0434\u043b\u0438\u043d\u043d\u044b\u0439.
noAccessCommand=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.
noAccessPermission=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a {0}.
noAccessPermission=\u00a74\u0412\u044b \u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0435 \u043f\u0440\u0430\u0432 \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u043b\u043e\u043c\u0430\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u043d\u0443\u044e \u043f\u043e\u0440\u043e\u0434\u0443.
noDestroyPermission=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044f {0}.
noDestroyPermission=\u00a74\u0412\u044b \u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0435 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u00a7c{0}\u00a74.
noDurability=\u00a74\u042d\u0442\u043e\u0442 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0447\u043d\u043e\u0441\u0442\u0438.
noGodWorldWarning=\u00a74\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435\! \u0420\u0435\u0436\u0438\u043c \u0411\u043e\u0433\u0430 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d \u0432 \u044d\u0442\u043e\u043c \u043c\u0438\u0440\u0435.
noHelpFound=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.
noHomeSetPlayer=\u00a76\u0418\u0433\u0440\u043e\u043a \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u0434\u043e\u043c\u0430.
noIgnored=\u00a76\u0422\u0435\u043f\u0435\u0440\u044c \u0412\u044b \u043d\u0438\u043a\u043e\u0433\u043e \u043d\u0435 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u0442\u0435.
noKitPermission=\u00a74\u0423 \u0412\u0430\u0441 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u00a7c{0}\u00a74 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043d\u0430\u0431\u043e\u0440\u0430.
@@ -300,8 +286,8 @@ now=\u0441\u0435\u0439\u0447\u0430\u0441
nuke=\u00a75\u0414\u043e\u0436\u0434\u044c \u0421\u043c\u0435\u0440\u0442\u0438 \u043f\u0430\u0434\u0430\u0435\u0442 \u0441 \u043d\u0435\u0431\u0430.
numberRequired=\u0422\u0443\u0442 \u0433\u0434\u0435-\u0442\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0447\u0438\u0441\u043b\u043e. \u041d\u0435\u043f\u043e\u0440\u044f\u0434\u043e\u043a.
onlyDayNight=\u041a\u043e\u043c\u0430\u043d\u0434\u0430 /time \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e day/night.
onlyPlayerSkulls=\u00a74\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0433\u043e\u043b\u043e\u0432\u044b \u0438\u0433\u0440\u043e\u043a\u043e\u0432 (397\:3).
onlyPlayers=\u00a74\u0422\u043e\u043b\u044c\u043a\u043e \u0438\u0433\u0440\u043e\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c {0}.
onlyPlayerSkulls=\u00a74\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0430 \u0433\u043e\u043b\u043e\u0432\u044b \u0438\u0433\u0440\u043e\u043a\u0430 (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74\u0422\u043e\u043b\u044c\u043a\u043e \u0432 \u0438\u0433\u0440\u0435 \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u00a7c{0}\u00a74.
onlySunStorm=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434\u0430 /weather \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e sun/storm.
orderBalances=\u00a76\u041f\u043e\u0434\u0441\u0447\u0435\u0442 \u0431\u0430\u043b\u0430\u043d\u0441\u0430\u00a7c {0} \u00a76\u0438\u0433\u0440\u043e\u043a\u043e\u0432, \u043f\u043e\u0434\u043e\u0436\u0434\u0438 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.
oversizedTempban=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0431\u0430\u043d\u0438\u0442\u044c \u0438\u0433\u0440\u043e\u043a\u0430 \u043d\u0430 \u0442\u0430\u043a\u043e\u0439 \u0441\u0440\u043e\u043a.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76\u0418\u0433\u0440\u043e\u043a\u0438 \u0438\u043c\u0435\u
pWeatherReset=\u00a76\u041f\u043e\u0433\u043e\u0434\u0430 \u0438\u0433\u0440\u043e\u043a\u0430 \u0431\u044b\u043b\u0430 \u0441\u0431\u0440\u043e\u0448\u0435\u043d\u0430 \u043d\u0430\: \u00a7c{0}
pWeatherSet=\u00a76\u041f\u043e\u0433\u043e\u0434\u0430 \u0438\u0433\u0440\u043e\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u00a7c{0}\u00a76 \u0434\u043b\u044f\: \u00a7c{1}.
pendingTeleportCancelled=\u00a74\u0417\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0442\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u044e \u043e\u0442\u043c\u0435\u043d\u0435\u043d.
playerBanIpAddress=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a76\u0437\u0430\u0431\u0430\u043d\u0438\u043b IP \u0430\u0434\u0440\u0435\u0441 {1}\u00a76.
playerBanned=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {1} \u00a76\u0431\u044b\u043b \u0437\u0430\u0431\u0430\u043d\u0435\u043d {0}. \u00a76\u041f\u0440\u0438\u0447\u0438\u043d\u0430\: {2}.
playerInJail=\u00a74\u0418\u0433\u0440\u043e\u043a \u0443\u0436\u0435 \u0432 \u0442\u044e\u0440\u044c\u043c\u0435\u00a7c {0}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a76\u0437\u0430\u0431\u0430\u043d\u0438\u043b\u00a7c {1} \u00a76\u0437\u0430 \u00a7c{2}\u00a76.
playerInJail=\u00a74\u0418\u0433\u0440\u043e\u043a \u0443\u0436\u0435 \u0432 \u0442\u044e\u0440\u044c\u043c\u0435\u00a7c {0}\u00a74.
playerJailed=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a76\u043f\u043e\u0441\u0430\u0436\u0435\u043d \u0432 \u0442\u044e\u0440\u044c\u043c\u0443.
playerJailedFor=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a76\u043f\u043e\u0441\u0430\u0436\u0435\u043d \u0432 \u0442\u044e\u0440\u044c\u043c\u0443 \u043d\u0430 {1}.
playerKicked=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {1} \u00a76\u043a\u0438\u043a\u043d\u0443\u0442 {0}. \u041f\u0440\u0438\u0447\u0438\u043d\u0430\: {2}.
@@ -340,26 +326,26 @@ posX=\u00a76X\: {0} (+\u0412\u043e\u0441\u0442\u043e\u043a <-> -\u0417\u0430\u04
posY=\u00a76Y\: {0} (+\u0412\u0432\u0435\u0440\u0445 <-> -\u041d\u0438\u0437)
posYaw=\u00a76Yaw\: {0} (\u0412\u0440\u0430\u0449\u0435\u043d\u0438\u0435)
posZ=\u00a76Z\: {0} (+\u042e\u0433 <-> -\u0421\u0435\u0432\u0435\u0440)
possibleWorlds=\u00a76\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0438\u0440\u044b \u0447\u0438\u0441\u043b\u0430 \u043e\u0442 0 \u0434\u043e {0}.
possibleWorlds=\u00a76\u041d\u043e\u043c\u0435\u0440\u0430 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0445 \u043c\u0438\u0440\u043e\u0432 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442\u0441\u044f \u0441 \u00a7c0\u00a76 \u0438 \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u00a7c{0}\u00a76.
potions=\u00a76\u0417\u0435\u043b\u044c\u044f\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u043d\u0430 \u0440\u0443\u043a\u0443.
powerToolAlreadySet=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00a7c{0}\u00a74 \u0443\u0436\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u043d\u0430 {1}.
powerToolAlreadySet=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00a7c{0}\u00a74 \u0443\u0436\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u043d\u0430 \u00a7c{1}\u00a74.
powerToolAttach=\u00a76\u041a\u043e\u043c\u0430\u043d\u0434\u0430\u00a7c {0} \u00a76\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u043d\u0430 {1}.
powerToolClearAll=\u00a76\u0412\u0441\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0431\u044b\u043b\u0438 \u043e\u0447\u0438\u0449\u0435\u043d\u044b.
powerToolList=\u00a76\u041f\u0440\u0435\u0434\u043c\u0435\u0442 \u00a7c{1} \u00a76\u0438\u043c\u0435\u0435\u0442 \u0441\u043b\u0435\u0434\u0443\u0449\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74\u041f\u0440\u0435\u0434\u043c\u0435\u0442 \u00a7c{0} \u00a74\u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u0430\u043d\u0434.
powerToolNoSuchCommandAssigned=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00a7c{0}\u00a74 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u043d\u0430 {1}.
powerToolRemove=\u00a76\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00a7c{0}\u00a76 \u0441\u043d\u044f\u0442\u0430 \u0441 {1}.
powerToolRemoveAll=\u00a76\u0412\u0441\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0441\u043d\u044f\u0442\u044b \u0441 {0}.
powerToolNoSuchCommandAssigned=\u00a74\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00a7c{0}\u00a74 \u043d\u0435 \u0431\u044b\u043b\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u043d\u0430 \u00a7c{1}\u00a74.
powerToolRemove=\u00a76\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u00a7c{0}\u00a76 \u0441\u043d\u044f\u0442\u0430 \u0441 \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76\u0412\u0441\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0441\u043d\u044f\u0442\u044b \u0441 \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76\u0412\u0441\u0435 \u0412\u0430\u0448\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u044b.
powerToolsEnabled=\u00a76\u0412\u0441\u0435 \u0412\u0430\u0448\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b.
questionFormat=\u00a72[\u0412\u043e\u043f\u0440\u043e\u0441]\u00a7r {0}
readNextPage=\u00a76\u0412\u0432\u0435\u0434\u0438\u00a7c /{0} {1} \u00a76\u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.
recipe=\u00a76\u0420\u0435\u0446\u0435\u043f\u0442 \u00a7c{0}\u00a76 ({1} \u0438\u0437 {2})
recipe=\u00a76\u0420\u0435\u0446\u0435\u043f\u0442 \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 \u0438\u0437 \u00a7c{2}\u00a76)
recipeBadIndex=\u0420\u0435\u0446\u0435\u043f\u0442\u0430 \u0434\u043b\u044f \u0442\u0430\u043a\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.
recipeFurnace=\u00a76\u041e\u0431\u0436\u0430\u0440\u044c \u0432 \u043f\u0435\u0447\u0438 \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u00a7c{1}
recipeFurnace=\u00a76\u0416\u0430\u0440\u0438\u0442\u044c \u0432 \u043f\u0435\u0447\u0438\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76\u044d\u0442\u043e \u00a7c{1}
recipeMore=\u00a76\u0412\u0432\u0435\u0434\u0438 /{0} \u00a7c{1}\u00a76 <\u043d\u043e\u043c\u0435\u0440> \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0440\u0435\u0446\u0435\u043f\u0442\u043e\u0432 \u00a7c{2}\u00a76.
recipeNone=\u041d\u0435\u0442 \u0440\u0435\u0446\u0435\u043f\u0442\u0430 \u0434\u043b\u044f {0}
recipeNothing=\u043d\u0438\u0447\u0435\u0433\u043e
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0} \u00a76\u043e\u0442\u043a\u043b\u043e\u043d\u0438\u
requestSent=\u00a76\u0417\u0430\u043f\u0440\u043e\u0441 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u0438\u0433\u0440\u043e\u043a\u0443\u00a7c {0}\u00a76.
requestTimedOut=\u00a74\u0412\u0440\u0435\u043c\u044f \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u0442\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u044e \u0432\u044b\u0448\u043b\u043e.
requiredBukkit=\u00a76* \! * \u0422\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u043c\u0435\u0442\u044c {0} \u0431\u0438\u043b\u0434 CraftBukkit, \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0435\u0433\u043e \u043c\u043e\u0436\u043d\u043e \u0442\u0443\u0442 http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76\u0411\u0430\u043b\u0430\u043d\u0441 \u0431\u044b\u043b \u0441\u0431\u0440\u043e\u0448\u0435\u043d \u043d\u0430 \u00a7a{0} \u00a76\u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435.
resetBal=\u00a76\u0411\u0430\u043b\u0430\u043d\u0441 \u0431\u044b\u043b \u0441\u0431\u0440\u043e\u0448\u0435\u043d \u043d\u0430 \u00a7a{0} \u00a76\u0434\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435.
resetBalAll=\u00a76\u0411\u0430\u043b\u0430\u043d\u0441 \u0431\u044b\u043b \u0441\u0431\u0440\u043e\u0448\u0435\u043d \u043d\u0430 \u00a7a{0} \u00a76\u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432.
returnPlayerToJailError=\u00a74\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0438 \u0438\u0433\u0440\u043e\u043a\u0430\u00a7c {0} \u00a74\u0432 \u0442\u044e\u0440\u044c\u043c\u0443\: {1}\!
returnPlayerToJailError=\u00a74\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0438 \u0438\u0433\u0440\u043e\u043a\u0430\u00a7c {0} \u00a74\u0432 \u0442\u044e\u0440\u044c\u043c\u0443\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76\u041d\u0430\u0447\u0430\u0442 \u043f\u043e\u0438\u0441\u043a \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u043f\u043e \u043c\u0430\u0441\u043a\u0435 ''\u00a7c{0}\u00a76'' (\u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u0440\u0435\u043c\u044f)
second=\u0441\u0435\u043a\u0443\u043d\u0434\u0430
seconds=\u0441\u0435\u043a\u0443\u043d\u0434
seenOffline=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a74\u043e\u0444\u0444\u043b\u0430\u0439\u043d\u00a76 \u0441 {1}.
seenOnline=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a7a\u043e\u043d\u043b\u0430\u0439\u043d\u00a76 \u0441 {1}.
seenOffline=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a74\u043e\u0444\u0444\u043b\u0430\u0439\u043d\u00a76 \u0441 \u00a7c{1}\u00a76.
seenOnline=\u00a76\u0418\u0433\u0440\u043e\u043a\u00a7c {0} \u00a7a\u043e\u043d\u043b\u0430\u0439\u043d\u00a76 \u0441 \u00a7c{1}\u00a76.
serverFull=\u0421\u0435\u0440\u0432\u0435\u0440 \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\!
serverTotal=\u00a76\u0412\u0441\u0435\u0433\u043e\:\u00a7c {0}
setBal=\u00a7a\u0412\u0430\u0448 \u0431\u0430\u043b\u0430\u043d\u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u043d\u0430 {0}.
setBalOthers=\u00a7a\u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u0431\u0430\u043b\u0430\u043d\u0441 \u0438\u0433\u0440\u043e\u043a\u0430 {0} \u043d\u0430 {1}.
setSpawner=\u00a76\u0412\u0438\u0434 \u0441\u043f\u0430\u0443\u043d\u0435\u0440\u0430 \u043c\u043e\u0431\u043e\u0432 \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u043d\u0430\u00a7c {0}
setSpawner=\u00a76\u0412\u0438\u0434 \u0441\u043f\u0430\u0443\u043d\u0435\u0440\u0430 \u043c\u043e\u0431\u043e\u0432 \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u043d\u0430\u00a7c {0}.
sheepMalformedColor=\u00a74\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0446\u0432\u0435\u0442.
shoutFormat=\u00a76[G]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0442\u0430\u0431\u043b\u0438\u0447\u0435\u043a \u043d\u0430 \u044d\u0442\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438.
similarWarpExist=\u00a74\u0412\u0430\u0440\u043f \u0441 \u0442\u0430\u043a\u0438\u043c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
slimeMalformedSize=\u00a74\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440.
socialSpy=\u00a76SocialSpy \u0434\u043b\u044f {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy \u0434\u043b\u044f \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74\u042d\u0442\u043e\u0442 \u043c\u043e\u0431 \u043b\u044e\u0431\u0438\u0442 \u0431\u044b\u0442\u044c \u0432 \u043e\u0434\u0438\u043d\u043e\u0447\u0435\u0441\u0442\u0432\u0435.
spawnSet=\u00a76\u0422\u043e\u0447\u043a\u0430 \u0441\u043f\u0430\u0443\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0434\u043b\u044f \u0433\u0440\u0443\u043f\u043f\u044b\u00a7c {0}\u00a76.
spawned=\u0441\u043e\u0437\u0434\u0430\u043d\u043e
sudoExempt=\u00a74\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u044b sudo \u0441 \u044d\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u043a\u0430.
sudoRun=\u00a76\u0417\u0430\u0441\u0442\u0430\u0432\u0438\u043b\u0438\u00a7c {0} \u00a76\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76\u041f\u0440\u043e\u0449\u0430\u0439 \u0441\u0443\u0440\u043e\u0432\u044b\u0439 \u043c\u0438\u0440...
suicideSuccess=\u00a76{0} \u00a76\u043f\u043e\u043a\u043e\u043d\u0447\u0438\u043b \u0436\u0438\u0437\u043d\u044c \u0441\u0430\u043c\u043e\u0443\u0431\u0438\u0439\u0441\u0442\u0432\u043e\u043c.
survival=\u0432\u044b\u0436\u0438\u0432\u0430\u043d\u0438\u0435
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 \u043f\u0440\u043e\u0441\u0438\u0442 \u0442\u0
teleportRequestTimeoutInfo=\u00a76\u0417\u0430\u044f\u0432\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430 \u0447\u0435\u0440\u0435\u0437\u00a7c {0} \u0441\u0435\u043a\u0443\u043d\u0434\u00a76.
teleportTop=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u0432\u0435\u0440\u0445.
teleportationCommencing=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f...
teleportationDisabled=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u044b.
teleportationDisabledFor=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0434\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u0430 {0}.
teleportationEnabled=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b.
teleportationEnabledFor=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0434\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u0430 {0}.
teleportationDisabled=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0438\u0446\u0438\u0438 \u00a7c\u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u044b\u00a76.
teleportationDisabledFor=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u00a7c\u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u00a76\u0434\u043b\u044f \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u00a7c\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b\u00a76.
teleportationEnabledFor=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u00a7c\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u00a76\u0434\u043b\u044f \u00a7c{0}\u00a76.
teleporting=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435...
tempBanned=\u0412\u044b \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0437\u0430\u0431\u0430\u043d\u0435\u043d\u044b \u043d\u0430 {0}.
teleportToPlayer=\u00a76\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043a \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0437\u0430\u0431\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u043a\u0430.
thunder=\u00a76\u0422\u044b\u00a7c {0} \u00a76\u0433\u0440\u043e\u0437\u0443 \u0432 \u0441\u0432\u043e\u0435\u043c \u043c\u0438\u0440\u0435.
thunderDuration=\u00a76\u0412\u044b\u00a7c {0} \u00a76\u0433\u0440\u043e\u0437\u0443 \u0432 \u0441\u0432\u043e\u0435\u043c \u043c\u0438\u0440\u0435 \u043d\u0430\u00a7c {1} \u00a76\u0441\u0435\u043a\u0443\u043d\u0434.
timeBeforeHeal=\u00a76\u0412\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u043b\u0435\u0447\u0435\u043d\u0438\u044f\:\u00a7c {0}\u00a76.
timeBeforeTeleport=\u00a76\u0412\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0442\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\:\u00a7c {0}
timeFormat=\u00a7c{0}\u00a76 \u0438\u043b\u0438 \u00a7c{1}\u00a76 \u0438\u043b\u0438 \u00a7c{2}\u00a76.
timeFormat=\u00a7c{0}\u00a76 \u0438\u043b\u0438 \u00a7c{1}\u00a76 \u0438\u043b\u0438 \u00a7c{2}\u00a76
timeSetPermission=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0438.
timeWorldCurrent=\u00a76\u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u0440\u0435\u043c\u044f \u0432\u00a7c {0} \u00a7c{1}\u00a76.
timeWorldSet=\u00a76\u0412\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u043d\u0430\u00a7c {0} \u00a76\u0432\: \u00a7c{1}\u00a76.
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7a\u041f\u0440\u043e\u0434\u0430\u043d\u044b \u0432\u0441\
tps=\u00a76TPS \= {0}
tradeSignEmpty=\u00a74\u0412 \u0442\u043e\u0440\u0433\u043e\u0432\u043e\u0439 \u0442\u0430\u0431\u043b\u0438\u0447\u043a\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435\u0442\u0443.
tradeSignEmptyOwner=\u00a74\u0412 \u0442\u043e\u0440\u0433\u043e\u0432\u043e\u0439 \u0442\u0430\u0431\u043b\u0438\u0447\u043a\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435\u0442\u0443 \u0434\u043b\u044f \u0441\u0431\u043e\u0440\u0430.
treeFailure=\u00a74\u041d\u0435 \u0441\u043c\u043e\u0433 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u0440\u0435\u0432\u043e. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439 \u043d\u0430 \u0433\u0440\u044f\u0437\u0438 \u0438\u043b\u0438 \u0437\u0435\u043c\u043b\u0435.
treeSpawned=\u00a76\u0414\u0435\u0440\u0435\u0432\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043e.
true=\u00a7a\u0438\u0441\u0442\u0438\u043d\u0430\u00a7r
typeTpaccept=\u00a76\u0414\u043b\u044f \u043f\u0440\u0438\u043d\u044f\u0442\u0438\u044f \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76\u0414\u043b\u044f \u043e\u0442\u043a\u0430\u0437\u0430 \u043e\u0442 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u00a7c/tpdeny\u00a76.
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76\u0412\u044b \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u0
unknownItemId=\u00a74\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 ID \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74\u041d\u0435\u0438\u0437\u043c\u0435\u0441\u0442\u043d\u044b\u0439 \u043f\u0440\u0435\u0434\u043c\u0435\u0442 {0} \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 {1}.
unknownItemName=\u00a74\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430\: {0}.
unlimitedItemPermission=\u00a74\u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0431\u0435\u0437\u043b\u0438\u043c\u0438\u0442\u043d\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430 {0}.
unlimitedItems=\u00a76\u0411\u0435\u0437\u043b\u0438\u043c\u0438\u0442\u043d\u044b\u0435 \u0431\u043b\u043e\u043a\u0438\:\u00a7r
unmutedPlayer=\u00a76\u0422\u0435\u043f\u0435\u0440\u044c \u0438\u0433\u0440\u043e\u043a\u00a7c {0} \u00a76\u043c\u043e\u0436\u0435\u0442 \u043f\u0438\u0441\u0430\u0442\u044c \u0432 \u0447\u0430\u0442.
unvanishedReload=\u00a74\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0412\u0430\u0441 \u0441\u0434\u0435\u043b\u0430\u0442\u044c\u0441\u044f \u0432\u0438\u0434\u0438\u043c\u044b\u043c.
upgradingFilesError=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438 \u0444\u0430\u0439\u043b\u043e\u0432.
@@ -480,7 +463,7 @@ warpSet=\u00a76\u0412\u0430\u0440\u043f\u00a7c {0} \u00a76\u0443\u0441\u0442\u04
warpUsePermission=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0442\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u043d\u0430 \u044d\u0442\u043e\u0442 \u0432\u0430\u0440\u043f.
warpingTo=\u00a76\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u043d\u0430\u00a7c {0}\u00a76.
warps=\u00a76\u0412\u0430\u0440\u043f\u044b\:\u00a7r {0}
warpsCount=\u00a76\u0412\u0441\u0435\u0433\u043e\u00a7c {0} \u00a76\u0432\u0430\u0440\u043f\u043e\u0432. \u041f\u043e\u043a\u0430\u0437\u0430\u043d\u0430 {1} \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0438\u0437 {2}.
warpsCount=\u00a76\u0412\u0441\u0435\u0433\u043e\u00a7c {0} \u00a76\u0432\u0430\u0440\u043f\u043e\u0432. \u041f\u043e\u043a\u0430\u0437\u0430\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u00a7c{1} \u00a76\u0438\u0437 \u00a7c{2}\u00a76.
weatherStorm=\u00a76\u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u00a7c\u0448\u0442\u043e\u0440\u043c\u043e\u0432\u0443\u044e\u00a76 \u043f\u043e\u0433\u043e\u0434\u0443 \u0432\u00a7c {0}\u00a76.
weatherStormFor=\u00a76\u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u00a7c\u0448\u0442\u043e\u0440\u043c\u043e\u0432\u0443\u044e\u00a76 \u043f\u043e\u0433\u043e\u0434\u0443 \u0432\u00a7c {0} \u00a76\u043d\u0430 {1} \u0441\u0435\u043a\u0443\u043d\u0434.
weatherSun=\u00a76\u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u00a7c\u0441\u043e\u043b\u043d\u0435\u0447\u043d\u0443\u044e\u00a76 \u043f\u043e\u0433\u043e\u0434\u0443 \u0432\u00a7c {0}\u00a76.
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u
mayNotJailOffline=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0441\u0430\u0434\u0438\u0442\u044c \u0432 \u0442\u044e\u0440\u044c\u043c\u0443 \u0438\u0433\u0440\u043e\u043a\u0430 \u0432 \u043e\u0444\u0444\u043b\u0430\u0439\u043d\u0435.
muteExemptOffline=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0442\u043a\u043d\u0443\u0442\u044c \u0438\u0433\u0440\u043e\u043a\u0430 \u0432 \u043e\u0444\u0444\u043b\u0430\u0439\u043d\u0435.
ignoreExempt=\u00a74\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u043a\u0430.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74\u0422\u0435\u043b\u0435\u043f\u043e\u0440\u0442 \u043d\u0435 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u0435\u043d \u0438 \u0437\u0430\u0449\u0438\u0442\u0430 \u043f\u043e\u0441\u043b\u0435 \u0442\u0435\u043b\u0435\u043f\u043e\u0440\u0442\u0430\u0446\u0438\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430.
noMetaJson=JSON \u043c\u0435\u0442\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u044d\u0442\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439 Bukkit.
maxMoney=\u00a74\u042d\u0442\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441 \u044d\u0442\u043e\u0433\u043e \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430.
skullChanged=\u00a76\u0413\u043e\u043b\u043e\u0432\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043d\u0430 \u00a7c{0}.\u00a76.
alphaNames=\u00a74\u041b\u043e\u0433\u0438\u043d\u044b \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0431\u0443\u043a\u0432\u044b, \u0446\u0438\u0444\u0440\u044b \u0438 \u043f\u043e\u0434\u0447\u0435\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435.
givenSkull=\u00a76\u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0433\u043e\u043b\u043e\u0432\u0443 \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0439 \u0433\u043e\u043b\u043e\u0432\u044b.
teleportInvalidLocation=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442 \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435, \u0447\u0435\u043c 30000000
invalidSkull=\u00a74\u0414\u0435\u0440\u0436\u0438\u0442\u0435 \u0433\u043e\u043b\u043e\u0432\u0443 \u0438\u0433\u0440\u043e\u043a\u0430 \u0432 \u0440\u0443\u043a\u0430\u0445.
weatherInvalidWorld=\u041c\u0438\u0440 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\!
gameModeInvalid=\u00a74\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u043a\u0430 \u0438\u043b\u0438 \u0440\u0435\u0436\u0438\u043c.
mailTooLong=\u00a74\u041f\u043e\u0447\u0442\u043e\u0432\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0434\u043b\u0438\u043d\u043d\u043e\u0435. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0443\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0435\u0433\u043e \u0432 1000 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.
mailDelay=\u0421\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043f\u0438\u0441\u0435\u043c \u0431\u044b\u043b\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043c\u0438\u043d\u0443\u0442\u0443. \u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c\: {0}
seenAccounts=\u00a76\u0418\u0433\u0440\u043e\u043a \u0442\u0430\u043a\u0436\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d \u043a\u0430\u043a\:\u00a7c {0}
unableToSpawnItem=\u00a74\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u044b\u0434\u0430\u0442\u044c \u00a7c{0}\u00a74, \u044d\u0442\u043e \u043d\u0435 \u0432\u044b\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0439 \u043f\u0440\u0435\u0434\u043c\u0435\u0442.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74Du har inte till\u00e5telse att anv\u00e4nda {0}.
autoAfkKickReason=Du har blivit utsparkad f\u00f6r att ha varit inaktiv i mer \u00e4n {0} minuter.
backAfterDeath=\u00a77Anv\u00e4nd /back kommandot f\u00f6r att komma tillbaka till din d\u00f6dsplats.
backUsageMsg=\u00a77Tar dig tillbaka till din f\u00f6reg\u00e5ende position.
backupDisabled=Ett externt backup-skript har inte blivit konfigurerat.
backupFinished=Backup klar
backupStarted=Backup startad
balance=\u00a77Balans\: {0}
balanceOther=\u00a7aKonto balans f\u00f6r {0} \u00a7a\u00e4r \u00a7c{1}
balanceTop=\u00a77Topp balans ({0})
@@ -32,8 +29,6 @@ bed=\u00a7os\u00e4ng\u00a7r
bedMissing=\u00a74Din s\u00e4ng finns ej, \u00e4r blockerad, eller saknas.
bedNull=\u00a7ms\u00e4ng\u00a7r
bedSet=\u00a76S\u00e4ng spawn definierat\!
bigTreeFailure=\u00a7cEtt stort tr\u00e4d kunde inte genereras misslyckades. F\u00f6s\u00f6k igen p\u00e5 gr\u00e4s eller jord.
bigTreeSuccess=\u00a77Stort tr\u00e4d genererat.
blockList=Essentials vidarebefordrade f\u00f6ljande kommandon till ett annat insticksprogram\:
bookAuthorSet=\u00a76F\u00f6rfattaren av boken \u00e4r nu {0}.
bookLocked=\u00a76Denna bok \u00e4r nu l\u00e5st.
@@ -53,7 +48,6 @@ chatTypeSpy=[Spion]
cleaned=Anv\u00e4ndarfiler rensade.
cleaning=Rensar anv\u00e4ndarfiler.
commandFailed=Kommando {0} misslyckades\:
commandHelpFailedForPlugin=Kunde inte hitta hj\u00e4lp f\u00f6r\: {0}
commandNotLoaded=\u00a7cKommando {0} \u00e4r felaktigt laddat.
compassBearing=\u00a77B\u00e4ring\: {0} ({1} grader).
configFileMoveError=Kunde inte flytta config.yml till backup-platsen.
@@ -83,7 +77,6 @@ depth=\u00a77Du \u00e4r p\u00e5 havsniv\u00e5n.
depthAboveSea=\u00a77Du \u00e4r {0} block ovanf\u00f6r havsni\u00e5n.
depthBelowSea=\u00a77Du \u00e4r {0} block under havsniv\u00e5n.
destinationNotSet=Ingen destination \u00e4r inst\u00e4lld.
disableUnlimited=\u00a77Inaktiverade o\u00e4ndligt placerande av {0} f\u00f6r {1}.
disabled=inaktiverad
disabledToSpawnMob=Att spawna fram den h\u00e4r moben \u00e4r inaktiverat i configurationsfilen.
distance=\u00a76Avst\u00e5nd\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=Laddar ner GeoIP-databasen... det h\u00e4r kan ta en stund (lan
duplicatedUserdata=Dublicerad anv\u00e4ndardata\: {0} och {1}
durability=\u00a77Det h\u00e4r verktyget har \u00a7c{0}\u00a77 anv\u00e4ndningar kvar
editBookContents=\u00a7eDu kan nu \u00e4ndra inneh\u00e5llet i denna bok.
enableUnlimited=\u00a77Ger o\u00e4ndligt av {0} till {1}.
enabled=aktiverad
enchantmentApplied=\u00a77F\u00f6rtrollningen {0} har blivit till\u00e4mpad p\u00e5 saken du har i handen.
enchantmentNotFound=\u00a7cF\u00f6rtrollningen hittades inte
@@ -103,7 +95,7 @@ errorCallingCommand=Kunde inte kontakta kommandot /{0}
errorWithMessage=\u00a7cFel\:\u00a74 {0}
essentialsHelp1=Filen \u00e4r trasig och Essentials kan inte \u00f6ppna den. Essentials \u00e4r nu inaktiverat. Om du inte kan fixa problemet sj\u00e4lv, g\u00e5 till http\://tiny.cc/EssentialsChat
essentialsHelp2=Filen \u00e4r trasig och Essentials kan inte \u00f6ppna den. Essentials \u00e4r nu inaktiverat. Om du inte kan fixa problemet sj\u00e4lv, skriv /essentialshelp i spelet eller g\u00e5 till http\://tiny.cc/EssentialsChat
essentialsReload=\u00a77Essentials Omladdat {0}
essentialsReload=\u00a76Essentials omladdad\u00a7c {0}.
exp=\u00a7c{0} \u00a77har\u00a7c {1} \u00a77exp (level\u00a7c {2}\u00a77) och beh\u00f6ver\u00a7c {3} \u00a77mer erfarenhet f\u00f6r att g\u00e5 upp en niv\u00e5.
expSet=\u00a7c{0} \u00a77har nu\u00a7c {1} \u00a77erfarenhet.
extinguish=\u00a77Du sl\u00e4ckte dig sj\u00e4lv.
@@ -113,7 +105,7 @@ failedToCreateConfig=Kunde inte skapa konfiguration {0}
failedToWriteConfig=Kunde inte skriva konfiguration {0}
false=\u00a74false\u00a7r
feed=\u00a77Din hunger \u00e4r m\u00e4ttad.
feedOther=\u00a77Matade {0}.
feedOther=\u00a76Du m\u00e4ttade \u00a7c{0}s\u00a76 aptit.
fileRenameError=Namnbytet av filen {0} misslyckades
fireworkColor=\u00a74Inkorrekta fyrverkeri parametrar, du m\u00e5ste ange en f\u00e4rg f\u00f6rst.
fireworkEffectsCleared=\u00a76Tog bort alla effekter fr\u00e5n objektet i din hand.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=Nerladdningsadressen f\u00f6r GeoIP \u00e4r tom.
geoIpUrlInvalid=Nerladdningsadressen f\u00f6r GeoIP \u00e4r ogiltig.
geoipJoinFormat=\u00a76Spelaren \u00a7c{0} \u00a76kommer fr\u00e5n \u00a7c{1}\u00a76.
giveSpawn=\u00a76Ger\u00a7c {0} \u00a76av\u00a7c {1} till\u00a7c {2}\u00a76.
godDisabledFor=inaktiverat f\u00f6r {0}
godDisabledFor=\u00a7cdeaktiverat\u00a76 f\u00f6r\u00a7c {0}
godEnabledFor=aktiverat f\u00f6r {0}
godMode=\u00a77Od\u00f6dlighet {0}.
groupDoesNotExist=\u00a74Ingen \u00e4r online i denna gruppen\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a77Du har blivit friad
heal=\u00a77Du har blivit l\u00e4kt.
healDead=\u00a74Du kan inte hela n\u00e5gon som \u00e4r d\u00f6d\!
healOther=\u00a77L\u00e4kte {0}.
helpConsole=F\u00f6r att visa hj\u00e4lp fr\u00e5n konsolen, skriv ?.
helpFrom=\u00a77Kommandon fr\u00e5n {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a77Kommandon matchar "{0}"\:
helpOp=\u00a7c[OpHj\u00e4lp]\u00a7f \u00a77{0}\:\u00a7f {1}
helpPlugin=\u00a74{0}\u00a7f\: Hj\u00e4lp f\u00f6r insticksprogram\: /help {1}
holdBook=\u00a74Boken du h\u00c3\u00a5ller i \u00c3\u00a4r inte skrivbar
holdFirework=\u00a74Du m\u00e5ste h\u00e5lla i en fyrverkeripj\u00e4s f\u00f6r att l\u00e4gga till effekter.
holdPotion=\u00a74Du m\u00e5ste h\u00e5lla i en brygd f\u00f6r att ge den effekter.
@@ -168,10 +155,10 @@ infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Sida \u00a74{0}\u00a76/\u00a7
infoUnknownChapter=\u00a74Ok\u00e4nt kapitel.
insufficientFunds=\u00a74Du har inte r\u00e5d med detta.
invalidCharge=\u00a7cOgiltig laddning.
invalidFireworkFormat=\u00a76Alternativet \u00a74{0} \u00a76 \u00e4r inte ett korrekt v\u00e4rde f\u00f6r \u00a74{1}\u00a76.
invalidFireworkFormat=\u00a74V\u00e4rdet \u00a7c{0} \u00a74\u00e4r inte ett korrekt v\u00e4rde f\u00f6r \u00a7c{1}\u00a74.
invalidHome=Hemmet {0} finns inte
invalidHomeName=\u00a74Ogiltigt hemnamn
invalidMob=\u00a74Invalid mob type.
invalidMob=Ogiltigt mob
invalidNumber=Felaktigt nummer.
invalidPotion=\u00a74Ogiltig brygd.
invalidPotionMeta=\u00a74Ogiltig brygd meta\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=Utsparkad fr\u00e5n server
kickExempt=\u00a7cDu kan inte sparka ut den spelaren.
kickedAll=\u00a7cSparkade ut alla spelare fr\u00e5n servern
kill=\u00a77D\u00f6dade {0}.
killExempt=\u00a74Du kan inte d\u00f6da {0}
killExempt=\u00a74Du kan inte d\u00f6da \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Det d\u00e4r kittet \u00e4r inte korrekt konfigurerat. Kontakta en administrat\u00f6r.
kitError=\u00a7cDet finns inga giltiga kit.
kitGiveTo=\u00a76Ger kittet\u00a7c {0}\u00a76 till {1}\u00a7.
kitGiveTo=\u00a76Ger kit\u00a7c {0}\u00a76 till \u00a7c{1}\u00a76.
kitInvFull=\u00a7cDitt F\u00f6rr\u00e5d var fullt, placerar kit p\u00e5 golvet
kitNotFound=\u00a74Det d\u00e4r kittet existerar inte.
kitOnce=\u00a74Du kan inte av\u00e4nda det kitet igen.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76 {0} \u00a7r\: \u00a7r
listHiddenTag=\u00a77[G\u00d6MD]\u00a7f
loadWarpError=Kunde inte ladda warp {0}
localFormat=[L]<{0}> {1}
mailClear=\u00a7cF\u00f6r att markera dina meddelanden som l\u00e4sta, skriv /mail clear
mailClear=\u00a76F\u00f6r att markera dina meddelanden som l\u00e4sta, skriv /mail clear.
mailCleared=\u00a77Meddelanden rensade\!
mailSent=\u00a77Meddelandet skickad\!
markMailAsRead=\u00a7cF\u00f6r att markera dina meddelanden som l\u00e4sta, skriv /mail clear
markMailAsRead=\u00a76F\u00f6r att markera dina meddelanden som l\u00e4sta, skriv /mail clear.
markedAsAway=\u00a77Du \u00e4r nu markerad som borta.
markedAsNotAway=\u00a77Du \u00e4r inte l\u00e4ngre markerad som borta.
matchingIPAddress=\u00a76F\u00f6ljande spelare har tidigare loggat in fr\u00e5n den IP adressen\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a7cDu f\u00e5r inte s\u00e4tta den personen i f\u00e4ngelse
me=jag
minute=minut
minutes=minuter
missingItems=Du har inte {0}x {1}.
missingItems=\u00a74Du har inte \u00a7c{0}x {1}\u00a74.
mobSpawnError=Fel n\u00e4r mob-spawnaren f\u00f6rs\u00f6kte att \u00e4ndras.
mobSpawnLimit=M\u00e4ngden mobs begr\u00e4nsad till serverns maxgr\u00e4ns
mobSpawnTarget=M\u00e5lblocket m\u00e5ste vara en mob-spawnare.
@@ -246,14 +233,14 @@ moneySentTo=\u00a7a{0} har skickats till {1}
month=m\u00e5nad
months=m\u00e5nader
moreThanZero=M\u00e5ngden m\u00e5ste vara st\u00f6rre \u00e4n 0.
moveSpeed=\u00a77Satte {0}fart till {1} f\u00f6r {2}.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76Satte {0} fart till\u00a7c {1} \u00a76f\u00f6r \u00a7c{2}\u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Du kan inte l\u00e4gga till mer \u00e4n en laddning till denna fyrverkeripj\u00e4s.
multiplePotionEffects=\u00a74Du kan inte l\u00e4gga till mer \u00e4n en effekt till denna brygd.
muteExempt=\u00a7cDu kan inte tysta den spelaren.
muteNotify=\u00a74{0} \u00a76har tystat \u00a74{1}.
mutedPlayer=\u00a76Spelare\u00a7c {0} \u00a76tystad.
mutedPlayerFor=\u00a7c {0} \u00a76tystad f\u00f6r\u00a7c {1} \u00a76.
mutedPlayerFor=\u00a7c {0} \u00a76tystas ner f\u00f6r\u00a7c {1} \u00a76.
mutedUserSpeaks={0} f\u00f6rs\u00f6kte att prata, men blev tystad.
nearbyPlayers=Spelare i n\u00e4rheten\: {0}
negativeBalanceError=Anv\u00e4ndaren \u00e4r inte till\u00e5ten att ha en negativ balans.
@@ -262,15 +249,14 @@ nickDisplayName=\u00a77Du m\u00e5ste aktivera change-displayname i Essentials-ko
nickInUse=\u00a7cDet namnet anv\u00e4nds redan.
nickNamesAlpha=\u00a7cSmeknamn m\u00e5ste vara alfanumeriska.
nickNoMore=\u00a77Du har inte ett smeknamn l\u00e4ngre
nickSet=\u00a77Ditt smeknamn \u00e4r nu \u00a7c{0}
nickSet=\u00a76Ditt smeknamn \u00e4r nu \u00a7c{0}\u00a76.
nickTooLong=\u00a74Det d\u00e4r aliaset \u00e4r f\u00f6r l\u00e5ngt.
noAccessCommand=\u00a7cDu har inte tillg\u00e5ng till det kommandot.
noAccessPermission=\u00a7cDu har inte tillst\u00e5nd till att komma \u00e5t det {0}.
noAccessPermission=\u00a74Du har inte beh\u00f6righet att g\u00f6ra det d\u00e4r\u00a7c{0} \u00a74.
noBreakBedrock=Du har inte till\u00e5telse att f\u00f6rst\u00f6ra berggrund.
noDestroyPermission=\u00a7Du har inte till\u00e5telse att f\u00f6rst\u00f6ra det {0}.
noDestroyPermission=\u00a74Du har inte beh\u00f6righet att f\u00f6rst\u00f6ra det \u00a7c{0}\u00a74.
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=\u00a76Du ignorerar inte n\u00e5gon.
noKitPermission=\u00a7cDu beh\u00f6ver \u00a7c{0}\u00a7c tillst\u00e5nd f\u00f6r att anv\u00e4nda det kitet.
@@ -300,8 +286,8 @@ now=nu
nuke=L\u00e5t d\u00f6d regna \u00f6ver dem
numberRequired=Det ska vara ett nummer d\u00e4r, dumbom.
onlyDayNight=/time st\u00f6der bara day(dag) eller night(natt).
onlyPlayerSkulls=\u00a74Du kan bara s\u00e4tta \u00e4garen till spelar huvuden (397\:3).
onlyPlayers=Bara spelare som \u00e4r online kan anv\u00e4nda {0}.
onlyPlayerSkulls=\u00a74Du kan bara ange \u00e4garen f\u00f6r skallar av spelare (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Bara spelare kan anv\u00e4nda \u00a7c{0}\u00a74.
onlySunStorm=/weather st\u00f6der bara sun(sol) eller storm(storm).
orderBalances=Best\u00e4ller balanser av {0} anv\u00e4ndare, v\u00e4nligen v\u00e4nta...
oversizedTempban=\u00a74Du kan inte banna en spelare just vid denna tidpunkt.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76Dessa spelare har sitt eget v\u00e4der\:\u00a7r
pWeatherReset=\u00a76Personligt v\u00e4der har \u00e5terst\u00e4llts f\u00f6r\: \u00a7c{0}
pWeatherSet=\u00a76Personligt v\u00e4der \u00e4r satt till \u00a7c{0}\u00a76 f\u00f6r\: \u00a7c{1}.
pendingTeleportCancelled=\u00a7cAvvaktande teleporteringsbeg\u00e4ran \u00e4r avbruten.
playerBanIpAddress=\u00a76Spelare\u00a7c {0} \u00a76 har bannat ip-adressen {1}\u00a76.
playerBanned=\u00a7cSpelare {0} bannade {1} f\u00f6r {2}.
playerInJail=\u00a7cSpelaren \u00e4r redan i f\u00e4ngelse {0}.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Spelare\u00a7c {0} \u00a76bannade\u00a7c {1} \u00a76f\u00f6r \u00a7c{2}\u00a76.
playerInJail=\u00a74Spelaren \u00e4r redan i f\u00e4ngelse\u00a7c {0}\u00a74.
playerJailed=\u00a77Spelaren {0} f\u00e4ngslad.
playerJailedFor=\u00a77Spelaren {0} f\u00e4ngslad f\u00f6r {1}.
playerKicked=\u00a7cSpelaren {0} har sparkat ut {1} f\u00f6r {2}
@@ -340,33 +326,33 @@ posX=\u00a76X\: {0} (+\u00d6ster <-> -V\u00e4st)
posY=\u00a76Y\: {0} (+Upp <-> -Ner)
posYaw=\u00a76Girning\: {0} (Rotation)
posZ=\u00a76Z\: {0} (+Syd <-> -Nort)
possibleWorlds=\u00a77M\u00f6jliga v\u00e4rdar \u00e4r nummer mellan 0 och {0}.
possibleWorlds=\u00a76De m\u00f6jliga v\u00e4rldarna \u00e4r nummer \u00a7c0\u00a76 till \u00a7c{0}\u00a76.
potions=\u00a76Brygder\:\u00a7r {0}\u00a76.
powerToolAir=Kommandot kan inte tilldelas luft.
powerToolAlreadySet=Kommandot \u00a7c{0}\u00a7f \u00e4r redan tilldelat {1}.
powerToolAlreadySet=\u00a74Kommandot \u00a7c{0}\u00a74 \u00e4r redan angivet f\u00f6r \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a7f kommandot tilldelat {1}.
powerToolClearAll=Alla powertool-kommandon har blivit rensade.
powerToolList={1} har f\u00f6ljane kommandon\: \u00a7c{0}\u00a7f.
powerToolListEmpty={0} har inga kommandon tilldelade.
powerToolNoSuchCommandAssigned=Kommandot \u00a7c{0}\u00a7f har inte blivit tilldelat {1}.
powerToolRemove=Kommandot \u00a7c{0}\u00a7f \u00e4r borttaget fr\u00e5n {1}.
powerToolRemoveAll=Alla kommandon \u00e4r borttagna fr\u00e5n {0}.
powerToolNoSuchCommandAssigned=\u00a74Kommandot \u00a7c{0}\u00a74 har inte tilldelats till \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Kommand \u00a7c{0}\u00a76 har tagits bort fr\u00e5n \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76All commands removed from \u00a7c{0}\u00a76.
powerToolsDisabled=Alla dina powertools har blivit inaktiverade.
powerToolsEnabled=Alla dina powertools har blivit aktiverade.
questionFormat=\u00a77[Fr\u00e5ga]\u00a7f {0}
readNextPage=Skriv /{0} {1} f\u00f6r att l\u00e4sa n\u00e4sta sida
recipe=\u00a76Recept f\u00f6r \u00a7c{0}\u00a76 ({1} av {2})
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=Det finns inget recept med det numret
recipeFurnace=\u00a76Sm\u00c3\u00a4lt \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76\u00c3\u00a4r \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Skriv /{0} \u00a7c{1}\u00a76 <nummer> f\u00f6r att se andra recept f\u00f6r \u00a7c{2}\u00a76.
recipeNone=Inga recept existerar f\u00f6r {0}
recipeNothing=ingenting
recipeShapeless=\u00a76Kombinera \u00a7c{0}
recipeWhere=\u00a76Var\: {0}
removed=\u00a77Tog bort {0} enheter.
repair=Du har reparerat din\: \u00a7e{0}.
repair=\u00a76You have successfully repaired your\: \u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a77Den h\u00e4r saken beh\u00f6ver inte repareras.
repairEnchanted=\u00a77Du har inte beh\u00f6righet att reparera f\u00f6rtrollade saker.
repairInvalidType=\u00a7cDen h\u00e4r saken kan inte bli reparerad.
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a77{0} nekade din teleportations-f\u00f6rfr\u00e5gan.
requestSent=\u00a77F\u00f6rfr\u00e5gan skickad till {0}\u00a77.
requestTimedOut=\u00a7cTeleportations-f\u00f6rfr\u00e5gan har g\u00e5tt ut
requiredBukkit=* \! * Du beh\u00f6ver minst bygge {0} av CraftBukkit, ladda ner den fr\u00e5n http\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76Kontobalansen har \u00e5terst\u00e4llts till \u00a7a{0} \u00a76f\u00f6r alla spelare online.
resetBalAll=\u00a76Balansen har blivit \u00c3\u00a5terst\u00c3\u00a4lld till \u00a7a{0} \u00a76 f\u00c3\u00b6r alla spelare
returnPlayerToJailError=Ett fel uppstod n\u00e4r spelaren {0} skulle \u00e5terv\u00e4nda till f\u00e4ngelset\: {1}
resetBal=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all online players.
resetBalAll=\u00a76Balance has been reset to \u00a7c{0} \u00a76for all players.
returnPlayerToJailError=\u00a74Error occurred when trying to return player\u00a7c {0} \u00a74to jail\: \u00a7c{1}\u00a74\!
runningPlayerMatch=\u00a76K\u00f6r s\u00f6kning efter spelare som matchar ''\u00a7c{0}\u00a76'' (detta kan ta ett tag)
second=sekund
seconds=sekunder
seenOffline=Spelaren {0} \u00e4r offline sedan {1}
seenOnline=Spelaren {0} \u00e4r online sedan {1}
seenOffline=\u00a76Player\u00a7c {0} \u00a76has been \u00a74offline\u00a76 since \u00a7c{1}\u00a76.
seenOnline=\u00a76Player\u00a7c {0} \u00a76has been \u00a7aonline\u00a76 since \u00a7c{1}\u00a76.
serverFull=Servern \u00e4r full
serverTotal=Totalt p\u00e5 servern\: {0}
setBal=\u00a7aDin kontobalans sattes till {0}.
setBalOthers=\u00a7aDu satte {0}\u00a7a''s kontobalans till {1}.
setSpawner=Bytte typen av spawnare till {0}
setSpawner=\u00a76Changed spawner type to\u00a7c {0}\u00a76.
sheepMalformedColor=Felformulerad f\u00e4rg.
shoutFormat=\u00a77[Hojtning]\u00a7f {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74Du har inte till\u00e5telse att g\u00f6ra skyltar h\u00e4r.
similarWarpExist=En warp med ett liknande namn finns redan.
slimeMalformedSize=Felformulerad storlek.
socialSpy=\u00a76SocialSpion f\u00f6r {0}\u00a76\: {1}
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=Det h\u00e4r monstret gillar att vara ensam
spawnSet=\u00a77Spawnpunkten inst\u00e4lld f\u00f6r gruppen {0}.
spawned=spawnade
sudoExempt=Du kan inte g\u00f6ra en sudo p\u00e5 den h\u00e4r anv\u00e4ndaren
sudoRun=Tvingar {0} att springa\: /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a77Adj\u00f6 grymma v\u00e4rld...
suicideSuccess=\u00a77{0} tog sitt eget liv
survival=\u00f6verlevnad
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7c{0} har tagits fr\u00e5n ditt konto.
takenFromOthersAccount=\u00a7c{0} taget fr\u00e5n {1}\u00a7c konto. Ny balans\: {2}
teleportAAll=\u00a77Teleportations-f\u00f6rfr\u00e5gan skickad till alla spelare...
teleportAll=\u00a77Teleporterar alla spelare...
teleportAtoB=\u00a77{0}\u00a77 teleporterade dig till {1}\u00a77.
teleportAtoB=\u00a7c{0}\u00a76 teleported you to \u00a7c{1}\u00a76.
teleportDisabled={0} har teleportering inaktiverat.
teleportHereRequest=\u00a7c{0}\u00a7c har fr\u00e5gat dig om du vill teleportera till dem.
teleportNewPlayerError=Messlyckades med att teleportera ny spelare
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a7c har beg\u00e4rt att f\u00e5 teleportera sig ti
teleportRequestTimeoutInfo=\u00a77Den h\u00e4r beg\u00e4ran kommer att g\u00e5 ut efter {0} sekunder.
teleportTop=\u00a77Teleporterar till toppen.
teleportationCommencing=\u00a77Teleporteringen p\u00e5b\u00f6rjas...
teleportationDisabled=\u00a77Teleportering inaktiverat.
teleportationDisabledFor=\u00a76Teleportering inaktiverat f\u00f6r {0}
teleportationEnabled=\u00a77Teleportering aktiverat.
teleportationEnabledFor=\u00a76TTeleportering aktiverat f\u00f6r {0}
teleportationDisabled=\u00a76Teleportation \u00a7cdisabled\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a77Teleporterar...
tempBanned=Tempor\u00e4rt bannad fr\u00e5n servern f\u00f6r {0}
teleportToPlayer=\u00a76Teleporting to \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a77Du kan inte tempor\u00e4rt banna den spelaren
thunder=Du {0} \u00e5ska i din v\u00e4rld
thunderDuration=Du {0} i din v\u00e4rld i {1} sekunder.
timeBeforeHeal=Tid f\u00f6re n\u00e4ste l\u00e4kning\: {0}
timeBeforeTeleport=Tid f\u00f6re n\u00e4sta teleportering\: {0}
timeFormat=\u00a73{0}\u00a7f eller \u00a73{1}\u00a7f eller \u00a73{2}\u00a7f
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeSetPermission=\u00a7cDu har inte tillst\u00e5nd att st\u00e4lla in tiden.
timeWorldCurrent=Den nuvarande tiden i {0} \u00e4r \u00a73{1}
timeWorldSet=Tiden \u00e4r nu {0} i\: \u00a7c{1}
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7aS\u00e5lde alla blocks f\u00f6r ett totalt v\u00e4rde av
tps=Nuvarande TPS \= {0}
tradeSignEmpty=K\u00f6pskylten har inget tillg\u00e4ngligt f\u00f6r dig.
tradeSignEmptyOwner=Det finns inget att fr\u00e5n den h\u00e4r k\u00f6pskylten.
treeFailure=\u00a7cTr\u00e4dgenereringn misslyckades. Prova igen p\u00e5 gr\u00e4s eller jord.
treeSpawned=\u00a77Tr\u00e4d genererat.
true=sant
typeTpaccept=\u00a77F\u00f6r att teleportera, skriv \u00a7c/tpaccept\u00a77.
typeTpdeny=\u00a77F\u00f6r att neka denna f\u00f6rfr\u00e5gan, skriv \u00a7c/tpdeny\u00a77.
@@ -451,8 +436,6 @@ unignorePlayer=Du ignorerar inte spelaren {0} l\u00e4ngre.
unknownItemId=Ok\u00e4nt objekt-ID\: {0}
unknownItemInList=Ok\u00e4nt objekt {0} i listan {1}.
unknownItemName=Ok\u00e4nt objektnamn\: {0}
unlimitedItemPermission=\u00a7cInget tillst\u00e5nd f\u00f6r obegr\u00e4nsad tillg\u00e5ng av {0}.
unlimitedItems=Obegr\u00e4nsade objekt\:
unmutedPlayer=Spelaren {0} \u00e4r inte bannlyst l\u00e4ngre.
unvanishedReload=\u00a7cEn omladdning har tvingat dig att bli synlig.
upgradingFilesError=Fel vid uppgradering av filerna
@@ -480,7 +463,7 @@ warpSet=\u00a77Warpen {0} inst\u00e4lld.
warpUsePermission=\u00a7cDU har inte tillst\u00e5nd att anv\u00e4nda den warpen.
warpingTo=\u00a77Warpar till {0}.
warps=Warpar\: {0}
warpsCount=\u00a77Det finns {0} warpar. Visar sida {1} av {2}.
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherStorm=\u00a77Du har st\u00e4llt in v\u00e4dret till storm i {0}
weatherStormFor=\u00a77Du har st\u00e4llt in v\u00e4dret till storm i {0} f\u00f6r {1} sekunder
weatherSun=\u00a77Du har st\u00e4llt in v\u00e4dret till sol i {0}
@@ -523,27 +506,35 @@ totalSellableAll=\u00a7aDet totala v\u00e4rdet av alla s\u00e4ljbara objekt \u00
totalSellableBlocks=\u00a7aDet totala v\u00e4rdet av alla s\u00e4ljbara block \u00e4r \u00a7c {1} \u00a7a.
radiusTooBig=\u00a74Radien \u00e4r f\u00f6r stor\! Den maximala radien \u00e4r {0}.
isIpBanned=\u00a76IP \u00a7c {0} \u00a76\u00e4r bannad.
mobDataList=\u00a76Giltig mob data\: \u00a7r {0}
mobDataList=\u00a76Giltig mob data\:\u00a7r {0}
vanish=\u00a76F\u00f6rsvinna f\u00f6r {0} \u00a76\: {1}
noLocationFound=\u00a74Ingen giltig plats hittad.
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74Du kan inte banna spelare som inte \u00e4r online.
banExemptOffline=\u00a74Du kan inte banna spelare som \u00e4r offline.
tempbanExemptOffline=\u00a74Du kan inte tempor\u00e4rt banna spelare som inte \u00e4r online.
mayNotJailOffline=\u00a74Du kan inte f\u00e4ngsla spelare som inte \u00e4r online.
muteExemptOffline=\u00a74Du kan inte tysta spelare som \u00e4r offline.
ignoreExempt=\u00a74Du f\u00e5r inte ignorera den spelaren.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unsafeTeleportDestination=&5Den h\u00e4r destination \u00e4r os\u00e4ker och teleport s\u00e4kerhet \u00e4r avaktiverat
noMetaJson=JSON Metadata \u00e4r inte kompakt med denna bukkit version.
maxMoney=Den h\u00e4r transaktionen \u00e4r f\u00f6r h\u00f6g f\u00f6r den h\u00e4r anv\u00e4ndaren
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=Spelar namnen kan \u00e4ndast inneh\u00e5lla bokst\u00e4ver och siffror och understreck
givenSkull=\u00a76Du har f\u00e5tt skallen av \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74Du har inte till\u00e5telse att modifiera det Huvudet.
teleportInvalidLocation=Koordinater kan inte vara \u00f6ver 30000000
invalidSkull=\u00a74Sn\u00e4lla h\u00e5ll i ett spelar Huvud.
weatherInvalidWorld=V\u00e4rld med namn {0} hittades inte\!
gameModeInvalid=\u00a74Du m\u00e5ste ange en en giltig spelare/l\u00e4ge.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
mailDelay=F\u00f6r m\u00e5nga mails har skickats sen senaste minuten. Max\: {0}
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -18,11 +18,8 @@ antiBuildInteract=\u00a7c {0}\u00a74 Ile etkilesime girebilmek icin gerekli izin
antiBuildPlace=\u00a74Burada\u00a7c {0} \u00a74blogunu yerlestirebilmek icin gerekli izine sahip degilsin.
antiBuildUse=\u00a7c {0}\u00a74 Esyasini kullanabilmek icin gerekli izine sahip degilsin.
autoAfkKickReason={0} Dakikadan Fazla AFK Kaldiginiz Icin Atildiniz.
backAfterDeath=\u00a76Son Bulundugun Konuma Geri Donmek Icin \u00a7c/back \u00a76Komutunu Girin.
backAfterDeath=\u00a76Son Bulundugun Konuma Geri Donmek Icin \u00a7c/back y00a76Komutunu Girin
backUsageMsg=\u00a76Son Konuma Geri Donuluyor...
backupDisabled=\u00a74Yedekleme ayarlari yapilandirilmadi.
backupFinished=\u00a76Yedekleme bitti.
backupStarted=\u00a76Yedekleme basladi.
balance=\u00a7aBakiye\:\u00a7c {0}
balanceOther=\u00a7a{0} \u00a7aBakiyesi\:\u00a7c {1}
balanceTop=\u00a76Bakiye Siralamasi ({0})
@@ -32,8 +29,6 @@ bed=\u00a7oyatak\u00a7r
bedMissing=\u00a74Yatagin bulunamadi, kirilmis yada kayip.
bedNull=\u00a7myatak\u00a7r
bedSet=\u00a76Yatak dogma bolgesi olarak kaydedildi\!
bigTreeFailure=\u00a74Buyuk agac olusturma basarisiz. Cimen yada bir toprak uzerine tekrar deneyin.
bigTreeSuccess=\u00a76Buyuk agac olusturuldu.
blockList=\u00a76Essentials gosterilen bir baska pluginin komutlarini engelliyor\:
bookAuthorSet=\u00a76Kitabin yazarini suna degistirdiniz {0}.
bookLocked=\u00a76Bu kitap artik kilitli.
@@ -53,7 +48,6 @@ chatTypeSpy=[Casus]
cleaned=Oyuncu Verileri Temizlendi.
cleaning=Oyuncu Verileri Temizleniyor...
commandFailed=Komut {0} Gecersiz\:
commandHelpFailedForPlugin=Hata\:Bu Plugin Hakkinda Yardim Almak Icin\: {0}
commandNotLoaded=\u00a74Komut Yuklenemedi\!
compassBearing=\u00a76Pusula\: {0} ({1}).
configFileMoveError=config.yml dosyasini yedekleme bolgesine tasima isleminde basarisiz oldu.
@@ -65,25 +59,24 @@ corruptNodeInConfig=\u00a74Not\: Bu Ayar Config Dosyanizda Bulunmuyor.
couldNotFindTemplate=\u00a74Bir {0}
creatingConfigFromTemplate=Yeni Bir Config Dosyasi Suradan Olusturuluyor\: {0}
creatingEmptyConfig=Bos Bir Config Dosyasi Olusturuluyor\: {0}
creative=yaratici
creative=Sonsuz Mod
currency={0}{1}
currentWorld=\u00a76Suanki Dunya\:\u00a7c {0}
day=gun
days=gun
defaultBanReason=Ban Yediniz\!
deleteFileError=Bu Dosya Silinemedi\: {0}
deleteHome=\u00a76Eviniz\u00a7c {0} \u00a76Silindi.
deleteJail=\u00a76Hapishane\u00a7c {0} \u00a76Silindi.
deleteWarp=\u00a76Warp\u00a7c {0} \u00a76Silindi.
deniedAccessCommand=\u00a7c{0} \u00a74izini yok
denyBookEdit=\u00a74Bu Kitabi Acamazsin\!
denyChangeAuthor=\u00a74Kitabin Yazarini Degistiremezsin\!
currentWorld=\u00a76Suanki Harita\u00a7c {0}
day=Gun
days=Gunler
defaultBanReason=Sunucudan Uzaklastirildiniz\!\!
deleteFileError=Bu Dosya Silinmedi\: {0}
deleteHome=\u00a76Eviniz Noktan\u0131z\u00a7c {0} \u00a76Silindi.
deleteJail=\u00a76Hapishane Noktasi\u00a7c {0} \u00a76Silindi.
deleteWarp=\u00a76Isinlanma Noktasi\u00a7c {0} \u00a76Silindi.
deniedAccessCommand=\u00a7c{0} \u00a74izininiz Yok.
denyBookEdit=\u00a74Bu Kitabi Acma \u0130znin Yok.
denyChangeAuthor=\u00a74Yazarin Adini Degistiremezsin.
denyChangeTitle=\u00a74Kitabin Basligini Degistiremezsin\!
depth=\u00a76Deniz Seviyesindesiniz.
depthAboveSea=\u00a76Deniz Seviyesinin\u00a7c {0} \u00a76block(s) Ustundesiniz.
depthBelowSea=\u00a76Deniz Seviyesinin\u00a7c {0} \u00a76block(s) Altindasiniz.
destinationNotSet=Bolge Belirlenmedi.
disableUnlimited=\u00a76Sinirsiz Yerlestirme Devre Disi\!
disabled=devre disi\!
disabledToSpawnMob=\u00a74Mob Dogurma Ayarlardan Devre Disi Birakilmis\!
distance=\u00a76Konum\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=GeoIP Veritabani Indiriliyor.
duplicatedUserdata=Kullanici Verisi
durability=\u00a76Bu Aletin \u00a7c{0}\u00a76 kullanim omuru kaldi
editBookContents=\u00a7eKitabi Duzenleyebilirsin.
enableUnlimited=\u00a76Sinirsiz Sayida Veriliyor\:\u00a7c {0} \u00a76to {1}.
enabled=aktif
enchantmentApplied=\u00a76Buyulendi\!
enchantmentNotFound=\u00a7cBuyu Bulunamadi
@@ -101,8 +93,8 @@ enchantmentRemoved=\u00a76Buyu Silindi\!
enchantments=\u00a76Buyuler\:\u00a7r {0}
errorCallingCommand=Komut Hatasi /{0}
errorWithMessage=\u00a7cHata\:\u00a74 {0}
essentialsHelp1=Plugin Bozuldu Essentials Devre Disi Birakildi Eger Kendin Duzeltemezsen >>TheLegend<<''e Ulas Skype\: iimrlegendii
essentialsHelp2=Plugin Bozuldu Essentials Devre Disi Birakildi Eger Kendin Duzeltemezsen >>TheLegend<<''e Ulas Skype\: iimrlegendii
essentialsHelp1=Plugin Bozuldu Essentials Devre Disi Birakildi Eger Kendin Duzeltemezsen Panelden Ticket Yolla Yada Skype\: nikoladx2 Hasan Kasac\u0131 Yardim Isteyebilirsin.
essentialsHelp2=Plugin Bozuldu Essentials Devre Disi Birakildi Eger Kendin Duzeltemezsen Panelden Ticket Yolla Yada Skype\: nikoladx2 Hasan Kasac\u0131 Yardim Isteyebilirsin.
essentialsReload=\u00a76Essentials Yenilendi\!\u00a7c {0}
exp=\u00a7c{0} \u00a76var\u00a7c {1} \u00a76exp (seviye\u00a7c {2}\u00a76) seviye atlamak icin gerekli olan exp\u00a7c {3} \u00a76
expSet=\u00a7c{0} \u00a76Artik\u00a7c {1} \u00a76exp.
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76Kafan Silindi.
heal=\u00a76Canlandirildin\!
healDead=\u00a74Olu Birine Canmi Vermeyi Denedin Az Once ?\!
healOther=\u00a76Canlandi\u00a7c {0}\u00a76.
helpConsole=Yardim Icin ? Yazin
helpFrom=\u00a76Komutlar {0}\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76Komutlar Eslesiyor "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[Yardim]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: Plugin Yardim\: /yardim {1}
holdBook=\u00a74Yazilabilir Bir Kitap Tutmuyorsun\!
holdFirework=\u00a74Ilk Once Elinde Bir Havai Fisek Olmali Degil mi ?
holdPotion=\u00a74Ilk Once Elinde Bir Iksir Olmasi Gerekli Degil mi ?
@@ -158,98 +145,98 @@ holeInFloor=\u00a74Katda Delik\!
homeSet=\u00a76Eviniz Kaydedildi\!
homes=\u00a76Evleriniz\:\u00a7r {0}
hour=saat
hours=saat
ignoredList=\u00a76Goz Ardi Edilen\:\u00a7r {0}
ignorePlayer=\u00a76Oyuncu\u00a7c {0} \u00a76goz ardi ettin.
illegalDate=Illegal Tarih Formati.
infoChapter=Bolum Sec\:
infoChapterPages=\u00a76Bolum {0}, Sayfa \u00a7c{1}\u00a76,\u00a7c{2}\u00a76\:
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Sayfa \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
infoUnknownChapter=Bilinmeyen Bolum
insufficientFunds=\u00a74Yetersiz\!
invalidCharge=\u00a74Gecersiz\!
invalidFireworkFormat=\u00a76Gecersiz Havaifisek Formati\!
invalidHome=\u00a7c {0} \u00a76Diye Bir Eviniz Yok\!
invalidHomeName=\u00a7cGecersiz Ev Ismi\!
invalidMob=\u00a74Invalid mob type.
invalidNumber=Boyle Bir Numara Yok\!
invalidPotion=\u00a74Gecersiz Iksir
invalidPotionMeta=\u00a74Gecersiz\!
invalidSignLine=\u00a74Satir\u00a7c {0} \u00a74tabelada yok\!
invalidWarpName=\u00a7cGecersiz Warp Ismi\!
invalidWorld=\u00a7cGecersiz Dunya\!
is=oldugunu
itemCannotBeSold=\u00a74Bu Esyayi Servere Satamazsiniz\!
itemMustBeStacked=\u00a74Esya Takasi Icin Elindeki Esyanin Bir Stack(Ful) Olmasi Gerekir
itemNames=\u00a76Esya Kisa Isimleri\:\u00a7r {0}
itemNotEnough1=\u00a74Satmak Icin Yeterli Esyaniz Yok\!
itemNotEnough2=\u00a76Eger Envanterinde Varolan Tum Esyayi Silmek Istiyorsan /sell itemname.
itemNotEnough3=\u00a76/sat esya isimi satar
itemSellAir=Havayi Falanmi Satmaya Calistin? Aklin Sira Serveri Kaziklayacan? Eline Birsey Al
itemSold=\u00a7aSatildi \u00a7c{0} \u00a7a({1} {2} , {3}).
itemSoldConsole=\u00a7a{0} \u00a7asattin {1} , \u00a7a{2} \u00a7a({3} , {4}).
itemSpawn=\u00a76Veriliyor\u00a7c {0} \u00a76-\u00a7c {1}
itemType=\u00a76Esya\:\u00a7c {0} \u00a76-\u00a7c {1}
itemsCsvNotLoaded=Esya Verileri Yuklenemedi\!
jailAlreadyIncarcerated=\u00a74Bu Adam Zaten Hapiste\:\u00a7c {0}
jailMessage=\u00a74Adalet <3
jailNotExist=\u00a74Boyle Bir Hapishane Yok\!
jailReleased=\u00a76Oyuncu \u00a7c{0}\u00a76 Hapisten Cikarildi.
jailReleasedPlayerNotify=\u00a76Af Cikti Feci Ballisin
jailSentenceExtended=\u00a76Hapisten Kurtulacagin Zaman\: {0}
jailSet=\u00a76Hapishane\u00a7c {0} \u00a76Olusturuldu.
jumpError=\u00a74Bu bilgisayarinizin beynine zarar verebilir.
kickDefault=Serverdan Atildi\!
kickExempt=\u00a74Bu Adama Kick Atamazsin\!
kickedAll=\u00a74Herkes Serverdan Atildi\!
kill=\u00a76Olduruldu\u00a7c {0}\u00a76.
killExempt=\u00a74 Olduremezsin {0}
hours=Saatler
ignoredList=\u00a76Engellenen\:\u00a7r {0}
ignorePlayer=\u00a76Oyuncu\u00a7c {0} \u00a76Engelledin.
illegalDate=Illegal Tarih Format.
infoChapter=Okuyacagin Bolumu Sec\:
infoChapterPages=\u00a76Bolum {0}, Sayfalar \u00a7c{1}\u00a76,\u00a7c{2}\u00a76\:
infoPages=\u00a7e ---- \u00a76{2} \u00a7e--\u00a76 Sayfalar \u00a7c{0}\u00a76/\u00a7c{1} \u00a7e----
infoUnknownChapter=Tan\u0131mlanmayan Bolum
insufficientFunds=\u00a74Yeterli Degil.
invalidCharge=\u00a74Gecerli Degil.
invalidFireworkFormat=\u00a74Gecersiz Havaifisek Formati\!
invalidHome=\u00a7c {0} \u00a76adli Bir Eviniz Yok\!
invalidHomeName=\u00a7cUygun Olmayan Ev Ismi\!
invalidMob=\u00a74Bilinmeyen Yaratik T\u00fcr\u00fc.
invalidNumber=Gecersiz Numara.
invalidPotion=\u00a74Gecersiz Iksir.
invalidPotionMeta=\u00a74Gecersiz Iksir Turu \u00a7c{0}\u00a74.\n
invalidSignLine=\u00a74Gecersiz Satir\u00a7c {0} \u00a74Mevcut Degil.
invalidWarpName=\u00a7cGecersiz Is\u0131nlanma Noktasi Adi\!
invalidWorld=\u00a7cGecersiz Harita.
is=olan
itemCannotBeSold=\u00a74Bu Esyayi Sunucuya Satamazsiniz\!
itemMustBeStacked=\u00a74Esya Takasi Icin Elindeki Esyanin Bir Stack(Dolu 64) Olmasi Gerekir.
itemNames=\u00a76Esya Kisaltmalari\:\u00a7r {0}
itemNotEnough1=\u00a74Satmak Icin Yeterli Esyaniz Bulunmamaktadir\!
itemNotEnough2=\u00a76Eger Envanterinde Varolan Tum Esyayi Satmak Istiyorsan /sell itemname.
itemNotEnough3=\u00a76/sell esyaisimi Ile Islemini Gerceklestirebilirsin.
itemSellAir=Havayimi Satacaks\u0131n Hahah Satmak Istedigin Seyi Eline Al.
itemSold=\u00a7aSatilan Esya \u00a7c{0} \u00a7a({1} {2} , {3}).
itemSoldConsole=\u00a7a{0} \u00a7aSatildi {1} , \u00a7a{2} \u00a7a({3} , {4}).
itemSpawn=\u00a76Verilmekte\u00a7c {0} \u00a76-\u00a7c {1}
itemType=\u00a76Esya ve Araclar\:\u00a7c {0} \u00a76-\u00a7c {1}
itemsCsvNotLoaded=Esya Verileri Yuklenmedi\!
jailAlreadyIncarcerated=\u00a74Bu Oyuncu Zaten Hapse Mahkum\:\u00a7c {0}
jailMessage=\u00a74Cezalandirildin Lutfen Kurallara Dikkat Et\!
jailNotExist=\u00a74Boyle Bir Hapishane Noktasi Yok.
jailReleased=\u00a76Oyuncu \u00a7c{0}\u00a76 Hapis Cezasi Bitti Veya Kaldirildi.
jailReleasedPlayerNotify=\u00a76Cezan Bitti Yada Affedildin.
jailSentenceExtended=\u00a76Hapis Cezasinin Bitecegi Zaman\: {0}.
jailSet=\u00a76Hapishane Noktasi\u00a7c {0} \u00a76Olusturuldu.
jumpError=\u00a74Bu Zorlama \u00d6lebilirsin
kickDefault=Oyundan Atildin\!
kickExempt=\u00a74Bu Oyuncuyu Oyundan Atamazsiniz\!\n
kickedAll=\u00a74Herkes Oyundan Atildi.
kill=\u00a76Katledildi\u00a7c {0}\u00a76.
killExempt=\u00a74 Gebertemezsiniz {0}
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74Bu Kitte Bir Sorun Var Lutfen Admine Bildir.
kitError=\u00a74Hic Kit Yok\!
kitGiveTo=\u00a76Verilen Kit\u00a7c {0}\u00a76 Verilen Sahis {1}\u00a7.
kitInvFull=\u00a74Envanterin Full\!
kitError2=\u00a74Bu Setde Bir Sorun Var Lutfen Yoneticiye Bildir.
kitError=\u00a74Hic Set Yok\!
kitGiveTo=\u00a76Verilen Set\u00a7c {0}\u00a76 Verilen Sahis {1}\u00a7.
kitInvFull=\u00a74Sirt Cantan Dolu Full\!
kitNotFound=\u00a74Boyle Bir Kit Yok\!
kitOnce=\u00a74Bu Kiti Birdaha Kullanamazsin\!
kitReceive=\u00a76Verilen Kit\u00a7c {0}\u00a76.
kitTimed=\u00a74Su Zamana Kadar Bu Kiti Kullanamazsin\u00a7c {0}\u00a74.
kits=\u00a76Kitler\:\u00a7r {0}
leatherSyntax=\u00a76Leather renk s\u00f6zdizimi\: renk\: <red>, <green>, \u00f6rne\u011fin <blue>\: renk\: 255, 0, 0.
lightningSmited=\u00a76Simsek\!
lightningUse=\u00a76Bu Kisi Simsek Caktiriyor\u00a7c {0}
listAfkTag=\u00a77[Uzakta]\u00a7r
listAmount=\u00a76Maximum Oyuncu Sayisi \u00a7c{0}\u00a76 Acik Olan \u00a7c{1}\u00a76.
listAmountHidden=\u00a76Suan \u00a7c{0}\u00a76/{1}\u00a76 maximum disinda \u00a7c{2}\u00a76 oyuncu cevrimici.
listGroupTag={0}\u00a7r\:
listHiddenTag=\u00a77[Gizli]\u00a7r
loadWarpError=\u00a74Warp Yuklenemedi {0}.
kitOnce=\u00a74Bu Esya Setini Kullanamazin\!
kitReceive=\u00a76Al\u0131nan Kit\u00a7c {0}\u00a76.
kitTimed=\u00a74Bu Esya Setini Tekrar Kullanma Vaktin\u00a7c {0}\u00a74.
kits=\u00a76Esya Setleri\:\u00a7r {0}
leatherSyntax=\u00a76Deri renk s\u00f6zdizimi\: renk\: <red>, <green>, \u00f6rne\u011fin <blue>\: renk\: 255, 0, 0.
lightningSmited=\u00a76Thorun Gucu Adina Simsek\!
lightningUse=\u00a76Bu Kisi Simsek Atiyor\u00a7c {0}
listAfkTag=\u00a77[UzaktaAFK]\u00a7r
listAmount=\u00a76Oyuncu Kapasitesi \u00a7c{0}\u00a76 Acik Olan \u00a7c{1}\u00a76.
listAmountHidden=\u00a76Suan \u00a7c{0}\u00a76/{1}\u00a76 Sunucudaki \u00a7c{2}\u00a76 oyuncu cevrimici.
listGroupTag={0}\u00a7f\:
listHiddenTag=\u00a77[Gizlenmis]\u00a7r
loadWarpError=\u00a74Is\u0131nlanma Noktasi Yuklenemedi {0}.
localFormat=[L]<{0}> {1}
mailClear=\u00a76Sectigin Mailleri Temizlemek Icin \u00a7c/mail clear \u00a76Komutunu Gir.
mailCleared=\u00a76E-Mailin Temizlendi\!
mailSent=\u00a76E-Mail Gonderildi\!
markMailAsRead=\u00a76Okudugun Mailleri Temizlemek Icin /mail clear
markedAsAway=\u00a76Isaretlendin.
markedAsNotAway=\u00a76Artik Isaretli Degilsin.
matchingIPAddress=\u00a76Ayni IP Adresinden Giris Yapan Oyuncular\:
maxHomes=\u00a74Bu Sayidan\u00a7c {0} \u00a74Fazla Ev Belirleyemezsin\!
mayNotJail=\u00a74Bu Adam Hapiste\!
me=ben
mailCleared=\u00a76E-Postan Temizlendi\!
mailSent=\u00a76E-Posta Gonderildi\!
markMailAsRead=\u00a76Okudugun Postalari Temizlemek Icin /mail clear
markedAsAway=\u00a76Uzak Noktada Tespit Edildin.
markedAsNotAway=\u00a76Isaretin Kalkti.
matchingIPAddress=\u00a76Ayni IP Adresinden ve Noktadan Giris Yapan Oyuncular\:
maxHomes=\u00a74Bu Sayidan\u00a7c {0} \u00a74Fazla Ev Is\u0131nlanma Noktasi Belirleyemezsin\!
mayNotJail=\u00a74Bu Oyuncu Hapse Mahkum Edildi\!
me=Ben
minute=dakika
minutes=dakika
minutes=Dakikalar
missingItems=\u00a74{0}x {1} Esyaya Sahip Degilsin.
mobSpawnError=\u00a74Spawner Degisirken Hata Olustu.
mobSpawnLimit=Mob Server Limitini Asiyor\!
mobSpawnTarget=\u00a74Bu Komutu Girerken Bir Spawnera Bakmalisiniz\!
mobsAvailable=\u00a76Moblar\:\u00a7r {0}
moneyRecievedFrom=\u00a7a{0} {1} tarafindan alindi .
moneySentTo=\u00a7a{0} Gonderildi {1}.
month=ay
months=ay
moreThanZero=\u00a74Sifirdan Fazla Deger Gir.
mobSpawnError=\u00a74Yaratik Olusturucu Degisirken Hata Olustu.
mobSpawnLimit=Yaratiklar Sunucu Limitini Asiyor\!
mobSpawnTarget=\u00a74Bu Komutu Girerken Bir Olusturucuya Bakmalisiniz\!
mobsAvailable=\u00a76Yaratiklar\:\u00a7r {0}
moneyRecievedFrom=\u00a7a{0} {1} tarafindan elinden alindi .
moneySentTo=\u00a7a{0} Iletildi {1}.
month=Ay
months=Aylar
moreThanZero=\u00a74Sifirdan Buyuk Deger Gir.
moveSpeed=\u00a76Hiz Degistirildi\!
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Bu Havai Fisek Uzerinde Daha Fazla Degisiklik Yapamazsin\!
multiplePotionEffects=\u00a74Bu Iksir Uzerine Daha Fazla Efekt Eklemeyezsin\!
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74Bu HavaiFisek Uzerinde Daha Fazla Degisiklik Yapamazsin\!
multiplePotionEffects=\u00a74Bu Iksir Uzerine Daha Fazla Etki Eklemeyezsin\!
muteExempt=\u00a74Bu Adami Susturamazsin\!
muteNotify=\u00a74{0} \u00a76Susturuldu \u00a74{1}\u00a76.
mutedPlayer=\u00a76Oyuncu {0} \u00a76Susturuldu
@@ -270,7 +257,6 @@ noBreakBedrock=\u00a74Sen Az Once Katman Kayasini Yok Etmeyemi Calistin?\!
noDestroyPermission=\u00a74{0} Yokedebilmek Icin Gerekli Izine Sahip Degilsin\!
noDurability=\u00a74Gecersiz\!
noGodWorldWarning=\u00a74Dikkat Bu Dunyada Olumsuzluk Aktif Degil\!
noHelpFound=\u00a74Eslesen Komut Yok\!
noHomeSetPlayer=\u00a76Olusturulmus Hic Evi Yok\!
noIgnored=\u00a76Hi\u00e7 kimseyi g\u00f6z ardi etmiyorsun.
noKitPermission=\u00a74Bu Kiti Kullanmak Icin VIP Satin Almaniz Gerekir\!
@@ -303,25 +289,25 @@ onlyDayNight=/time sadece day/night destekliyor.
onlyPlayerSkulls=\u00a74Sadece oyuncu sahiplerinin kafa taslarini belirleyebilirsin. (397\:3).
onlyPlayers=\u00a74Sadece Oyun Icinde Kullanilabilir Bir Komut {0}.
onlySunStorm=\u00a74/weather sadece sun/storm destekliyor.
orderBalances=\u00a76Ordering balances of\u00a7c {0} \u00a76users, please wait...
oversizedTempban=\u00a74You may not ban a player for this period of time.
pTimeCurrent=\u00a7c{0}\u00a76''s time is\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7c{0}\u00a76''s time is fixed to\u00a7c {1}\u00a76.
pTimeNormal=\u00a7c{0}\u00a76''s time is normal and matches the server.
pTimeOthersPermission=\u00a74You are not authorized to set other players'' time.
pTimePlayers=\u00a76These players have their own time\:\u00a7r
pTimeReset=\u00a76Player time has been reset for\: \u00a7c{0}
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pWeatherCurrent=\u00a7c{0}\u00a76''s weather is\u00a7c {1}\u00a76.
orderBalances=\u00a7c {0} \u00a76Adli oyuncularin bakiyesi listeleniyor, l\u00fctfen bekleyin...
oversizedTempban=\u00a74Oyunculari bu kadar sure yasaklayamazsin.
pTimeCurrent=\u00a7c{0}\u00a76''in zaman\u0131\:\u00a7c {1}\u00a76.
pTimeCurrentFixed=\u00a7c{0}\u00a76''in zaman\u0131 {1}\u00a76''a ayarland\u0131.
pTimeNormal=\u00a7c{0}\u00a76''in zaman\u0131 do\u011fru ve sunucuya uyuyor.
pTimeOthersPermission=\u00a74Di\u011fer oyuncular\u0131n zaman\u0131n\u0131 de\u011fi\u015ftirme yetkin yok.
pTimePlayers=\u00a76Bu oyuncular kendi zamanlar\u0131n\u0131 kullan\u0131yor\:\u00a7r
pTimeReset=\u00a76Oyuncu zamani \u00a7c{0} \u00a76adli uye icin resetlendi.
pTimeSet=\u00a76Oyuncu zamani su oyuncu icin \u00a7c{0}\u00a76, \u00a7c{1} olarak ayarlandi.
pTimeSetFixed=\u00a76Oyuncu zamani su oyuncu icin \u00a7c{0}\u00a76, \u00a7c{1} olarak ayarlandi.
pWeatherCurrent=\u00a7c{0}\u00a76 adli oyuncunun hav adurumu\u00a7c {1}\u00a76.
pWeatherInvalidAlias=\u00a74Gecersiz hava durumu tipi
pWeatherNormal=\u00a7c{0}\u00a76''s weather is normal and matches the server.
pWeatherOthersPermission=\u00a74You are not authorized to set other players'' weather.
pWeatherPlayers=\u00a76These players have their own weather\:\u00a7r
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pWeatherNormal=\u00a7c{0}\u00a76 adli oyuncunun hava durumu sunucunun ki ile eslesiyor.
pWeatherOthersPermission=\u00a74Ba\u015fkalar\u0131n\u0131n hava durumunu de\u011fi\u015ftiremezsin.
pWeatherPlayers=\u00a76Bu oyuncularin kendilerine ozgu hava durumlari var\:\u00a7r
pWeatherReset=\u00a76Oyuncu hava durumu \u00a7c{0} \u00a76 adli oyuncu icin sifirlandi.
pWeatherSet=\u00a76Oyuncu hava durumunu \u00a7c{1} \u00a76adli oyuncu icin \u00a7c{0} olarak ayarlandi.
pendingTeleportCancelled=\u00a74Beklenen isinlanma islemi iptal edildi.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address {1}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Oyuncu\u00a7c {0} \u00a76banlandi {1} \u00a76Sebep {2}.
playerInJail=\u00a74Bu Adamdan Ne Istiyorsun, Zaten Hapiste\u00a7c {0}\u00a76.
playerJailed=\u00a76Oyuncu\u00a7c {0} \u00a76Hapise Atildi\! Adalet <3
@@ -334,20 +320,20 @@ playerNotFound=\u00a74Oyuncu Bulunamadi\!
playerUnbanIpAddress=\u00a76Oyuncu\u00a7c {0} \u00a76bani kaldirildi IP\: {1}.
playerUnbanned=\u00a76Oyuncu\u00a7c {0} \u00a76Bani Cozuldu {1}.
playerUnmuted=\u00a76Artik Konusabilirsin\!
pong=Pong\!
posPitch=\u00a76Pitch\: {0} (Head angle)
posX=\u00a76X\: {0} (+East <-> -West)
posY=\u00a76Y\: {0} (+Up <-> -Down)
posYaw=\u00a76Yaw\: {0} (Rotation)
posZ=\u00a76Z\: {0} (+South <-> -North)
pong=Gurultu\!
posPitch=\u00a76Egim\: {0} (kafa acisi)
posX=\u00a76X\: {0} (+Dogu <-> -Bati)
posY=\u00a76Y\: {0} (+Yukari <-> -Assagi)
posYaw=\u00a76Yaw\: {0} (Rotasyon)
posZ=\u00a76Z\: {0} (+Guney <-> -Kuzey)
possibleWorlds=\u00a76Possible worlds are the numbers 0 through {0}.
potions=\u00a76Iksirler\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74Command can''t be attached to air.
powerToolAir=\u00a74Komut hava icin eklenemiyor.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to {1}.
powerToolAttach=\u00a7c{0}\u00a76 command assigned to {1}.
powerToolAttach=\u00a7c{0}\u00a76 komut {1} olarak atandi.
powerToolClearAll=\u00a76All powertool commands have been cleared.
powerToolList=\u00a76Item \u00a7c{1} \u00a76has the following commands\: \u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74Item \u00a7c{0} \u00a74has no commands assigned.
powerToolList=\u00a76Esya \u00a7c{1} \u00a76\: \u00a7c{0}\u00a76 komutlarini icermekte.
powerToolListEmpty=\u00a74Esya\u00a7c{0} \u00a74hic bir komuta atanmamis.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to {1}.
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from {1}.
powerToolRemoveAll=\u00a76Tum komutlar {0} tarafindan silinmistir.
@@ -356,18 +342,18 @@ powerToolsEnabled=\u00a76Tum guc aletlerin aktif edildi.
questionFormat=\u00a72[SORU]\u00a7r {0}
readNextPage=\u00a76Diger Sayfaya Gecmek Icin\u00a7c /{0} {1} \u00a76Yazin.
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
recipeBadIndex=There is no recipe by that number.
recipeBadIndex=Numara Belirtin\!.
recipeFurnace=\u00a76Smelt \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <number> to see other recipes for \u00a7c{2}\u00a76.
recipeMore=\u00a76Diger \u00a7c{2}\u00a76 tariflerini gormek icin \u00a76/{0} \u00a7c{1}\u00a76 <numara> yaz.
recipeNone=No recipes exist for {0}
recipeNothing=hicbir \u015fey
recipeShapeless=\u00a76Combine \u00a7c{0}
recipeShapeless=\u00a76Birlestirme \u00a7c{0}
recipeWhere=\u00a76Nerede\: {0}
removed=\u00a76\u00a7c {0} \u00a76Esya Silindi\!
repair=\u00a76Basari Ile Tamir Ettin.
repairAlreadyFixed=\u00a74Bu Esya Sapa Saglam.
repairAlreadyFixed=\u00a74Bu Esya Daha Yeni.
repairEnchanted=\u00a74Bu Esya Buyulu Oldugundan Dolayi Tamir Edilemiyor\!
repairInvalidType=\u00a74Bu Esya Tamir Edilemez\!
repairNone=\u00a74Envanterinde Tamir Edilmesi Gereken Hic Item Yok\!
@@ -391,25 +377,25 @@ serverTotal=\u00a76Server Kapasitesi\:\u00a7c {0}
setBal=\u00a7aBakiyen {0}.
setBalOthers=\u00a7aOyuncu {0}\u00a7a Bakiyesi Guncellendi Yeni Bakiye {1}.
setSpawner=\u00a76Spawner Tipi Degistirildi\u00a7c {0}
sheepMalformedColor=\u00a74Malformed color.
sheepMalformedColor=\u00a74Degistirilmis Renk.
shoutFormat=\u00a76[BAGIR]\u00a7r {0}
signFormatFail=\u00a74[{0}]
signFormatSuccess=\u00a71[{0}]
signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74You are not allowed to create sign here.
signProtectInvalidLocation=\u00a74Burada tabela kullanma iznin yok.
similarWarpExist=\u00a74Ayni adda isinlanma noktasi mevcut.
slimeMalformedSize=\u00a74Malformed size.
socialSpy=\u00a76SocialSpy for {0}\u00a76\: {1}
slimeMalformedSize=\u00a74Degistirilmis.
socialSpy=\u00a76Admin Sohbet Modu{0}\u00a76\: {1}
soloMob=\u00a74Bu Mob Yanliz Olmak Istiyor Gibi Gorunuyor
spawnSet=\u00a76Spawn Belirlendi
spawned=dogdu
sudoExempt=\u00a74You cannot sudo this user.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1} {2}
sudoExempt=\u00a74Bu oyuncuyu sudolayamazsin.
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76Hoscakal... Zalim Dunya\!
suicideSuccess=\u00a76{0} \u00a76Kendi Hayatlarindan Alindi.
survival=hayatta kalma
takenFromAccount=\u00a7a{0} Hesabindan Alindi
takenFromOthersAccount=\u00a7a{0} taken from {1}\u00a7a account. New balance\: {2}.
takenFromOthersAccount={1}\u00a7a hesabindan \u00a7a{0} kadar alindi . Yeni bakiye\: {2}.
teleportAAll=\u00a76Tum Oyunculara Isinlanma Istegi Gonderildi
teleportAll=\u00a76Oyuncular Isinlaniyor\!
teleportAtoB=\u00a7c{0}\u00a76 Sana Isinlandi {1}\u00a76.
@@ -425,59 +411,56 @@ teleportationDisabledFor=\u00a76Isinlanma Su Kisi Icin Devre Disi\! {0}.
teleportationEnabled=\u00a76Isinlanma Aktif\!
teleportationEnabledFor=\u00a76Isinlanma Su Kisi Icin Aktif {0}.
teleporting=\u00a76Isinlaniliyor...
tempBanned=Sunucudan kisa sure uzaklastirildin. Sebebi \: {0}.
tempbanExempt=\u00a74Bu Kisiye Sureli Ban Atamazsin\!
thunder=\u00a76You\u00a7c {0} \u00a76thunder in your world.
thunderDuration=\u00a76You\u00a7c {0} \u00a76thunder in your world for\u00a7c {1} \u00a76seconds.
teleportToPlayer=\u00a76Su Kisiye Isinlaniyorsunuz\: \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74Bu Kisiye Sureli Yasaklama Koyamazsin\!
thunder=\u00a76Dunyanda simsek \u00a7c {0} .
thunderDuration=\u00a76D\u00fcnyanda simsek \u00a7c {1} \u00a76sure boyunca \u00a7c {0}.
timeBeforeHeal=\u00a74Bir Sonraki Canlandirma Icin\:\u00a7c {0}\u00a76 Beklemelisiniz.
timeBeforeTeleport=\u00a74Bir Sonraki Isinlanma Icin\:\u00a7c {0}\u00a76 Bekleyiniz.
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76.
timeSetPermission=\u00a74Zamani ayarlamak icin yetkili degilsin.
timeWorldCurrent=\u00a76The current time in\u00a7c {0} \u00a76is \u00a7c{1}\u00a76.
timeWorldCurrent=\u00a76Gecerli saat dilimi\u00a7c {0} \u00a76 \u00a7c{1}\u00a76.
timeWorldSet=\u00a76Dunya Saati Degistirildi\!
totalWorthAll=\u00a7aSold all items and blocks for a total worth of \u00a7c{1}\u00a7a.
totalWorthBlocks=\u00a7aSold all blocks for a total worth of \u00a7c{1}\u00a7a.
tps=\u00a76Current TPS \= {0}
totalWorthAll=\u00a7aBloklarin Kapasitesi \u00a7c{1}\u00a7a.
totalWorthBlocks=\u00a7aBlocklar\u0131n Kapasitesi \u00a7c{1}\u00a7a.
tps=\u00a76Suanki TPS \= {0}
tradeSignEmpty=\u00a74Tabelada Senin Icin Birsey Yok\!
tradeSignEmptyOwner=\u00a74Alacak Birsey Yok\!
treeFailure=\u00a74Agac Dikilmede Sorun Olustu, Cimenin Yada Topragin Ustune Yeniden Deneyin.
treeSpawned=\u00a76Agac Dikildi
true=\u00a7atrue\u00a7r
true=\u00a7adogru\u00a7r
typeTpaccept=\u00a76Kabul Etmek Icin \u00a7c/tpaccept\u00a76.
typeTpdeny=\u00a76Redetmek Icin \u00a7c/tpdeny\u00a76.
typeWorldName=\u00a76You can also type the name of a specific world.
typeWorldName=\u00a76Belirli bir dunya ismi de yazabilirsin.
unableToSpawnMob=\u00a74Spawn Dogurma Acik Degil
unignorePlayer=\u00a76You are not ignoring player\u00a7c {0} \u00a76anymore.
unignorePlayer=\u00a76Artik\u00a7c {0}''i \u00a76gormezden gelmiyorsun.
unknownItemId=\u00a74Bilinmeyen Esya ID\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74Bilinmeyen Esya.
unknownItemName=\u00a74Bilinmeyen Esya Isimi\: {0}.
unlimitedItemPermission=\u00a74Sinirsiz Esya Icin Gerekli Izine Sahip Degilsin.
unlimitedItems=\u00a76Sinirsiz Esya\:\u00a7r
unmutedPlayer=\u00a76Oyuncu\u00a7c {0} \u00a76Artik Konusabilir
unvanishedReload=\u00a74Servera Reload Atiliyor Bu Yuzden Gorunebilir Durumdasin.
unmutedPlayer=\u00a76Oyuncu\u00a7c {0} \u00a76Artik Konusabilirsin\!
unvanishedReload=\u00a74Sunucu Yeniden Yukleme Sirasinda Gorunmezligini Elinden Aldi.
upgradingFilesError=Dosyalari Yenilerken Bir Sorun Olustu.
uptime=\u00a76Uptime\:\u00a7c {0}
userAFK=\u00a75{0} \u00a75Afk
uptime=\u00a76Acik kalma Suresi\:\u00a7c {0}
userAFK=\u00a75{0} \u00a75AFK
userDoesNotExist=\u00a74Boyle Bir Oyuncu Yok\!
userIsAway=\u00a75{0} \u00a75Artik AFK.
userIsAway=\u00a75{0} \u00a75Uzun Sure Hareket Etmedigi Ic\u0131n AFK Moduna Gecti\!
userIsNotAway=\u00a75{0} \u00a75Artik AFK Degil.
userJailed=\u00a76Adalet <3
userUnknown=\u00a74Bu Oyuncu Servere Adimini Bile Atmadi\!
userdataMoveBackError=Failed to move userdata/{0}.tmp to userdata/{1}\!
userdataMoveError=Failed to move userdata/{0} to userdata/{1}.tmp\!
userJailed=\u00a76Hapse Mahkum Edildin\!
userUnknown=\u00a74Bu Oyuncu Sunucuya Hic Girmemis\!
userdataMoveBackError=Hatali Oyuncu Dosyasi Aktarimi/{0}.tmp to userdata/{1}\!
userdataMoveError=Aktarim Hatali/{0} to userdata/{1}.tmp\!
usingTempFolderForTesting=Test Icin Kullanilan Temp Dosyasi\:
vanished=\u00a76Gorunmezsin\!
versionMismatch=\u00a74Versiyon Uyusmazligi\! Lutfen {0} pluginini ayni surume guncelleyin.
versionMismatchAll=\u00a74Versiyon Uyusmazligi\! Lutfen tum Essentials eklentilerini ayni surume guncelleyin.
voiceSilenced=\u00a76Susturuldun\!
walking=yuruyor
warpDeleteError=\u00a74Warp Dosyasini Silerken Bir Problem Olustu.
warpDeleteError=\u00a74Is\u0131nlanma Dosyasini Silerken Bir Problem Olustu.
warpList={0}
warpListPermission=\u00a74Warp Listesini Gormek Icin Gerekli Izine Sahip Degilsiniz.
warpNotExist=\u00a74Boyle Bir Warp Yok
warpOverwrite=\u00a74Bir Warpin Ustune Warp Ekleyemezsin\!
warpSet=\u00a76Warp\u00a7c {0} \u00a76Olusturuldu\!
warpUsePermission=\u00a74Bu Warpi Kullanmak Icin Izniniz Yok\!
warpListPermission=\u00a74Is\u0131nlanma Listesini Gormek Icin Gerekli Izine Sahip Degilsiniz.
warpNotExist=\u00a74Boyle Bir Is\u0131nlanma Noktasi Yok
warpOverwrite=\u00a74Bir Is\u0131nlanma Noktasi Ustune Is\u0131nlanma Noktasi Ekleyemezsin\!
warpSet=\u00a76Is\u0131nlanma Noktasi\u00a7c {0} \u00a76Olusturuldu\!
warpUsePermission=\u00a74Bu Is\u0131nlanma Noktasini Kullanmak Icin Izniniz Yok\!
warpingTo=\u00a76Isinlan Warp\u00a7c {0}\u00a76.
warps=\u00a76Warp Listesi\:\u00a7r {0}
warpsCount=\u00a76Sunucuda\u00a7c {0} \u00a76Warp Bulunmakta {1} / {2}.
@@ -485,7 +468,7 @@ weatherStorm=\u00a76Zaman Degistirlidi
weatherStormFor=\u00a76Zaman Degistirlidi
weatherSun=\u00a76Zaman Degistirlidi
weatherSunFor=\u00a76Zaman Degistirildi
whoisAFK=\u00a76 - AFK\:\u00a7r {0}
whoisAFK=\u00a76 - UZAKTA\:\u00a7r {0}
whoisBanned=\u00a76 - Banli\:\u00a7r {0}
whoisExp=\u00a76 - EXP\:\u00a7r {0} (Level {1})
whoisFly=\u00a76 - Ucma\:\u00a7r {0} ({1})
@@ -500,9 +483,9 @@ whoisMoney=\u00a76 - Para\:\u00a7r {0}
whoisMuted=\u00a76 - Susturulan\:\u00a7r {0}
whoisNick=\u00a76 - Isim\:\u00a7r {0}
whoisOp=\u00a76 - OP\:\u00a7r {0}
whoisTop=\u00a76 \=\=\=\=\=\= WhoIs\:\u00a7c {0} \u00a76\=\=\=\=\=\=
worth=\u00a7aStack of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each)
worthMeta=\u00a7aStack of {0} with metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each)
whoisTop=\u00a76 \=\=\=\=\=\= Kim\:\u00a7c {0} \u00a76\=\=\=\=\=\=
worth=\u00a7aDolusu of {0} worth \u00a7c{1}\u00a7a ({2} item(s) at {3} each)
worthMeta=\u00a7aDolusu of {0} metadata of {1} worth \u00a7c{2}\u00a7a ({3} item(s) at {4} each)
worthSet=\u00a76Worth degeri belirlendi\!
year=yil
years=yil
@@ -512,38 +495,46 @@ whoisHunger=\u00a76 - Aclik\:\u00a7r {0}/20 (+{1})
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Yeterli Bosluk Yok \u00a7c{0} \u00a7c{1} \u00a74kaybedildi.
noKitGroup=\u00a74Bu alet setine erisebilmek icin gerekli izinin yok.
inventoryClearingFromAll=\u00a76Clearing the inventory of all users...
inventoryClearingAllItems=\u00a76Cleared all inventory items from {0}\u00a76.
inventoryClearingAllArmor=\u00a76Cleared all inventory items and armor from {0}\u00a76.
inventoryClearingAllStack=\u00a76Cleared all\u00a7c {0} \u00a76from {1}\u00a76.
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from {2}\u00a76.
inventoryClearFail=\u00a74Player {0} \u00a74does not have\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
inventoryClearingFromAll=\u00a76Tum Oyuncular\u0131n Esyalari Siliniyor...
inventoryClearingAllItems=\u00a76Oyuncular\u0131n Tum Esyalarini Silen{0}\u00a76.
inventoryClearingAllArmor=\u00a76Oyuncular\u0131n Herseyini Silen{0}\u00a76.
inventoryClearingAllStack=\u00a76Tum Esyalar\u00a7c {0} \u00a76Tarafindan {1}\u00a76.
inventoryClearingStack=\u00a76Silindi\u00a7c {0} \u00a76of\u00a7c {1} \u00a76Tarafindan {2}\u00a76.
inventoryClearFail=\u00a74Oyuncu{0} \u00a74Temizleme Basarisiz\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
localNoOne=
totalSellableAll=\u00a7aThe total worth of all sellable items and blocks is \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aThe total worth of all sellable blocks is \u00a7c{1}\u00a7a.
totalSellableAll=\u00a7aSatabilecegin Maximum Block Sayisi\u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aSatabilecegin Maximum Block Sayisi\u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Mesafe cok buyuk\! En fazla mesafe {0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76yasaklandi.
mobDataList=\u00a76Valid mob data\:\u00a7r {0}
vanish=\u00a76Vanish for {0}\u00a76\: {1}
mobDataList=\u00a76Bilinmeyen Yaratik Tipi\:\u00a7r {0}
vanish=\u00a76Gorunmezlik {0}\u00a76\: {1}
noLocationFound=\u00a74Gecerli bir konum bulunamadi.
coordsKeyword={0}, {1}, {2}
coordsKeyword=X{0}, Y{1}, Z{2}
banExemptOffline=\u00a74Cevrimdisi oyunculari yasaklayamazsin.
tempbanExemptOffline=\u00a74Cevrimdisi oyunculari sureli yasaklayamazsin.
mayNotJailOffline=\u00a74Cevrimdisi oyunculari hapsedemezsin.
muteExemptOffline=\u00a74Cevrimdisi oyunculari susturamazsin.
ignoreExempt=\u00a74Bu oyuncuyu reddedemezsin.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
ignoreExempt=\u00a74Bu oyuncuyu Engellemezsin.
unsafeTeleportDestination=\u00a74Guvenli Is\u0131nlanma Noktas\u0131 Degil Iptal Ediliyor.
noMetaJson=JSON Metadata Desteklenmeyen Bukkit Surumu.
maxMoney=\u00a74Maximum Paraya Ulastiniz\!.
skullChanged=\u00a76Degisen Kafa Turu \u00a7c{0}.\u00a76.
alphaNames=\u00a74Oyuncu Kullanici Adlari Sadece Harf Ve Rakamlardan Olusmalidir.
givenSkull=\u00a76Suan Ald\u0131g\u0131n\u0131z Kelle \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
teleportInvalidLocation=30000000 Blcok Oteye Gidebilirsin En Fazla\!
invalidSkull=\u00a74Lutfen Oyuncu Kellesini Belirtin.
weatherInvalidWorld=Harita Adi {0} Bulunmadi\!
gameModeInvalid=\u00a74Lutfen Oyun Modunu Belirtin.
mailTooLong=\u00a74Yazacagin Posta 1000 Karakterden Fazla Olmasin\!
mailDelay=Cok Fazla Posta Gonderdin. Maximum\: {0}
seenAccounts=\u00a76Oyuncu Bilgilendirildi as\:\u00a7c {0}
unableToSpawnItem=\u00a74Olusturma Hatali \u00a7c{0}\u00a74, Olusturulmaycak Esya.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74\u4f60\u6ca1\u6709\u6743\u9650\u4f7f\u7528\u00a7c {0}\u00a74
autoAfkKickReason=\u4f60\u56e0\u4e3a\u957f\u65f6\u95f4\u672a\u80fd\u5728\u6e38\u620f\u4e2d\u505a\u51fa\u52a8\u4f5c\u5e76\u8d85\u8fc7 {0} \u5206\u949f\u800c\u88ab\u670d\u52a1\u5668\u8bf7\u51fa\uff01
backAfterDeath=\u00a76\u4f7f\u7528\u201c/back\u201d\u547d\u4ee4\u6765\u56de\u5230\u6b7b\u4ea1\u5730\u70b9.
backUsageMsg=\u00a76\u6b63\u5728\u56de\u5230\u4e0a\u4e00\u4f4d\u7f6e.
backupDisabled=\u00a74\u5907\u4efd\u914d\u7f6e\u6587\u4ef6\u672a\u88ab\u8bbe\u7f6e.
backupFinished=\u00a76\u5907\u4efd\u5b8c\u6210.
backupStarted=\u00a76\u5907\u4efd\u5f00\u59cb.
balance=\u00a7a\u73b0\u91d1\:\u00a7c{0}
balanceOther=\u00a7a{0}\u7684\u91d1\u94b1\:\u00a7c {1}
balanceTop=\u00a76\u91d1\u94b1\u6392\u884c\:{0}
@@ -32,8 +29,6 @@ bed=\u00a7o\u5e8a\u00a7r
bedMissing=\u00a74\u4f60\u7684\u5e8a\u5df2\u4e22\u5931\u6216\u963b\u6321
bedNull=\u00a7m\u5e8a\u00a7r
bedSet=\u00a76\u5df2\u8bbe\u7f6e\u5e8a\u00a7r
bigTreeFailure=\u00a74\u751f\u6210\u5927\u6811\u5931\u8d25.\u5728\u571f\u5757\u6216\u8349\u5757\u4e0a\u9762\u518d\u8bd5\u4e00\u6b21
bigTreeSuccess=\u00a76\u5df2\u751f\u6210\u5927\u6811
blockList=\u00a76Essentials \u63d2\u4ef6\u5c06\u4f20\u9012\u4e0b\u5217\u6307\u4ee4\u7ed9\u53e6\u4e00\u63d2\u4ef6\:
bookAuthorSet=\u00a76\u8fd9\u672c\u4e66\u7684\u4f5c\u8005\u5df2\u88ab\u8bbe\u7f6e\u4e3a {0}.
bookLocked=\u00a76\u8fd9\u672c\u4e66\u5df2\u88ab\u9501\u5b9a.
@@ -53,7 +48,6 @@ chatTypeSpy=[\u76d1\u89c6]
cleaned=\u7528\u6237\u6587\u4ef6\u5df2\u6e05\u7a7a
cleaning=\u6e05\u7a7a\u7528\u6237\u6587\u4ef6...
commandFailed=\u547d\u4ee4 {0} \u5931\u8d25\:
commandHelpFailedForPlugin=\u672a\u80fd\u83b7\u53d6\u6b64\u63d2\u4ef6\u7684\u5e2e\u52a9\:{0}
commandNotLoaded=\u00a74 \u547d\u4ee4{0}\u52a0\u8f7d\u5931\u8d25
compassBearing=\u00a76\u65b9\u5411\:{0}\uff08{1}\u5ea6\uff09
configFileMoveError=\u79fb\u52a8config.yml\u6587\u4ef6\u5230\u5907\u4efd\u4f4d\u7f6e\u5931\u8d25
@@ -83,7 +77,6 @@ depth=\u00a76\u4f60\u4f4d\u4e8e\u6d77\u5e73\u9762\u5904
depthAboveSea=\u00a76\u4f60\u4f4d\u4e8e\u6d77\u5e73\u9762\u4e0a\u65b9\u00a7c{0}\u00a76\u683c\u5904
depthBelowSea=\u00a76\u4f60\u4f4d\u4e8e\u6d77\u5e73\u9762\u4e0b\u65b9\u00a7c{0}\u00a76\u683c\u5904
destinationNotSet=\u672a\u8bbe\u7f6e\u76ee\u7684\u5730.
disableUnlimited=\u00a76\u53d6\u6d88\u4e86 {1} \u7684\u65e0\u9650\u653e\u7f6e \u00a7c{0} \u00a76\u7684\u80fd\u529b
disabled=\u5173\u95ed
disabledToSpawnMob=\u00a74\u914d\u7f6e\u6587\u4ef6\u4e2d\u5df2\u7981\u6b62\u6b64\u751f\u7269\u7684\u751f\u6210.
distance=\u00a76\u8ddd\u79bb\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=\u4e0b\u8f7d GeoIP \u6570\u636e\u5e93\u4e2d...\u8fd9\u53ef\u80f
duplicatedUserdata=\u590d\u5236\u4e86\u73a9\u5bb6\u5b58\u6863\:{0} \u548c {1}
durability=\u00a76\u8fd9\u4e2a\u5de5\u5177\u8fd8\u6709 \u00a74{0}\u00a76 \u6301\u4e45
editBookContents=\u00a7e\u4f60\u73b0\u5728\u53ef\u4ee5\u7f16\u8f91\u8fd9\u672c\u4e66\u7684\u5185\u5bb9.
enableUnlimited=\u00a76\u5df2\u7ed9\u4e88\u73a9\u5bb6{1}\u00a76\u65e0\u9650\u6570\u91cf\u7684\u00a7c {0} \u00a76.
enabled=\u5f00\u542f
enchantmentApplied=\u00a76\u9644\u9b54 \u00a7c{0} \u00a76\u5df2\u88ab\u5e94\u7528\u5230\u4f60\u624b\u4e2d\u7684\u5de5\u5177.
enchantmentNotFound=\u00a74\u672a\u627e\u5230\u8be5\u9644\u9b54.
@@ -103,7 +95,7 @@ errorCallingCommand=\u9519\u8bef\u7684\u547c\u53eb\u547d\u4ee4\:/{0}
errorWithMessage=\u00a7c\u9519\u8bef\:\u00a74{0}
essentialsHelp1=\u6587\u4ef6\u5df2\u635f\u574f,Essentials\u65e0\u6cd5\u6253\u5f00.Essentials\u73b0\u5728\u5df2\u5173\u95ed.\u5982\u679c\u60a8\u65e0\u6cd5\u81ea\u884c\u4fee\u590d,\u53bb\u7f51\u5740http\://tiny.cc/EssentialsChat
essentialsHelp2=\u6587\u4ef6\u5df2\u635f\u574f,Essentials\u65e0\u6cd5\u6253\u5f00.Essentials\u73b0\u5728\u5df2\u5173\u95ed.\u5982\u679c\u60a8\u65e0\u6cd5\u81ea\u884c\u4fee\u590d,\u53ef\u4ee5\u5c1d\u8bd5\u5728\u6e38\u620f\u5185\u8f93\u5165/essentialshelp\u6216\u8005\u8bbf\u95ee\u7f51\u5740http\://tiny.cc/EssentialsChat
essentialsReload=\u00a76Essentials \u5df2\u91cd\u65b0\u8f7d\u5165\u00a7c{0}
essentialsReload=\u00a76Essentials \u5df2\u91cd\u65b0\u8f7d\u5165\u00a7c {0}.
exp=\u00a74{0} \u00a76\u62e5\u6709\u00a7c {1} \u00a76\u7ecf\u9a8c\u503c (\u7b49\u7ea7\u00a7c {2}\u00a76) \u9700\u8981\u00a7c {3} \u00a76\u7ecf\u9a8c\u624d\u80fd\u5347\u7ea7.
expSet=\u00a76\u4f60\u5c06\u00a7c{0} \u00a76\u7684\u7ecf\u9a8c\u8bbe\u7f6e\u4e3a\u00a7c {1} \u00a76\u7ecf\u9a8c\u503c.
extinguish=\u00a76\u4f60\u7184\u706d\u4e86\u4f60\u81ea\u5df1\u8eab\u4e0a\u7684\u706b
@@ -113,7 +105,7 @@ failedToCreateConfig=\u521b\u5efa\u914d\u7f6e {0} \u5931\u8d25
failedToWriteConfig=\u5199\u5165\u914d\u7f6e {0} \u5931\u8d25
false=\u00a74\u5426\u00a7r
feed=\u4f60\u5df2\u7ecf\u9971\u4e86,\u65e0\u6cd5\u518d\u8fdb\u98df.
feedOther=\u00a76\u5df2\u7ecf\u9971\u548c{0}.
feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76.
fileRenameError=\u91cd\u547d\u540d\u6587\u4ef6 {0} \u5931\u8d25
fireworkColor=\u00a74\u4f7f\u7528\u4e86\u65e0\u6548\u7684\u70df\u82b1\u586b\u5145\u53c2\u6570\uff0c\u5fc5\u987b\u9996\u5148\u8bbe\u7f6e\u4e00\u4e2a\u989c\u8272\u3002
fireworkEffectsCleared=\u00a76\u4ece\u6301\u6709\u7684\u7269\u54c1\u4e2d\u79fb\u9664\u4e86\u6240\u6709\u7279\u6548.
@@ -122,7 +114,7 @@ flyMode=\u00a76 \u5df2\u8bbe\u7f6e\u4e86\u00a7c{1}\u00a76\u7684\u98de\u884c\u6a2
flying=\u98de\u884c\u4e2d
foreverAlone=\u00a74\u4f60\u6ca1\u6709\u53ef\u56de\u590d\u7684\u73a9\u5bb6
fullStack=\u00a74\u4f60\u7684\u7269\u54c1\u5df2\u7ecf\u8fbe\u5230\u6700\u5927\u5806\u53e0.
gameMode=\u00a76\u5df2\u8bbe\u7f6e{1}\u7684\u6e38\u620f\u6a21\u5f0f\u4e3a{0}.
gameMode=\u00a76\u5df2\u8bbe\u7f6e\u00a7c{1}\u00a76\u7684\u6e38\u620f\u6a21\u5f0f\u4e3a\u00a7c{0}\u00a76.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 \u533a\u5757, \u00a7c{3}\u00a76 \u5b9e\u4f53, \u00a7c{4}\u00a76 tiles.
gcfree=\u00a76\u7a7a\u95f2\u5185\u5b58\: \u00a7c{0} MB
gcmax=\u00a76\u6700\u5927\u5185\u5b58\: \u00a7c{0} MB.
@@ -131,7 +123,7 @@ geoIpUrlEmpty=GeoIP\u4e0b\u8f7d\u94fe\u63a5\u4e3a\u7a7a.
geoIpUrlInvalid=GeoIP\u4e0b\u8f7d\u94fe\u63a5\u65e0\u6548.
geoipJoinFormat=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u6765\u81ea\u4e8e \u00a7c{1}\u00a76.
giveSpawn=\u00a76\u7ed9\u4e88\u00a7c {2} \u00a7c {0} \u4e2a\u00a7c {1}\u00a76.
godDisabledFor=\u00a74\u53d6\u6d88\u4e86 \u00a7c{0} \u00a76\u7684\u4e0a\u5e1d\u6a21\u5f0f
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
godEnabledFor=\u00a74\u5f00\u542f\u4e86\u00a7c {0} \u00a76\u7684\u4e0a\u5e1d\u6a21\u5f0f
godMode=\u00a76\u4e0a\u5e1d\u6a21\u5f0f \u00a7c{0}
groupDoesNotExist=\u00a74\u5f53\u524d\u7ec4\u6ca1\u6709\u4eba\u5728\u7ebf\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76\u4f60\u5df2\u88ab\u91ca\u653e
heal=\u00a76\u4f60\u5df2\u88ab\u6cbb\u7597
healDead=\u00a74\u4f60\u4e0d\u80fd\u6cbb\u7597\u4e00\u4e2a\u6b7b\u4eba\!
healOther=\u00a76\u5df2\u6cbb\u7597\u00a7c {0}\u00a76.
helpConsole=\u4ece\u63a7\u5236\u53f0\u67e5\u770b\u5e2e\u52a9,\u8bf7\u8f93\u5165\u201c?\u201d
helpFrom=\u00a76\u6765\u81ea\u4e8e {0} \u00a76\u7684\u6307\u4ee4\:
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76\u6307\u4ee4\u8fde\u63a5 "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[\u6c42\u52a9OP]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: \u63d2\u4ef6\u5e2e\u52a9\: /help {1}
holdBook=\u00a74\u4f60\u9700\u8981\u62ff\u7740\u4e00\u672c\u53ef\u5199\u7684\u4e66.
holdFirework=\u00a74\u4f60\u5fc5\u987b\u62ff\u7740\u70df\u706b\u624d\u80fd\u589e\u52a0\u7279\u6548.
holdPotion=\u00a74\u4f60\u5fc5\u987b\u62ff\u7740\u836f\u6c34\u624d\u80fd\u589e\u52a0\u7279\u6548.
@@ -168,10 +155,10 @@ infoPages=\u00a7e----\u7b2c \u00a7c{0}\u00a7e \u9875/\u5171 \u00a7c{1}\u00a7e \u
infoUnknownChapter=\u00a74\u672a\u77e5\u7ae0\u8282.
insufficientFunds=\u00a74\u53ef\u7528\u8d44\u91d1\u4e0d\u8db3.
invalidCharge=\u00a74\u65e0\u6548\u7684\u4ef7\u683c
invalidFireworkFormat=\u00a76\u8fd9\u4e2a\u9009\u9879 \u00a74{0} \u00a76\u5bf9 \u00a74{1}\u00a76 \u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684\u503c \u00a76.
invalidFireworkFormat=\u00a74\u8fd9\u4e2a\u9009\u9879 \u00a7c{0} \u00a74\u5bf9 \u00a7c{1}\u00a74 \u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684\u503c\u00a74.
invalidHome=\u00a74\u5bb6\u00a7c {0} \u00a74\u4e0d\u5b58\u5728\!
invalidHomeName=\u00a74\u65e0\u6548\u7684\u5bb6\u540d\u79f0\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74\u65e0\u6548\u7684\u602a\u7269\u7c7b\u578b.
invalidNumber=\u65e0\u6548\u7684\u6570\u5b57.
invalidPotion=\u00a74\u65e0\u6548\u7684\u836f\u6c34.
invalidPotionMeta=\u00a74\u65e0\u6548\u7684\u836f\u6c34\u6570\u636e\: \u00a7c{0}\u00a74.
@@ -180,7 +167,7 @@ invalidWarpName=\u00a74\u65e0\u6548\u7684\u4f20\u9001\u70b9\u540d\u79f0\!
invalidWorld=\u00a74\u65e0\u6548\u7684\u4e16\u754c\u540d.
is=\u662f
itemCannotBeSold=\u00a74\u8be5\u7269\u54c1\u65e0\u6cd5\u5356\u7ed9\u670d\u52a1\u5668
itemMustBeStacked=\u00a74\u7269\u54c1\u5fc5\u987b\u6210\u7ec4\u4ea4\u6613,2s\u7684\u6570\u91cf\u662f2\u7ec4,\u4ee5\u6b64\u7c7b\u63a8
itemMustBeStacked=\u00a74\u7269\u54c1\u5fc5\u987b\u6210\u7ec4\u7684\u8fdb\u884c\u4ea4\u6613,2s\u4ee3\u8868\u7684\u6570\u91cf\u662f2\u7ec4\u7269\u54c1,\u4ee5\u6b64\u7c7b\u63a8
itemNames=\u00a76\u7269\u54c1\u7b80\u6613\u540d\u79f0\:\u00a7r {0}
itemNotEnough1=\u00a74\u4f60\u6ca1\u6709\u8db3\u591f\u7684\u8be5\u7269\u54c1\u6765\u5356\u51fa
itemNotEnough2=\u00a76\u5982\u679c\u4f60\u60f3\u8981\u5356\u6389\u6240\u6709\u4f60\u80cc\u5305\u5185\u7684\u8be5\u7269\u54c1,\u4f7f\u7528\u201c/sell \u7269\u54c1\u540d\u79f0\uff08\u82f1\u6587,\u6216ID\uff09\u201d
@@ -203,11 +190,11 @@ kickDefault=\u4ece\u670d\u52a1\u5668\u8bf7\u51fa
kickExempt=\u00a74\u4f60\u65e0\u6cd5\u8bf7\u51fa\u8be5\u73a9\u5bb6.
kickedAll=\u00a74\u5df2\u5c06\u6240\u6709\u73a9\u5bb6\u8bf7\u51fa\u670d\u52a1\u5668.
kill=\u00a76\u6740\u6b7b\u4e86 \u00a7c{0}
killExempt=\u00a74\u4f60\u4e0d\u80fd\u6740\u6b7b {0}
killExempt=\u00a74\u4f60\u4e0d\u80fd\u6740\u6b7b \u00a7c{0}\u00a74.
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74\u8be5\u5de5\u5177\u5305\u53ef\u80fd\u4e0d\u5b58\u5728\u6216\u8005\u88ab\u62d2\u7edd\u4e86.\u8bf7\u8054\u7cfb\u7ba1\u7406\u5458
kitError=\u00a74\u6ca1\u6709\u65e0\u6548\u7684\u5de5\u5177\u5305
kitGiveTo=\u00a76\u6210\u529f\u83b7\u5f97\u5de5\u5177\u5305\u00a7c {0}\u00a76 \u7ed9 {1}\u00a7.
kitGiveTo=\u00a76Giving kit\u00a7c {0}\u00a76 to \u00a7c{1}\u00a76.
kitInvFull=\u00a74\u4f60\u7684\u80cc\u5305\u5df2\u6ee1,\u5de5\u5177\u5305\u5c06\u653e\u5728\u5730\u4e0a
kitNotFound=\u00a74\u5de5\u5177\u5305\u4e0d\u5b58\u5728.
kitOnce=\u00a74\u4f60\u4e0d\u80fd\u518d\u6b21\u4f7f\u7528\u8be5\u5de5\u5177\u5305.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[\u9690\u8eab]\u00a7r
loadWarpError=\u00a74\u52a0\u8f7d\u5730\u6807 {0} \u5931\u8d25
localFormat=[L]<{0}> {1}
mailClear=\u00a76\u82e5\u8981\u6807\u8bb0\u4f60\u7684\u90ae\u4ef6\u4e3a\u5df2\u8bfb,\u8f93\u5165\u201c/mail clear\u201d
mailClear=\u00a76\u82e5\u8981\u6807\u8bb0\u4f60\u7684\u90ae\u4ef6\u4e3a\u5df2\u8bfb,\u8f93\u5165\u00a7c /mail clear\u00a76.
mailCleared=\u00a76\u90ae\u7bb1\u5df2\u6e05\u7a7a\uff01
mailSent=\u00a76\u90ae\u4ef6\u5df2\u53d1\u51fa\!
markMailAsRead=\u00a76\u82e5\u8981\u6807\u8bb0\u4f60\u7684\u90ae\u4ef6\u4e3a\u5df2\u8bfb,\u8f93\u5165\u201c/mail clear\u201d
markMailAsRead=\u00a76\u82e5\u8981\u6807\u8bb0\u4f60\u7684\u90ae\u4ef6\u4e3a\u5df2\u8bfb,\u8f93\u5165\u00a7c /mail clear\u00a76.
markedAsAway=\u00a76\u4f60\u5df2\u8bbe\u7f6e\u79bb\u5f00.
markedAsNotAway=\u00a76\u4f60\u5df2\u53d6\u6d88\u79bb\u5f00.
matchingIPAddress=\u00a76\u4ee5\u4e0b\u662f\u6765\u81ea\u8be5IP\u5730\u5740\u7684\u73a9\u5bb6\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74\u4f60\u65e0\u6cd5\u56da\u7981\u8be5\u73a9\u5bb6
me=\u6211
minute=\u5206\u949f
minutes=\u5206\u949f
missingItems=\u00a74\u4f60\u6ca1\u6709 {0}x {1}.
missingItems=\u00a74You do not have \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74\u66f4\u6539\u5237\u602a\u7b3c\u65f6\u53d1\u751f\u9519\u8bef
mobSpawnLimit=\u751f\u7269\u6570\u91cf\u592a\u591a,\u65e0\u6cd5\u751f\u6210
mobSpawnTarget=\u00a74\u76ee\u6807\u65b9\u5757\u5fc5\u987b\u662f\u4e00\u4e2a\u5237\u602a\u7b3c
@@ -246,8 +233,8 @@ moneySentTo=\u00a7a{0} \u5df2\u53d1\u9001\u5230 {1}
month=\u6708
months=\u6708
moreThanZero=\u00a74\u6570\u91cf\u5fc5\u987b\u5927\u4e8e0
moveSpeed=\u00a76\u4e3a\u00a7c{2}\u00a76\u8bbe\u7f6e\u00a7c {0} \u00a76\u901f\u5ea6\u4e3a\u00a7c {1} \u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76\u4e3a\u00a7c{2}\u00a76\u8bbe\u7f6e {0} \u00a76\u901f\u5ea6\u4e3a\u00a7c {1} \u00a76.
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74\u60a8\u4e0d\u80fd\u5bf9\u8fd9\u4e2a\u70df\u82b1\u5e94\u7528\u591a\u79cd\u88c5\u6599.
multiplePotionEffects=\u00a74\u60a8\u4e0d\u80fd\u5bf9\u8fd9\u4e2a\u836f\u6c34\u5e94\u7528\u591a\u79cd\u6548\u679c.
muteExempt=\u00a74\u4f60\u65e0\u6cd5\u7981\u8a00\u8be5\u73a9\u5bb6
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74\u4f60\u9700\u8981\u6fc0\u6d3bchange-displayname.\u8be5\u
nickInUse=\u00a74\u90a3\u4e2a\u6635\u79f0\u5df2\u88ab\u4f7f\u7528
nickNamesAlpha=\u00a74\u6635\u79f0\u5fc5\u987b\u4e3a\u5b57\u6bcd\u6216\u6570\u5b57.
nickNoMore=\u00a76\u4f60\u7684\u6635\u79f0\u5df2\u53d6\u6d88
nickSet=\u00a76\u4f60\u7684\u6635\u79f0\u73b0\u5728\u662f \u00a7c{0}
nickSet=\u00a76\u4f60\u7684\u6635\u79f0\u73b0\u5728\u662f \u00a7c{0}\u00a76.
nickTooLong=\u00a74\u60a8\u6240\u8f93\u5165\u7684\u6635\u79f0\u8fc7\u957f
noAccessCommand=\u00a74\u4f60\u6ca1\u6709\u4f7f\u7528\u8be5\u547d\u4ee4\u7684\u6743\u9650
noAccessPermission=\u00a74\u4f60\u6ca1\u6709\u4f7f\u7528 {0} \u7684\u6743\u9650
noAccessPermission=\u00a74You do not have permission to access that \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74\u4f60\u4e0d\u80fd\u6467\u6bc1\u57fa\u5ca9\uff01
noDestroyPermission=\u00a74\u4f60\u6ca1\u6709\u7834\u574f {0} \u7684\u6743\u9650
noDestroyPermission=\u00a74You do not have permission to destroy that \u00a7c{0}\u00a74.
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=\u00a76\u4f60\u6ca1\u6709\u5ffd\u7565\u4efb\u4f55\u4eba.
noKitPermission=\u00a74\u4f60\u9700\u8981 \u00a74{0}\u00a74 \u6743\u9650\u6765\u4f7f\u7528\u8be5\u5de5\u5177
@@ -300,8 +286,8 @@ now=\u73b0\u5728
nuke=\u00a7d\u6838\u6b66\u964d\u843d,\u6ce8\u610f\u9690\u853d\uff01
numberRequired=\u9700\u8981\u8f93\u5165\u6570\u5b57\uff01
onlyDayNight=/time \u547d\u4ee4\u53ea\u6709 day/night \u4e24\u4e2a\u9009\u62e9
onlyPlayerSkulls=\u00a74\u4f60\u53ea\u80fd\u8bbe\u7f6e\u4eba\u5934\u7684\u4e3b\u4eba (397\:3).
onlyPlayers=\u00a74\u53ea\u6709\u6e38\u620f\u4e2d\u73a9\u5bb6\u624d\u53ef\u4f7f\u7528 {0}
onlyPlayerSkulls=\u00a74You can only set the owner of player skulls (\u00a7c397\:3\u00a74).
onlyPlayers=\u00a74Only in-game players can use \u00a7c{0}\u00a74.
onlySunStorm=\u00a74/weather \u547d\u4ee4\u53ea\u6709 sun/storm \u4e24\u4e2a\u9009\u62e9
orderBalances=\u00a76\u6392\u5e8f {0} \u00a76\u4e2a\u73a9\u5bb6\u7684\u8d44\u91d1\u4e2d,\u8bf7\u7a0d\u5019\u2026\u2026
oversizedTempban=\u00a74\u4f60\u53ef\u80fd\u6ca1\u6709\u5728\u8fd9\u4e2a\u65f6\u6bb5\u5c01\u7981\u73a9\u5bb6.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76\u8fd9\u4e9b\u73a9\u5bb6\u90fd\u6709\u81ea\u5df1\u7684\u5
pWeatherReset=\u00a76\u73a9\u5bb6\u7684\u5929\u6c14\u88ab\u91cd\u7f6e\: \u00a7c{0}
pWeatherSet=\u00a76\u73a9\u5bb6\u00a7c{1}\u00a76\u7684\u5929\u6c14\u88ab\u8bbe\u7f6e\u4e3a \u00a7c{0}\u00a76 .
pendingTeleportCancelled=\u00a74\u5f85\u5904\u7406\u7684\u4f20\u9001\u8bf7\u6c42\u5df2\u53d6\u6d88
playerBanIpAddress=\u00a76\u7ba1\u7406\u5458\u00a7c {0} \u00a76\u5c01\u7981\u4e86 IP\u5730\u5740\u00a7c {1}\u00a76.
playerBanned=\u00a76\u7ba1\u7406\u5458\u00a7c {0} \u00a76\u5c01\u7981\u4e86\u00a7c {1} \u00a76\u7406\u7531 {2}.
playerInJail=\u00a74\u8be5\u73a9\u5bb6\u5df2\u5728\u76d1\u72f1 {0}\u00a76\u4e2d\u4e86.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerInJail=\u00a74\u8be5\u73a9\u5bb6\u5df2\u5728\u76d1\u72f1\u00a7c {0}\u00a74\u4e2d\u4e86.
playerJailed=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u88ab\u902e\u6355\u4e86
playerJailedFor=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u88ab\u902e\u6355,\u65f6\u95f4\:{1}
playerKicked=\u00a74\u7ba1\u7406\u5458 \u00a7c{0} \u00a76\u8bf7\u51fa\u4e86 \u00a7c{1},\u00a76\u7406\u7531\:{2}
@@ -340,33 +326,33 @@ posX=\u00a76X\u5750\u6807\: {0} (+\u4e1c <-> -\u897f)
posY=\u00a76Y\u5750\u6807\: {0} (+\u4e0a <-> -\u4e0b)
posYaw=\u00a76\u89d2\u5ea6\: {0} (\u65cb\u8f6c)
posZ=\u00a76Z\u5750\u6807\: {0} (+\u5357 <-> -\u5317)
possibleWorlds=\u00a76\u53ef\u884c\u7684\u4e16\u754c\u6570\u91cf\u4e3a 0 \u5171 {0}
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potions=\u00a76\u836f\u6c34\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74\u547d\u4ee4\u4e0d\u80fd\u5bf9\u7740\u7a7a\u6c14\u4f7f\u7528.
powerToolAlreadySet=\u00a74\u547d\u4ee4 \u00a7c{0}\u00a74 \u5df2\u88ab\u7ed1\u5b9a\u5230 {1}.
powerToolAlreadySet=\u00a74Command \u00a7c{0}\u00a74 is already assigned to \u00a7c{1}\u00a74.
powerToolAttach=\u00a7c{0}\u00a76 \u547d\u4ee4\u88ab\u7ed1\u5b9a\u5230 {1}
powerToolClearAll=\u00a76\u6240\u6709\u5feb\u6377\u547d\u4ee4\u5df2\u88ab\u6e05\u9664
powerToolList=\u00a76\u7269\u54c1\u00a7c{1} \u00a76\u6709\u5982\u4e0b\u547d\u4ee4\:\u00a7c{0}\u00a76.
powerToolListEmpty=\u00a74\u7269\u54c1\u00a7c{0} \u00a74\u6ca1\u6709\u88ab\u7ed1\u5b9a\u547d\u4ee4.
powerToolNoSuchCommandAssigned=\u00a74\u547d\u4ee4 \u00a7c{0}\u00a74 \u672a\u88ab\u7ed1\u5b9a\u5230 {1}.
powerToolRemove=\u00a76\u547d\u4ee4 \u00a7c{0}\u00a76 \u88ab\u4ece {1} \u00a76\u4e0a\u79fb\u9664.
powerToolRemoveAll=\u00a76\u79fb\u9664\u4e86 {0} \u00a76\u4e0a\u7684\u6240\u6709\u547d\u4ee4.
powerToolNoSuchCommandAssigned=\u00a74Command \u00a7c{0}\u00a74 has not been assigned to \u00a7c{1}\u00a74.
powerToolRemove=\u00a76Command \u00a7c{0}\u00a76 removed from \u00a7c{1}\u00a76.
powerToolRemoveAll=\u00a76All commands removed from \u00a7c{0}\u00a76.
powerToolsDisabled=\u00a76\u4f60\u6240\u6709\u7684\u5feb\u6377\u547d\u4ee4\u5df2\u88ab\u51bb\u7ed3.
powerToolsEnabled=\u00a76\u4f60\u6240\u6709\u7684\u5feb\u6377\u547d\u4ee4\u5df2\u88ab\u6fc0\u6d3b.
questionFormat=\u00a72[\u63d0\u95ee]\u00a7r {0}
readNextPage=\u00a76\u8f93\u5165 \u00a7c/{0} {1} \u00a76\u6765\u9605\u8bfb\u4e0b\u4e00\u9875
recipe=\u00a76\u7269\u54c1\u00a7c{0}\u00a76\u7684\u5408\u6210\u914d\u65b9(\u7b2c{1}\u9875-\u5171{2}\u9875)
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=\u8fd9\u4e2a\u7f16\u53f7\u6ca1\u6709\u5339\u914d\u7684\u5408\u6210\u516c\u5f0f.
recipeFurnace=\u00a76\u51b6\u70bc \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76\u662f \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76\u8f93\u5165 /{0} \u00a7c{1}\u00a76 <\u6570\u5b57> \u53bb\u67e5\u770b\u66f4\u591a\u7684 \u00a7c{2}\u00a76\u5408\u6210\u516c\u5f0f.
recipeNone=\u5bf9{0}\u6ca1\u6709\u5339\u914d\u7684\u5408\u6210\u516c\u5f0f
recipeNothing=\u6ca1\u6709\u4e1c\u897f
recipeShapeless=\u00a76\u7ed3\u5408 \u00a7c{0}
recipeWhere=\u00a76\u5f53\: {0}
removed=\u00a76\u79fb\u9664\u4e86\u00a7c {0} \u00a76\u5b9e\u4f53.
repair=\u00a76\u4f60\u5df2\u7ecf\u6210\u529f\u7684\u4fee\u590d\u4e86\u4f60\u7684\:\u00a7c{0}
repair=\u00a76\u4f60\u5df2\u7ecf\u6210\u529f\u7684\u4fee\u590d\u4e86\u4f60\u7684\:\u00a7c{0}\u00a76.
repairAlreadyFixed=\u00a74\u8be5\u7269\u54c1\u65e0\u9700\u4fee\u590d
repairEnchanted=\u00a74\u4f60\u65e0\u6743\u4fee\u590d\u9644\u9b54\u7269\u54c1
repairInvalidType=\u00a74\u8be5\u7269\u54c1\u65e0\u6cd5\u4fee\u590d
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0}\u00a76 \u62d2\u7edd\u4e86\u4f60\u7684\u4f20\u9001\u
requestSent=\u00a76\u8bf7\u6c42\u5df2\u53d1\u9001\u7ed9 {0}\u00a76
requestTimedOut=\u00a74\u4f20\u9001\u8bf7\u6c42\u8d85\u65f6\u2026\u2026
requiredBukkit=\u00a76* \! * \u4f60\u81f3\u5c11\u9700\u8981\u7248\u672c {0} \u4ee5\u4e0a\u7684CraftBukkit.\u8bf7\u81f3\u5b98\u7f51\u4e0b\u8f7dhttp\://dl.bukkit.org/downloads/craftbukkit/
resetBal=\u00a76\u5df2\u7ecf\u91cd\u7f6e\u6240\u6709\u5728\u7ebf\u73a9\u5bb6\u7684\u91d1\u94b1\u5230 \u00a7a{0} \u00a76.
resetBalAll=\u00a76\u5df2\u7ecf\u91cd\u7f6e\u6240\u6709\u73a9\u5bb6\u7684\u91d1\u94b1 \u00a7a{0} \u00a76.
resetBal=\u00a76\u6240\u6709\u5728\u7ebf\u73a9\u5bb6\u7684\u91d1\u94b1\u5df2\u91cd\u7f6e\u4e3a \u00a7c{0} \u00a76.
resetBalAll=\u00a76\u6240\u6709\u73a9\u5bb6\u7684\u91d1\u94b1\u5df2\u91cd\u7f6e\u4e3a \u00a7c{0} \u00a76.
returnPlayerToJailError=\u00a74\u5c06\u73a9\u5bb6\u00a7c {0}\u00a74\u5173\u56de\u76d1\u72f1\u00a7c{1}\u00a74\u65f6\u53d1\u751f\u9519\u8bef\!
runningPlayerMatch=\u00a76\u6b63\u5728\u641c\u7d22\u5339\u914dIP\u5730\u5740 ''\u00a7c{0}\u00a76'' \u7684\u73a9\u5bb6(\u8fd9\u53ef\u80fd\u4f1a\u82b1\u8d39\u4e00\u4e9b\u65f6\u95f4)
second=\u79d2
seconds=\u79d2
seenOffline=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u6700\u8fd1\u4e00\u6b21\u00a74\u4e0b\u7ebf\u00a76\u4e3a {1}
seenOnline=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u6700\u8fd1\u4e00\u6b21\u00a7a\u767b\u5f55\u00a76\u4e3a {1}
seenOffline=\u00a76Player\u00a7c {0} \u00a76has been \u00a74offline\u00a76 since \u00a7c{1}\u00a76.
seenOnline=\u00a76Player\u00a7c {0} \u00a76has been \u00a7aonline\u00a76 since \u00a7c{1}\u00a76.
serverFull=\u670d\u52a1\u5668\u5df2\u6ee1
serverTotal=\u00a76\u670d\u52a1\u5668\u603b\u548c\: {0}
setBal=\u00a7a\u4f60\u7684\u91d1\u94b1\u5df2\u88ab\u8bbe\u7f6e\u4e3a {0}.
setBalOthers=\u00a7a\u6210\u529f\u8bbe\u7f6e {0} \u7684\u91d1\u94b1\u4e3a {1}.
setSpawner=\u00a76\u6539\u53d8\u5237\u602a\u7b3c\u4e3a {0}
setSpawner=\u00a76\u5df2\u4fee\u6539\u5237\u602a\u7bb1\u7c7b\u522b\u4e3a\u00a7c {0}\u00a76.
sheepMalformedColor=\u00a74\u65e0\u6548\u7684\u989c\u8272
shoutFormat=\u00a76[\u558a\u8bdd]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74\u4f60\u4e0d\u5141\u8bb8\u5728\u6b64\u653e\u7f6e\u724c\u5b50
similarWarpExist=\u00a74\u4e00\u4e2a\u540c\u540d\u7684\u5730\u6807\u5df2\u5b58\u5728
slimeMalformedSize=\u00a74\u5927\u5c0f\u975e\u6cd5
socialSpy=\u00a76\u5df2\u5bf9 \u00a7c{0}\u00a7r \u00a76{1}\u5728\u7ebf\u73a9\u5bb6\u6307\u4ee4\u76d1\u89c6
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74\u8be5\u751f\u7269\u559c\u6b22\u72ec\u5c45
spawnSet=\u00a76\u5df2\u4e3a\u00a7c {0}\u00a76 \u7ec4\u8bbe\u7f6e\u51fa\u751f\u70b9.
spawned=\u5df2\u751f\u6210
sudoExempt=\u00a74\u65e0\u6cd5\u5f3a\u5236\u4f7f\u6b64\u73a9\u5bb6\u6267\u884c\u547d\u4ee4
sudoRun=\u00a76\u5f3a\u5236\u4f7f\u00a7c {0} \u00a76\u8fd0\u884c\u547d\u4ee4\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76\u6c38\u522b\u4e86,\u6b8b\u9177\u7684\u4e16\u754c\u2026\u2026
suicideSuccess=\u00a76{0} \u00a76\u7ed3\u675f\u4e86\u4ed6\u81ea\u5df1\u7684\u751f\u547d.
survival=\u751f\u5b58\u6a21\u5f0f
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a\u4ece\u4f60\u7684\u8d26\u6237\u4e2d\u6263\u9664\u4e86 {
takenFromOthersAccount=\u00a7a\u4ece {1} \u00a7a\u4e2d\u7684\u8d26\u6237\u6263\u9664\u4e86 {0}.\u76ee\u524d\u91d1\u94b1\: {2}
teleportAAll=\u00a76\u5411\u6240\u6709\u73a9\u5bb6\u53d1\u9001\u4e86\u4f20\u9001\u8bf7\u6c42\u2026\u2026
teleportAll=\u00a76\u4f20\u9001\u4e86\u6240\u6709\u73a9\u5bb6\u2026\u2026
teleportAtoB=\u00a7c{0}\u00a76 \u4f20\u9001\u4f60\u5230 {1}\u00a76
teleportAtoB=\u00a7c{0}\u00a76 teleported you to \u00a7c{1}\u00a76.
teleportDisabled=\u00a7c{0}\u00a74 \u53d6\u6d88\u4e86\u4f20\u9001
teleportHereRequest=\u00a7c{0}\u00a74 \u8bf7\u6c42\u4f60\u4f20\u9001\u5230\u4ed6\u90a3\u91cc
teleportNewPlayerError=\u00a74\u4f20\u9001\u65b0\u73a9\u5bb6\u5931\u8d25
@@ -420,12 +406,13 @@ teleportRequest=\u00a7c{0}\u00a76 \u8bf7\u6c42\u4f20\u9001\u5230\u4f60\u8fd9\u91
teleportRequestTimeoutInfo=\u00a76\u6b64\u8bf7\u6c42\u5c06\u5728 {0} \u79d2\u540e\u81ea\u52a8\u53d6\u6d88.
teleportTop=\u00a76\u4f20\u9001\u5230\u9876\u90e8
teleportationCommencing=\u00a76\u51c6\u5907\u4f20\u9001...
teleportationDisabled=\u00a76\u4f20\u9001\u5df2\u7981\u7528
teleportationDisabledFor=\u00a76\u4f20\u9001\u5df2\u5bf9 {0} \u7981\u7528.
teleportationEnabled=\u00a76\u4f20\u9001\u5df2\u542f\u7528
teleportationEnabledFor=\u00a76\u4f20\u9001\u5df2\u5bf9 {0} \u542f\u7528.
teleportationDisabled=\u00a76Teleportation \u00a7cdisabled\u00a76.
teleportationDisabledFor=\u00a76Teleportation \u00a7cdisabled \u00a76for \u00a7c{0}\u00a76.
teleportationEnabled=\u00a76Teleportation \u00a7cenabled\u00a76.
teleportationEnabledFor=\u00a76Teleportation \u00a7cenabled \u00a76for \u00a7c{0}\u00a76.
teleporting=\u00a76\u6b63\u5728\u4f20\u9001...
tempBanned=\u5df2\u4e34\u65f6\u88ab\u670d\u52a1\u5668\u5c01\u7981,\u7406\u7531\:{0}
teleportToPlayer=\u00a76\u6b63\u5728\u4f20\u9001\u81f3 \u00a7c{0}\u00a76.
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a74\u4f60\u65e0\u6cd5\u4e34\u65f6\u5c01\u7981\u6389\u8be5\u73a9\u5bb6.
thunder=\u00a76\u4f60 \u00a7c{0} \u00a76\u4e86\u4f60\u7684\u4e16\u754c\u7684\u95ea\u7535
thunderDuration=\u00a76\u4f60 \u00a7c{0} \u00a76\u4e86\u4f60\u7684\u4e16\u754c\u7684\u95ea\u7535\u00a7c {1} \u00a76\u79d2
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7a\u51fa\u552e\u7684\u6240\u6709\u65b9\u5757\u5757,\u603b\
tps=\u00a76\u5f53\u524d TPS \= {0}
tradeSignEmpty=\u00a74\u4ea4\u6613\u724c\u4e0a\u6ca1\u6709\u4f60\u53ef\u83b7\u5f97\u7684\u4e1c\u897f
tradeSignEmptyOwner=\u00a74\u4ea4\u6613\u724c\u4e0a\u6ca1\u6709\u4f60\u53ef\u6536\u96c6\u7684\u4e1c\u897f
treeFailure=\u00a74\u751f\u6210\u6811\u6728\u5931\u8d25,\u5728\u8349\u5757\u4e0a\u6216\u571f\u4e0a\u518d\u8bd5\u4e00\u6b21
treeSpawned=\u00a76\u751f\u6210\u6811\u6728\u6210\u529f
true=\u00a7a\u662f\u00a7r
typeTpaccept=\u00a76\u82e5\u60f3\u63a5\u53d7\u4f20\u9001,\u8f93\u5165 \u00a74/tpaccept\u00a76.
typeTpdeny=\u00a76\u82e5\u60f3\u62d2\u7edd\u4f20\u9001,\u8f93\u5165 \u00a74/tpdeny\u00a76
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76\u4f60\u5df2\u4e0d\u518d\u5c4f\u853d\u73a9\u5bb6 {0}
unknownItemId=\u00a74\u672a\u77e5\u7684\u7269\u54c1ID\:\u00a7r {0}\u00a74.
unknownItemInList=\u00a74\u672a\u77e5\u7684\u7269\u54c1 {0} \u4e8e {1} \u5217\u8868
unknownItemName=\u00a74\u672a\u77e5\u7684\u7269\u54c1\u540d\u79f0\:{0}
unlimitedItemPermission=\u00a74\u6ca1\u6709\u6743\u9650\u6765\u4f7f\u8be5\u7269\u54c1\u65e0\u9650 {0}
unlimitedItems=\u00a76\u65e0\u9650\u7269\u54c1\:\u00a7r
unmutedPlayer=\u00a76\u73a9\u5bb6 \u00a7c{0}\u00a76 \u88ab\u5141\u8bb8\u53d1\u8a00
unvanishedReload=\u00a74\u63d2\u4ef6\u91cd\u8f7d\u8feb\u4f7f\u4f60\u7684\u9690\u8eab\u6a21\u5f0f\u5931\u6548.
upgradingFilesError=\u5347\u7ea7\u6587\u4ef6\u65f6\u53d1\u751f\u9519\u8bef
@@ -480,7 +463,7 @@ warpSet=\u00a76\u5730\u6807 \u00a7c{0} \u00a76\u5df2\u8bbe\u7f6e
warpUsePermission=\u00a74\u4f60\u6ca1\u6709\u4f7f\u7528\u8be5\u5730\u6807\u7684\u6743\u9650
warpingTo=\u00a76\u4f20\u9001\u5230\u5730\u6807 \u00a7c{0}*\u00a76.
warps=\u00a76\u5730\u6807\: \u00a7r{0}
warpsCount=\u00a76\u8fd9\u6709 {0} \u5730\u6807,\u663e\u793a \u7b2c {1} \u9875/\u5171 {2} \u9875
warpsCount=\u00a76There are\u00a7c {0} \u00a76warps. Showing page \u00a7c{1} \u00a76of \u00a7c{2}\u00a76.
weatherStorm=\u00a76\u4f60\u5c06 {0} \u7684\u5929\u6c14\u6539\u4e3a\u96e8\u96ea
weatherStormFor=\u00a76\u4f60\u5c06 {0} \u7684\u5929\u6c14\u7684\u6539\u4e3a\u96e8\u96ea,\u6301\u7eed {1} \u79d2
weatherSun=\u00a76\u4f60\u5c06 {0} \u7684\u5929\u6c14\u6539\u4e3a\u6674\u5929
@@ -535,15 +518,23 @@ ignoreExempt=\u00a74\u4f60\u65e0\u6cd5\u5ffd\u7565\u90a3\u4e2a\u73a9\u5bb6.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
skullChanged=\u00a76Skull changed to \u00a7c{0}\u00a76.
alphaNames=\u00a74\u73a9\u5bb6\u540d\u79f0\u53ea\u80fd\u5305\u542b\u5b57\u6bcd,\u6570\u5b57\u548c\u4e0b\u5212\u7ebf.
givenSkull=\u00a76You have been given the skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
invalidSkull=\u00a74\u8bf7\u62ff\u7740\u4e00\u4e2a\u73a9\u5bb6\u5934\u9885.
weatherInvalidWorld=\u65e0\u6cd5\u627e\u5230\u4e16\u754c {0} \!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000 characters.
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74\u65e0\u6cd5\u751f\u6210\u7269\u54c1 \u00a7c{0}\u00a74, \u8fd9\u662f\u4e00\u4e2a\u4e0d\u53ef\u751f\u6210\u7684\u7269\u54c1.
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,9 +20,6 @@ antiBuildUse=\u00a74\u4f60\u6c92\u6709\u6b0a\u9650\u4f7f\u7528\u00a74 {0}\u00a74
autoAfkKickReason=\u4f60\u56e0\u70ba\u9577\u6642\u9593\u672a\u80fd\u5728\u904a\u6232\u4e2d\u505a\u51fa\u52d5\u4f5c\u4e26\u8d85\u904e {0} \u5206\u9418\u800c\u88ab\u670d\u52d9\u5668\u8acb\u51fa\uff01
backAfterDeath=\u00a76\u4f7f\u7528\u300c/back\u300d\u547d\u4ee4\u4f86\u56de\u5230\u6b7b\u4ea1\u5730\u9ede
backUsageMsg=\u00a76\u56de\u5230\u4e0a\u4e00\u4f4d\u7f6e
backupDisabled=\u00a74\u5099\u4efd\u914d\u7f6e\u6587\u4ef6\u672a\u88ab\u8a2d\u7f6e.
backupFinished=\u00a76\u5099\u4efd\u5b8c\u6210.
backupStarted=\u00a76\u5099\u4efd\u958b\u59cb
balance=\u00a7a\u73fe\u91d1\:{0}
balanceOther=\u00a7a{0}\u7684\u91d1\u9322\:\u00a7c {1}
balanceTop=\u00a76\u91d1\u9322\u6392\u884c\:{0}
@@ -32,8 +29,6 @@ bed=\u00a77\u5e8a\u00a7r
bedMissing=\u00a7r54\u4f60\u7684\u5e8a\u5df2\u4e1f\u5931\u6216\u963b\u64cb
bedNull=\u00a7m\u5e8a\u00a7r
bedSet=\u00a7m\u5df2\u8a2d\u7f6e\u5e8a\u00a7r
bigTreeFailure=\u00a74\u751f\u6210\u5927\u6a39\u5931\u6557.\u5728\u571f\u584a\u6216\u8349\u584a\u4e0a\u9762\u518d\u8a66\u4e00\u6b21
bigTreeSuccess=\u00a76\u5df2\u751f\u6210\u5927\u6a39
blockList=\u00a76Essentials \u5916\u639b\u7a0b\u5f0f\u5c07\u50b3\u905e\u4e0b\u5217\u6307\u4ee4\u7d66\u53e6\u4e00\u5916\u639b\u7a0b\u5f0f\:
bookAuthorSet=\u00a76\u9019\u672c\u66f8\u7684\u4f5c\u8005\u5df2\u88ab\u8a2d\u7f6e\u70ba {0}.
bookLocked=\u00a76\u9019\u672c\u66f8\u73fe\u5728\u6b63\u88ab\u9396\u5b9a.
@@ -49,11 +44,10 @@ cantReadGeoIpDB=GeoIP\u6578\u64da\u5eab\u8b80\u53d6\u5931\u6557\!
cantSpawnItem=\u00a74\u4f60\u6c92\u6709\u6b0a\u9650\u751f\u6210\u7269\u54c1\u00a7c {0}\u00a74.
chatTypeAdmin=[A]
chatTypeLocal=[L]
chatTypeSpy=[Spy]
chatTypeSpy=[\u76e3\u807d]
cleaned=\u7528\u6236\u6587\u4ef6\u5df2\u6e05\u7a7a
cleaning=\u6e05\u7a7a\u7528\u6236\u6587\u4ef6...
commandFailed=\u547d\u4ee4 {0} \u5931\u6557\:
commandHelpFailedForPlugin=\u672a\u80fd\u7372\u53d6\u6b64\u5916\u639b\u7a0b\u5f0f\u7684\u5e6b\u52a9\:{0}
commandNotLoaded=\u00a74 {0} \u547d\u4ee4\u52a0\u8f09\u5931\u6557
compassBearing=\u00a76\u65b9\u5411\:{0}\uff08{1}\u5ea6\uff09
configFileMoveError=\u79fb\u52d5config.yml\u6587\u4ef6\u5230\u5099\u4efd\u4f4d\u7f6e\u5931\u6557
@@ -83,7 +77,6 @@ depth=\u00a76\u4f60\u4f4d\u65bc\u6d77\u62d40\u683c\u8655
depthAboveSea=\u00a76\u4f60\u4f4d\u65bc\u6d77\u62d4\u6b63\u00a7c{0}\u00a76\u683c\u8655
depthBelowSea=\u00a76\u4f60\u4f4d\u65bc\u6d77\u62d4\u8ca0\u00a7c{0}\u00a76\u683c\u8655
destinationNotSet=\u76ee\u7684\u5730\u672a\u8a2d\u7f6e.
disableUnlimited=\u00a76\u53d6\u6d88\u4e86 {1} \u7684\u7121\u9650\u653e\u7f6e \u00a7c{0} \u00a76\u7684\u80fd\u529b
disabled=\u95dc\u9589
disabledToSpawnMob=\u00a74\u5df2\u7981\u6b62\u6b64\u751f\u7269\u7684\u751f\u6210.
distance=\u00a76\u8ddd\u96e2\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=\u4e0b\u8f09GeoIP\u6578\u64da\u5eab\u4e2d
duplicatedUserdata=\u8907\u88fd\u4e86\u73a9\u5bb6\u5b58\u6a94\:{0} \u548c {1}
durability=\u00a76\u9019\u500b\u5de5\u5177\u9084\u6709 \u00a74{0}\u00a76 \u6301\u4e45
editBookContents=\u00a7e\u4f60\u73fe\u5728\u53ef\u4ee5\u7de8\u8f2f\u9019\u672c\u66f8\u7684\u5167\u5bb9.
enableUnlimited=\u00a76\u7121\u9650\u5236\u7684\u00a7c {0} \u00a76\u5df2\u7d93\u7d66\u8207 {1}.
enabled=\u958b\u555f
enchantmentApplied=\u00a76\u9644\u9b54 \u00a7c{0} \u00a76\u5df2\u88ab\u61c9\u7528\u5230\u4f60\u624b\u4e2d\u7684\u5de5\u5177.
enchantmentNotFound=\u00a74\u672a\u627e\u5230\u8a72\u9644\u9b54.
@@ -103,7 +95,7 @@ errorCallingCommand=\u932f\u8aa4\u7684\u547c\u53eb\u547d\u4ee4\:/{0}
errorWithMessage=\u00a7c\u932f\u8aa4\:{0}
essentialsHelp1=Essentials\u7121\u6cd5\u5c07\u5176\u6253\u958b
essentialsHelp2=Essentials\u7121\u6cd5\u5c07\u5176\u6253\u958b
essentialsReload=\u00a76Essentials \u5df2\u91cd\u65b0\u8f09\u5165\u00a7c{0}
essentialsReload=\u00a76Essentials \u5df2\u91cd\u65b0\u8f09\u5165\u00a7c {0}\u3002
exp=\u00a74{0} \u00a76\u64c1\u6709\u00a7c {1} \u00a76\u7d93\u9a57\u503c (\u7b49\u7d1a\u00a7c {2}\u00a76) \u9700\u8981\u00a7c {3} \u00a76\u7d93\u9a57\u624d\u80fd\u5347\u7d1a.
expSet=\u00a7c\u4f60\u5c07{0} \u00a76\u7684\u7d93\u9a57\u8a2d\u7f6e\u70ba\u00a7c {1} \u00a76\u7d93\u9a57\u503c.
extinguish=\u00a76\u4f60\u7184\u6ec5\u4e86\u4f60\u81ea\u5df1\u8eab\u4e0a\u7684\u706b
@@ -113,7 +105,7 @@ failedToCreateConfig=\u5275\u5efa\u914d\u7f6e {0} \u5931\u6557
failedToWriteConfig=\u5beb\u5165\u914d\u7f6e {0} \u5931\u6557
false=\u00a74\u5426\u00a7r
feed=\u5df2\u7d93\u98fd\u548c,\u7121\u6cd5\u589e\u52a0\u98e2\u9913\u5ea6.
feedOther=\u00a76\u5df2\u7d93\u98fd\u548c{0}.
feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76.
fileRenameError=\u91cd\u547d\u540d\u6587\u4ef6 {0} \u5931\u6557
fireworkColor=\u00a74\u4f7f\u7528\u4e86\u7121\u6548\u7684\u7159\u82b1\u586b\u5145\u53c3\u6578\uff0c\u5fc5\u9808\u9996\u5148\u8a2d\u7f6e\u4e00\u500b\u984f\u8272\u3002
fireworkEffectsCleared=\u00a76\u5f9e\u6301\u6709\u7684\u7269\u54c1\u4e2d\u79fb\u9664\u4e86\u6240\u6709\u7279\u6548.
@@ -122,8 +114,8 @@ flyMode=\u00a76 \u5df2\u70ba\u00a7c{1}\u00a76\u8a2d\u7f6e\u4e86\u98db\u884c\u6a2
flying=\u98db\u884c\u4e2d
foreverAlone=\u00a74\u4f60\u6c92\u6709\u53ef\u56de\u5fa9\u7684\u73a9\u5bb6
fullStack=\u00a74\u4f60\u7684\u7269\u54c1\u5df2\u7d93\u6700\u591a\u4e86.
gameMode=\u00a76\u5df2\u8a2d\u7f6e{1}\u7684\u904a\u6232\u6a21\u5f0f\u70ba{0}.
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 chunks, \u00a7c{3}\u00a76 entities, \u00a7c{4}\u00a76 tiles.
gameMode=\u00a76\u5c07\u00a7c{1}\u00a76\u7684\u904a\u6232\u6a21\u5f0f\u8a2d\u5b9a\u70ba\u00a7c {0} \u00a76\u3002
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 \u5340\u584a, \u00a7c{3}\u00a76 \u5be6\u9ad4, \u00a7c{4}\u00a76 \u5340\u584a\u8cc7\u6599.
gcfree=\u7a7a\u9592\u5167\u5b58\: \u00a7c{0} MB
gcmax=\u6700\u5927\u5167\u5b58\: \u00a7c{0} MB
gctotal=\u5df2\u5206\u914d\u5167\u5b58\: \u00a7c{0} MB
@@ -131,7 +123,7 @@ geoIpUrlEmpty=GeoIP\u4e0b\u8f09\u93c8\u63a5\u70ba\u7a7a
geoIpUrlInvalid=GeoIP\u4e0b\u8f09\u93c8\u63a5\u5931\u6548
geoipJoinFormat=\u73a9\u5bb6 {0} \u4f86\u81ea\u65bc {1}
giveSpawn=\u00a76\u7d66\u4e88\u00a7c {2} \u00a76 \u00a7c {0} \u500b\u00a7c {1}\u00a76.
godDisabledFor=\u00a74\u53d6\u6d88\u4e86 \u00a7c{0} \u00a76\u7684\u4e0a\u5e1d\u6a21\u5f0f
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
godEnabledFor=\u00a74\u958b\u555f\u4e86\u00a7c {0} \u00a76\u7684\u4e0a\u5e1d\u6a21\u5f0f
godMode=\u00a76\u4e0a\u5e1d\u6a21\u5f0f \u00a7c{0}
groupDoesNotExist=\u00a74\u7576\u524d\u7d44\u6c92\u6709\u4eba\u5728\u7dda\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76\u4f60\u5df2\u88ab\u91cb\u653e
heal=\u00a76\u4f60\u5df2\u88ab\u6cbb\u7642
healDead=\u00a74\u4f60\u4e0d\u80fd\u6cbb\u7642\u4e00\u500b\u6b7b\u4eba\!
healOther=\u00a76\u5df2\u6cbb\u7642\u00a7c {0}
helpConsole=\u5f9e\u63a7\u5236\u53f0\u67e5\u770b\u5e6b\u52a9,\u8acb\u8f38\u5165\u300c?\u300d
helpFrom=\u00a76\u4f86\u81ea\u65bc {0} \u7684\u6307\u4ee4
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76\u6307\u4ee4\u9023\u63a5 "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[\u6c42\u52a9OP]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: \u5916\u639b\u7a0b\u5f0f\u5e6b\u52a9\: /help {1}
holdBook=\u00a74\u4f60\u9700\u8981\u62ff\u7740\u4e00\u672c\u53ef\u5beb\u7684\u66f8.
holdFirework=\u00a74\u4f60\u5fc5\u9808\u62ff\u7740\u7159\u706b\u624d\u80fd\u589e\u52a0\u7279\u6548.
holdPotion=\u00a74\u4f60\u5fc5\u9808\u62ff\u7740\u85e5\u6c34\u624d\u80fd\u589e\u52a0\u7279\u6548.
@@ -159,19 +146,19 @@ homeSet=\u00a76\u5df2\u8a2d\u7f6e\u5bb6~
homes=\u00a76\u5bb6\:\u00a7r{0}
hour=\u5c0f\u6642
hours=\u5c0f\u6642
ignoredList=\u00a76Ignored\:\u00a7r {0}
ignoredList=\u00a76\u5ffd\u7565\:\u00a7r {0}
ignorePlayer=\u00a76\u4f60\u5c4f\u853d\u4e86\u73a9\u5bb6 \u00a7c{0}
illegalDate=\u932f\u8aa4\u7684\u65e5\u671f\u683c\u5f0f
infoChapter=\u00a76Select chapter\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 Page \u00a7c{1}\u00a76 of \u00a7c{2} \u00a7e----
infoChapter=\u00a76\u9078\u64c7\u7ae0\u7bc0\:
infoChapterPages=\u00a7e ---- \u00a76{0} \u00a7e--\u00a76 \u9801\u9762\: \u00a7c{1}\u00a76 / \u00a7c{2} \u00a7e----
infoPages=\u00a7e----\u7b2c \u00a7c{0}\u00a7e \u9801/\u5171 \u00a7c{1}\u00a7e \u9801----
infoUnknownChapter=\u00a74Unknown chapter.
infoUnknownChapter=\u00a74\u672a\u77e5\u7ae0\u7bc0\u3002
insufficientFunds=\u00a74\u53ef\u7528\u8cc7\u91d1\u4e0d\u8db3.
invalidCharge=\u00a74\u7121\u6548\u7684\u50f9\u683c
invalidFireworkFormat=\u00a76\u9019\u500b\u9078\u9805 \u00a74{0} \u00a76\u5c0d \u00a74{1}\u00a76 \u4e0d\u662f\u4e00\u500b\u6709\u6548\u7684\u503c \u00a76.
invalidFireworkFormat=\u00a74The option \u00a7c{0} \u00a74is not a valid value for \u00a7c{1}\u00a74.
invalidHome=\u00a74\u5bb6\u00a7c {0} \u00a74\u4e0d\u5b58\u5728\!
invalidHomeName=\u00a74\u7121\u6548\u7684\u5bb6\u540d\u7a31\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74\u7121\u6548\u751f\u7269\u985e\u578b
invalidNumber=\u7121\u6548\u7684\u6578\u5b57.
invalidPotion=\u00a74\u7121\u6548\u7684\u85e5\u6c34.
invalidPotionMeta=\u00a74\u7121\u6548\u7684\u85e5\u6c34\u6578\u64da\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=\u5f9e\u670d\u52d9\u5668\u8acb\u51fa
kickExempt=\u00a74\u4f60\u7121\u6cd5\u8acb\u51fa\u8a72\u73a9\u5bb6.
kickedAll=\u00a74\u5df2\u5c07\u6240\u6709\u73a9\u5bb6\u8acb\u51fa\u670d\u52d9\u5668.
kill=\u00a76\u6bba\u6b7b\u4e86 \u00a7c{0}
killExempt=\u00a74\u4f60\u4e0d\u80fd\u6bba\u6b7b {0}
killExempt=\u00a74\u4f60\u4e0d\u80fd\u6bba\u5bb3 \u00a7c{0}\u00a74\u3002
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74\u8a72\u5de5\u5177\u5305\u53ef\u80fd\u4e0d\u5b58\u5728\u6216\u8005\u88ab\u62d2\u7d55\u4e86.
kitError=\u00a74\u6c92\u6709\u6709\u6548\u7684\u5de5\u5177\u5305
kitGiveTo=\u00a76\u6210\u529f\u767c\u9001\u5de5\u5177\u5305\u00a7c {0}\u00a76 \u7d66 {1}\u00a7.
kitGiveTo=\u00a76\u7d66\u4e88\u00a7c{1}\u00a76\u5de5\u5177\u5305\u00a7c {0}\u00a76\u3002
kitInvFull=\u00a74\u4f60\u7684\u80cc\u5305\u5df2\u6eff,\u5de5\u5177\u5305\u5c07\u653e\u5728\u5730\u4e0a
kitNotFound=\u00a74\u5de5\u5177\u5305\u4e0d\u5b58\u5728.
kitOnce=\u00a74\u4f60\u4e0d\u80fd\u518d\u6b21\u4f7f\u7528\u8a72\u5de5\u5177\u5305.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[\u96b1\u8eab]\u00a7r
loadWarpError=\u00a74\u52a0\u8f09\u5730\u6a19 {0} \u5931\u6557
localFormat=[L]<{0}> {1}
mailClear=\u00a76\u82e5\u8981\u6a19\u8a18\u4f60\u7684\u90f5\u4ef6\u70ba\u5df2\u8b80,\u8f38\u5165\u300c/mail clear\u300d
mailClear=\u00a76\u8f38\u5165\u00a7c /mail clear\u00a76 \u5c07\u90f5\u4ef6\u6a19\u793a\u70ba\u5df2\u8b80\u3002
mailCleared=\u00a76\u90f5\u7bb1\u5df2\u6e05\u7a7a\uff01
mailSent=\u00a76\u90f5\u4ef6\u5df2\u767c\u51fa\uff01
markMailAsRead=\u00a76\u82e5\u8981\u6a19\u8a18\u4f60\u7684\u90f5\u4ef6\u70ba\u5df2\u8b80,\u8f38\u5165\u300c/mail clear\u300d
markMailAsRead=\u00a76\u8f38\u5165\u00a7c /mail clear\u00a76 \u5c07\u90f5\u4ef6\u6a19\u793a\u70ba\u5df2\u8b80\u3002
markedAsAway=\u00a76\u4f60\u5df2\u8a2d\u7f6e\u96e2\u958b.
markedAsNotAway=\u00a76\u4f60\u5df2\u8a2d\u7f6e\u53d6\u6d88\u96e2\u958b.
matchingIPAddress=\u00a76\u4ee5\u4e0b\u662f\u4f86\u81ea\u8a72IP\u4f4d\u5740\u7684\u73a9\u5bb6\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74\u4f60\u7121\u6cd5\u56da\u7981\u8a72\u73a9\u5bb6
me=\u6211
minute=\u5206\u9418
minutes=\u5206\u9418
missingItems=\u00a74\u4f60\u6c92\u6709 {0}x {1}.
missingItems=\u00a74You do not have \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74\u66f4\u6539\u5237\u602a\u7c60\u6642\u767c\u751f\u932f\u8aa4
mobSpawnLimit=\u751f\u7269\u6578\u91cf\u592a\u591a,\u7121\u6cd5\u751f\u6210
mobSpawnTarget=\u00a74\u76ee\u6a19\u65b9\u584a\u5fc5\u9808\u662f\u4e00\u500b\u5237\u602a\u7c60
@@ -246,14 +233,14 @@ moneySentTo=\u00a7a{0} \u5df2\u767c\u9001\u5230 {1}
month=\u6708
months=\u6708
moreThanZero=\u00a74\u6578\u91cf\u5fc5\u9808\u5927\u65bc0
moveSpeed=\u00a76\u70ba\u00a7c{2}\u00a76\u8a2d\u7f6e\u00a7c {0} \u00a76\u901f\u5ea6\u70ba\u00a7c {1} \u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76\u5c07\u00a7c{2}\u00a76\u7684 {0} \u901f\u5ea6\u8a2d\u5b9a\u70ba\u00a7c {1} \u00a76\u3002
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74\u60a8\u4e0d\u80fd\u5c0d\u9019\u500b\u7159\u82b1\u61c9\u7528\u591a\u65bc\u4e00\u500b\u7684\u88dd\u6599.
multiplePotionEffects=\u00a74\u60a8\u4e0d\u80fd\u5c0d\u9019\u500b\u7159\u82b1\u61c9\u7528\u591a\u65bc\u4e00\u500b\u7684\u6548\u679c.
muteExempt=\u00a74\u4f60\u7121\u6cd5\u7981\u8a00\u8a72\u73a9\u5bb6
muteNotify=\u00a7c{0} \u00a76has muted \u00a7c{1}\u00a76.
mutedPlayer=\u00a76Player\u00a7c {0} \u00a76muted.
mutedPlayerFor=\u00a76Player\u00a7c {0} \u00a76muted for\u00a7c {1}\u00a76.
muteNotify=\u00a7c{0} \u00a76\u5c07 \u00a7c{1} \u00a76\u7981\u8a00\u4e86\u3002
mutedPlayer=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u88ab\u7981\u8a00\u4e86\u3002
mutedPlayerFor=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u88ab\u7981\u8a00\u00a7c {1}\u00a76\u3002
mutedUserSpeaks={0} \u60f3\u8981\u8aaa\u8a71,\u4f46\u88ab\u7981\u8a00\u4e86
nearbyPlayers=\u00a76\u9644\u8fd1\u7684\u73a9\u5bb6\: {0}
negativeBalanceError=\u00a74\u73fe\u91d1\u4e0d\u53ef\u5c0f\u65bc\u96f6
@@ -262,17 +249,16 @@ nickDisplayName=\u00a74\u4f60\u9700\u8981\u6fc0\u6d3bchange-displayname.\u8a72\u
nickInUse=\u00a74\u90a3\u500b\u66b1\u7a31\u5df2\u88ab\u4f7f\u7528
nickNamesAlpha=\u00a74\u66b1\u7a31\u5fc5\u9808\u70ba\u5b57\u6bcd\u6216\u6578\u5b57.
nickNoMore=\u00a76\u4f60\u4e0d\u518d\u64c1\u6709\u4e00\u500b\u66b1\u7a31
nickSet=\u00a76\u4f60\u7684\u66b1\u7a31\u73fe\u5728\u662f \u00a74{0}
nickTooLong=\u00a74That nickname is too long.
nickSet=\u00a76\u4f60\u7684\u66b1\u7a31\u73fe\u5728\u662f \u00a7c{0}\u00a76\u3002
nickTooLong=\u00a74\u9019\u500b\u66b1\u7a31\u592a\u9577.
noAccessCommand=\u00a74\u4f60\u6c92\u6709\u4f7f\u7528\u8a72\u547d\u4ee4\u7684\u6b0a\u9650
noAccessPermission=\u00a74\u4f60\u6c92\u6709\u4f7f\u7528 {0} \u7684\u6b0a\u9650
noAccessPermission=\u00a74You do not have permission to access that \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74\u4f60\u4e0d\u80fd\u6467\u6bc0\u57fa\u5ca9\uff01
noDestroyPermission=\u00a74\u4f60\u6c92\u6709\u7834\u58de {0} \u7684\u6b0a\u9650
noDestroyPermission=\u00a74\u4f60\u6c92\u6709\u6b0a\u9650\u7834\u58de \u00a7c{0}\u00a74\u3002
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.
noIgnored=\u00a76\u4f60\u6c92\u6709\u5ffd\u7565\u4efb\u4f55\u4eba\u3002
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
@@ -300,8 +286,8 @@ now=\u73fe\u5728
nuke=\u00a7d\u6838\u6b66\u964d\u843d,\u6ce8\u610f\u96b1\u853d\uff01
numberRequired=\u9700\u8981\u8f38\u5165\u6578\u5b57\uff01
onlyDayNight=/time \u547d\u4ee4\u53ea\u6709 day/night \u5169\u500b\u9078\u64c7
onlyPlayerSkulls=\u00a74\u4f60\u53ea\u80fd\u8a2d\u7f6e\u4eba\u982d\u7684\u4e3b\u4eba (397\:3).
onlyPlayers=\u00a74\u96bb\u6709\u904a\u6232\u4e2d\u73a9\u5bb6\u624d\u53ef\u4f7f\u7528 {0}
onlyPlayerSkulls=\u00a74\u4f60\u53ea\u80fd\u8a2d\u5b9a\u73a9\u5bb6\u982d\u9871 (\u00a7c397\:3\u00a74) \u7684\u64c1\u6709\u8005\u3002
onlyPlayers=\u00a74\u53ea\u6709\u904a\u6232\u4e2d\u7684\u73a9\u5bb6\u53ef\u4ee5\u4f7f\u7528 \u00a7c{0}\u00a74\u3002
onlySunStorm=\u00a74/weather \u547d\u4ee4\u53ea\u6709 sun/storm \u5169\u500b\u9078\u64c7
orderBalances=\u00a76\u6392\u5e8f {0} \u00a76\u500b\u73a9\u5bb6\u7684\u8cc7\u91d1\u4e2d,\u8acb\u7a0d\u5019\u2026\u2026
oversizedTempban=\u00a74\u4f60\u53ef\u80fd\u6c92\u6709\u5728\u9019\u500b\u6642\u6bb5\u5c01\u7981\u73a9\u5bb6.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76\u9019\u4e9b\u73a9\u5bb6\u90fd\u6709\u81ea\u5df1\u7684\u5
pWeatherReset=\u00a76\u73a9\u5bb6\u7684\u5929\u6c23\u88ab\u91cd\u7f6e\: \u00a7c{0}
pWeatherSet=\u00a76\u73a9\u5bb6\u00a7c{1}\u00a76\u7684\u5929\u6c23\u88ab\u8a2d\u7f6e\u70ba \u00a7c{0}\u00a76 .
pendingTeleportCancelled=\u00a74\u5f85\u8655\u7406\u7684\u50b3\u9001\u8acb\u6c42\u5df2\u53d6\u6d88
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for {2}.
playerInJail=\u00a74\u8a72\u73a9\u5bb6\u5df2\u5728\u76e3\u7344 {0}
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u88ab\u5c01\u9396\u00a7c {1} \u00a76\uff0c\u56e0\u70ba \u00a7c{2}\u00a76\u3002
playerInJail=\u00a74\u73a9\u5bb6\u5df2\u7d93\u5728\u76e3\u7344\u00a7c {0}\u00a74\u3002
playerJailed=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u88ab\u902e\u6355\u4e86
playerJailedFor=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u88ab\u902e\u6355,\u6642\u9593\:{1}
playerKicked=\u00a74\u7ba1\u7406\u54e1 \u00a7c{0} \u00a76\u8acb\u51fa\u4e86 \u00a7c{1},\u00a76\u7406\u7531\:{2}
@@ -332,7 +318,7 @@ playerMutedFor=\u00a76\u4f60\u5df2\u88ab\u7981\u8a00.\u7406\u7531\: {0}
playerNeverOnServer=\u00a74\u73a9\u5bb6 \u00a7c{0} \u00a74\u5f9e\u6c92\u51fa\u73fe\u5728\u670d\u52d9\u5668\u904e
playerNotFound=\u00a74\u73a9\u5bb6\u672a\u5728\u7dda\uff08\u6216\u4e0d\u5b58\u5728\uff09
playerUnbanIpAddress=\u00a76\u5df2\u89e3\u9664\u7528\u6236\u00a7c {0} \u00a76\u7684\u5c01\u7981IP\: {1}.
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned\u00a7c {1}.
playerUnbanned=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u5c07\u00a7c {1} \u00a76\u89e3\u9664\u5c01\u9396\u3002
playerUnmuted=\u00a76\u4f60\u88ab\u5141\u8a31\u767c\u8a00
pong=\u556a\uff01
posPitch=\u00a76\u4ef0\u89d2\: {0} (\u982d\u90e8\u7684\u89d2\u5ea6)
@@ -340,37 +326,37 @@ posX=\u00a76X\: {0} (+\u6771 <-> -\u897f)
posY=\u00a76Y\: {0} (+\u4e0a <-> -\u4e0b)
posYaw=\u00a76Yaw\: {0} (\u65cb\u8f49)
posZ=\u00a76Z\: {0} (+\u5357 <-> -\u5317)
possibleWorlds=\u00a76\u53ef\u884c\u7684\u4e16\u754c\u6578\u91cf\u70ba 0 \u5171 {0}
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potions=\u00a76\u85e5\u6c34\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74\u547d\u4ee4\u4e0d\u80fd\u5c0d\u7740\u7a7a\u6c23\u4f7f\u7528.
powerToolAlreadySet=\u00a74\u547d\u4ee4 \u00a7c{0}\u00a74 \u5df2\u88ab\u7d81\u5b9a\u5230 {1}.
powerToolAlreadySet=\u00a74\u6307\u4ee4 \u00a7c{0}\u00a74 \u5df2\u7d93\u8a2d\u5b9a\u7d66 \u00a7c{1}\u00a74\u3002
powerToolAttach=\u00a7c{0}\u00a76 \u547d\u4ee4\u88ab\u7d81\u5b9a\u5230 {1}
powerToolClearAll=\u00a76\u6240\u6709\u5feb\u6377\u547d\u4ee4\u5df2\u88ab\u6e05\u9664
powerToolList={1} \u6709\u5982\u4e0b\u547d\u4ee4\:\u00a74{0}\u00a7r.
powerToolListEmpty={0} \u6c92\u6709\u88ab\u7d81\u5b9a\u547d\u4ee4
powerToolNoSuchCommandAssigned=\u547d\u4ee4 \u00a74{0}\u00a7r \u672a\u88ab\u7d81\u5b9a\u5230 {1}.
powerToolRemove=\u547d\u4ee4 \u00a74{0}\u00a7r \u88ab\u5f9e {1} \u4e0a\u79fb\u9664
powerToolRemoveAll=\u79fb\u9664\u4e86 {0} \u4e0a\u7684\u6240\u6709\u547d\u4ee4
powerToolNoSuchCommandAssigned=\u00a74\u6307\u4ee4 \u00a7c{0}\u00a74 \u6c92\u6709\u8a2d\u5b9a\u7d66 \u00a7c{1}\u00a74\u3002
powerToolRemove=\u00a76\u6307\u4ee4 \u00a7c{0}\u00a76 \u5df2\u7d93\u5f9e \u00a7c{1}\u00a76 \u79fb\u9664\u3002
powerToolRemoveAll=\u00a76\u6240\u6709\u6307\u4ee4\u5df2\u7d93\u5f9e \u00a7c{0}\u00a76 \u79fb\u9664\u3002
powerToolsDisabled=\u4f60\u6240\u6709\u7684\u5feb\u6377\u547d\u4ee4\u88ab\u51cd\u7d50
powerToolsEnabled=\u4f60\u6240\u6709\u7684\u5feb\u6377\u547d\u4ee4\u88ab\u6fc0\u6d3b
questionFormat=\u00a72[\u63d0\u554f]\u00a7r {0}
readNextPage=\u00a76\u8f38\u5165 \u00a7c/{0} {1} \u00a76\u4f86\u95b1\u8b80\u4e0b\u4e00\u9801
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 ({1} of {2})
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=\u9019\u500b\u7de8\u865f\u6c92\u6709\u5339\u914d\u7684\u5408\u6210\u516c\u5f0f.
recipeFurnace=\u00a76\u51b6\u7149 \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\ \u00a7{0}X \u00a76is \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <\u6578\u5b57> \u53bb\u67e5\u770b\u66f4\u591a\u7684 \u00a7c{2}\u00a76\u5408\u6210\u516c\u5f0f.
recipeNone=\u5c0d{0}\u6c92\u6709\u5339\u914d\u7684\u5408\u6210\u516c\u5f0f
recipeNothing=\u6c92\u6709\u6771\u897f
recipeShapeless=\u00a76\u7d50\u5408 \u00a7c{0}
recipeWhere=\u00a76\u7576\: {0}
removed=\u00a76\u79fb\u9664\u4e86\u00a7c {0} \u00a76\u9805
repair=\u00a76\u4f60\u5df2\u7d93\u6210\u529f\u7684\u4fee\u5fa9\u4e86\u4f60\u7684\:\u00a7c{0}
repair=\u00a76\u4f60\u5df2\u7d93\u6210\u529f\u4fee\u597d\u4e86\u4f60\u7684\uff1a \u00a7c{0}\u00a76\u3002
repairAlreadyFixed=\u00a74\u8a72\u7269\u54c1\u7121\u9700\u4fee\u5fa9
repairEnchanted=\u00a74\u4f60\u7121\u6b0a\u4fee\u5fa9\u9644\u9b54\u7269\u54c1
repairInvalidType=\u00a74\u8a72\u7269\u54c1\u7121\u6cd5\u4fee\u5fa9
repairNone=\u00a74There were no items that needed repairing.
repairNone=\u00a74\u9019\u88e1\u6c92\u6709\u9700\u8981\u88ab\u4fee\u7406\u7684\u7269\u54c1\u3002
requestAccepted=\u00a76\u5df2\u63a5\u53d7\u50b3\u9001\u8acb\u6c42
requestAcceptedFrom=\u00a7c{0}\u00a76 \u63a5\u53d7\u4e86\u4f60\u7684\u50b3\u9001\u8acb\u6c42
requestDenied=\u00a76\u5df2\u62d2\u7d55\u50b3\u9001\u8acb\u6c42
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0}\u00a76 \u62d2\u7d55\u4e86\u4f60\u7684\u50b3\u9001\u
requestSent=\u00a76\u8acb\u6c42\u5df2\u767c\u9001\u7d66 {0}\u00a76
requestTimedOut=\u00a74\u50b3\u9001\u8acb\u6c42\u8d85\u6642\u2026\u2026
requiredBukkit=\u00a76\u4f60\u9700\u8981\u7248\u672c {0} \u4ee5\u4e0a\u7684bukkit.\u8acb\u81f3\u5b98\u7db2\u4e0b\u8f09
resetBal=\u00a76\u5df2\u7d93\u91cd\u7f6e\u6240\u6709\u5728\u7dda\u73a9\u5bb6\u7684\u91d1\u9322\u5230 \u00a7a{0} \u00a76.
resetBalAll=\u00a76\u5df2\u7d93\u91cd\u7f6e\u6240\u6709\u73a9\u5bb6\u7684\u91d1\u9322 \u00a7a{0} \u00a76.
returnPlayerToJailError=\u00a74\u5c07\u73a9\u5bb6{0}\u95dc\u56de\u76e3\u7344{1}\u6642\u767c\u751f\u932f\u8aa4
resetBal=\u00a76\u6240\u6709\u5728\u7dda\u73a9\u5bb6\u7684\u8ca1\u7522\u5df2\u7d93\u91cd\u7f6e\u70ba \u00a7c{0} \u00a76\u3002
resetBalAll=\u00a76\u6240\u6709\u73a9\u5bb6\u7684\u8ca1\u7522\u5df2\u7d93\u91cd\u7f6e\u70ba \u00a7c{0} \u00a76\u3002
returnPlayerToJailError=\u00a74\u5617\u8a66\u5c07\u73a9\u5bb6\u00a7c {0} \u00a74\u95dc\u56de\u76e3\u7344 \u00a7c{1}\u00a74 \u6642\u767c\u751f\u932f\u8aa4\uff01
runningPlayerMatch=\u00a76\u6b63\u5728\u641c\u7d22\u5339\u914d\u7684\u73a9\u5bb6 \u00a7c{0}\u00a76 (\u9019\u53ef\u80fd\u6703\u82b1\u8cbb\u4e00\u4e9b\u6642\u9593)
second=\u79d2
seconds=\u79d2
seenOffline=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u6700\u8fd1\u4e00\u6b21\u00a74\u4e0b\u7dda\u00a76\u70ba {1}
seenOnline=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u6700\u8fd1\u4e00\u6b21\u00a7a\u767b\u9304\u00a76\u70ba {1}
seenOffline=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u5728 \u00a7c{1}\u00a76 \u5df2\u7d93 \u00a74\u96e2\u7dda\u00a76\u3002
seenOnline=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u5728 \u00a7c{1}\u00a76 \u5df2\u7d93 \u00a7a\u4e0a\u7dda\u00a76\u3002
serverFull=\u670d\u52d9\u5668\u5df2\u6eff
serverTotal=\u00a76\u670d\u52d9\u5668\u7e3d\u548c\: {0}
setBal=\u00a7a\u4f60\u7684\u91d1\u9322\u5df2\u88ab\u8a2d\u7f6e\u70ba {0}.
setBalOthers=\u00a7a\u6210\u529f\u8a2d\u7f6e {0} \u7684\u91d1\u9322\u70ba {1}.
setSpawner=\u00a76\u6539\u8b8a\u5237\u602a\u7c60\u70ba {0}
setSpawner=\u00a76\u6539\u8b8a\u751f\u602a\u78da\u578b\u614b\u70ba\u00a7c {0}\u00a76\u3002
sheepMalformedColor=\u00a74\u7121\u6548\u7684\u984f\u8272
shoutFormat=\u00a76[\u558a\u8a71]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74\u4f60\u4e0d\u5141\u8a31\u5728\u6b64\u653e\u7f6e\u724c\u5b50
similarWarpExist=\u00a74\u4e00\u500b\u540c\u540d\u7684\u5730\u6a19\u5df2\u5b58\u5728
slimeMalformedSize=\u00a74\u5927\u5c0f\u975e\u6cd5
socialSpy=\u00a76\u5df2\u5c0d \u00a7c{0}\u00a7r \u00a76{1}\u5728\u7dda\u73a9\u5bb6\u6307\u4ee4\u76e3\u8996
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74\u8a72\u751f\u7269\u559c\u6b61\u7368\u5c45
spawnSet=\u00a76\u5df2\u70ba\u00a7c {0}\u00a76 \u7d44\u7684\u8a2d\u7f6e\u51fa\u751f\u9ede
spawned=\u5df2\u751f\u6210
sudoExempt=\u00a74\u7121\u6cd5\u5f37\u5236\u4f7f\u6b64\u73a9\u5bb6\u57f7\u884c\u547d\u4ee4
sudoRun=\u00a76\u5f37\u5236\u4f7f\u00a7c {0} \u00a76\u904b\u884c\u547d\u4ee4\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76\u6c38\u5225\u4e86,\u6b98\u9177\u7684\u4e16\u754c\u2026\u2026
suicideSuccess=\u00a7c{0} \u00a76\u7d50\u675f\u4e86\u4ed6\u81ea\u5df1\u7684\u751f\u547d
survival=\u751f\u5b58\u6a21\u5f0f
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a\u5f9e\u4f60\u7684\u8cec\u6236\u4e2d\u6263\u9664\u4e86 {
takenFromOthersAccount=\u00a7a\u5f9e {1} \u00a7a\u4e2d\u7684\u8cec\u6236\u6263\u9664\u4e86 {0}.\u76ee\u524d\u91d1\u9322\: {2}
teleportAAll=\u00a76\u5411\u6240\u6709\u73a9\u5bb6\u767c\u9001\u4e86\u50b3\u9001\u8acb\u6c42\u2026\u2026
teleportAll=\u00a76\u50b3\u9001\u4e86\u6240\u6709\u73a9\u5bb6\u2026\u2026
teleportAtoB=\u00a7c{0}\u00a76 \u50b3\u9001\u4f60\u5230 {1}\u00a76
teleportAtoB=\u00a7c{0}\u00a76 \u5c07\u4f60\u50b3\u9001\u5230 \u00a7c{1}\u00a76\u3002
teleportDisabled=\u00a7c{0}\u00a74 \u53d6\u6d88\u4e86\u50b3\u9001
teleportHereRequest=\u00a7c{0}\u00a74 \u8acb\u6c42\u4f60\u50b3\u9001\u5230\u4ed6\u90a3\u88e1
teleportNewPlayerError=\u00a74\u50b3\u9001\u65b0\u73a9\u5bb6\u5931\u6557
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 \u8acb\u6c42\u50b3\u9001\u5230\u4f60\u9019\u88
teleportRequestTimeoutInfo=\u00a76\u6b64\u8acb\u6c42\u5c07\u5728 {0} \u79d2\u5167\u53d6\u6d88
teleportTop=\u00a76\u50b3\u9001\u5230\u9802\u90e8
teleportationCommencing=\u00a76\u6e96\u5099\u50b3\u9001...
teleportationDisabled=\u00a76\u50b3\u9001\u5df2\u7981\u7528
teleportationDisabledFor=\u00a76\u50b3\u9001\u5df2\u5c0d {0} \u7981\u7528.
teleportationEnabled=\u00a76\u50b3\u9001\u5df2\u555f\u7528
teleportationEnabledFor=\u00a76\u50b3\u9001\u5df2\u5c0d {0} \u555f\u7528.
teleportationDisabled=\u00a76\u50b3\u9001 \u00a7c\u5df2\u7d93\u7981\u7528\u00a76\u3002
teleportationDisabledFor=\u00a7c{0}\u00a76\u7684\u50b3\u9001 \u00a7c\u5df2\u7d93\u7981\u7528\u00a76\u3002
teleportationEnabled=\u00a76\u50b3\u9001 \u00a7c\u5df2\u7d93\u555f\u7528\u00a76\u3002
teleportationEnabledFor=\u00a7c{0}\u00a76\u7684\u50b3\u9001 \u00a7c\u5df2\u7d93\u555f\u7528\u00a76\u3002
teleporting=\u00a76\u6b63\u5728\u50b3\u9001...
tempBanned=\u5df2\u81e8\u6642\u88ab\u670d\u52d9\u5668\u5c01\u7981,\u7406\u7531\:{0}
teleportToPlayer=\u00a76\u50b3\u9001\u5230 \u00a7c{0}\u00a76\u3002
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a76\u4f60\u7121\u6cd5\u81e8\u6642\u5c01\u7981\u6389\u8a72\u73a9\u5bb6
thunder=\u00a76\u4f60 \u00a7c{0} \u00a76\u4e86\u4f60\u7684\u4e16\u754c\u7684\u9583\u96fb
thunderDuration=\u00a76\u4f60 \u00a7c{0} \u00a76\u4e86\u4f60\u7684\u4e16\u754c\u7684\u9583\u96fb\u00a7c {1} \u00a76\u79d2
timeBeforeHeal=\u00a76\u6cbb\u7642\u51b7\u537b\:{0}
timeBeforeTeleport=\u00a76\u50b3\u9001\u51b7\u537b\:{0}
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeFormat=\u00a7c{0}\u00a76 \u6216 \u00a7c{1}\u00a76 \u6216 \u00a7c{2}\u00a76
timeSetPermission=\u00a74\u4f60\u6c92\u6709\u8a2d\u7f6e\u6642\u9593\u7684\u6b0a\u9650
timeWorldCurrent=\u00a76\u76ee\u524d\u4e16\u754c {0} \u7684\u6642\u9593\u662f \u00a73{1}
timeWorldSet=\u00a76\u6642\u9593\u88ab\u8a2d\u7f6e\u70ba {0} \u65bc\u4e16\u754c\:\u00a74{1}
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7a\u51fa\u552e\u7684\u6240\u6709\u65b9\u584a\u584a\uff0c\u
tps=\u00a76\u7576\u524d TPS \= {0}
tradeSignEmpty=\u00a74\u4ea4\u6613\u724c\u4e0a\u6c92\u6709\u4f60\u53ef\u7372\u5f97\u7684\u6771\u897f
tradeSignEmptyOwner=\u00a74\u4ea4\u6613\u724c\u4e0a\u6c92\u6709\u4f60\u53ef\u6536\u96c6\u7684\u6771\u897f
treeFailure=\u00a74\u751f\u6210\u6a39\u6728\u5931\u6557,\u5728\u8349\u584a\u4e0a\u6216\u571f\u4e0a\u518d\u8a66\u4e00\u6b21
treeSpawned=\u00a76\u751f\u6210\u6a39\u6728\u6210\u529f
true=\u00a7a\u662f\u00a7r
typeTpaccept=\u00a76\u82e5\u60f3\u63a5\u53d7\u50b3\u9001,\u8f38\u5165 \u00a74/tpaccept\u00a76
typeTpdeny=\u00a76\u82e5\u60f3\u62d2\u7d55\u50b3\u9001,\u8f38\u5165 \u00a74/tpdeny\u00a76
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76\u4f60\u5df2\u4e0d\u518d\u5c4f\u853d\u73a9\u5bb6 {0}
unknownItemId=\u00a74\u672a\u77e5\u7684\u7269\u54c1ID\:{0}
unknownItemInList=\u00a74\u672a\u77e5\u7684\u7269\u54c1 {0} \u65bc {1} \u5217\u8868
unknownItemName=\u00a74\u672a\u77e5\u7684\u7269\u54c1\u540d\u7a31\:{0}
unlimitedItemPermission=\u00a74\u6c92\u6709\u6b0a\u9650\u4f86\u4f7f\u8a72\u7269\u54c1\u7121\u9650 {0}
unlimitedItems=\u00a76\u7121\u9650\u7269\u54c1\:
unmutedPlayer=\u00a76\u73a9\u5bb6 \u00a7c{0}\u00a76 \u88ab\u5141\u8a31\u767c\u8a00
unvanishedReload=\u00a74\u5916\u639b\u7a0b\u5f0f\u91cd\u8f09\u8feb\u4f7f\u4f60\u7684\u96b1\u8eab\u6a21\u5f0f\u5931\u6548.
upgradingFilesError=\u5347\u7d1a\u6587\u4ef6\u6642\u767c\u751f\u932f\u8aa4
@@ -480,7 +463,7 @@ warpSet=\u00a76\u5730\u6a19 \u00a7c{0} \u00a76\u5df2\u8a2d\u7f6e
warpUsePermission=\u00a74\u4f60\u6c92\u6709\u4f7f\u7528\u8a72\u5730\u6a19\u7684\u6b0a\u9650
warpingTo=\u00a76\u50b3\u9001\u5230\u5730\u6a19 \u00a7c{0}
warps=\u00a76\u5730\u6a19\: \u00a7r{0}
warpsCount=\u00a76\u9019\u6709 {0} \u5730\u6a19,\u986f\u793a \u7b2c {1} \u9801/\u5171 {2} \u9801
warpsCount=\u00a76\u9019\u4e9b\u662f\u00a7c {0} \u00a76warps\uff0c\u986f\u793a\u9801\u6578\uff1a\u7b2c \u00a7c{1} \u00a76\u9801\uff0c\u5171 \u00a7c{2}\u00a76 \u9801\u3002
weatherStorm=\u00a76\u4f60\u5c07 {0} \u7684\u5929\u6c23\u6539\u70ba\u96e8\u96ea
weatherStormFor=\u00a76\u4f60\u5c07 {0} \u7684\u5929\u6c23\u7684\u6539\u70ba\u96e8\u96ea,\u6301\u7e8c {1} \u79d2
weatherSun=\u00a76\u4f60\u5c07 {0} \u7684\u5929\u6c23\u6539\u70ba\u6674\u5929
@@ -508,42 +491,50 @@ year=\u5e74
years=\u5e74
youAreHealed=\u00a76\u4f60\u5df2\u88ab\u6cbb\u7642
youHaveNewMail=\u00a76\u4f60\u64c1\u6709 \u00a7c{0}\u00a76 \u689d\u6d88\u606f\uff01\u00a7r\u8f38\u5165 \u00a7c/mail read\u00a76 \u4f86\u67e5\u770b
whoisHunger=\u00a76 - Hunger\:\u00a7r {0}/20 (+{1} saturation)
whoisHunger=\u00a76 - \u98e2\u9913\:\u00a7r {0}/20 (+{1} \u98fd\u98df\u5ea6)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost.
noKitGroup=\u00a74You do not have access to this kit.
inventoryClearingFromAll=\u00a76Clearing the inventory of all users...
inventoryClearingAllItems=\u00a76Cleared all inventory items from {0}\u00a76.
inventoryClearingAllArmor=\u00a76Cleared all inventory items and armor from {0}\u00a76.
inventoryClearingAllStack=\u00a76Cleared all\u00a7c {0} \u00a76from {1}\u00a76.
inventoryClearingStack=\u00a76Removed\u00a7c {0} \u00a76of\u00a7c {1} \u00a76from {2}\u00a76.
inventoryClearFail=\u00a74Player {0} \u00a74does not have\u00a7c {1} \u00a74of\u00a7c {2}\u00a74.
giveSpawnFailure=\u00a74\u6c92\u6709\u8db3\u5920\u7684\u7a7a\u9593, \u00a7c{0} \u00a7c{1} \u00a74\u5df2\u907a\u5931.
noKitGroup=\u00a74\u4f60\u6c92\u6709\u6b0a\u9650\u4f7f\u7528\u9019\u500b\u5de5\u5177\u7d44.
inventoryClearingFromAll=\u00a76\u6e05\u9664\u6240\u6709\u73a9\u5bb6\u7684\u96a8\u8eab\u7269\u54c1...
inventoryClearingAllItems=\u00a76\u6e05\u9664{0}\u7684\u96a8\u8eab\u7269\u54c1\u00a76.
inventoryClearingAllArmor=\u00a76\u6e05\u9664{0}\u7684\u96a8\u8eab\u7269\u54c1\u548c\u88dd\u5099\u00a76.\u00a0
inventoryClearingAllStack=\u00a76\u6e05\u9664\u6240\u6709{1}\u00a76\u7684\u00a7c{0}\u00a76.
inventoryClearingStack=\u00a76\u6e05\u9664{2}\u7684\u00a7c{0}\u00a76\u500b\u00a7c{1}\u00a76.
inventoryClearFail=\u00a7\u73a9\u5bb6{0}\u00a74\u4e26\u6c92\u6709\u00a7c{1}\u00a74\u500b\u00a7c{2}\u00a74.
localNoOne=
totalSellableAll=\u00a7aThe total worth of all sellable items and blocks is \u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7aThe total worth of all sellable blocks is \u00a7c{1}\u00a7a.
radiusTooBig=\u00a74Radius is too big\! Maximum radius is {0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76is banned.
mobDataList=\u00a76Valid mob data\:\u00a7r {0}
vanish=\u00a76Vanish for {0}\u00a76\: {1}
noLocationFound=\u00a74No valid location found.
totalSellableAll=\u00a7a\u6240\u6709\u53ef\u8ce3\u51fa\u7269\u54c1\u548c\u65b9\u584a\u7684\u50f9\u503c\u70ba\u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7a\u6240\u6709\u53ef\u8ce3\u51fa\u65b9\u584a\u7684\u50f9\u503c\u70ba\u00a7c{1}\u00a7a.
radiusTooBig=\u00a74\u7bc4\u570d\u592a\u5927\! \u6700\u5927\u7bc4\u570d\u70ba{0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76\u5df2\u88ab\u5c01\u9396\u3002
mobDataList=\u00a76\u6709\u6548\u7684\u751f\u7269\u8cc7\u6599\uff1a\u00a7r {0}
vanish=\u00a76\u5c07 {0} \u00a76\u7684\u96b1\u5f62\u6a21\u5f0f {1}
noLocationFound=\u00a74\u627e\u4e0d\u5230\u6709\u6548\u5730\u9ede\u3002
coordsKeyword={0}, {1}, {2}
banExemptOffline=\u00a74You may not ban offline players.
tempbanExemptOffline=\u00a74You may not tempban offline players.
mayNotJailOffline=\u00a74You may not jail offline players.
muteExemptOffline=\u00a74You may not mute offline players.
ignoreExempt=\u00a74You can not ignore that player.
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
banExemptOffline=\u00a74\u4f60\u4e0d\u80fd\u5c01\u9396\u96e2\u7dda\u73a9\u5bb6\u3002
tempbanExemptOffline=\u00a74\u4f60\u4e0d\u80fd\u66ab\u6642\u5c01\u9396\u96e2\u7dda\u73a9\u5bb6\u3002
mayNotJailOffline=\u00a74\u4f60\u4e0d\u80fd\u5c07\u96e2\u7dda\u73a9\u5bb6\u95dc\u5165\u76e3\u7344\u3002
muteExemptOffline=\u00a74\u4f60\u4e0d\u80fd\u5c07\u96e2\u7dda\u73a9\u5bb6\u7981\u8a00
ignoreExempt=\u00a74\u4f60\u4e0d\u80fd\u5ffd\u7565\u90a3\u500b\u73a9\u5bb6\u3002
unsafeTeleportDestination=\u00a74\u50b3\u9001\u76ee\u7684\u5730\u4e0d\u5b89\u5168\u4e14\u5b89\u5168\u50b3\u9001\u8655\u65bc\u7981\u7528\u72c0\u614b
noMetaJson=\u9019\u500b\u7248\u672c\u7684 Bukkit \u4e0d\u652f\u63f4 JSON \u4e2d\u7e7c\u8cc7\u6599
maxMoney=\u00a74\u9019\u7b46\u4ea4\u6613\u5c07\u8d85\u51fa\u6b64\u5e33\u6236\u7684\u9918\u984d\u9650\u5236
skullChanged=\u00a76\u982d\u9871\u4fee\u6539\u70ba \u00a7c{0}\u00a76\u3002
alphaNames=\u00a74\u73a9\u5bb6\u540d\u7a31\u53ea\u80fd\u7531\u5b57\u6bcd\u3001\u6578\u5b57\u3001\u5e95\u7dda\u7d44\u6210\u3002
givenSkull=\u00a76\u4f60\u53d6\u5f97\u4e86\u00a7c {0} \u00a76\u7684\u982d\u9871\u3002
noPermissionSkull=\u00a74\u4f60\u6c92\u6709\u6b0a\u9650\u4fee\u6539\u9019\u500b\u982d\u9871\u3002
teleportInvalidLocation=\u5ea7\u6a19\u7684\u6578\u503c\u4e0d\u5f97\u8d85\u904e 30000000
invalidSkull=\u00a74\u8acb\u62ff\u8457\u73a9\u5bb6\u982d\u9871
weatherInvalidWorld=\u627e\u4e0d\u5230\u540d\u70ba {0} \u7684\u4e16\u754c\uff01
gameModeInvalid=\u00a74\u4f60\u5fc5\u9808\u6307\u5b9a\u4e00\u500b\u6709\u6548\u7684\u73a9\u5bb6\u6216\u6a21\u5f0f
mailTooLong=\u00a74\u90f5\u4ef6\u8a0a\u606f\u904e\u9577\uff0c\u8acb\u4e0d\u8981\u8d85\u904e1000\u5b57\u3002
mailDelay=\u5728\u6700\u5f8c\u4e00\u5206\u9418\u5167\u767c\u9001\u592a\u591a\u90f5\u4ef6\uff0c\u6700\u591a {0} \u5c01
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74\u7121\u6cd5\u751f\u6210 \u00a7c{0}\u00a74\uff0c\u9019\u4e0d\u662f\u53ef\u751f\u6210\u7684\u7269\u4ef6\u3002
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -20,20 +20,15 @@ antiBuildUse=\u00a74\u4f60\u6c92\u6709\u8a31\u53ef\u6b0a\u4f7f\u7528\u00a74 {0}\
autoAfkKickReason=\u4f60\u56e0\u70ba\u9577\u6642\u9593\u672a\u80fd\u5728\u904a\u6232\u4e2d\u505a\u51fa\u52d5\u4f5c\u4e26\u8d85\u904e {0} \u5206\u9418\u800c\u88ab\u4f3a\u670d\u5668\u8acb\u51fa\uff01
backAfterDeath=\u00a76\u4f7f\u7528\u300c/back\u300d\u6307\u4ee4\u4f86\u56de\u5230\u6b7b\u4ea1\u5730\u9ede
backUsageMsg=\u00a76\u56de\u5230\u4e0a\u4e00\u4f4d\u7f6e
backupDisabled=\u00a74\u5099\u4efd\u914d\u7f6e\u6587\u4ef6\u672a\u88ab\u8a2d\u7f6e.
backupFinished=\u00a76\u5099\u4efd\u5b8c\u6210.
backupStarted=\u00a76\u5099\u4efd\u958b\u59cb
balance=\u00a7a\u73fe\u91d1\:{0}
balanceOther=\u00a7a{0}\u7684\u91d1\u9322\:\u00a7c {1}
balanceTop=\u00a76\u91d1\u9322\u6392\u884c\:{0}
banExempt=\u00a74\u4f60\u4e0d\u80fd\u5c01\u7981\u90a3\u500b\u73a9\u5bb6\u00a7r
banFormat=\u00a74\u5df2\u5c01\u7981\:\u00a7r {0}
bed=\u00a77\u5e8a\u00a7r
bedMissing=\u00a7r54\u4f60\u7684\u5e8a\u5df2\u4e1f\u5931\u6216\u963b\u64cb
bedMissing=\u00a74\u4f60\u7684\u5e8a\u5df2\u4e1f\u5931\u6216\u963b\u64cb
bedNull=\u00a7m\u5e8a\u00a7r
bedSet=\u00a7m\u5df2\u8a2d\u7f6e\u5e8a\u00a7r
bigTreeFailure=\u00a74\u751f\u6210\u5927\u6a39\u5931\u6557.\u5728\u571f\u584a\u6216\u8349\u584a\u4e0a\u9762\u518d\u8a66\u4e00\u6b21
bigTreeSuccess=\u00a76\u5df2\u751f\u6210\u5927\u6a39
bedSet=\u00a76\u5df2\u8a2d\u7f6e\u5e8a
blockList=\u00a76Essentials \u63d2\u4ef6\u5c07\u50b3\u905e\u4e0b\u5217\u6307\u4ee4\u7d66\u5176\u4ed6\u63d2\u4ef6\:
bookAuthorSet=\u00a76\u9019\u672c\u66f8\u7684\u4f5c\u8005\u5df2\u88ab\u8a2d\u7f6e\u70ba {0}.
bookLocked=\u00a76\u9019\u672c\u66f8\u73fe\u5728\u6b63\u88ab\u9396\u5b9a.
@@ -53,7 +48,6 @@ chatTypeSpy=[\u76e3\u807d]
cleaned=\u73a9\u5bb6\u8cc7\u6599\u5df2\u6e05\u9664
cleaning=\u6e05\u9664\u73a9\u5bb6\u8cc7\u6599...
commandFailed=\u6307\u4ee4 {0} \u5931\u6557\:
commandHelpFailedForPlugin=\u7121\u6cd5\u53d6\u5f97\u6b64\u63d2\u4ef6\u7684\u8aaa\u660e\:{0}
commandNotLoaded=\u00a74 {0} \u6307\u4ee4\u8f09\u5165\u5931\u6557
compassBearing=\u00a76\u65b9\u5411\:{0}\uff08{1}\u5ea6\uff09
configFileMoveError=\u79fb\u52d5config.yml\u6587\u4ef6\u5230\u5099\u4efd\u4f4d\u7f6e\u5931\u6557
@@ -83,7 +77,6 @@ depth=\u00a76\u4f60\u4f4d\u65bc\u6d77\u62d40\u683c\u8655
depthAboveSea=\u00a76\u4f60\u4f4d\u65bc\u6d77\u62d4\u6b63\u00a7c{0}\u00a76\u683c\u8655
depthBelowSea=\u00a76\u4f60\u4f4d\u65bc\u6d77\u62d4\u8ca0\u00a7c{0}\u00a76\u683c\u8655
destinationNotSet=\u76ee\u7684\u5730\u672a\u8a2d\u7f6e.
disableUnlimited=\u00a76\u53d6\u6d88\u4e86 {1} \u7684\u7121\u9650\u653e\u7f6e \u00a7c{0} \u00a76\u7684\u80fd\u529b
disabled=\u95dc\u9589
disabledToSpawnMob=\u00a74\u5df2\u7981\u6b62\u6b64\u751f\u7269\u7684\u751f\u6210.
distance=\u00a76\u8ddd\u96e2\: {0}
@@ -92,7 +85,6 @@ downloadingGeoIp=\u4e0b\u8f09GeoIP\u8cc7\u6599\u5eab\u4e2d
duplicatedUserdata=\u8907\u88fd\u4e86\u73a9\u5bb6\u5b58\u6a94\:{0} \u548c {1}
durability=\u00a76\u9019\u500b\u5de5\u5177\u9084\u6709 \u00a74{0}\u00a76 \u6301\u4e45
editBookContents=\u00a7e\u4f60\u73fe\u5728\u53ef\u4ee5\u7de8\u8f2f\u9019\u672c\u66f8\u7684\u5167\u5bb9.
enableUnlimited=\u00a76\u7121\u9650\u5236\u7684\u00a7c {0} \u00a76\u5df2\u7d93\u7d66\u8207 {1}.
enabled=\u958b\u555f
enchantmentApplied=\u00a76\u9644\u9b54 \u00a7c{0} \u00a76\u5df2\u88ab\u61c9\u7528\u5230\u4f60\u624b\u4e2d\u7684\u5de5\u5177.
enchantmentNotFound=\u00a74\u672a\u627e\u5230\u8a72\u9644\u9b54.
@@ -103,7 +95,7 @@ errorCallingCommand=\u932f\u8aa4\u7684\u547c\u53eb\u6307\u4ee4\:/{0}
errorWithMessage=\u00a7c\u932f\u8aa4\:{0}
essentialsHelp1=Essentials\u7121\u6cd5\u5c07\u5176\u6253\u958b
essentialsHelp2=Essentials\u7121\u6cd5\u5c07\u5176\u6253\u958b
essentialsReload=\u00a76Essentials \u5df2\u91cd\u65b0\u8f09\u5165\u00a7c{0}
essentialsReload=\u00a76Essentials \u5df2\u91cd\u65b0\u8f09\u5165\u00a7c {0}\u3002
exp=\u00a74{0} \u00a76\u64c1\u6709\u00a7c {1} \u00a76\u7d93\u9a57\u503c (\u7b49\u7d1a\u00a7c {2}\u00a76) \u9700\u8981\u00a7c {3} \u00a76\u7d93\u9a57\u624d\u80fd\u5347\u7d1a.
expSet=\u00a7c\u4f60\u5c07{0} \u00a76\u7684\u7d93\u9a57\u8a2d\u7f6e\u70ba\u00a7c {1} \u00a76\u7d93\u9a57\u503c.
extinguish=\u00a76\u4f60\u7184\u6ec5\u4e86\u4f60\u81ea\u5df1\u8eab\u4e0a\u7684\u706b
@@ -113,7 +105,7 @@ failedToCreateConfig=\u5275\u5efa\u914d\u7f6e {0} \u5931\u6557
failedToWriteConfig=\u5beb\u5165\u914d\u7f6e {0} \u5931\u6557
false=\u00a74\u5426\u00a7r
feed=\u5df2\u7d93\u98fd\u548c,\u7121\u6cd5\u589e\u52a0\u98e2\u9913\u5ea6.
feedOther=\u00a76\u5df2\u7d93\u98fd\u548c{0}.
feedOther=\u00a76You satiated the appetite of \u00a7c{0}\u00a76.
fileRenameError=\u91cd\u547d\u540d\u6587\u4ef6 {0} \u5931\u6557
fireworkColor=\u00a74\u4f7f\u7528\u4e86\u7121\u6548\u7684\u7159\u82b1\u586b\u5145\u53c3\u6578\uff0c\u5fc5\u9808\u9996\u5148\u8a2d\u7f6e\u4e00\u500b\u984f\u8272\u3002
fireworkEffectsCleared=\u00a76\u5f9e\u6301\u6709\u7684\u7269\u54c1\u4e2d\u79fb\u9664\u4e86\u6240\u6709\u7279\u6548.
@@ -122,7 +114,7 @@ flyMode=\u00a76 \u5df2\u70ba\u00a7c{1}\u00a76\u8a2d\u7f6e\u4e86\u98db\u884c\u6a2
flying=\u98db\u884c\u4e2d
foreverAlone=\u00a74\u4f60\u6c92\u6709\u53ef\u56de\u5fa9\u7684\u73a9\u5bb6
fullStack=\u00a74\u4f60\u7684\u7269\u54c1\u5df2\u7d93\u6700\u591a\u4e86.
gameMode=\u00a76\u5df2\u8a2d\u7f6e{1}\u7684\u904a\u6232\u6a21\u5f0f\u70ba{0}.
gameMode=\u00a76\u5c07\u00a7c{1}\u00a76\u7684\u904a\u6232\u6a21\u5f0f\u8a2d\u5b9a\u70ba\u00a7c {0} \u00a76\u3002
gcWorld=\u00a76{0} "\u00a7c{1}\u00a76"\: \u00a7c{2}\u00a76 \u5340\u584a, \u00a7c{3}\u00a76 \u5be6\u9ad4, \u00a7c{4}\u00a76 \u5340\u584a\u8cc7\u6599.
gcfree=\u7a7a\u9592\u5167\u5b58\: \u00a7c{0} MB
gcmax=\u6700\u5927\u5167\u5b58\: \u00a7c{0} MB
@@ -131,7 +123,7 @@ geoIpUrlEmpty=GeoIP\u4e0b\u8f09\u9023\u7d50\u70ba\u7a7a
geoIpUrlInvalid=GeoIP\u4e0b\u8f09\u9023\u7d50\u5931\u6548
geoipJoinFormat=\u73a9\u5bb6 {0} \u4f86\u81ea\u65bc {1}
giveSpawn=\u00a76\u7d66\u4e88\u00a7c {2} \u00a76 \u00a7c {0} \u500b\u00a7c {1}\u00a76.
godDisabledFor=\u00a74\u53d6\u6d88\u4e86 \u00a7c{0} \u00a76\u7684\u4e0a\u5e1d\u6a21\u5f0f
godDisabledFor=\u00a7cdisabled\u00a76 for\u00a7c {0}
godEnabledFor=\u00a74\u958b\u555f\u4e86\u00a7c {0} \u00a76\u7684\u4e0a\u5e1d\u6a21\u5f0f
godMode=\u00a76\u4e0a\u5e1d\u6a21\u5f0f \u00a7c{0}
groupDoesNotExist=\u00a74\u7576\u524d\u7d44\u6c92\u6709\u4eba\u5728\u7dda\!
@@ -145,12 +137,7 @@ haveBeenReleased=\u00a76\u4f60\u5df2\u88ab\u91cb\u653e
heal=\u00a76\u4f60\u5df2\u88ab\u6cbb\u7642
healDead=\u00a74\u4f60\u4e0d\u80fd\u6cbb\u7642\u4e00\u500b\u6b7b\u4eba\!
healOther=\u00a76\u5df2\u6cbb\u7642\u00a7c {0}
helpConsole=\u5f9e\u63a7\u5236\u53f0\u67e5\u770b\u5e6b\u52a9,\u8acb\u8f38\u5165\u300c?\u300d
helpFrom=\u00a76\u4f86\u81ea\u65bc {0} \u7684\u6307\u4ee4
helpLine=\u00a76/{0}\u00a7r\: {1}
helpMatching=\u00a76\u6307\u4ee4\u7b26\u5408 "\u00a7c{0}\u00a76"\:
helpOp=\u00a74[\u6c42\u52a9OP]\u00a7r \u00a76{0}\:\u00a7r {1}
helpPlugin=\u00a74{0}\u00a7r\: \u5916\u639b\u7a0b\u5f0f\u5e6b\u52a9\: /help {1}
holdBook=\u00a74\u4f60\u9700\u8981\u62ff\u8457\u4e00\u672c\u53ef\u5beb\u7684\u66f8.
holdFirework=\u00a74\u4f60\u5fc5\u9808\u62ff\u8457\u7159\u706b\u624d\u80fd\u589e\u52a0\u7279\u6548.
holdPotion=\u00a74\u4f60\u5fc5\u9808\u62ff\u8457\u85e5\u6c34\u624d\u80fd\u589e\u52a0\u7279\u6548.
@@ -168,10 +155,10 @@ infoPages=\u00a7e----\u7b2c \u00a7c{0}\u00a7e \u9801/\u5171 \u00a7c{1}\u00a7e \u
infoUnknownChapter=\u00a74\u672a\u77e5\u7ae0\u7bc0\u3002
insufficientFunds=\u00a74\u53ef\u7528\u8cc7\u91d1\u4e0d\u8db3.
invalidCharge=\u00a74\u7121\u6548\u7684\u50f9\u683c
invalidFireworkFormat=\u00a76\u9019\u500b\u9078\u9805 \u00a74{0} \u00a76\u5c0d \u00a74{1}\u00a76 \u4e0d\u662f\u4e00\u500b\u6709\u6548\u7684\u503c \u00a76.
invalidFireworkFormat=\u00a74The option \u00a7c{0} \u00a74is not a valid value for \u00a7c{1}\u00a74.
invalidHome=\u00a74\u5bb6\u00a7c {0} \u00a74\u4e0d\u5b58\u5728\!
invalidHomeName=\u00a74\u7121\u6548\u7684\u5bb6\u540d\u7a31\!
invalidMob=\u00a74Invalid mob type.
invalidMob=\u00a74\u7121\u6548\u751f\u7269\u985e\u578b
invalidNumber=\u7121\u6548\u7684\u6578\u5b57.
invalidPotion=\u00a74\u7121\u6548\u7684\u85e5\u6c34.
invalidPotionMeta=\u00a74\u7121\u6548\u7684\u85e5\u6c34\u6578\u64da\: \u00a7c{0}\u00a74.
@@ -203,11 +190,11 @@ kickDefault=\u5f9e\u4f3a\u670d\u5668\u8acb\u51fa
kickExempt=\u00a74\u4f60\u7121\u6cd5\u8acb\u51fa\u8a72\u73a9\u5bb6.
kickedAll=\u00a74\u5df2\u5c07\u6240\u6709\u73a9\u5bb6\u8acb\u51fa\u4f3a\u670d\u5668.
kill=\u00a76\u6bba\u6b7b\u4e86 \u00a7c{0}
killExempt=\u00a74\u4f60\u4e0d\u80fd\u6bba\u6b7b {0}
killExempt=\u00a74\u4f60\u4e0d\u80fd\u6bba\u5bb3 \u00a7c{0}\u00a74\u3002
kitCost=\ \u00a77\u00a7o({0})\u00a7r
kitError2=\u00a74\u8a72\u5de5\u5177\u5305\u53ef\u80fd\u4e0d\u5b58\u5728\u6216\u8005\u88ab\u62d2\u7d55\u4e86.
kitError=\u00a74\u6c92\u6709\u6709\u6548\u7684\u5de5\u5177\u5305
kitGiveTo=\u00a76\u6210\u529f\u767c\u9001\u5de5\u5177\u5305\u00a7c {0}\u00a76 \u7d66 {1}\u00a7.
kitGiveTo=\u00a76\u7d66\u4e88\u00a7c{1}\u00a76\u5de5\u5177\u5305\u00a7c {0}\u00a76\u3002
kitInvFull=\u00a74\u4f60\u7684\u80cc\u5305\u5df2\u6eff,\u5de5\u5177\u5305\u5c07\u653e\u5728\u5730\u4e0a
kitNotFound=\u00a74\u5de5\u5177\u5305\u4e0d\u5b58\u5728.
kitOnce=\u00a74\u4f60\u4e0d\u80fd\u518d\u6b21\u4f7f\u7528\u8a72\u5de5\u5177\u5305.
@@ -224,10 +211,10 @@ listGroupTag=\u00a76{0}\u00a7r\: \u00a7r
listHiddenTag=\u00a77[\u96b1\u8eab]\u00a7r
loadWarpError=\u00a74\u8f09\u5165\u5730\u6a19 {0} \u5931\u6557
localFormat=[L]<{0}> {1}
mailClear=\u00a76\u82e5\u8981\u6a19\u8a18\u4f60\u7684\u90f5\u4ef6\u70ba\u5df2\u8b80,\u8f38\u5165\u300c/mail clear\u300d
mailClear=\u00a76\u8f38\u5165\u00a7c /mail clear\u00a76 \u5c07\u90f5\u4ef6\u6a19\u793a\u70ba\u5df2\u8b80\u3002
mailCleared=\u00a76\u90f5\u7bb1\u5df2\u6e05\u7a7a\uff01
mailSent=\u00a76\u90f5\u4ef6\u5df2\u767c\u51fa\uff01
markMailAsRead=\u00a76\u82e5\u8981\u6a19\u8a18\u4f60\u7684\u90f5\u4ef6\u70ba\u5df2\u8b80,\u8f38\u5165\u300c/mail clear\u300d
markMailAsRead=\u00a76\u8f38\u5165\u00a7c /mail clear\u00a76 \u5c07\u90f5\u4ef6\u6a19\u793a\u70ba\u5df2\u8b80\u3002
markedAsAway=\u00a76\u4f60\u5df2\u8a2d\u7f6e\u96e2\u958b.
markedAsNotAway=\u00a76\u4f60\u5df2\u8a2d\u7f6e\u53d6\u6d88\u96e2\u958b.
matchingIPAddress=\u00a76\u4ee5\u4e0b\u662f\u4f86\u81ea\u8a72IP\u4f4d\u5740\u7684\u73a9\u5bb6\:
@@ -236,7 +223,7 @@ mayNotJail=\u00a74\u4f60\u7121\u6cd5\u56da\u7981\u8a72\u73a9\u5bb6
me=\u6211
minute=\u5206\u9418
minutes=\u5206\u9418
missingItems=\u00a74\u4f60\u6c92\u6709 {0}x {1}.
missingItems=\u00a74You do not have \u00a7c{0}x {1}\u00a74.
mobSpawnError=\u00a74\u66f4\u6539\u5237\u602a\u7c60\u6642\u767c\u751f\u932f\u8aa4
mobSpawnLimit=\u751f\u7269\u6578\u91cf\u592a\u591a,\u7121\u6cd5\u751f\u6210
mobSpawnTarget=\u00a74\u76ee\u6a19\u65b9\u584a\u5fc5\u9808\u662f\u4e00\u500b\u5237\u602a\u7c60
@@ -246,8 +233,8 @@ moneySentTo=\u00a7a{0} \u5df2\u767c\u9001\u5230 {1}
month=\u6708
months=\u6708
moreThanZero=\u00a74\u6578\u91cf\u5fc5\u9808\u5927\u65bc0
moveSpeed=\u00a76\u70ba\u00a7c{2}\u00a76\u8a2d\u7f6e\u00a7c {0} \u00a76\u901f\u5ea6\u70ba\u00a7c {1} \u00a76.
msgFormat=\u00a76[{0}\u00a76 -> {1}\u00a76] \u00a7r{2}
moveSpeed=\u00a76\u5c07\u00a7c{2}\u00a76\u7684 {0} \u901f\u5ea6\u8a2d\u5b9a\u70ba\u00a7c {1} \u00a76\u3002
msgFormat=\u00a76[\u00a7c{0}\u00a76 -> \u00a7c{1}\u00a76] \u00a7r{2}
multipleCharges=\u00a74\u60a8\u4e0d\u80fd\u5c0d\u9019\u500b\u7159\u82b1\u61c9\u7528\u591a\u65bc\u4e00\u500b\u7684\u88dd\u6599.
multiplePotionEffects=\u00a74\u60a8\u4e0d\u80fd\u5c0d\u9019\u500b\u7159\u82b1\u61c9\u7528\u591a\u65bc\u4e00\u500b\u7684\u6548\u679c.
muteExempt=\u00a74\u4f60\u7121\u6cd5\u7981\u8a00\u8a72\u73a9\u5bb6
@@ -262,15 +249,14 @@ nickDisplayName=\u00a74\u4f60\u9700\u8981\u6fc0\u6d3bchange-displayname.\u8a72\u
nickInUse=\u00a74\u90a3\u500b\u66b1\u7a31\u5df2\u88ab\u4f7f\u7528
nickNamesAlpha=\u00a74\u66b1\u7a31\u5fc5\u9808\u70ba\u5b57\u6bcd\u6216\u6578\u5b57.
nickNoMore=\u00a76\u4f60\u4e0d\u518d\u64c1\u6709\u4e00\u500b\u66b1\u7a31
nickSet=\u00a76\u4f60\u7684\u66b1\u7a31\u73fe\u5728\u662f \u00a74{0}
nickSet=\u00a76\u4f60\u7684\u66b1\u7a31\u73fe\u5728\u662f \u00a7c{0}\u00a76\u3002
nickTooLong=\u00a74\u9019\u500b\u66b1\u7a31\u592a\u9577.
noAccessCommand=\u00a74\u4f60\u6c92\u6709\u4f7f\u7528\u8a72\u547d\u4ee4\u7684\u8a31\u53ef\u6b0a
noAccessPermission=\u00a74\u4f60\u6c92\u6709\u4f7f\u7528 {0} \u7684\u8a31\u53ef\u6b0a
noAccessPermission=\u00a74You do not have permission to access that \u00a7c{0}\u00a74.
noBreakBedrock=\u00a74\u4f60\u4e0d\u80fd\u6467\u6bc0\u57fa\u5ca9\uff01
noDestroyPermission=\u00a74\u4f60\u6c92\u6709\u7834\u58de {0} \u7684\u8a31\u53ef\u6b0a
noDestroyPermission=\u00a74\u4f60\u6c92\u6709\u6b0a\u9650\u7834\u58de \u00a7c{0}\u00a74\u3002
noDurability=\u00a74\u9019\u500b\u7269\u54c1\u6c92\u6709\u8010\u4e45.
noGodWorldWarning=\u00a74\u7981\u6b62\u4f7f\u7528\u4e0a\u5e1d\u6a21\u5f0f.
noHelpFound=\u00a74\u6c92\u6709\u7b26\u5408\u7684\u6307\u4ee4.
noHomeSetPlayer=\u00a76\u8a72\u73a9\u5bb6\u9084\u672a\u8a2d\u7f6e\u5bb6
noIgnored=\u00a76\u4f60\u6c92\u6709\u5ffd\u7565\u4efb\u4f55\u4eba\u3002
noKitPermission=\u00a74\u4f60\u9700\u8981 \u00a74{0}\u00a74 \u8a31\u53ef\u6b0a\u4f86\u4f7f\u7528\u8a72\u5de5\u5177
@@ -300,8 +286,8 @@ now=\u73fe\u5728
nuke=\u00a7d\u6838\u6b66\u964d\u843d,\u6ce8\u610f\u96b1\u853d\uff01
numberRequired=\u9700\u8981\u8f38\u5165\u6578\u5b57\uff01
onlyDayNight=/time \u547d\u4ee4\u53ea\u6709 day/night \u5169\u500b\u9078\u64c7
onlyPlayerSkulls=\u00a74\u4f60\u53ea\u80fd\u8a2d\u7f6e\u4eba\u982d\u7684\u4e3b\u4eba (397\:3).
onlyPlayers=\u00a74\u96bb\u6709\u904a\u6232\u4e2d\u73a9\u5bb6\u624d\u53ef\u4f7f\u7528 {0}
onlyPlayerSkulls=\u00a74\u4f60\u53ea\u80fd\u8a2d\u5b9a\u73a9\u5bb6\u982d\u9871 (\u00a7c397\:3\u00a74) \u7684\u64c1\u6709\u8005\u3002
onlyPlayers=\u00a74\u53ea\u6709\u904a\u6232\u4e2d\u7684\u73a9\u5bb6\u53ef\u4ee5\u4f7f\u7528 \u00a7c{0}\u00a74\u3002
onlySunStorm=\u00a74/weather \u547d\u4ee4\u53ea\u6709 sun/storm \u5169\u500b\u9078\u64c7
orderBalances=\u00a76\u6392\u5e8f {0} \u00a76\u500b\u73a9\u5bb6\u7684\u8cc7\u91d1\u4e2d,\u8acb\u7a0d\u5019\u2026\u2026
oversizedTempban=\u00a74\u4f60\u53ef\u80fd\u6c92\u6709\u5728\u9019\u500b\u6642\u6bb5\u5c01\u7981\u73a9\u5bb6.
@@ -321,9 +307,9 @@ pWeatherPlayers=\u00a76\u9019\u4e9b\u73a9\u5bb6\u90fd\u6709\u81ea\u5df1\u7684\u5
pWeatherReset=\u00a76\u73a9\u5bb6\u7684\u5929\u6c23\u88ab\u91cd\u7f6e\: \u00a7c{0}
pWeatherSet=\u00a76\u73a9\u5bb6\u00a7c{1}\u00a76\u7684\u5929\u6c23\u88ab\u8a2d\u7f6e\u70ba \u00a7c{0}\u00a76 .
pendingTeleportCancelled=\u00a74\u5f85\u8655\u7406\u7684\u50b3\u9001\u8acb\u6c42\u5df2\u53d6\u6d88
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u7ae0\u3002
playerBanned=messages_zh_TW.properties
playerInJail=\u00a74\u8a72\u73a9\u5bb6\u5df2\u5728\u76e3\u7344 {0}
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for\: \u00a7c{2}\u00a76.
playerBanned=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u88ab\u5c01\u9396\u00a7c {1} \u00a76\uff0c\u56e0\u70ba \u00a7c{2}\u00a76\u3002
playerInJail=\u00a74\u73a9\u5bb6\u5df2\u7d93\u5728\u76e3\u7344\u00a7c {0}\u00a74\u3002
playerJailed=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u88ab\u902e\u6355\u4e86
playerJailedFor=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u88ab\u902e\u6355,\u6642\u9593\:{1}
playerKicked=\u00a74\u7ba1\u7406\u54e1 \u00a7c{0} \u00a76\u8acb\u51fa\u4e86 \u00a7c{1},\u00a76\u7406\u7531\:{2}
@@ -332,7 +318,7 @@ playerMutedFor=\u00a76\u4f60\u5df2\u88ab\u7981\u8a00.\u7406\u7531\: {0}
playerNeverOnServer=\u00a74\u73a9\u5bb6 \u00a7c{0} \u00a74\u5f9e\u6c92\u51fa\u73fe\u5728\u4f3a\u670d\u5668\u904e
playerNotFound=\u00a74\u73a9\u5bb6\u672a\u5728\u7dda\uff08\u6216\u4e0d\u5b58\u5728\uff09
playerUnbanIpAddress=\u00a76\u5df2\u89e3\u9664\u7528\u6236\u00a7c {0} \u00a76\u7684\u5c01\u7981IP\: {1}.
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned\u00a7c {1}.
playerUnbanned=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u5c07\u00a7c {1} \u00a76\u89e3\u9664\u5c01\u9396\u3002
playerUnmuted=\u00a76\u4f60\u88ab\u5141\u8a31\u767c\u8a00
pong=\u556a\uff01
posPitch=\u00a76\u4ef0\u89d2\: {0} (\u982d\u90e8\u7684\u89d2\u5ea6)
@@ -340,33 +326,33 @@ posX=\u00a76X\: {0} (+\u6771 <-> -\u897f)
posY=\u00a76Y\: {0} (+\u4e0a <-> -\u4e0b)
posYaw=\u00a76Yaw\: {0} (\u65cb\u8f49)
posZ=\u00a76Z\: {0} (+\u5357 <-> -\u5317)
possibleWorlds=\u00a76\u53ef\u884c\u7684\u4e16\u754c\u6578\u91cf\u70ba 0 \u5171 {0}
possibleWorlds=\u00a76Possible worlds are the numbers \u00a7c0\u00a76 through \u00a7c{0}\u00a76.
potions=\u00a76\u85e5\u6c34\:\u00a7r {0}\u00a76.
powerToolAir=\u00a74\u6307\u4ee4\u4e0d\u80fd\u5c0d\u8457\u7a7a\u6c23\u4f7f\u7528.
powerToolAlreadySet=\u00a74\u6307\u4ee4 \u00a7c{0}\u00a74 \u5df2\u88ab\u95dc\u806f\u7d66 {1}.
powerToolAlreadySet=\u00a74\u6307\u4ee4 \u00a7c{0}\u00a74 \u5df2\u7d93\u8a2d\u5b9a\u7d66 \u00a7c{1}\u00a74\u3002
powerToolAttach=\u00a7c{0}\u00a76 \u6307\u4ee4\u88ab\u95dc\u806f\u7d66 {1}
powerToolClearAll=\u00a76\u6240\u6709\u6bba\u624b\u7d1a\u6307\u4ee4\u5df2\u88ab\u6e05\u9664
powerToolList={1} \u6709\u5982\u4e0b\u547d\u4ee4\:\u00a74{0}\u00a7r.
powerToolListEmpty=\u00a7c{0} \u6c92\u6709\u88ab\u95dc\u806f\u5230\u6307\u4ee4.
powerToolNoSuchCommandAssigned=\u6307\u4ee4 \u00a74{0}\u00a7r \u672a\u88ab\u95dc\u806f\u7d66 {1}.
powerToolRemove=\u547d\u4ee4 \u00a74{0}\u00a7r \u88ab\u5f9e {1} \u4e0a\u79fb\u9664
powerToolRemoveAll=\u00a76\u79fb\u9664\u4e86 {0} \u4e0a\u7684\u6240\u6709\u6307\u4ee4.
powerToolNoSuchCommandAssigned=\u00a74\u6307\u4ee4 \u00a7c{0}\u00a74 \u6c92\u6709\u8a2d\u5b9a\u7d66 \u00a7c{1}\u00a74\u3002
powerToolRemove=\u00a76\u6307\u4ee4 \u00a7c{0}\u00a76 \u5df2\u7d93\u5f9e \u00a7c{1}\u00a76 \u79fb\u9664\u3002
powerToolRemoveAll=\u00a76\u6240\u6709\u6307\u4ee4\u5df2\u7d93\u5f9e \u00a7c{0}\u00a76 \u79fb\u9664\u3002
powerToolsDisabled=\u4f60\u6240\u6709\u7684\u5feb\u6377\u547d\u4ee4\u88ab\u51cd\u7d50
powerToolsEnabled=\u4f60\u6240\u6709\u7684\u5feb\u6377\u547d\u4ee4\u88ab\u6fc0\u6d3b
questionFormat=\u00a72[\u63d0\u554f]\u00a7r {0}
readNextPage=\u00a76\u8f38\u5165 \u00a7c/{0} {1} \u00a76\u4f86\u95b1\u8b80\u4e0b\u4e00\u9801
recipe=\u00a76\u00a7c{0}\u00a76\u7684\u5408\u6210\u914d\u65b9({2}\u4e4b{1})
recipe=\u00a76Recipe for \u00a7c{0}\u00a76 (\u00a7c{1}\u00a76 of \u00a7c{2}\u00a76)
recipeBadIndex=\u9019\u500b\u7de8\u865f\u6c92\u6709\u5339\u914d\u7684\u5408\u6210\u516c\u5f0f.
recipeFurnace=\u00a76\u51b6\u7149 \u00a7c{0}
recipeGrid=\u00a7{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a0\u00a7{0}X \u00a76\u70ba \u00a7c{1}
recipeFurnace=\u00a76Smelt\: \u00a7c{0}\u00a76.
recipeGrid=\u00a7c{0}X \u00a76| \u00a7{1}X \u00a76| \u00a7{2}X
recipeGridItem=\u00a7c{0}X \u00a76is \u00a7c{1}
recipeMore=\u00a76Type /{0} \u00a7c{1}\u00a76 <\u6578\u5b57> \u53bb\u67e5\u770b\u66f4\u591a\u7684 \u00a7c{2}\u00a76\u5408\u6210\u516c\u5f0f.
recipeNone=\u5c0d{0}\u6c92\u6709\u5339\u914d\u7684\u5408\u6210\u516c\u5f0f
recipeNothing=\u6c92\u6709\u6771\u897f
recipeShapeless=\u00a76\u7d50\u5408 \u00a7c{0}
recipeWhere=\u00a76\u7576\: {0}
removed=\u00a76\u79fb\u9664\u4e86\u00a7c {0} \u00a76\u9805
repair=\u00a76\u4f60\u5df2\u7d93\u6210\u529f\u7684\u4fee\u5fa9\u4e86\u4f60\u7684\:\u00a7c{0}
repair=\u00a76\u4f60\u5df2\u7d93\u6210\u529f\u4fee\u597d\u4e86\u4f60\u7684\uff1a \u00a7c{0}\u00a76\u3002
repairAlreadyFixed=\u00a74\u8a72\u7269\u54c1\u7121\u9700\u4fee\u5fa9
repairEnchanted=\u00a74\u4f60\u7121\u6b0a\u4fee\u5fa9\u9644\u9b54\u7269\u54c1
repairInvalidType=\u00a74\u8a72\u7269\u54c1\u7121\u6cd5\u4fee\u5fa9
@@ -378,19 +364,19 @@ requestDeniedFrom=\u00a7c{0}\u00a76 \u62d2\u7d55\u4e86\u4f60\u7684\u50b3\u9001\u
requestSent=\u00a76\u8acb\u6c42\u5df2\u767c\u9001\u7d66 {0}\u00a76
requestTimedOut=\u00a74\u50b3\u9001\u8acb\u6c42\u8d85\u6642\u2026\u2026
requiredBukkit=\u00a76\u4f60\u9700\u8981\u7248\u672c {0} \u4ee5\u4e0a\u7684bukkit.\u8acb\u81f3\u5b98\u7db2\u4e0b\u8f09
resetBal=\u00a76\u5df2\u7d93\u91cd\u7f6e\u6240\u6709\u5728\u7dda\u73a9\u5bb6\u7684\u91d1\u9322\u5230 \u00a7a{0} \u00a76.
resetBalAll=\u00a76\u5df2\u7d93\u91cd\u7f6e\u6240\u6709\u73a9\u5bb6\u7684\u91d1\u9322 \u00a7a{0} \u00a76.
returnPlayerToJailError=\u00a74\u5c07\u73a9\u5bb6{0}\u95dc\u56de\u76e3\u7344{1}\u6642\u767c\u751f\u932f\u8aa4
resetBal=\u00a76\u6240\u6709\u5728\u7dda\u73a9\u5bb6\u7684\u8ca1\u7522\u5df2\u7d93\u91cd\u7f6e\u70ba \u00a7c{0} \u00a76\u3002
resetBalAll=\u00a76\u6240\u6709\u73a9\u5bb6\u7684\u8ca1\u7522\u5df2\u7d93\u91cd\u7f6e\u70ba \u00a7c{0} \u00a76\u3002
returnPlayerToJailError=\u00a74\u5617\u8a66\u5c07\u73a9\u5bb6\u00a7c {0} \u00a74\u95dc\u56de\u76e3\u7344 \u00a7c{1}\u00a74 \u6642\u767c\u751f\u932f\u8aa4\uff01
runningPlayerMatch=\u00a76\u6b63\u5728\u641c\u7d22\u5339\u914d\u7684\u73a9\u5bb6 \u00a7c{0}\u00a76 (\u9019\u53ef\u80fd\u6703\u82b1\u8cbb\u4e00\u4e9b\u6642\u9593)
second=\u79d2
seconds=\u79d2
seenOffline=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u6700\u8fd1\u4e00\u6b21\u00a74\u4e0b\u7dda\u00a76\u70ba {1}
seenOnline=\u00a76\u73a9\u5bb6 \u00a7c{0} \u00a76\u6700\u8fd1\u4e00\u6b21\u00a7a\u767b\u9304\u00a76\u70ba {1}
seenOffline=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u5728 \u00a7c{1}\u00a76 \u5df2\u7d93 \u00a74\u96e2\u7dda\u00a76\u3002
seenOnline=\u00a76\u73a9\u5bb6\u00a7c {0} \u00a76\u5728 \u00a7c{1}\u00a76 \u5df2\u7d93 \u00a7a\u4e0a\u7dda\u00a76\u3002
serverFull=\u4f3a\u670d\u5668\u5df2\u6eff
serverTotal=\u00a76\u4f3a\u670d\u5668\u7e3d\u548c\: {0}
setBal=\u00a7a\u4f60\u7684\u91d1\u9322\u5df2\u88ab\u8a2d\u7f6e\u70ba {0}.
setBalOthers=\u00a7a\u6210\u529f\u8a2d\u7f6e {0} \u7684\u91d1\u9322\u70ba {1}.
setSpawner=\u00a76\u6539\u8b8a\u5237\u602a\u7c60\u70ba {0}
setSpawner=\u00a76\u6539\u8b8a\u751f\u602a\u78da\u578b\u614b\u70ba\u00a7c {0}\u00a76\u3002
sheepMalformedColor=\u00a74\u7121\u6548\u7684\u984f\u8272
shoutFormat=\u00a76[\u558a\u8a71]\u00a7r {0}
signFormatFail=\u00a74[{0}]
@@ -399,12 +385,12 @@ signFormatTemplate=[{0}]
signProtectInvalidLocation=\u00a74\u4f60\u4e0d\u5141\u8a31\u5728\u6b64\u653e\u7f6e\u724c\u5b50
similarWarpExist=\u00a74\u4e00\u500b\u540c\u540d\u7684\u5730\u6a19\u5df2\u5b58\u5728
slimeMalformedSize=\u00a74\u5927\u5c0f\u975e\u6cd5
socialSpy=\u00a76\u5df2\u5c0d \u00a7c{0}\u00a7r \u00a76{1}\u5728\u7dda\u73a9\u5bb6\u6307\u4ee4\u76e3\u8996
socialSpy=\u00a76SocialSpy for \u00a7c{0}\u00a76\: \u00a7c{1}
soloMob=\u00a74\u8a72\u751f\u7269\u559c\u6b61\u7368\u5c45
spawnSet=\u00a76\u5df2\u70ba\u00a7c {0}\u00a76 \u7d44\u7684\u8a2d\u7f6e\u51fa\u751f\u9ede
spawned=\u5df2\u751f\u6210
sudoExempt=\u00a74\u7121\u6cd5\u5f37\u5236\u4f7f\u6b64\u73a9\u5bb6\u57f7\u884c\u547d\u4ee4
sudoRun=\u00a76\u5f37\u5236\u4f7f\u00a7c {0} \u00a76\u904b\u884c\u547d\u4ee4\:\u00a7r /{1} {2}
sudoRun=\u00a76Forcing\u00a7c {0} \u00a76to run\:\u00a7r /{1}
suicideMessage=\u00a76\u6c38\u5225\u4e86,\u6b98\u9177\u7684\u4e16\u754c\u2026\u2026
suicideSuccess=\u00a7c{0} \u00a76\u7d50\u675f\u4e86\u4ed6\u81ea\u5df1\u7684\u751f\u547d
survival=\u751f\u5b58\u6a21\u5f0f
@@ -412,7 +398,7 @@ takenFromAccount=\u00a7a\u5f9e\u4f60\u7684\u8cec\u6236\u4e2d\u6263\u9664\u4e86 {
takenFromOthersAccount=\u00a7a\u5f9e {1} \u00a7a\u4e2d\u7684\u8cec\u6236\u6263\u9664\u4e86 {0}.\u76ee\u524d\u91d1\u9322\: {2}
teleportAAll=\u00a76\u5411\u6240\u6709\u73a9\u5bb6\u767c\u9001\u4e86\u50b3\u9001\u8acb\u6c42\u2026\u2026
teleportAll=\u00a76\u50b3\u9001\u4e86\u6240\u6709\u73a9\u5bb6\u2026\u2026
teleportAtoB=\u00a7c{0}\u00a76 \u50b3\u9001\u4f60\u5230 {1}\u00a76
teleportAtoB=\u00a7c{0}\u00a76 \u5c07\u4f60\u50b3\u9001\u5230 \u00a7c{1}\u00a76\u3002
teleportDisabled=\u00a7c{0}\u00a74 \u53d6\u6d88\u4e86\u50b3\u9001
teleportHereRequest=\u00a7c{0}\u00a74 \u8acb\u6c42\u4f60\u50b3\u9001\u5230\u4ed6\u90a3\u88e1
teleportNewPlayerError=\u00a74\u50b3\u9001\u65b0\u73a9\u5bb6\u5931\u6557
@@ -420,18 +406,19 @@ teleportRequest=\u00a7c{0}\u00a76 \u8acb\u6c42\u50b3\u9001\u5230\u4f60\u9019\u88
teleportRequestTimeoutInfo=\u00a76\u6b64\u8acb\u6c42\u5c07\u5728 {0} \u79d2\u5167\u53d6\u6d88
teleportTop=\u00a76\u50b3\u9001\u5230\u9802\u90e8
teleportationCommencing=\u00a76\u6e96\u5099\u50b3\u9001...
teleportationDisabled=\u00a76\u50b3\u9001\u5df2\u7981\u7528
teleportationDisabledFor=\u00a76\u50b3\u9001\u5df2\u5c0d {0} \u7981\u7528.
teleportationEnabled=\u00a76\u50b3\u9001\u5df2\u555f\u7528
teleportationEnabledFor=\u00a76\u50b3\u9001\u5df2\u5c0d {0} \u555f\u7528.
teleportationDisabled=\u00a76\u50b3\u9001 \u00a7c\u5df2\u7d93\u7981\u7528\u00a76\u3002
teleportationDisabledFor=\u00a7c{0}\u00a76\u7684\u50b3\u9001 \u00a7c\u5df2\u7d93\u7981\u7528\u00a76\u3002
teleportationEnabled=\u00a76\u50b3\u9001 \u00a7c\u5df2\u7d93\u555f\u7528\u00a76\u3002
teleportationEnabledFor=\u00a7c{0}\u00a76\u7684\u50b3\u9001 \u00a7c\u5df2\u7d93\u555f\u7528\u00a76\u3002
teleporting=\u00a76\u6b63\u5728\u50b3\u9001...
tempBanned=\u5df2\u81e8\u6642\u88ab\u4f3a\u670d\u5668\u5c01\u7981,\u7406\u7531\:{0}
teleportToPlayer=\u00a76\u50b3\u9001\u5230 \u00a7c{0}\u00a76\u3002
tempBanned=\u00a7cYou have been temporarily banned for {0}\:\n\u00a7r{2}
tempbanExempt=\u00a76\u4f60\u7121\u6cd5\u81e8\u6642\u5c01\u7981\u6389\u8a72\u73a9\u5bb6
thunder=\u00a76\u4f60 \u00a7c{0} \u00a76\u4e86\u4f60\u7684\u4e16\u754c\u7684\u9583\u96fb
thunderDuration=\u00a76\u4f60 \u00a7c{0} \u00a76\u4e86\u4f60\u7684\u4e16\u754c\u7684\u9583\u96fb\u00a7c {1} \u00a76\u79d2
timeBeforeHeal=\u00a76\u6cbb\u7642\u51b7\u537b\:{0}
timeBeforeTeleport=\u00a76\u50b3\u9001\u51b7\u537b\:{0}
timeFormat=\u00a7c{0}\u00a76 or \u00a7c{1}\u00a76 or \u00a7c{2}\u00a76
timeFormat=\u00a7c{0}\u00a76 \u6216 \u00a7c{1}\u00a76 \u6216 \u00a7c{2}\u00a76
timeSetPermission=\u00a74\u4f60\u6c92\u6709\u8a2d\u7f6e\u6642\u9593\u7684\u8a31\u53ef\u6b0a
timeWorldCurrent=\u00a76\u76ee\u524d\u4e16\u754c {0} \u7684\u6642\u9593\u662f \u00a73{1}
timeWorldSet=\u00a76\u6642\u9593\u88ab\u8a2d\u7f6e\u70ba {0} \u65bc\u4e16\u754c\:\u00a74{1}
@@ -440,8 +427,6 @@ totalWorthBlocks=\u00a7a\u51fa\u552e\u7684\u6240\u6709\u65b9\u584a\u584a\uff0c\u
tps=\u00a76\u7576\u524d TPS \= {0}
tradeSignEmpty=\u00a74\u4ea4\u6613\u724c\u4e0a\u6c92\u6709\u4f60\u53ef\u7372\u5f97\u7684\u6771\u897f
tradeSignEmptyOwner=\u00a74\u4ea4\u6613\u724c\u4e0a\u6c92\u6709\u4f60\u53ef\u6536\u96c6\u7684\u6771\u897f
treeFailure=\u00a74\u751f\u6210\u6a39\u6728\u5931\u6557,\u5728\u8349\u584a\u4e0a\u6216\u571f\u4e0a\u518d\u8a66\u4e00\u6b21
treeSpawned=\u00a76\u751f\u6210\u6a39\u6728\u6210\u529f
true=\u00a7a\u662f\u00a7r
typeTpaccept=\u00a76\u82e5\u60f3\u63a5\u53d7\u50b3\u9001,\u8f38\u5165 \u00a74/tpaccept\u00a76
typeTpdeny=\u00a76\u82e5\u60f3\u62d2\u7d55\u50b3\u9001,\u8f38\u5165 \u00a74/tpdeny\u00a76
@@ -451,8 +436,6 @@ unignorePlayer=\u00a76\u4f60\u5df2\u4e0d\u518d\u5c4f\u853d\u73a9\u5bb6 {0}
unknownItemId=\u00a74\u672a\u77e5\u7684\u7269\u54c1ID\:{0}
unknownItemInList=\u00a74\u672a\u77e5\u7684\u7269\u54c1 {0} \u65bc {1} \u5217\u8868
unknownItemName=\u00a74\u672a\u77e5\u7684\u7269\u54c1\u540d\u7a31\:{0}
unlimitedItemPermission=\u00a74\u6c92\u6709\u8a31\u53ef\u6b0a\u4f86\u4f7f\u8a72\u7269\u54c1\u7121\u9650 {0}
unlimitedItems=\u00a76\u7121\u9650\u7269\u54c1\:
unmutedPlayer=\u00a76\u73a9\u5bb6 \u00a7c{0}\u00a76 \u88ab\u5141\u8a31\u767c\u8a00
unvanishedReload=\u00a74\u5916\u639b\u7a0b\u5f0f\u91cd\u8f09\u8feb\u4f7f\u4f60\u7684\u96b1\u8eab\u6a21\u5f0f\u5931\u6548.
upgradingFilesError=\u5347\u7d1a\u6587\u4ef6\u6642\u767c\u751f\u932f\u8aa4
@@ -480,7 +463,7 @@ warpSet=\u00a76\u5730\u6a19 \u00a7c{0} \u00a76\u5df2\u8a2d\u7f6e
warpUsePermission=\u00a74\u4f60\u6c92\u6709\u4f7f\u7528\u8a72\u5730\u6a19\u7684\u8a31\u53ef\u6b0a
warpingTo=\u00a76\u50b3\u9001\u5230\u5730\u6a19 \u00a7c{0}
warps=\u00a76\u5730\u6a19\: \u00a7r{0}
warpsCount=\u00a76\u9019\u6709 {0} \u5730\u6a19,\u986f\u793a \u7b2c {1} \u9801/\u5171 {2} \u9801
warpsCount=\u00a76\u9019\u4e9b\u662f\u00a7c {0} \u00a76warps\uff0c\u986f\u793a\u9801\u6578\uff1a\u7b2c \u00a7c{1} \u00a76\u9801\uff0c\u5171 \u00a7c{2}\u00a76 \u9801\u3002
weatherStorm=\u00a76\u4f60\u5c07 {0} \u7684\u5929\u6c23\u6539\u70ba\u96e8\u96ea
weatherStormFor=\u00a76\u4f60\u5c07 {0} \u7684\u5929\u6c23\u7684\u6539\u70ba\u96e8\u96ea,\u6301\u7e8c {1} \u79d2
weatherSun=\u00a76\u4f60\u5c07 {0} \u7684\u5929\u6c23\u6539\u70ba\u6674\u5929
@@ -507,7 +490,7 @@ worthSet=\u00a76\u50f9\u683c\u5df2\u8a2d\u7f6e
year=\u5e74
years=\u5e74
youAreHealed=\u00a76\u4f60\u5df2\u88ab\u6cbb\u7642
youHaveNewMail=\u00a76\u4f60\u64c1\u6709 \u00a7c{0}\u00a76 \u689d\u6d88\u606f\uff01\u00a7r\u8f38\u5165 \u00a7c/mail read\u00a76 \u4f86\u67e5\u770b
youHaveNewMail=\u00a76\u4f60\u6709 \u00a7c{0}\u00a76 \u689d\u8a0a\u606f\uff01\u00a7r\u8f38\u5165 \u00a7c/mail read\u00a76 \u4f86\u67e5\u770b
whoisHunger=\u00a76 - \u98e2\u9913\:\u00a7r {0}/20 (+{1} \u98fd\u98df\u5ea6)
kitDelay=\u00a7m{0}\u00a7r
giveSpawnFailure=\u00a74\u6c92\u6709\u8db3\u5920\u7684\u7a7a\u9593, \u00a7c{0} \u00a7c{1} \u00a74\u5df2\u907a\u5931.
@@ -522,8 +505,8 @@ localNoOne=
totalSellableAll=\u00a7a\u6240\u6709\u53ef\u8ce3\u51fa\u7269\u54c1\u548c\u65b9\u584a\u7684\u50f9\u503c\u70ba\u00a7c{1}\u00a7a.
totalSellableBlocks=\u00a7a\u6240\u6709\u53ef\u8ce3\u51fa\u65b9\u584a\u7684\u50f9\u503c\u70ba\u00a7c{1}\u00a7a.
radiusTooBig=\u00a74\u7bc4\u570d\u592a\u5927\! \u6700\u5927\u7bc4\u570d\u70ba{0}.
isIpBanned=\u00a76IP \u00a7c{0} \u00a76\u5df2\u88ab\u7981\u6b62\u9032\u5165\u904a\u6232.
mobDataList=\u00a76\u5408\u6cd5\u7684\u602a\u7269\u8cc7\u6599\:\u00a7r {0}
isIpBanned=\u00a76IP \u00a7c{0} \u00a76\u5df2\u88ab\u5c01\u9396\u3002
mobDataList=\u00a76\u6709\u6548\u7684\u751f\u7269\u8cc7\u6599\uff1a\u00a7r {0}
vanish=\u00a76\u5c07 {0} \u00a76\u7684\u96b1\u5f62\u6a21\u5f0f {1}
noLocationFound=\u00a74\u627e\u4e0d\u5230\u6709\u6548\u5730\u9ede\u3002
coordsKeyword={0}, {1}, {2}
@@ -532,18 +515,26 @@ tempbanExemptOffline=\u00a74\u4f60\u4e0d\u80fd\u66ab\u6642\u5c01\u9396\u96e2\u7d
mayNotJailOffline=\u00a74\u4f60\u4e0d\u80fd\u5c07\u96e2\u7dda\u73a9\u5bb6\u95dc\u5165\u76e3\u7344\u3002
muteExemptOffline=\u00a74\u4f60\u4e0d\u80fd\u5c07\u96e2\u7dda\u73a9\u5bb6\u7981\u8a00
ignoreExempt=\u00a74\u4f60\u4e0d\u80fd\u5ffd\u7565\u90a3\u500b\u73a9\u5bb6\u3002
unsafeTeleportDestination=\u00a74The teleport destination is unsafe and teleport-safety is disabled.
noMetaJson=JSON Metadata is not supported in this version of Bukkit.
maxMoney=\u00a74This transaction would exceed the balance limit for this account.
skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
teleportInvalidLocation=Value of coordinates cannot be over 30000000
invalidSkull=\u00a74Please hold a player Skull.
weatherInvalidWorld=World named {0} not found\!
gameModeInvalid=\u00a74You need to specify a valid player/mode.
mailTooLong=\u00a74Mail message too long. Try to keep it below 1000
mailDelay=Too many mails have been sent within the last minute. Maximum\: {0}
seenAccounts=\u00a76Player has also been known as:\u00a7c {0}
unableToSpawnItem=\u00a74Cannot spawn \u00a7c{0}\u00a74, this is not a spawnable item.
unsafeTeleportDestination=\u00a74\u50b3\u9001\u76ee\u7684\u5730\u4e0d\u5b89\u5168\u4e14\u5b89\u5168\u50b3\u9001\u8655\u65bc\u7981\u7528\u72c0\u614b
noMetaJson=\u9019\u500b\u7248\u672c\u7684 Bukkit \u4e0d\u652f\u63f4 JSON \u4e2d\u7e7c\u8cc7\u6599
maxMoney=\u00a74\u9019\u7b46\u4ea4\u6613\u5c07\u8d85\u51fa\u6b64\u5e33\u6236\u7684\u9918\u984d\u9650\u5236
skullChanged=\u00a76\u982d\u9871\u4fee\u6539\u70ba \u00a7c{0}\u00a76\u3002
alphaNames=\u00a74\u73a9\u5bb6\u540d\u7a31\u53ea\u80fd\u7531\u5b57\u6bcd\u3001\u6578\u5b57\u3001\u5e95\u7dda\u7d44\u6210\u3002
givenSkull=\u00a76\u4f60\u53d6\u5f97\u4e86\u00a7c {0} \u00a76\u7684\u982d\u9871\u3002
noPermissionSkull=\u00a74\u4f60\u6c92\u6709\u6b0a\u9650\u4fee\u6539\u9019\u500b\u982d\u9871\u3002
teleportInvalidLocation=\u5ea7\u6a19\u7684\u6578\u503c\u4e0d\u5f97\u8d85\u904e 30000000
invalidSkull=\u00a74\u8acb\u62ff\u8457\u73a9\u5bb6\u982d\u9871
weatherInvalidWorld=\u627e\u4e0d\u5230\u540d\u70ba {0} \u7684\u4e16\u754c\uff01
gameModeInvalid=\u00a74\u4f60\u5fc5\u9808\u6307\u5b9a\u4e00\u500b\u6709\u6548\u7684\u73a9\u5bb6\u6216\u6a21\u5f0f
mailTooLong=\u00a74\u90f5\u4ef6\u8a0a\u606f\u904e\u9577\uff0c\u8acb\u4e0d\u8981\u8d85\u904e1000\u5b57\u3002
mailDelay=\u5728\u6700\u5f8c\u4e00\u5206\u9418\u5167\u767c\u9001\u592a\u591a\u90f5\u4ef6\uff0c\u6700\u591a {0} \u5c01
seenAccounts=\u00a76Player has also been known as\:\u00a7c {0}
unableToSpawnItem=\u00a74\u7121\u6cd5\u751f\u6210 \u00a7c{0}\u00a74\uff0c\u9019\u4e0d\u662f\u53ef\u751f\u6210\u7684\u7269\u4ef6\u3002
itemsConverted=\u00a76Converted all items into blocks.
itemsNotConverted=\u00a74You have no items that can be converted into blocks.
mailSentTo=\u00a7c{0}\u00a76 has been sent the following mail\:
mailMessage={0}
whoisTempBanned=\u00a76 - Ban expires:\u00a7r {0}
playerTempBanned=\u00a76Player \u00a7c{0}\u00a76 temporarily banned \u00a7c{1}\u00a76 for \u00a7c{2}\u00a76: \u00a7c{3}\u00a76.
mailFormat=\u00a76[\u00a7r{0}\u00a76] \u00a7r{1}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public class Economy extends com.earth2me.essentials.api.Economy
public class Economy extends org.mcess.essentials.api.Economy
{
}

View File

@@ -1,6 +1,6 @@
package net.ess3.api;
public interface IEssentials extends com.earth2me.essentials.IEssentials
public interface IEssentials extends org.mcess.essentials.IEssentials
{
}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public interface II18n extends com.earth2me.essentials.api.II18n
public interface II18n extends org.mcess.essentials.api.II18n
{
}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public interface IItemDb extends com.earth2me.essentials.api.IItemDb
public interface IItemDb extends org.mcess.essentials.api.IItemDb
{
}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public interface IJails extends com.earth2me.essentials.api.IJails
public interface IJails extends org.mcess.essentials.api.IJails
{
}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public interface IReload extends com.earth2me.essentials.api.IReload
public interface IReload extends org.mcess.essentials.api.IReload
{
}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public interface ISettings extends com.earth2me.essentials.ISettings
public interface ISettings extends org.mcess.essentials.ISettings
{
}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public interface ITeleport extends com.earth2me.essentials.api.ITeleport
public interface ITeleport extends org.mcess.essentials.api.ITeleport
{
}

View File

@@ -2,7 +2,7 @@ package net.ess3.api;
public interface IUser extends com.earth2me.essentials.IUser
public interface IUser extends org.mcess.essentials.IUser
{
}

View File

@@ -1,7 +1,7 @@
package net.ess3.api;
public interface IWarps extends com.earth2me.essentials.api.IWarps
public interface IWarps extends org.mcess.essentials.api.IWarps
{
}

View File

@@ -1,6 +1,6 @@
package net.ess3.api;
import static com.earth2me.essentials.I18n.tl;
import static org.mcess.essentials.I18n.tl;
public class InvalidWorldException extends Exception

View File

@@ -1,6 +1,6 @@
package net.ess3.api;
import static com.earth2me.essentials.I18n.tl;
import static org.mcess.essentials.I18n.tl;
public class MaxMoneyException extends Exception

View File

@@ -1,6 +1,6 @@
package net.ess3.api;
import static com.earth2me.essentials.I18n.tl;
import static org.mcess.essentials.I18n.tl;
public class NoLoanPermittedException extends Exception

View File

@@ -1,6 +1,6 @@
package net.ess3.api;
import static com.earth2me.essentials.I18n.tl;
import static org.mcess.essentials.I18n.tl;
public class UserDoesNotExistException extends Exception

View File

@@ -1,6 +1,6 @@
package net.ess3.api.events;
import static com.earth2me.essentials.I18n.tl;
import static org.mcess.essentials.I18n.tl;
import java.util.IllegalFormatException;
import java.util.Set;
import org.bukkit.entity.Player;

View File

@@ -1,6 +1,6 @@
package net.ess3.api.events;
import com.earth2me.essentials.signs.EssentialsSign;
import org.mcess.essentials.signs.EssentialsSign;
import net.ess3.api.IUser;

View File

@@ -1,6 +1,6 @@
package net.ess3.api.events;
import com.earth2me.essentials.signs.EssentialsSign;
import org.mcess.essentials.signs.EssentialsSign;
import net.ess3.api.IUser;

View File

@@ -1,7 +1,7 @@
package net.ess3.api.events;
import com.earth2me.essentials.signs.EssentialsSign;
import com.earth2me.essentials.signs.EssentialsSign.ISign;
import org.mcess.essentials.signs.EssentialsSign;
import org.mcess.essentials.signs.EssentialsSign.ISign;
import net.ess3.api.IUser;
import org.bukkit.event.Cancellable;
import org.bukkit.event.Event;

View File

@@ -1,6 +1,6 @@
package net.ess3.api.events;
import com.earth2me.essentials.signs.EssentialsSign;
import org.mcess.essentials.signs.EssentialsSign;
import net.ess3.api.IUser;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import java.util.*;
import java.util.logging.Level;
@@ -31,7 +31,7 @@ public class AlternativeCommandsHandler
public final void addPlugin(final Plugin plugin)
{
if (plugin.getDescription().getMain().contains("com.earth2me.essentials"))
if (plugin.getDescription().getMain().contains("org.mcess.essentials"))
{
return;
}

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
public class ChargeException extends Exception

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import org.bukkit.Server;
import org.bukkit.command.CommandSender;

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import com.earth2me.essentials.utils.NumberUtil;
import org.mcess.essentials.utils.NumberUtil;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
@@ -142,20 +142,13 @@ public class Enchantments
ALIASENCHANTMENTS.put("unlimitedarrows", Enchantment.ARROW_INFINITE);
ALIASENCHANTMENTS.put("ai", Enchantment.ARROW_INFINITE);
try // 1.7 update
{
ENCHANTMENTS.put("luck", Enchantment.LUCK);
ALIASENCHANTMENTS.put("luckofsea", Enchantment.LUCK);
ALIASENCHANTMENTS.put("luckofseas", Enchantment.LUCK);
ALIASENCHANTMENTS.put("rodluck", Enchantment.LUCK);
ENCHANTMENTS.put("luck", Enchantment.LUCK);
ALIASENCHANTMENTS.put("luckofsea", Enchantment.LUCK);
ALIASENCHANTMENTS.put("luckofseas", Enchantment.LUCK);
ALIASENCHANTMENTS.put("rodluck", Enchantment.LUCK);
ENCHANTMENTS.put("lure", Enchantment.LURE);
ALIASENCHANTMENTS.put("rodlure", Enchantment.LURE);
}
catch (java.lang.NoSuchFieldError e)
{
Essentials.wrongVersion();
}
ENCHANTMENTS.put("lure", Enchantment.LURE);
ALIASENCHANTMENTS.put("rodlure", Enchantment.LURE);
}
public static Enchantment getByName(String name)

View File

@@ -15,30 +15,37 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.commands.EssentialsCommand;
import com.earth2me.essentials.commands.IEssentialsCommand;
import com.earth2me.essentials.commands.NoChargeException;
import com.earth2me.essentials.commands.NotEnoughArgumentsException;
import com.earth2me.essentials.commands.QuietAbortException;
import com.earth2me.essentials.metrics.Metrics;
import com.earth2me.essentials.metrics.MetricsListener;
import com.earth2me.essentials.metrics.MetricsStarter;
import com.earth2me.essentials.perm.PermissionsHandler;
import com.earth2me.essentials.register.payment.Methods;
import com.earth2me.essentials.signs.SignBlockListener;
import com.earth2me.essentials.signs.SignEntityListener;
import com.earth2me.essentials.signs.SignPlayerListener;
import com.earth2me.essentials.textreader.IText;
import com.earth2me.essentials.textreader.KeywordReplacer;
import com.earth2me.essentials.textreader.SimpleTextInput;
import com.earth2me.essentials.utils.DateUtil;
import static org.mcess.essentials.I18n.tl;
import org.mcess.essentials.commands.EssentialsCommand;
import org.mcess.essentials.commands.IEssentialsCommand;
import org.mcess.essentials.commands.NoChargeException;
import org.mcess.essentials.commands.NotEnoughArgumentsException;
import org.mcess.essentials.commands.QuietAbortException;
import org.mcess.essentials.metrics.Metrics;
import org.mcess.essentials.metrics.MetricsListener;
import org.mcess.essentials.metrics.MetricsStarter;
import org.mcess.essentials.perm.PermissionsHandler;
import org.mcess.essentials.register.payment.Methods;
import org.mcess.essentials.signs.SignBlockListener;
import org.mcess.essentials.signs.SignEntityListener;
import org.mcess.essentials.signs.SignPlayerListener;
import org.mcess.essentials.textreader.IText;
import org.mcess.essentials.textreader.KeywordReplacer;
import org.mcess.essentials.textreader.SimpleTextInput;
import org.mcess.essentials.utils.DateUtil;
import com.google.common.base.Function;
import com.google.common.base.Throwables;
import com.google.common.collect.Iterables;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import java.util.UUID;
import java.util.logging.Level;
@@ -89,7 +96,6 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
private transient Warps warps;
private transient Worth worth;
private transient List<IConf> confList;
private transient Backup backup;
private transient ItemDb itemDb;
private transient final Methods paymentMethod = new Methods();
private transient PermissionsHandler permissionsHandler;
@@ -100,6 +106,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
private transient Metrics metrics;
private transient EssentialsTimer timer;
private final transient List<String> vanishedPlayers = new ArrayList<String>();
private transient Method oldGetOnlinePlayers;
public Essentials()
{
@@ -107,7 +114,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
public Essentials(final Server server)
{
super(new JavaPluginLoader(server), new PluginDescriptionFile("Essentials", "", "com.earth2me.essentials.Essentials"), null, null);
super(new JavaPluginLoader(server), new PluginDescriptionFile("Essentials", "", "Essentials"), null, null);
}
@Override
@@ -129,14 +136,17 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
}
i18n = new I18n(this);
i18n.onEnable();
i18n.updateLocale("en");
LOGGER.log(Level.INFO, tl("usingTempFolderForTesting"));
LOGGER.log(Level.INFO, dataFolder.toString());
this.initialize(null, server, new PluginDescriptionFile(new FileReader(new File("src" + File.separator + "plugin.yml"))), dataFolder, null, null);
settings = new Settings(this);
i18n.updateLocale("en");
userMap = new UserMap(this);
permissionsHandler = new PermissionsHandler(this, false);
Economy.setEss(this);
confList = new ArrayList<IConf>();
jails = new Jails(this);
registerListeners(server.getPluginManager());
}
@Override
@@ -178,6 +188,16 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
LOGGER.log(Level.INFO, getServer().getBukkitVersion());
}
execTimer.mark("BukkitCheck");
for (Method method : Server.class.getDeclaredMethods())
{
if (method.getName().endsWith("getOnlinePlayers") && method.getReturnType() == Player[].class)
{
oldGetOnlinePlayers = method;
break;
}
}
try
{
final EssentialsUpgrade upgrade = new EssentialsUpgrade(this);
@@ -218,7 +238,6 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
handleCrash(exception);
return;
}
backup = new Backup(this);
permissionsHandler = new PermissionsHandler(this, settings.useBukkitPermissions());
alternativeCommandsHandler = new AlternativeCommandsHandler(this);
@@ -304,27 +323,25 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
@Override
public void onDisable()
{
for (Player p : getServer().getOnlinePlayers())
for (User user : getOnlineUsers())
{
User user = getUser(p);
if (user.isVanished())
{
user.setVanished(false);
user.sendMessage(tl("unvanishedReload"));
}
user.stopTransaction();
}
cleanupOpenInventories();
if (i18n != null)
{
i18n.onDisable();
}
if (backup != null)
{
backup.stopTask();
}
Economy.setEss(null);
Trade.closeLog();
getUserMap().getUUIDMap().forceWriteUUIDMap();
HandlerList.unregisterAll(this);
}
@Override
@@ -376,7 +393,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
@Override
public boolean onCommand(final CommandSender sender, final Command command, final String commandLabel, final String[] args)
{
return onCommandEssentials(sender, command, commandLabel, args, Essentials.class.getClassLoader(), "com.earth2me.essentials.commands.Command", "essentials.", null);
return onCommandEssentials(sender, command, commandLabel, args, Essentials.class.getClassLoader(), "org.mcess.essentials.commands.Command", "essentials.", null);
}
@Override
@@ -538,9 +555,8 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
public void cleanupOpenInventories()
{
for (Player player : getServer().getOnlinePlayers())
for (User user : getOnlineUsers())
{
User user = getUser(player);
if (user.isRecipeSee())
{
user.getBase().getOpenInventory().getTopInventory().clear();
@@ -593,16 +609,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
}
@Override
public Worth getWorth()
{
return worth;
}
@Override
public Backup getBackup()
{
return backup;
}
public Worth getWorth() { return worth; }
@Override
public Metrics getMetrics()
@@ -624,6 +631,14 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
{
return getUser((Player)base);
}
if (base instanceof org.bukkit.OfflinePlayer)
{
return getUser(((org.bukkit.OfflinePlayer)base).getUniqueId());
}
if (base instanceof UUID)
{
return getUser((UUID)base);
}
if (base instanceof String)
{
return getOfflineUser((String)base);
@@ -649,7 +664,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
@Override
public User getOfflineUser(final String name)
{
final User user = userMap.getUser(name);
final User user = userMap.getUser(name);
if (user != null && user.getBase() instanceof OfflinePlayer)
{
//This code should attempt to use the last known name of a user, if Bukkit returns name as null.
@@ -690,7 +705,6 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
LOGGER.log(Level.INFO, "Constructing new userfile from base player {0}", base.getName());
}
user = new User(base, this);
user.setLastAccountName(base.getName());
}
else
{
@@ -711,7 +725,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
event.getPlayer().sendMessage("Essentials failed to load, read the log file.");
}
}, this);
for (Player player : getServer().getOnlinePlayers())
for (Player player : getOnlinePlayers())
{
player.sendMessage("Essentials failed to load, read the log file.");
}
@@ -771,7 +785,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
IText broadcast = new SimpleTextInput(message);
final Player[] players = getServer().getOnlinePlayers();
final Collection<Player> players = getOnlinePlayers();
for (Player player : players)
{
@@ -790,7 +804,7 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
}
}
return players.length;
return players.size();
}
@Override
@@ -804,6 +818,12 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
{
return this.getScheduler().runTaskLaterAsynchronously(this, run, delay);
}
@Override
public BukkitTask runTaskTimerAsynchronously(final Runnable run, final long delay, final long period)
{
return this.getScheduler().runTaskTimerAsynchronously(this, run, delay, period);
}
@Override
public int scheduleSyncDelayedTask(final Runnable run)
@@ -871,6 +891,43 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
return vanishedPlayers;
}
@Override
public Collection<Player> getOnlinePlayers()
{
try
{
return (Collection<Player>)getServer().getOnlinePlayers(); // Needed for sanity here, the Bukkit API is a bit broken in the sense it only allows subclasses of Player to this list
}
catch (NoSuchMethodError ex)
{
try
{
return Arrays.asList((Player[])oldGetOnlinePlayers.invoke(getServer()));
}
catch (InvocationTargetException ex1)
{
throw Throwables.propagate(ex.getCause());
}
catch (IllegalAccessException ex1)
{
throw new RuntimeException("Error invoking oldGetOnlinePlayers", ex1);
}
}
}
@Override
public Iterable<User> getOnlineUsers()
{
return Iterables.transform(getOnlinePlayers(), new Function<Player, User>()
{
@Override
public User apply(Player player)
{
return getUser(player);
}
});
}
private static class EssentialsWorldListener implements Listener, Runnable
{

View File

@@ -1,9 +1,8 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import com.earth2me.essentials.utils.LocationUtil;
import org.mcess.essentials.utils.LocationUtil;
import java.util.Locale;
import net.ess3.api.IEssentials;
import org.bukkit.GameMode;
import org.bukkit.Material;
import org.bukkit.block.BlockState;
import org.bukkit.block.CreatureSpawner;
@@ -52,20 +51,5 @@ public class EssentialsBlockListener implements Listener
}
}
}
final User user = ess.getUser(event.getPlayer());
if (user.hasUnlimited(is) && user.getBase().getGameMode() == GameMode.SURVIVAL)
{
ess.scheduleSyncDelayedTask(
new Runnable()
{
@Override
public void run()
{
user.getBase().getInventory().addItem(is);
user.getBase().updateInventory();
}
});
}
}
}

View File

@@ -1,6 +1,5 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.google.common.io.Files;
import java.io.*;
import java.math.BigDecimal;
@@ -15,6 +14,7 @@ import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.logging.Level;
import java.util.logging.Logger;
@@ -35,9 +35,10 @@ public class EssentialsConf extends YamlConfiguration
protected final File configFile;
protected String templateName = null;
protected static final Charset UTF8 = Charset.forName("UTF-8");
private Class<?> resourceClass = EssentialsConf.class;
private Class<?> resourceClass = EssentialsConf.class;
private static final ExecutorService EXECUTOR_SERVICE = Executors.newSingleThreadExecutor();
private final AtomicInteger pendingDiskWrites = new AtomicInteger(0);
private final AtomicBoolean transaction = new AtomicBoolean(false);
public EssentialsConf(final File configFile)
{
@@ -57,7 +58,7 @@ public class EssentialsConf extends YamlConfiguration
{
if (!configFile.getParentFile().mkdirs())
{
LOGGER.log(Level.SEVERE, tl("failedToCreateConfig", configFile.toString()));
LOGGER.log(Level.SEVERE, I18n.tl("failedToCreateConfig", configFile.toString()));
}
}
// This will delete files where the first character is 0. In most cases they are broken.
@@ -95,7 +96,7 @@ public class EssentialsConf extends YamlConfiguration
LOGGER.log(Level.SEVERE, null, ex);
}
}
if (!configFile.exists())
{
if (legacyFileExists())
@@ -108,7 +109,7 @@ public class EssentialsConf extends YamlConfiguration
}
else if (templateName != null)
{
LOGGER.log(Level.INFO, tl("creatingConfigFromTemplate", configFile.toString()));
LOGGER.log(Level.INFO, I18n.tl("creatingConfigFromTemplate", configFile.toString()));
createFromTemplate();
}
else
@@ -187,22 +188,22 @@ public class EssentialsConf extends YamlConfiguration
LOGGER.log(Level.SEVERE, "The file " + configFile.toString() + " is broken, it has been renamed to " + broken.toString(), ex.getCause());
}
}
public boolean legacyFileExists()
{
return false;
}
public void convertLegacyFile()
{
LOGGER.log(Level.SEVERE, "Unable to import legacy config file.");
}
public boolean altFileExists()
{
return false;
}
public void convertAltFile()
{
LOGGER.log(Level.SEVERE, "Unable to import alt config file.");
@@ -217,7 +218,7 @@ public class EssentialsConf extends YamlConfiguration
istr = resourceClass.getResourceAsStream(templateName);
if (istr == null)
{
LOGGER.log(Level.SEVERE, tl("couldNotFindTemplate", templateName));
LOGGER.log(Level.SEVERE, I18n.tl("couldNotFindTemplate", templateName));
return;
}
ostr = new FileOutputStream(configFile);
@@ -232,7 +233,7 @@ public class EssentialsConf extends YamlConfiguration
}
catch (IOException ex)
{
LOGGER.log(Level.SEVERE, tl("failedToWriteConfig", configFile.toString()), ex);
LOGGER.log(Level.SEVERE, I18n.tl("failedToWriteConfig", configFile.toString()), ex);
}
finally
{
@@ -256,7 +257,7 @@ public class EssentialsConf extends YamlConfiguration
}
catch (IOException ex)
{
LOGGER.log(Level.SEVERE, tl("failedToCloseConfig", configFile.toString()), ex);
LOGGER.log(Level.SEVERE, I18n.tl("failedToCloseConfig", configFile.toString()), ex);
}
}
}
@@ -277,6 +278,17 @@ public class EssentialsConf extends YamlConfiguration
this.resourceClass = resClass;
}
public void startTransaction()
{
transaction.set(true);
}
public void stopTransaction()
{
transaction.set(false);
save();
}
public void save()
{
try
@@ -297,9 +309,14 @@ public class EssentialsConf extends YamlConfiguration
@Override
public synchronized void save(final File file) throws IOException
{
delayedSave(file);
if (!transaction.get())
{
delayedSave(file);
}
}
//This may be aborted if there are stagnant requests sitting in queue.
//This needs fixed to discard outstanding save requests.
public synchronized void forceSave()
{
try
@@ -320,9 +337,13 @@ public class EssentialsConf extends YamlConfiguration
}
}
public synchronized void cleanup()
{
forceSave();
}
private Future<?> delayedSave(final File file)
{
//long startTime = System.nanoTime();
if (file == null)
{
throw new IllegalArgumentException("File cannot be null");
@@ -335,12 +356,8 @@ public class EssentialsConf extends YamlConfiguration
return null;
}
pendingDiskWrites.incrementAndGet();
Future<?> future = EXECUTOR_SERVICE.submit(new WriteRunner(configFile, data, pendingDiskWrites));
//LOGGER.log(Level.INFO, configFile + " prepared for writing in " + (System.nanoTime() - startTime) + " nsec.");
return future;
}
@@ -380,16 +397,16 @@ public class EssentialsConf extends YamlConfiguration
{
try
{
LOGGER.log(Level.INFO, tl("creatingEmptyConfig", configFile.toString()));
LOGGER.log(Level.INFO, I18n.tl("creatingEmptyConfig", configFile.toString()));
if (!configFile.createNewFile())
{
LOGGER.log(Level.SEVERE, tl("failedToCreateConfig", configFile.toString()));
LOGGER.log(Level.SEVERE, I18n.tl("failedToCreateConfig", configFile.toString()));
return;
}
}
catch (IOException ex)
{
LOGGER.log(Level.SEVERE, tl("failedToCreateConfig", configFile.toString()), ex);
LOGGER.log(Level.SEVERE, I18n.tl("failedToCreateConfig", configFile.toString()), ex);
return;
}
}

View File

@@ -1,6 +1,5 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
@@ -55,7 +54,7 @@ public class EssentialsEntityListener implements Listener
attacker.updateActivity(true);
}
else if (eAttack instanceof Projectile && eDefend instanceof Player)
{
{
final Projectile projectile = (Projectile)event.getDamager();
//This should return a ProjectileSource on 1.7.3 beta +
final Object shooter = projectile.getShooter();
@@ -105,8 +104,8 @@ public class EssentialsEntityListener implements Listener
final String command = powertoolPlayer.matcher(tempCommand).replaceAll(defender.getName());
if (command != null && !command.isEmpty() && !command.equals(tempCommand))
{
ess.scheduleSyncDelayedTask(
new Runnable()
class PowerToolInteractTask implements Runnable
{
@Override
public void run()
@@ -114,7 +113,8 @@ public class EssentialsEntityListener implements Listener
attacker.getServer().dispatchCommand(attacker.getBase(), command);
LOGGER.log(Level.INFO, String.format("[PT] %s issued server command: /%s", attacker.getName(), command));
}
});
}
ess.scheduleSyncDelayedTask(new PowerToolInteractTask());
event.setCancelled(true);
return;
@@ -151,7 +151,7 @@ public class EssentialsEntityListener implements Listener
if (user.isAuthorized("essentials.back.ondeath") && !ess.getSettings().isCommandDisabled("back"))
{
user.setLastLocation();
user.sendMessage(tl("backAfterDeath"));
user.sendMessage(I18n.tl("backAfterDeath"));
}
if (!ess.getSettings().areDeathMessagesEnabled())
{

View File

@@ -1,12 +1,10 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.textreader.IText;
import com.earth2me.essentials.textreader.KeywordReplacer;
import com.earth2me.essentials.textreader.TextInput;
import com.earth2me.essentials.textreader.TextPager;
import com.earth2me.essentials.utils.DateUtil;
import com.earth2me.essentials.utils.LocationUtil;
import org.mcess.essentials.textreader.IText;
import org.mcess.essentials.textreader.KeywordReplacer;
import org.mcess.essentials.textreader.TextInput;
import org.mcess.essentials.textreader.TextPager;
import org.mcess.essentials.utils.LocationUtil;
import java.io.IOException;
import java.util.Iterator;
import java.util.List;
@@ -30,32 +28,31 @@ import org.bukkit.event.player.PlayerLoginEvent.Result;
import org.bukkit.event.player.PlayerTeleportEvent.TeleportCause;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.InventoryHolder;
import org.bukkit.inventory.ItemStack;
public class EssentialsPlayerListener implements Listener
{
private static final Logger LOGGER = Logger.getLogger("Essentials");
private final transient IEssentials ess;
public EssentialsPlayerListener(final IEssentials parent)
{
this.ess = parent;
}
@EventHandler(priority = EventPriority.NORMAL)
public void onPlayerRespawn(final PlayerRespawnEvent event)
{
final User user = ess.getUser(event.getPlayer());
updateCompass(user);
user.setDisplayNick();
if (ess.getSettings().isTeleportInvulnerability())
{
user.enableInvulnerabilityAfterTeleport();
}
}
@EventHandler(priority = EventPriority.LOWEST)
public void onPlayerChat(final AsyncPlayerChatEvent event)
{
@@ -63,8 +60,8 @@ public class EssentialsPlayerListener implements Listener
if (user.isMuted())
{
event.setCancelled(true);
user.sendMessage(tl("voiceSilenced"));
LOGGER.info(tl("mutedUserSpeaks", user.getName()));
user.sendMessage(I18n.tl("voiceSilenced"));
LOGGER.info(I18n.tl("mutedUserSpeaks", user.getName()));
}
try
{
@@ -89,11 +86,11 @@ public class EssentialsPlayerListener implements Listener
ess.getLogger().info("Ignore could not block chat due to custom chat plugin event.");
}
}
user.updateActivity(true);
user.setDisplayNick();
}
@EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
public void onPlayerMove(final PlayerMoveEvent event)
{
@@ -103,19 +100,19 @@ public class EssentialsPlayerListener implements Listener
{
return;
}
if (!ess.getSettings().cancelAfkOnMove() && !ess.getSettings().getFreezeAfkPlayers())
{
event.getHandlers().unregister(this);
if (ess.getSettings().isDebug())
{
LOGGER.log(Level.INFO, "Unregistering move listener");
}
return;
}
final User user = ess.getUser(event.getPlayer());
if (user.isAfk() && ess.getSettings().getFreezeAfkPlayers())
{
@@ -146,12 +143,12 @@ public class EssentialsPlayerListener implements Listener
user.updateActivity(true);
}
}
@EventHandler(priority = EventPriority.HIGHEST)
public void onPlayerQuit(final PlayerQuitEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (ess.getSettings().allowSilentJoinQuit() && user.isAuthorized("essentials.silentquit"))
{
event.setQuitMessage(null);
@@ -164,7 +161,7 @@ public class EssentialsPlayerListener implements Listener
.replace("{PLAYER}", player.getDisplayName())
.replace("{USERNAME}", player.getName()));
}
if (ess.getSettings().removeGodOnDisconnect() && user.isGodModeEnabled())
{
user.setGodModeEnabled(false);
@@ -178,10 +175,23 @@ public class EssentialsPlayerListener implements Listener
{
user.getBase().getOpenInventory().getTopInventory().clear();
}
for (HumanEntity viewer : user.getBase().getInventory().getViewers())
{
if (viewer instanceof Player)
{
User uviewer = ess.getUser((Player)viewer);
if (uviewer.isInvSee())
{
uviewer.getBase().closeInventory();
}
}
}
user.updateActivity(false);
user.dispose();
}
@EventHandler(priority = EventPriority.HIGHEST)
public void onPlayerJoin(final PlayerJoinEvent event)
{
@@ -199,42 +209,67 @@ public class EssentialsPlayerListener implements Listener
event.setJoinMessage(null);
}
}
public void delayedJoin(final Player player, final String message)
{
if (!player.isOnline())
{
return;
}
ess.getBackup().onPlayerJoin();
final User user = ess.getUser(player);
if (user.isNPC())
final User dUser = ess.getUser(player);
if (dUser.isNPC())
{
user.setNPC(false);
dUser.setNPC(false);
}
final long currentTime = System.currentTimeMillis();
user.checkMuteTimeout(currentTime);
user.updateActivity(false);
ess.scheduleSyncDelayedTask(new Runnable()
dUser.checkMuteTimeout(currentTime);
dUser.updateActivity(false);
IText tempInput = null;
if (!ess.getSettings().isCommandDisabled("motd"))
{
try
{
tempInput = new TextInput(dUser.getSource(), "motd", true, ess);
}
catch (IOException ex)
{
if (ess.getSettings().isDebug())
{
LOGGER.log(Level.WARNING, ex.getMessage(), ex);
}
else
{
LOGGER.log(Level.WARNING, ex.getMessage());
}
}
}
final IText input = tempInput;
class DelayJoinTask implements Runnable
{
@Override
public void run()
{
final User user = ess.getUser(player);
if (!user.getBase().isOnline())
{
return;
}
user.startTransaction();
user.setLastAccountName(user.getBase().getName());
user.setLastLogin(currentTime);
user.setDisplayNick();
updateCompass(user);
if (!ess.getVanishedPlayers().isEmpty() && !user.isAuthorized("essentials.vanish.see"))
{
for (String p : ess.getVanishedPlayers())
@@ -246,15 +281,22 @@ public class EssentialsPlayerListener implements Listener
}
}
}
if (user.isAuthorized("essentials.sleepingignored"))
{
user.getBase().setSleepingIgnored(true);
}
if ((ess.getSettings().allowSilentJoinQuit() && user.isAuthorized("essentials.silentjoin")) || message == null)
if (ess.getSettings().allowSilentJoinQuit() && (user.isAuthorized("essentials.silentjoin") || user.isAuthorized("essentials.silentjoin.vanish")))
{
// Do nothing - silently join
if (user.isAuthorized("essentials.silentjoin.vanish"))
{
user.setVanished(true);
}
}
else if (message == null)
{
//NOOP
}
else if (ess.getSettings().isCustomJoinMessage())
{
@@ -267,42 +309,27 @@ public class EssentialsPlayerListener implements Listener
{
ess.getServer().broadcastMessage(message);
}
if (!ess.getSettings().isCommandDisabled("motd") && user.isAuthorized("essentials.motd"))
if (input != null && user.isAuthorized("essentials.motd"))
{
try
{
final IText input = new TextInput(user.getSource(), "motd", true, ess);
final IText output = new KeywordReplacer(input, user.getSource(), ess);
final TextPager pager = new TextPager(output, true);
pager.showPage("1", null, "motd", user.getSource());
}
catch (IOException ex)
{
if (ess.getSettings().isDebug())
{
LOGGER.log(Level.WARNING, ex.getMessage(), ex);
}
else
{
LOGGER.log(Level.WARNING, ex.getMessage());
}
}
final IText output = new KeywordReplacer(input, user.getSource(), ess);
final TextPager pager = new TextPager(output, true);
pager.showPage("1", null, "motd", user.getSource());
}
if (!ess.getSettings().isCommandDisabled("mail") && user.isAuthorized("essentials.mail"))
{
final List<String> mail = user.getMails();
if (mail.isEmpty())
{
user.sendMessage(tl("noNewMail"));
user.sendMessage(I18n.tl("noNewMail"));
}
else
{
user.sendMessage(tl("youHaveNewMail", mail.size()));
user.sendMessage(I18n.tl("youHaveNewMail", mail.size()));
}
}
if (user.isAuthorized("essentials.fly.safelogin"))
{
user.getBase().setFallDistance(0);
@@ -310,14 +337,21 @@ public class EssentialsPlayerListener implements Listener
{
user.getBase().setAllowFlight(true);
user.getBase().setFlying(true);
user.getBase().sendMessage(tl("flyMode", tl("enabled"), user.getDisplayName()));
}
user.getBase().sendMessage(I18n.tl("flyMode", I18n.tl("enabled"), user.getDisplayName()));
}
}
user.getBase().setFlySpeed(0.1f);
user.getBase().setWalkSpeed(0.2f);
if (!user.isAuthorized("essentials.speed"))
{
user.getBase().setFlySpeed(0.1f);
user.getBase().setWalkSpeed(0.2f);
}
user.stopTransaction();
}
});
}
ess.scheduleSyncDelayedTask(new DelayJoinTask());
}
// Makes the compass item ingame always point to the first essentials home. #EasterEgg
@@ -334,64 +368,26 @@ public class EssentialsPlayerListener implements Listener
user.getBase().setCompassTarget(updateLoc);
}
}
@EventHandler(priority = EventPriority.LOWEST)
public void onPlayerLogin2(final PlayerLoginEvent event)
{
switch (event.getResult())
{
case KICK_BANNED:
break;
default:
return;
}
final String banReason = tl("banFormat", tl("defaultBanReason"), "Console");
event.disallow(Result.KICK_BANNED, banReason);
}
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerLogin(final PlayerLoginEvent event)
{
switch (event.getResult())
{
case KICK_FULL:
case KICK_BANNED:
break;
default:
return;
}
final User user = ess.getUser(event.getPlayer());
if (event.getResult() == Result.KICK_BANNED || user.getBase().isBanned())
{
final boolean banExpired = user.checkBanTimeout(System.currentTimeMillis());
if (!banExpired)
final User kfuser = ess.getUser(event.getPlayer());
if (kfuser.isAuthorized("essentials.joinfullserver"))
{
String banReason = user.getBanReason();
if (banReason == null || banReason.isEmpty() || banReason.equalsIgnoreCase("ban"))
{
banReason = event.getKickMessage();
}
if (user.getBanTimeout() > 0)
{
//TODO: TL This
banReason += "\n\n" + "Expires in " + DateUtil.formatDateDiff(user.getBanTimeout());
}
event.disallow(Result.KICK_BANNED, banReason);
event.allow();
return;
}
event.disallow(Result.KICK_FULL, I18n.tl("serverFull"));
break;
default:
break;
}
if (event.getResult() == Result.KICK_FULL && !user.isAuthorized("essentials.joinfullserver"))
{
event.disallow(Result.KICK_FULL, tl("serverFull"));
return;
}
event.allow();
}
@EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
public void onPlayerTeleport(final PlayerTeleportEvent event)
{
@@ -411,37 +407,7 @@ public class EssentialsPlayerListener implements Listener
}
}
}
@EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
public void onPlayerEggThrow(final PlayerEggThrowEvent event)
{
final User user = ess.getUser(event.getPlayer());
final ItemStack stack = new ItemStack(Material.EGG, 1);
if (user.hasUnlimited(stack))
{
user.getBase().getInventory().addItem(stack);
user.getBase().updateInventory();
}
}
@EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
public void onPlayerBucketEmpty(final PlayerBucketEmptyEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (user.hasUnlimited(new ItemStack(event.getBucket())))
{
event.getItemStack().setType(event.getBucket());
ess.scheduleSyncDelayedTask(new Runnable()
{
@Override
public void run()
{
user.getBase().updateInventory();
}
});
}
}
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event)
{
@@ -449,10 +415,9 @@ public class EssentialsPlayerListener implements Listener
final String cmd = event.getMessage().toLowerCase(Locale.ENGLISH).split(" ")[0].replace("/", "").toLowerCase(Locale.ENGLISH);
if (ess.getSettings().getSocialSpyCommands().contains(cmd) || ess.getSettings().getSocialSpyCommands().contains("*"))
{
for (Player onlinePlayer : ess.getServer().getOnlinePlayers())
for (User spyer : ess.getOnlineUsers())
{
final User spyer = ess.getUser(onlinePlayer);
if (spyer.isSocialSpyEnabled() && !player.equals(onlinePlayer))
if (spyer.isSocialSpyEnabled() && !player.equals(spyer.getBase()))
{
spyer.sendMessage(player.getDisplayName() + " : " + event.getMessage());
}
@@ -464,7 +429,7 @@ public class EssentialsPlayerListener implements Listener
user.updateActivity(true);
}
}
@EventHandler(priority = EventPriority.NORMAL)
public void onPlayerChangedWorldFlyReset(final PlayerChangedWorldEvent event)
{
@@ -489,7 +454,7 @@ public class EssentialsPlayerListener implements Listener
{
user.getBase().setFlySpeed(user.getBase().getFlySpeed() * 0.99999f);
}
if (user.getBase().getWalkSpeed() > ess.getSettings().getMaxWalkSpeed() && !user.isAuthorized("essentials.speed.bypass"))
{
user.getBase().setWalkSpeed((float)ess.getSettings().getMaxWalkSpeed());
@@ -500,7 +465,7 @@ public class EssentialsPlayerListener implements Listener
}
}
}
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerChangedWorld(final PlayerChangedWorldEvent event)
{
@@ -510,19 +475,19 @@ public class EssentialsPlayerListener implements Listener
updateCompass(user);
if (ess.getSettings().getNoGodWorlds().contains(newWorld) && user.isGodModeEnabledRaw())
{
user.sendMessage(tl("noGodWorldWarning"));
user.sendMessage(I18n.tl("noGodWorldWarning"));
}
if (!user.getWorld().getName().equals(newWorld))
{
user.sendMessage(tl("currentWorld", newWorld));
user.sendMessage(I18n.tl("currentWorld", newWorld));
}
if (user.isVanished())
{
user.setVanished(user.isAuthorized("essentials.vanish"));
}
}
@EventHandler(priority = EventPriority.NORMAL)
public void onPlayerInteract(final PlayerInteractEvent event)
{
@@ -535,7 +500,7 @@ public class EssentialsPlayerListener implements Listener
if (player.isAuthorized("essentials.sethome.bed"))
{
player.getBase().setBedSpawnLocation(event.getClickedBlock().getLocation());
player.sendMessage(tl("bedSet", player.getLocation().getWorld().getName(), player.getLocation().getBlockX(), player.getLocation().getBlockY(), player.getLocation().getBlockZ()));
player.sendMessage(I18n.tl("bedSet", player.getLocation().getWorld().getName(), player.getLocation().getBlockX(), player.getLocation().getBlockY(), player.getLocation().getBlockZ()));
}
}
break;
@@ -571,9 +536,8 @@ public class EssentialsPlayerListener implements Listener
try
{
final Location otarget = LocationUtil.getTarget(user.getBase());
ess.scheduleSyncDelayedTask(
new Runnable()
class DelayedClickJumpTask implements Runnable
{
@Override
public void run()
@@ -587,7 +551,8 @@ public class EssentialsPlayerListener implements Listener
}
user.getBase().teleport(loc, TeleportCause.PLUGIN);
}
});
}
ess.scheduleSyncDelayedTask(new DelayedClickJumpTask());
}
catch (Exception ex)
{
@@ -597,7 +562,7 @@ public class EssentialsPlayerListener implements Listener
}
}
}
private boolean usePowertools(final User user, final int id)
{
final List<String> commandList = user.getPowertool(id);
@@ -621,8 +586,8 @@ public class EssentialsPlayerListener implements Listener
else
{
used = true;
ess.scheduleSyncDelayedTask(
new Runnable()
class PowerToolUseTask implements Runnable
{
@Override
public void run()
@@ -630,12 +595,14 @@ public class EssentialsPlayerListener implements Listener
user.getServer().dispatchCommand(user.getBase(), command);
LOGGER.log(Level.INFO, String.format("[PT] %s issued server command: /%s", user.getName(), command));
}
});
}
ess.scheduleSyncDelayedTask(new PowerToolUseTask());
}
}
return used;
}
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onPlayerPickupItem(final PlayerPickupItemEvent event)
{
@@ -647,14 +614,14 @@ public class EssentialsPlayerListener implements Listener
}
}
}
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
public void onInventoryClickEvent(final InventoryClickEvent event)
{
Player refreshPlayer = null;
final Inventory top = event.getView().getTopInventory();
final InventoryType type = top.getType();
if (type == InventoryType.PLAYER)
{
final User user = ess.getUser((Player)event.getWhoClicked());
@@ -699,7 +666,7 @@ public class EssentialsPlayerListener implements Listener
refreshPlayer = user.getBase();
}
}
if (refreshPlayer != null)
{
final Player player = refreshPlayer;
@@ -713,7 +680,7 @@ public class EssentialsPlayerListener implements Listener
}, 1);
}
}
@EventHandler(priority = EventPriority.MONITOR)
public void onInventoryCloseEvent(final InventoryCloseEvent event)
{
@@ -752,7 +719,7 @@ public class EssentialsPlayerListener implements Listener
refreshPlayer = user.getBase();
}
}
if (refreshPlayer != null)
{
final Player player = refreshPlayer;
@@ -766,7 +733,7 @@ public class EssentialsPlayerListener implements Listener
}, 1);
}
}
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onPlayerFishEvent(final PlayerFishEvent event)
{

View File

@@ -1,7 +1,7 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import com.earth2me.essentials.perm.PermissionsHandler;
import com.earth2me.essentials.register.payment.Methods;
import org.mcess.essentials.perm.PermissionsHandler;
import org.mcess.essentials.register.payment.Methods;
import java.util.logging.Level;
import net.ess3.api.IEssentials;
import org.bukkit.event.EventHandler;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import java.util.HashSet;
import java.util.Iterator;
@@ -48,7 +48,7 @@ public class EssentialsTimer implements Runnable
}
lastPoll = startTime;
int count = 0;
for (Player player : ess.getServer().getOnlinePlayers())
for (Player player : ess.getOnlinePlayers())
{
count++;
if (skip1 > 0)

View File

@@ -1,10 +1,10 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.craftbukkit.FakeWorld;
import com.earth2me.essentials.settings.Spawns;
import com.earth2me.essentials.storage.YamlStorageWriter;
import com.earth2me.essentials.utils.StringUtil;
import org.mcess.essentials.craftbukkit.BanLookup;
import org.mcess.essentials.craftbukkit.FakeWorld;
import org.mcess.essentials.settings.Spawns;
import org.mcess.essentials.storage.YamlStorageWriter;
import org.mcess.essentials.utils.StringUtil;
import com.google.common.base.Charsets;
import java.io.*;
import java.math.BigInteger;
@@ -14,9 +14,11 @@ import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.ess3.api.IEssentials;
import org.bukkit.BanList;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.World;
import org.mcess.essentials.settings.Jails;
public class EssentialsUpgrade
@@ -76,7 +78,7 @@ public class EssentialsUpgrade
}
catch (IOException e)
{
LOGGER.log(Level.SEVERE, tl("upgradingFilesError"), e);
LOGGER.log(Level.SEVERE, I18n.tl("upgradingFilesError"), e);
}
}
@@ -126,11 +128,11 @@ public class EssentialsUpgrade
{
if (!file.renameTo(new File(file.getParentFile(), file.getName().concat("." + System.currentTimeMillis() + ".upgradebackup"))))
{
throw new Exception(tl("configFileMoveError"));
throw new Exception(I18n.tl("configFileMoveError"));
}
if (!tempFile.renameTo(file))
{
throw new Exception(tl("configFileRenameError"));
throw new Exception(I18n.tl("configFileRenameError"));
}
}
else
@@ -294,17 +296,17 @@ public class EssentialsUpgrade
final File newFile = new File(listOfFile.getParentFile(), sanitizedFilename);
if (!listOfFile.renameTo(tmpFile))
{
LOGGER.log(Level.WARNING, tl("userdataMoveError", filename, sanitizedFilename));
LOGGER.log(Level.WARNING, I18n.tl("userdataMoveError", filename, sanitizedFilename));
continue;
}
if (newFile.exists())
{
LOGGER.log(Level.WARNING, tl("duplicatedUserdata", filename, sanitizedFilename));
LOGGER.log(Level.WARNING, I18n.tl("duplicatedUserdata", filename, sanitizedFilename));
continue;
}
if (!tmpFile.renameTo(newFile))
{
LOGGER.log(Level.WARNING, tl("userdataMoveBackError", sanitizedFilename, sanitizedFilename));
LOGGER.log(Level.WARNING, I18n.tl("userdataMoveBackError", sanitizedFilename, sanitizedFilename));
}
}
doneFile.setProperty("sanitizeAllUserFilenames", true);
@@ -414,7 +416,7 @@ public class EssentialsUpgrade
}
if (!configFile.renameTo(new File(ess.getDataFolder(), "spawn.yml.old")))
{
throw new Exception(tl("fileRenameError", "spawn.yml"));
throw new Exception(I18n.tl("fileRenameError", "spawn.yml"));
}
PrintWriter writer = new PrintWriter(configFile);
try
@@ -452,7 +454,7 @@ public class EssentialsUpgrade
config.load();
if (!config.hasProperty("jails"))
{
final com.earth2me.essentials.settings.Jails jails = new com.earth2me.essentials.settings.Jails();
final org.mcess.essentials.settings.Jails jails = new Jails();
Set<String> keys = config.getKeys(false);
for (String jailName : keys)
{
@@ -461,7 +463,7 @@ public class EssentialsUpgrade
}
if (!configFile.renameTo(new File(ess.getDataFolder(), "jail.yml.old")))
{
throw new Exception(tl("fileRenameError", "jail.yml"));
throw new Exception(I18n.tl("fileRenameError", "jail.yml"));
}
PrintWriter writer = new PrintWriter(configFile);
try
@@ -500,13 +502,15 @@ public class EssentialsUpgrade
{
return;
}
Boolean ignoreUFCache = doneFile.getBoolean("ignore-userfiles-cache", false);
final File userdir = new File(ess.getDataFolder(), "userdata");
if (!userdir.exists())
{
return;
}
int countFiles = 0;
int countReqFiles = 0;
for (String string : userdir.list())
@@ -515,12 +519,12 @@ public class EssentialsUpgrade
{
continue;
}
countFiles++;
final String name = string.substring(0, string.length() - 4);
UUID uuid = null;
try
{
uuid = UUID.fromString(name);
@@ -529,37 +533,37 @@ public class EssentialsUpgrade
{
countReqFiles++;
}
if (countFiles > 100)
{
break;
}
}
}
if (countReqFiles < 1)
{
return;
}
ess.getLogger().info("#### Starting Essentials UUID userdata conversion in a few seconds. ####");
ess.getLogger().info("We recommend you take a backup of your server before upgrading from the old username system.");
try
{
Thread.sleep(10000);
Thread.sleep(15000);
}
catch (InterruptedException ex)
{
// NOOP
}
uuidFileConvert(ess);
uuidFileConvert(ess, ignoreUFCache);
doneFile.setProperty("uuidFileChange", true);
doneFile.save();
}
public static void uuidFileConvert(IEssentials ess)
public static void uuidFileConvert(IEssentials ess, Boolean ignoreUFCache)
{
ess.getLogger().info("Starting Essentials UUID userdata conversion");
@@ -593,7 +597,7 @@ public class EssentialsUpgrade
countFiles++;
final String name = string.substring(0, string.length() - 4);
String name = string.substring(0, string.length() - 4);
EssentialsUserConf config;
UUID uuid = null;
try
@@ -608,7 +612,9 @@ public class EssentialsUpgrade
conf.setProperty("lastAccountName", name);
conf.save();
String uuidString = conf.getString("uuid", null);
String uuidConf = ignoreUFCache ? "force-uuid" : "uuid";
String uuidString = conf.getString(uuidConf, null);
for (int i = 0; i < 4; i++)
{
@@ -625,7 +631,7 @@ public class EssentialsUpgrade
uuid = UUID.nameUUIDFromBytes(("NPC:" + name).getBytes(Charsets.UTF_8));
break;
}
org.bukkit.OfflinePlayer player = ess.getServer().getOfflinePlayer(name);
uuid = player.getUniqueId();
}
@@ -634,7 +640,7 @@ public class EssentialsUpgrade
{
countBukkit++;
break;
}
}
}
if (uuid != null)
@@ -642,19 +648,114 @@ public class EssentialsUpgrade
conf.forceSave();
config = new EssentialsUserConf(name, uuid, new File(userdir, uuid + ".yml"));
config.convertLegacyFile();
ess.getUserMap().trackUUID(uuid, name);
ess.getUserMap().trackUUID(uuid, name, false);
continue;
}
countFails++;
}
}
ess.getUserMap().getUUIDMap().forceWriteUUIDMap();
ess.getLogger().info("Converted " + countFiles + "/" + countFiles + ". Conversion complete.");
ess.getLogger().info("Converted via cache: " + countEssCache + " :: Converted via lookup: " + countBukkit + " :: Failed to convert: " + countFails);
ess.getLogger().info("To rerun the conversion type /essentials uuidconvert");
}
public void banFormatChange()
{
if (doneFile.getBoolean("banFormatChange", false))
{
return;
}
ess.getLogger().info("Starting Essentials ban format conversion");
final File userdir = new File(ess.getDataFolder(), "userdata");
if (!userdir.exists())
{
return;
}
int countFiles = 0;
ess.getLogger().info("Found " + userdir.list().length + " files to convert...");
for (String string : userdir.list())
{
if (!string.endsWith(".yml") || string.length() < 5)
{
continue;
}
final int showProgress = countFiles % 250;
if (showProgress == 0)
{
ess.getLogger().info("Converted " + countFiles + "/" + userdir.list().length);
}
countFiles++;
final File pFile = new File(userdir, string);
final EssentialsConf conf = new EssentialsConf(pFile);
conf.load();
String banReason;
Long banTimeout;
try
{
banReason = conf.getConfigurationSection("ban").getString("reason");
}
catch (NullPointerException n)
{
banReason = null;
}
final String playerName = conf.getString("lastAccountName");
if (playerName != null && playerName.length() > 1 && banReason != null && banReason.length() > 1)
{
try
{
if (conf.getConfigurationSection("ban").contains("timeout"))
{
banTimeout = Long.parseLong(conf.getConfigurationSection("ban").getString("timeout"));
}
else
{
banTimeout = 0L;
}
}
catch (NumberFormatException n)
{
banTimeout = 0L;
}
if (BanLookup.isBanned(ess, playerName))
{
updateBan(playerName, banReason, banTimeout);
}
}
conf.removeProperty("ban");
conf.save();
}
doneFile.setProperty("banFormatChange", true);
doneFile.save();
ess.getLogger().info("Ban format update complete.");
}
private void updateBan(String playerName, String banReason, Long banTimeout)
{
if (banTimeout == 0)
{
Bukkit.getBanList(BanList.Type.NAME).addBan(playerName, banReason, null, Console.NAME);
}
else
{
Bukkit.getBanList(BanList.Type.NAME).addBan(playerName, banReason, new Date(banTimeout), Console.NAME);
}
}
public void beforeSettings()
{
if (!ess.getDataFolder().exists())
@@ -674,6 +775,7 @@ public class EssentialsUpgrade
updateSpawnsToNewSpawnsConfig();
updateJailsToNewJailsConfig();
uuidFileChange();
banFormatChange();
warnMetrics();
}
}

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import com.google.common.base.Charsets;
import com.google.common.io.Files;
@@ -12,8 +12,8 @@ import org.bukkit.Bukkit;
public class EssentialsUserConf extends EssentialsConf
{
final String username;
final UUID uuid;
public final String username;
public final UUID uuid;
public EssentialsUserConf(final String username, final UUID uuid, final File configFile)
{

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import java.io.File;
import java.io.FileInputStream;
@@ -23,16 +23,28 @@ public class I18n implements net.ess3.api.II18n
private transient ResourceBundle customBundle;
private transient ResourceBundle localeBundle;
private final transient ResourceBundle defaultBundle;
private final transient Map<String, MessageFormat> messageFormatCache = new HashMap<String, MessageFormat>();
private transient Map<String, MessageFormat> messageFormatCache = new HashMap<String, MessageFormat>();
private final transient IEssentials ess;
private static final Pattern NODOUBLEMARK = Pattern.compile("''");
private static final ResourceBundle NULL_BUNDLE = new ResourceBundle()
{
public Enumeration<String> getKeys()
{
return null;
}
protected Object handleGetObject(String key)
{
return null;
}
};
public I18n(final IEssentials ess)
{
this.ess = ess;
customBundle = ResourceBundle.getBundle(MESSAGES, defaultLocale, new FileResClassLoader(I18n.class.getClassLoader(), ess));
localeBundle = ResourceBundle.getBundle(MESSAGES, defaultLocale);
defaultBundle = ResourceBundle.getBundle(MESSAGES, Locale.ENGLISH);
localeBundle = defaultBundle;
customBundle = NULL_BUNDLE;
}
public void onEnable()
@@ -110,27 +122,43 @@ public class I18n implements net.ess3.api.II18n
public void updateLocale(final String loc)
{
if (loc == null || loc.isEmpty())
if (loc != null && !loc.isEmpty())
{
return;
}
final String[] parts = loc.split("[_\\.]");
if (parts.length == 1)
{
currentLocale = new Locale(parts[0]);
}
if (parts.length == 2)
{
currentLocale = new Locale(parts[0], parts[1]);
}
if (parts.length == 3)
{
currentLocale = new Locale(parts[0], parts[1], parts[2]);
final String[] parts = loc.split("[_\\.]");
if (parts.length == 1)
{
currentLocale = new Locale(parts[0]);
}
if (parts.length == 2)
{
currentLocale = new Locale(parts[0], parts[1]);
}
if (parts.length == 3)
{
currentLocale = new Locale(parts[0], parts[1], parts[2]);
}
}
ResourceBundle.clearCache();
messageFormatCache = new HashMap<String, MessageFormat>();
Logger.getLogger("Essentials").log(Level.INFO, String.format("Using locale %s", currentLocale.toString()));
customBundle = ResourceBundle.getBundle(MESSAGES, currentLocale, new FileResClassLoader(I18n.class.getClassLoader(), ess));
localeBundle = ResourceBundle.getBundle(MESSAGES, currentLocale);
try
{
localeBundle = ResourceBundle.getBundle(MESSAGES, currentLocale);
}
catch (MissingResourceException ex)
{
localeBundle = NULL_BUNDLE;
}
try
{
customBundle = ResourceBundle.getBundle(MESSAGES, currentLocale, new FileResClassLoader(I18n.class.getClassLoader(), ess));
}
catch (MissingResourceException ex)
{
customBundle = NULL_BUNDLE;
}
}
public static String capitalCase(final String input)
@@ -166,7 +194,7 @@ public class I18n implements net.ess3.api.II18n
{
}
}
return super.getResource(string);
return null;
}
@Override
@@ -183,7 +211,7 @@ public class I18n implements net.ess3.api.II18n
{
}
}
return super.getResourceAsStream(string);
return null;
}
}
}

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
public interface IConf
{

View File

@@ -1,11 +1,12 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import com.earth2me.essentials.api.IItemDb;
import com.earth2me.essentials.api.IJails;
import com.earth2me.essentials.api.IWarps;
import com.earth2me.essentials.metrics.Metrics;
import com.earth2me.essentials.perm.PermissionsHandler;
import com.earth2me.essentials.register.payment.Methods;
import org.mcess.essentials.api.IItemDb;
import org.mcess.essentials.api.IJails;
import org.mcess.essentials.api.IWarps;
import org.mcess.essentials.metrics.Metrics;
import org.mcess.essentials.perm.PermissionsHandler;
import org.mcess.essentials.register.payment.Methods;
import java.util.Collection;
import java.util.List;
import java.util.UUID;
import org.bukkit.World;
@@ -56,19 +57,19 @@ public interface IEssentials extends Plugin
Worth getWorth();
Backup getBackup();
Methods getPaymentMethod();
BukkitTask runTaskAsynchronously(Runnable run);
BukkitTask runTaskLaterAsynchronously(Runnable run, long delay);
BukkitTask runTaskTimerAsynchronously(Runnable run, long delay, long period);
int scheduleSyncDelayedTask(Runnable run);
int scheduleSyncDelayedTask(Runnable run, long delay);
int scheduleSyncRepeatingTask(final Runnable run, long delay, long period);
int scheduleSyncRepeatingTask(Runnable run, long delay, long period);
TNTExplodeListener getTNTListener();
@@ -76,7 +77,7 @@ public interface IEssentials extends Plugin
AlternativeCommandsHandler getAlternativeCommandsHandler();
void showError(final CommandSource sender, final Throwable exception, final String commandLabel);
void showError(CommandSource sender, Throwable exception, String commandLabel);
IItemDb getItemDb();
@@ -89,4 +90,8 @@ public interface IEssentials extends Plugin
EssentialsTimer getTimer();
List<String> getVanishedPlayers();
Collection<Player> getOnlinePlayers();
Iterable<User> getOnlineUsers();
}

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
public interface IEssentialsModule

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
public interface IReplyTo
{

View File

@@ -1,8 +1,8 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import com.earth2me.essentials.commands.IEssentialsCommand;
import com.earth2me.essentials.signs.EssentialsSign;
import com.earth2me.essentials.textreader.IText;
import org.mcess.essentials.commands.IEssentialsCommand;
import org.mcess.essentials.signs.EssentialsSign;
import org.mcess.essentials.textreader.IText;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
@@ -22,10 +22,6 @@ public interface ISettings extends IConf
String getNewPlayerKit();
String getBackupCommand();
long getBackupInterval();
String getChatFormat(String group);
int getChatRadius();
@@ -90,8 +86,6 @@ public interface ISettings extends IConf
double getTeleportDelay();
boolean hidePermissionlessHelp();
boolean isCommandDisabled(final IEssentialsCommand cmd);
boolean isCommandDisabled(String label);
@@ -110,8 +104,6 @@ public interface ISettings extends IConf
boolean permissionBasedItemSpawn();
boolean showNonEssCommandsInHelp();
boolean warnOnBuildDisallow();
boolean warnOnSmite();
@@ -193,6 +185,8 @@ public interface ISettings extends IConf
int getMailsPerMinute();
long getEconomyLagWarning();
long getPermissionsLagWarning();
void setEssentialsChatActive(boolean b);

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import org.bukkit.Location;

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import com.earth2me.essentials.commands.IEssentialsCommand;
import org.mcess.essentials.commands.IEssentialsCommand;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;

View File

@@ -1,8 +1,7 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.utils.NumberUtil;
import com.earth2me.essentials.utils.StringUtil;
import org.mcess.essentials.utils.NumberUtil;
import org.mcess.essentials.utils.StringUtil;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@@ -143,20 +142,20 @@ public class ItemDb implements IConf, net.ess3.api.IItemDb
}
catch (Throwable throwable)
{
throw new Exception(tl("unknownItemName", itemname), throwable);
throw new Exception(I18n.tl("unknownItemName", itemname), throwable);
}
}
}
if (itemid < 1)
{
throw new Exception(tl("unknownItemName", itemname));
throw new Exception(I18n.tl("unknownItemName", itemname));
}
final Material mat = Material.getMaterial(itemid);
if (mat == null)
{
throw new Exception(tl("unknownItemId", itemid));
throw new Exception(I18n.tl("unknownItemId", itemid));
}
final ItemStack retval = new ItemStack(mat);
retval.setAmount(mat.getMaxStackSize());
@@ -206,7 +205,7 @@ public class ItemDb implements IConf, net.ess3.api.IItemDb
if (is.isEmpty() || is.get(0).getType() == Material.AIR)
{
throw new Exception(tl("itemSellAir"));
throw new Exception(I18n.tl("itemSellAir"));
}
return is;

View File

@@ -1,7 +1,6 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.storage.AsyncStorageObjectHolder;
import org.mcess.essentials.storage.AsyncStorageObjectHolder;
import java.io.File;
import java.util.*;
import java.util.logging.Level;
@@ -29,14 +28,14 @@ import org.bukkit.event.player.PlayerTeleportEvent.TeleportCause;
import org.bukkit.plugin.PluginManager;
public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.settings.Jails> implements net.ess3.api.IJails
public class Jails extends AsyncStorageObjectHolder<org.mcess.essentials.settings.Jails> implements net.ess3.api.IJails
{
private static final transient Logger LOGGER = Bukkit.getLogger();
private static transient boolean enabled = false;
public Jails(final IEssentials ess)
{
super(ess, com.earth2me.essentials.settings.Jails.class);
super(ess, org.mcess.essentials.settings.Jails.class);
reloadConfig();
}
@@ -93,12 +92,12 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
if (getData().getJails() == null || jailName == null
|| !getData().getJails().containsKey(jailName.toLowerCase(Locale.ENGLISH)))
{
throw new Exception(tl("jailNotExist"));
throw new Exception(I18n.tl("jailNotExist"));
}
Location loc = getData().getJails().get(jailName.toLowerCase(Locale.ENGLISH));
if (loc == null || loc.getWorld() == null)
{
throw new Exception(tl("jailNotExist"));
throw new Exception(I18n.tl("jailNotExist"));
}
return loc;
}
@@ -198,7 +197,7 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
private class JailListener implements Listener
{
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onBlockBreak(final BlockBreakEvent event)
public void onJailBlockBreak(final BlockBreakEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (user.isJailed())
@@ -208,7 +207,7 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
}
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onBlockPlace(final BlockPlaceEvent event)
public void onJailBlockPlace(final BlockPlaceEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (user.isJailed())
@@ -218,7 +217,7 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
}
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onBlockDamage(final BlockDamageEvent event)
public void onJailBlockDamage(final BlockDamageEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (user.isJailed())
@@ -228,7 +227,7 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
}
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onEntityDamageByEntity(final EntityDamageByEntityEvent event)
public void onJailEntityDamageByEntity(final EntityDamageByEntityEvent event)
{
if (event.getCause() != DamageCause.ENTITY_ATTACK || event.getEntity().getType() != EntityType.PLAYER)
{
@@ -246,7 +245,7 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
}
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onPlayerInteract(final PlayerInteractEvent event)
public void onJailPlayerInteract(final PlayerInteractEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (user.isJailed())
@@ -256,7 +255,7 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
}
@EventHandler(priority = EventPriority.HIGHEST)
public void onPlayerRespawn(final PlayerRespawnEvent event)
public void onJailPlayerRespawn(final PlayerRespawnEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (!user.isJailed() || user.getJail() == null || user.getJail().isEmpty())
@@ -272,17 +271,17 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
{
if (ess.getSettings().isDebug())
{
LOGGER.log(Level.INFO, tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()), ex);
LOGGER.log(Level.INFO, I18n.tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()), ex);
}
else
{
LOGGER.log(Level.INFO, tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()));
LOGGER.log(Level.INFO, I18n.tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()));
}
}
}
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerTeleport(final PlayerTeleportEvent event)
public void onJailPlayerTeleport(final PlayerTeleportEvent event)
{
final User user = ess.getUser(event.getPlayer());
if (!user.isJailed() || user.getJail() == null || user.getJail().isEmpty())
@@ -298,18 +297,18 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
{
if (ess.getSettings().isDebug())
{
LOGGER.log(Level.INFO, tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()), ex);
LOGGER.log(Level.INFO, I18n.tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()), ex);
}
else
{
LOGGER.log(Level.INFO, tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()));
LOGGER.log(Level.INFO, I18n.tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()));
}
}
user.sendMessage(tl("jailMessage"));
user.sendMessage(I18n.tl("jailMessage"));
}
@EventHandler(priority = EventPriority.HIGHEST)
public void onPlayerJoin(final PlayerJoinEvent event)
public void onJailPlayerJoin(final PlayerJoinEvent event)
{
final User user = ess.getUser(event.getPlayer());
final long currentTime = System.currentTimeMillis();
@@ -327,14 +326,14 @@ public class Jails extends AsyncStorageObjectHolder<com.earth2me.essentials.sett
{
if (ess.getSettings().isDebug())
{
LOGGER.log(Level.INFO, tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()), ex);
LOGGER.log(Level.INFO, I18n.tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()), ex);
}
else
{
LOGGER.log(Level.INFO, tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()));
LOGGER.log(Level.INFO, I18n.tl("returnPlayerToJailError", user.getName(), ex.getLocalizedMessage()));
}
}
user.sendMessage(tl("jailMessage"));
user.sendMessage(I18n.tl("jailMessage"));
}
}
}

View File

@@ -1,15 +1,12 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import static com.earth2me.essentials.I18n.capitalCase;
import com.earth2me.essentials.Trade.OverflowType;
import com.earth2me.essentials.commands.NoChargeException;
import com.earth2me.essentials.craftbukkit.InventoryWorkaround;
import com.earth2me.essentials.textreader.IText;
import com.earth2me.essentials.textreader.KeywordReplacer;
import com.earth2me.essentials.textreader.SimpleTextInput;
import com.earth2me.essentials.utils.DateUtil;
import com.earth2me.essentials.utils.NumberUtil;
import org.mcess.essentials.commands.NoChargeException;
import org.mcess.essentials.craftbukkit.InventoryWorkaround;
import org.mcess.essentials.textreader.IText;
import org.mcess.essentials.textreader.KeywordReplacer;
import org.mcess.essentials.textreader.SimpleTextInput;
import org.mcess.essentials.utils.DateUtil;
import org.mcess.essentials.utils.NumberUtil;
import java.math.BigDecimal;
import java.util.*;
import java.util.logging.Level;
@@ -21,6 +18,24 @@ import org.bukkit.inventory.ItemStack;
public class Kit
{
final IEssentials ess;
final String kitName;
final Map<String, Object> kit;
final Trade charge;
public Kit(final String kitName, final IEssentials ess) throws Exception
{
this.kitName = kitName;
this.ess = ess;
this.kit = ess.getSettings().getKit(kitName);
this.charge = new Trade("kit-" + kitName, new Trade("kit-kit", ess), ess);
if (kit == null)
{
throw new Exception(I18n.tl("kitNotFound"));
}
}
//TODO: Convert this to use one of the new text classes?
public static String listKits(final IEssentials ess, final User user) throws Exception
{
@@ -32,22 +47,22 @@ public class Kit
{
if (user == null)
{
list.append(" ").append(capitalCase(kitItem));
list.append(" ").append(I18n.capitalCase(kitItem));
}
else if (user.isAuthorized("essentials.kits." + kitItem.toLowerCase(Locale.ENGLISH)))
{
String cost = "";
String name = capitalCase(kitItem);
String name = I18n.capitalCase(kitItem);
BigDecimal costPrice = new Trade("kit-" + kitItem.toLowerCase(Locale.ENGLISH), ess).getCommandCost(user);
if (costPrice.signum() > 0)
{
cost = tl("kitCost", NumberUtil.displayCurrency(costPrice, ess));
cost = I18n.tl("kitCost", NumberUtil.displayCurrency(costPrice, ess));
}
final Map<String, Object> kit = ess.getSettings().getKit(kitItem);
if (Kit.getNextUse(user, kitItem, kit) != 0)
Kit kit = new Kit(kitItem, ess);
if (kit.getNextUse(user) != 0)
{
name = tl("kitDelay", name);
name = I18n.tl("kitDelay", name);
}
list.append(" ").append(name).append(cost);
@@ -57,33 +72,61 @@ public class Kit
}
catch (Exception ex)
{
throw new Exception(tl("kitError"), ex);
throw new Exception(I18n.tl("kitError"), ex);
}
}
public static void checkTime(final User user, final String kitName, final Map<String, Object> els) throws Exception
public String getName()
{
final Calendar time = new GregorianCalendar();
long nextUse = getNextUse(user, kitName, els);
return kitName;
}
public void checkPerms(final User user) throws Exception
{
if (!user.isAuthorized("essentials.kits." + kitName))
{
throw new Exception(I18n.tl("noKitPermission", "essentials.kits." + kitName));
}
}
public void checkDelay(final User user) throws Exception
{
long nextUse = getNextUse(user);
if (nextUse == 0L)
{
user.setKitTimestamp(kitName, time.getTimeInMillis());
return;
}
else if (nextUse < 0L)
{
user.sendMessage(tl("kitOnce"));
user.sendMessage(I18n.tl("kitOnce"));
throw new NoChargeException();
}
else
{
user.sendMessage(tl("kitTimed", DateUtil.formatDateDiff(nextUse)));
user.sendMessage(I18n.tl("kitTimed", DateUtil.formatDateDiff(nextUse)));
throw new NoChargeException();
}
}
public static long getNextUse(final User user, final String kitName, final Map<String, Object> els) throws Exception
public void checkAffordable(final User user) throws Exception
{
charge.isAffordableFor(user);
}
public void setTime(final User user) throws Exception
{
final Calendar time = new GregorianCalendar();
user.setKitTimestamp(kitName, time.getTimeInMillis());
}
public void chargeUser(final User user) throws Exception
{
charge.charge(user);
}
public long getNextUse(final User user) throws Exception
{
if (user.isAuthorized("essentials.kit.exemptdelay"))
{
@@ -96,11 +139,11 @@ public class Kit
try
{
// Make sure delay is valid
delay = els.containsKey("delay") ? ((Number)els.get("delay")).doubleValue() : 0.0d;
delay = kit.containsKey("delay") ? ((Number)kit.get("delay")).doubleValue() : 0.0d;
}
catch (Exception e)
{
throw new Exception(tl("kitError2"));
throw new Exception(I18n.tl("kitError2"));
}
// When was the last kit used?
@@ -134,11 +177,11 @@ public class Kit
}
}
public static List<String> getItems(final IEssentials ess, final User user, final String kitName, final Map<String, Object> kit) throws Exception
public List<String> getItems(final User user) throws Exception
{
if (kit == null)
{
throw new Exception(tl("kitNotFound"));
throw new Exception(I18n.tl("kitNotFound"));
}
try
{
@@ -162,11 +205,16 @@ public class Kit
catch (Exception e)
{
ess.getLogger().log(Level.WARNING, "Error parsing kit " + kitName + ": " + e.getMessage());
throw new Exception(tl("kitError2"), e);
throw new Exception(I18n.tl("kitError2"), e);
}
}
public static void expandItems(final IEssentials ess, final User user, final List<String> items) throws Exception
public void expandItems(final User user) throws Exception
{
expandItems(user, getItems(user));
}
public void expandItems(final User user, final List<String> items) throws Exception
{
try
{
@@ -181,17 +229,18 @@ public class Kit
{
BigDecimal value = new BigDecimal(kitItem.substring(ess.getSettings().getCurrencySymbol().length()).trim());
Trade t = new Trade(value, ess);
t.pay(user, OverflowType.DROP);
t.pay(user, Trade.OverflowType.DROP);
continue;
}
final String[] parts = kitItem.split(" +");
final ItemStack parseStack = ess.getItemDb().get(parts[0], parts.length > 1 ? Integer.parseInt(parts[1]) : 1);
if (parseStack.getType() == Material.AIR) {
if (parseStack.getType() == Material.AIR)
{
continue;
}
final MetaItemStack metaStack = new MetaItemStack(parseStack);
if (parts.length > 2)
@@ -213,10 +262,12 @@ public class Kit
for (ItemStack itemStack : overfilled.values())
{
int spillAmount = itemStack.getAmount();
if (!allowOversizedStacks) {
itemStack.setAmount(spillAmount < itemStack.getMaxStackSize() ? spillAmount : itemStack.getMaxStackSize());
if (!allowOversizedStacks)
{
itemStack.setAmount(spillAmount < itemStack.getMaxStackSize() ? spillAmount : itemStack.getMaxStackSize());
}
while (spillAmount > 0) {
while (spillAmount > 0)
{
user.getWorld().dropItemNaturally(user.getLocation(), itemStack);
spillAmount -= itemStack.getAmount();
}
@@ -226,14 +277,14 @@ public class Kit
user.getBase().updateInventory();
if (spew)
{
user.sendMessage(tl("kitInvFull"));
user.sendMessage(I18n.tl("kitInvFull"));
}
}
catch (Exception e)
{
user.getBase().updateInventory();
ess.getLogger().log(Level.WARNING, e.getMessage());
throw new Exception(tl("kitError2"), e);
throw new Exception(I18n.tl("kitError2"), e);
}
}
}

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import org.bukkit.Location;

View File

@@ -1,6 +1,5 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import java.io.*;
import java.math.BigInteger;
import java.security.DigestInputStream;
@@ -47,7 +46,7 @@ public class ManagedFile
}
catch (IOException ex)
{
Bukkit.getLogger().log(Level.SEVERE, tl("itemsCsvNotLoaded"), ex);
Bukkit.getLogger().log(Level.SEVERE, I18n.tl("itemsCsvNotLoaded"), ex);
}
}
}

View File

@@ -1,11 +1,10 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.textreader.BookInput;
import com.earth2me.essentials.textreader.BookPager;
import com.earth2me.essentials.textreader.IText;
import com.earth2me.essentials.utils.FormatUtil;
import com.earth2me.essentials.utils.NumberUtil;
import org.mcess.essentials.textreader.BookInput;
import org.mcess.essentials.textreader.BookPager;
import org.mcess.essentials.textreader.IText;
import org.mcess.essentials.utils.FormatUtil;
import org.mcess.essentials.utils.NumberUtil;
import java.util.*;
import java.util.regex.Pattern;
@@ -128,7 +127,7 @@ public class MetaItemStack
public void parseStringMeta(final CommandSource sender, final boolean allowUnsafe, String[] string, int fromArg, final IEssentials ess) throws Exception
{
if (string[fromArg].startsWith("{"))
if (string[fromArg].startsWith("{") && hasMetaPermission(sender, "vanilla", false, true, ess))
{
try
{
@@ -143,7 +142,7 @@ public class MetaItemStack
}
catch (NoSuchMethodError nsme)
{
throw new Exception(tl("noMetaJson"), nsme);
throw new Exception(I18n.tl("noMetaJson"), nsme);
}
catch (Throwable throwable)
{
@@ -160,14 +159,14 @@ public class MetaItemStack
{
if (!hasMetaPermission(sender, "firework", true, true, ess))
{
throw new Exception(tl("noMetaFirework"));
throw new Exception(I18n.tl("noMetaFirework"));
}
FireworkEffect effect = builder.build();
FireworkMeta fmeta = (FireworkMeta)stack.getItemMeta();
fmeta.addEffect(effect);
if (fmeta.getEffects().size() > 1 && !hasMetaPermission(sender, "firework-multiple", true, true, ess))
{
throw new Exception(tl("multipleCharges"));
throw new Exception(I18n.tl("multipleCharges"));
}
stack.setItemMeta(fmeta);
}
@@ -211,7 +210,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("onlyPlayerSkulls"));
throw new Exception(I18n.tl("onlyPlayerSkulls"));
}
}
else if (split.length > 1 && split[0].equalsIgnoreCase("book") && stack.getType() == Material.WRITTEN_BOOK
@@ -272,7 +271,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("leatherSyntax"));
throw new Exception(I18n.tl("leatherSyntax"));
}
}
else
@@ -298,14 +297,14 @@ public class MetaItemStack
{
if (!hasMetaPermission(sender, "firework", true, true, ess))
{
throw new Exception(tl("noMetaFirework"));
throw new Exception(I18n.tl("noMetaFirework"));
}
FireworkEffect effect = builder.build();
FireworkMeta fmeta = (FireworkMeta)stack.getItemMeta();
fmeta.addEffect(effect);
if (fmeta.getEffects().size() > 1 && !hasMetaPermission(sender, "firework-multiple", true, true, ess))
{
throw new Exception(tl("multipleCharges"));
throw new Exception(I18n.tl("multipleCharges"));
}
stack.setItemMeta(fmeta);
builder = FireworkEffect.builder();
@@ -322,7 +321,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("invalidFireworkFormat", split[1], split[0]));
throw new Exception(I18n.tl("invalidFireworkFormat", split[1], split[0]));
}
}
builder.withColor(primaryColors);
@@ -337,7 +336,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("invalidFireworkFormat", split[1], split[0]));
throw new Exception(I18n.tl("invalidFireworkFormat", split[1], split[0]));
}
if (finalEffect != null)
{
@@ -356,7 +355,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("invalidFireworkFormat", split[1], split[0]));
throw new Exception(I18n.tl("invalidFireworkFormat", split[1], split[0]));
}
}
if (!fadeColors.isEmpty())
@@ -379,7 +378,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("invalidFireworkFormat", split[1], split[0]));
throw new Exception(I18n.tl("invalidFireworkFormat", split[1], split[0]));
}
}
}
@@ -408,12 +407,12 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("noPotionEffectPerm", pEffectType.getName().toLowerCase(Locale.ENGLISH)));
throw new Exception(I18n.tl("noPotionEffectPerm", pEffectType.getName().toLowerCase(Locale.ENGLISH)));
}
}
else
{
throw new Exception(tl("invalidPotionMeta", split[1]));
throw new Exception(I18n.tl("invalidPotionMeta", split[1]));
}
}
else if (split[0].equalsIgnoreCase("power") || (allowShortName && split[0].equalsIgnoreCase("p")))
@@ -429,7 +428,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("invalidPotionMeta", split[1]));
throw new Exception(I18n.tl("invalidPotionMeta", split[1]));
}
}
else if (split[0].equalsIgnoreCase("duration") || (allowShortName && split[0].equalsIgnoreCase("d")))
@@ -441,7 +440,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("invalidPotionMeta", split[1]));
throw new Exception(I18n.tl("invalidPotionMeta", split[1]));
}
}
@@ -451,7 +450,7 @@ public class MetaItemStack
pEffect = pEffectType.createEffect(duration, power);
if (pmeta.getCustomEffects().size() > 1 && !hasMetaPermission(sender, "potions.multiple", true, false, ess))
{
throw new Exception(tl("multiplePotionEffects"));
throw new Exception(I18n.tl("multiplePotionEffects"));
}
pmeta.addCustomEffect(pEffect, true);
stack.setItemMeta(pmeta);
@@ -492,7 +491,7 @@ public class MetaItemStack
{
if (enchantment == null)
{
throw new Exception(tl("enchantmentNotFound"));
throw new Exception(I18n.tl("enchantmentNotFound"));
}
try
{
@@ -546,7 +545,7 @@ public class MetaItemStack
if (!hasMetaPermission(user, "enchantments." + enchantmentName, true, false))
{
throw new Exception(tl("enchantmentPerm", enchantmentName));
throw new Exception(I18n.tl("enchantmentPerm", enchantmentName));
}
return enchantment;
}
@@ -571,7 +570,7 @@ public class MetaItemStack
}
else
{
throw new Exception(tl("noMetaPerm", metaPerm));
throw new Exception(I18n.tl("noMetaPerm", metaPerm));
}
}
}

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import static org.mcess.essentials.I18n.tl;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;

View File

@@ -1,7 +1,6 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.utils.StringUtil;
import org.mcess.essentials.utils.StringUtil;
import java.util.*;
import java.util.logging.Logger;
import org.bukkit.DyeColor;
@@ -30,6 +29,7 @@ import org.bukkit.material.Colorable;
public enum MobData
{
BABY_AGEABLE("baby", Ageable.class, Data.BABY, true),
ADULT_AGEABLE("adult", Ageable.class, Data.ADULT, true),
BABY_PIG("piglet", EntityType.PIG, Data.BABY, false),
BABY_WOLF("puppy", EntityType.WOLF, Data.BABY, false),
BABY_CHICKEN("chick", EntityType.CHICKEN, Data.BABY, false),
@@ -83,6 +83,7 @@ public enum MobData
TUXEDO_CAT("tuxedo", EntityType.OCELOT, Ocelot.Type.BLACK_CAT, false),
VILLAGER_ZOMBIE("villager", EntityType.ZOMBIE.getEntityClass(), Data.VILLAGER, true),
BABY_ZOMBIE("baby", EntityType.ZOMBIE.getEntityClass(), Data.BABYZOMBIE, true),
ADULT_ZOMBIE("adult", EntityType.ZOMBIE.getEntityClass(), Data.ADULTZOMBIE, true),
DIAMOND_SWORD_ZOMBIE("diamondsword", EntityType.ZOMBIE.getEntityClass(), Material.DIAMOND_SWORD, true),
GOLD_SWORD_ZOMBIE("goldsword", EntityType.ZOMBIE.getEntityClass(), Material.GOLD_SWORD, true),
IRON_SWORD_ZOMBIE("ironsword", EntityType.ZOMBIE.getEntityClass(), Material.IRON_SWORD, true),
@@ -113,8 +114,10 @@ public enum MobData
public enum Data
{
ADULT,
BABY,
CHEST,
ADULTZOMBIE,
BABYZOMBIE,
VILLAGER,
HORSESADDLE,
@@ -214,10 +217,18 @@ public enum MobData
{
((Wolf)spawned).setAngry(true);
}
else if (this.value.equals(Data.ADULT))
{
((Ageable)spawned).setAdult();
}
else if (this.value.equals(Data.BABY))
{
((Ageable)spawned).setBaby();
}
else if (this.value.equals(Data.ADULTZOMBIE))
{
((Zombie)spawned).setBaby(false);
}
else if (this.value.equals(Data.BABYZOMBIE))
{
((Zombie)spawned).setBaby(true);
@@ -274,7 +285,7 @@ public enum MobData
}
catch (Exception e)
{
throw new Exception(tl("sheepMalformedColor"), e);
throw new Exception(I18n.tl("sheepMalformedColor"), e);
}
}
else if (this.value.equals(Data.EXP))
@@ -286,7 +297,7 @@ public enum MobData
}
catch (NumberFormatException e)
{
throw new Exception(tl("invalidNumber"), e);
throw new Exception(I18n.tl("invalidNumber"), e);
}
}
else if (this.value.equals(Data.SIZE))
@@ -298,7 +309,7 @@ public enum MobData
}
catch (NumberFormatException e)
{
throw new Exception(tl("slimeMalformedSize"), e);
throw new Exception(I18n.tl("slimeMalformedSize"), e);
}
}
else if (this.value instanceof Horse.Color)

View File

@@ -1,6 +1,5 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import java.net.InetSocketAddress;
import java.util.*;
import org.bukkit.*;
@@ -187,25 +186,25 @@ public class OfflinePlayer implements Player
@Override
public int getRemainingAir()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setRemainingAir(int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getMaximumAir()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setMaximumAir(int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
@@ -217,73 +216,73 @@ public class OfflinePlayer implements Player
@Override
public void setSneaking(boolean bln)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void updateInventory()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void chat(String string)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public double getEyeHeight()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public double getEyeHeight(boolean bln)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public List<Block> getLineOfSight(HashSet<Byte> hs, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public Block getTargetBlock(HashSet<Byte> hs, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public List<Block> getLastTwoTargetBlocks(HashSet<Byte> hs, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getFireTicks()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getMaxFireTicks()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setFireTicks(int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void remove()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
@@ -294,168 +293,168 @@ public class OfflinePlayer implements Player
public Vector getMomentum()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
public void setMomentum(Vector vector)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setVelocity(Vector vector)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public Vector getVelocity()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void damage(double d)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void damage(double d, Entity entity)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public Location getEyeLocation()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void sendRawMessage(String string)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public Location getCompassTarget()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getMaximumNoDamageTicks()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setMaximumNoDamageTicks(int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public double getLastDamage()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setLastDamage(double d)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getNoDamageTicks()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setNoDamageTicks(int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean teleport(Location lctn)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean teleport(Entity entity)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public Entity getPassenger()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean setPassenger(Entity entity)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean isEmpty()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean eject()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void saveData()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void loadData()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean isSleeping()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getSleepTicks()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public List<Entity> getNearbyEntities(double d, double d1, double d2)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean isDead()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public float getFallDistance()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
@@ -466,175 +465,175 @@ public class OfflinePlayer implements Player
@Override
public void setSleepingIgnored(boolean bln)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean isSleepingIgnored()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void awardAchievement(Achievement a)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void removeAchievement(Achievement achievement)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public boolean hasAchievement(Achievement achievement)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void incrementStatistic(Statistic ststc)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void decrementStatistic(Statistic statistic) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void incrementStatistic(Statistic ststc, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void decrementStatistic(Statistic statistic, int i) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setStatistic(Statistic statistic, int i) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getStatistic(Statistic statistic) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void incrementStatistic(Statistic ststc, Material mtrl)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void decrementStatistic(Statistic statistic, Material material) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getStatistic(Statistic statistic, Material material) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void incrementStatistic(Statistic ststc, Material mtrl, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void decrementStatistic(Statistic statistic, Material material, int i) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setStatistic(Statistic statistic, Material material, int i) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void incrementStatistic(Statistic statistic, EntityType entityType) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void decrementStatistic(Statistic statistic, EntityType entityType) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public int getStatistic(Statistic statistic, EntityType entityType) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void incrementStatistic(Statistic statistic, EntityType entityType, int i) throws IllegalArgumentException
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void decrementStatistic(Statistic statistic, EntityType entityType, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setStatistic(Statistic statistic, EntityType entityType, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void playNote(Location lctn, byte b, byte b1)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void sendBlockChange(Location lctn, Material mtrl, byte b)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void sendBlockChange(Location lctn, int i, byte b)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void setLastDamageCause(EntityDamageEvent ede)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public EntityDamageEvent getLastDamageCause()
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
public void playEffect(Location lctn, Effect effect, int i)
{
throw new UnsupportedOperationException(tl("notSupportedYet"));
throw new UnsupportedOperationException(I18n.tl("notSupportedYet"));
}
@Override
@@ -1481,12 +1480,27 @@ public class OfflinePlayer implements Player
@Override
public boolean isBanned()
{
if (base.getName() == null && getName() != null)
{
return server.getBanList(BanList.Type.NAME).isBanned(getName());
}
return base.isBanned();
}
@Override
public void setBanned(boolean banned)
{
if (base.getName() == null && getName() != null)
{
if (banned)
{
server.getBanList(BanList.Type.NAME).addBan(getName(), null, null, null);
}
else
{
server.getBanList(BanList.Type.NAME).pardon(getName());
}
}
base.setBanned(banned);
}

View File

@@ -1,17 +1,9 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import lombok.Delegate;
import org.bukkit.Location;
import org.bukkit.Server;
import org.bukkit.World;
import org.bukkit.command.CommandSender;
import org.bukkit.configuration.serialization.ConfigurationSerializable;
import org.bukkit.entity.Entity;
import org.bukkit.entity.HumanEntity;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.permissions.Permissible;
import org.bukkit.permissions.ServerOperator;
public class PlayerExtension

View File

@@ -1,7 +1,6 @@
package com.earth2me.essentials;
package org.mcess.essentials;
import static com.earth2me.essentials.I18n.tl;
import com.earth2me.essentials.utils.FormatUtil;
import org.mcess.essentials.utils.FormatUtil;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
@@ -10,7 +9,6 @@ import java.util.Locale;
import java.util.Map;
import java.util.Set;
import org.bukkit.Server;
import org.bukkit.entity.Player;
public class PlayerList
@@ -30,11 +28,11 @@ public class PlayerList
needComma = true;
if (user.isAfk())
{
groupString.append(tl("listAfkTag"));
groupString.append(I18n.tl("listAfkTag"));
}
if (user.isHidden())
{
groupString.append(tl("listHiddenTag"));
groupString.append(I18n.tl("listHiddenTag"));
}
user.setDisplayNick();
groupString.append(user.getDisplayName());
@@ -44,38 +42,43 @@ public class PlayerList
}
// Produce a user summary: There are 5 out of maximum 10 players online.
public static String listSummary(final IEssentials ess, final boolean showHidden)
public static String listSummary(final IEssentials ess, final User user, final boolean showHidden)
{
Server server = ess.getServer();
int playerHidden = 0;
for (Player onlinePlayer : server.getOnlinePlayers())
int hiddenCount = 0;
for (User onlinePlayer : ess.getOnlineUsers())
{
if (ess.getUser(onlinePlayer).isHidden())
if (onlinePlayer.isHidden() || (user != null && !user.getBase().canSee(onlinePlayer.getBase())))
{
playerHidden++;
if (showHidden || user.getBase().canSee(onlinePlayer.getBase()))
{
hiddenCount++;
}
}
}
String online;
if (showHidden && playerHidden > 0)
if (hiddenCount > 0)
{
online = tl("listAmountHidden", server.getOnlinePlayers().length - playerHidden, playerHidden, server.getMaxPlayers());
online = I18n.tl("listAmountHidden", ess.getOnlinePlayers().size() - playerHidden, hiddenCount, server.getMaxPlayers());
}
else
{
online = tl("listAmount", server.getOnlinePlayers().length - playerHidden, server.getMaxPlayers());
online = I18n.tl("listAmount", ess.getOnlinePlayers().size() - playerHidden, server.getMaxPlayers());
}
return online;
}
// Build the basic player list, divided by groups.
public static Map<String, List<User>> getPlayerLists(final IEssentials ess, final boolean showHidden)
public static Map<String, List<User>> getPlayerLists(final IEssentials ess, final User sender, final boolean showHidden)
{
Server server = ess.getServer();
final Map<String, List<User>> playerList = new HashMap<String, List<User>>();
for (Player onlinePlayer : server.getOnlinePlayers())
for (User onlineUser : ess.getOnlineUsers())
{
final User onlineUser = ess.getUser(onlinePlayer);
if (onlineUser.isHidden() && !showHidden)
if ((sender == null && !showHidden && onlineUser.isHidden()) ||
(sender != null && !showHidden && !sender.getBase().canSee(onlineUser.getBase())))
{
continue;
}
@@ -132,7 +135,7 @@ public class PlayerList
}
if (users == null || users.isEmpty())
{
throw new Exception(tl("groupDoesNotExist"));
throw new Exception(I18n.tl("groupDoesNotExist"));
}
final StringBuilder displayGroupName = new StringBuilder();
displayGroupName.append(Character.toTitleCase(groupName.charAt(0)));
@@ -144,7 +147,7 @@ public class PlayerList
public static String outputFormat(final String group, final String message)
{
final StringBuilder outputString = new StringBuilder();
outputString.append(tl("listGroupTag", FormatUtil.replaceFormat(group)));
outputString.append(I18n.tl("listGroupTag", FormatUtil.replaceFormat(group)));
outputString.append(message);
return outputString.toString();
}

Some files were not shown because too many files have changed in this diff Show More