· 7 years ago · Feb 26, 2019, 03:32 AM
1###########################################################################################
2# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
3# the one at http://yaml-online-parser.appspot.com #
4###########################################################################################
5
6# This locale is always current with the latest version
7
8meta:
9 authors:
10 - tastybento
11 - Poslovitch
12 banner: "WHITE_BANNER:1:STRIPE_SMALL:RED:SQUARE_TOP_RIGHT:CYAN:SQUARE_TOP_RIGHT:BLUE"
13
14general:
15 success: "&aSuccess!"
16 invalid: "Invalid"
17 errors:
18 command-cancelled: "&cCollosal Network&8&l » &fKomut iptal edildi."
19 no-permission: "&cCollosal Network&8&l » &fBu komudu kullanmaya iznin yok!"
20 use-in-game: "&cThis command is only available in game."
21 no-team: "&cCollosal Network&8&l » &fTakımın yok?!"
22 no-island: "&cCollosal Network&8&l » &fBir adan yok?!"
23 player-has-island: "&cCollosal Network&8&l » &f Oyuncu zaten bir adada."
24 player-has-no-island: "&cCollosal Network&8&l » &fBu oyuncunun adası yok?!"
25 already-have-island: "&cCollosal Network&8&l » &fZaten bir adan var!"
26 no-safe-location: "&cCollosal Network&8&l » &fAdada güvenli bir alan yok. Lütfen destek bildirimi açın!!!!!"
27 not-owner: "&cCollosal Network&8&l » &fAdanın sahibi sen değilsin."
28 not-in-team: "&cCollosal Network&8&l » &fBu oyuncu takımında değil."
29 offline-player: "&cCollosal Network&8&l » &fBöyle bir oyuncu yok yada çevrimdışı"
30 unknown-player: "&cCollosal Network&8&l » &c[name] &fbilinmeyen bir oyuncu"
31 general: "&cCollosal Network&8&l » &cBu komut daha aktif değil - Lütfen destek bildirimi açın!!!!!"
32 unknown-command: "&cCollosal Network&8&l » &fBilinmeyen bi komut."
33 warp-not-safe: "&cCollosal Network&8&l » &fBu warp şuan güvenli değil!"
34 wrong-world: "&cCollosal Network&8&l » &fBunu yapabilmek için adanda olmalısın!"
35 you-must-wait: "&cCollosal Network&8&l » &cTekrar yapabilmek için &c[number] beklemen gerekiyor."
36 must-be-positive-number: "&c[number] is not a valid positive number."
37 tips:
38 changing-obsidian-to-lava: "&aCollosal Network&8&l » &cObsidyen lava dönüştürüldü. Dikkatli ol!!"
39
40commands:
41 # Parameters in <> are required, parameters in [] are optional
42 help:
43 header: "&7=========== &c[label] help &7==========="
44 syntax: "&b[usage] &a[parameters]&7: &e[description]"
45 syntax-no-parameters: "&b[usage]&7: &e[description]"
46 end: "&7================================="
47 parameters: "[command]"
48 description: "help command"
49 console: "Console"
50 admin:
51 help:
52 parameters: ""
53 description: "admin command"
54 resets:
55 description: "edit resets of the players"
56 set:
57 description: "sets the resets of this player"
58 parameters: "<player> <resets>"
59 reset:
60 description: "resets the resets of this player to 0"
61 parameters: "<player>"
62 team:
63 add:
64 parameters: "<owner> <player>"
65 description: "add player to owner's team"
66 name-not-owner: "&c[name] is not the owner."
67 name-has-island: "&c[name] has an island. Unregister or delete them first!"
68 disband:
69 parameters: "<owner>"
70 description: "disband owner's team"
71 use-disband-owner: "&cNot owner! Use disband [owner]"
72 disbanded: "&cAdmin disbanded your team!"
73 kick:
74 parameters: "<team player>"
75 description: "kick a player from a team"
76 cannot-kick-owner: "&cYou cannot kick the owner. Kick members first."
77 admin-kicked: "&cThe admin kicked you from the team."
78 setowner:
79 parameters: "<player>"
80 description: "transfers island ownership to the player"
81 already-owner: "&cPlayer is already the owner of this island!"
82 range:
83 description: "Admin island range command"
84 display:
85 already-off: "&cIndicators are already off"
86 already-on: "&cIndicators are already on"
87 description: "Show/hide island range indicators"
88 hiding: "&2Hiding range indicators"
89 hint: |-
90 &cRed Barrier icons &fshow the current island protected range limit.
91 &7Gray Particles &fshow the max island limit.
92 &aGreen Particles &fshow the default protected range if the island protection range differs from it.
93 showing: "&2Showing range indicators"
94 set:
95 parameters: "<player> <range>"
96 description: "Sets the island protected range"
97 invalid-value:
98 not-numeric: "&c[number] is not a whole number!"
99 too-low: "&cThe protection range must be greater than 1!"
100 too-high: "&cThe protection range should be equal or less than [number]!"
101 same-as-before: "&cThe protection range is already set to [number]!"
102 success: "&2Set island protection range to [number]"
103 reset:
104 parameters: "<player>"
105 description: "Resets the island protected range to the world default"
106 success: "&2Reset island protection range to [number]"
107 register:
108 parameters: "<player>"
109 description: "register player to unowned island you are on"
110 registered-island: "&aRegistered player to island at [xyz]."
111 already-owned: "&cIsland is already owned by another player!"
112 no-island-here: "&cThere is no island here. Confirm to make one."
113 in-deletion: "&cThis island space is currently being deleted. Try later."
114 cannot-make-island: "&cAn island cannot be placed here, sorry. See console for possible errors."
115 unregister:
116 parameters: "<owner>"
117 description: "unregister owner from island, but keep island blocks"
118 unregistered-island: "&aUnregistered player from island at [xyz]."
119 info:
120 parameters: "<player>"
121 description: "get info on where you are or player's island"
122 no-island: "&cYou are not in an island right now..."
123 title: "========== Island Info ============"
124 island-uuid: "UUID: [uuid]"
125 owner: "Owner: [owner] ([uuid])"
126 last-login: "Last login: [date]"
127 deaths: "Deaths: [number]"
128 resets-left: "Resets: [number] (Max: [total])"
129 team-members-title: "Team members:"
130 team-owner-format: "&a[name] [rank]"
131 team-member-format: "&b[name] [rank]"
132 island-location: "Island location: [xyz]"
133 island-coords: "Island coordinates: [xz1] to [xz2]"
134 islands-in-trash: "&dPlayer has islands in trash."
135 protection-range: "Protection range: [range]"
136 max-protection-range: "Largest historical protection range: [range]"
137 protection-coords: "Protection coordinates: [xz1] to [xz2]"
138 is-spawn: "Island is a spawn island"
139 banned-players: "Banned players:"
140 banned-format: "&c[name]"
141 unowned: "&cUnowned"
142 switchto:
143 parameters: "<player> <number>"
144 description: "switch player's island to the numbered one in trash"
145 out-of-range: "&cNumber must be between 1 and [number]. Use &l[label] trash [player] &r&cto see island numbers"
146 cannot-switch: "&cSwitch failed. See console log for error."
147 trash:
148 no-unowned-in-trash: "&cNo unowned islands in trash"
149 no-islands-in-trash: "&cPlayer has no islands in trash"
150 parameters: "[player]"
151 description: "show unowned islands or player's islands in trash"
152 title: "&d=========== Islands in Trash ==========="
153 count: "&l&dIsland [number]:"
154 use-switch: "&aUse &l[label] switchto <player> <number>&r&a to switch player to island in trash"
155 use-emptytrash: "&aUse &l[label] emptytrash [player]&r&a to permanently remove trash items"
156 emptytrash:
157 parameters: "[player]"
158 description: "Clear trash for player, or all unowned islands in trash"
159 version:
160 description: "display BentoBox and addons versions"
161 setrange:
162 parameters: "<player> <range>"
163 description: "set the range of player's island"
164 range-updated: "Island range updated to [number]"
165 reload:
166 description: "reload"
167 tp:
168 parameters: "<player>"
169 description: "teleport to a player's island"
170 manual: "&cNo safe warp found! Manually tp near to &b[location] &cand check it out"
171 getrank:
172 parameters: "<player>"
173 description: "get a player's rank on their island"
174 rank-is: "&aRank is [rank] on their island."
175 setrank:
176 parameters: "<player> <rank>"
177 description: "set a player's rank on their island"
178 unknown-rank: "&cUnknown rank!"
179 rank-set: "&aRank set from [from] to [to]."
180 setspawn:
181 description: "set an Island as spawn for this world"
182 already-spawn: "&cThis island is already a spawn!"
183 no-island-here: "&cThere is no island here."
184 confirmation: "&cAre you sure you want to set this Island as the spawn for this world?"
185 schem:
186 parameters: "<load/copy/paste/pos1/pos2/save>"
187 description: "manipulate schems"
188 copy-first: "&cCopy a schem first!"
189 file-exists: "&cFile already exists, overwrite?"
190 no-such-file: "&cNo such file!"
191 could-not-load: "&cCould not load that file!"
192 could-not-save: "&cHmm, something went wrong saving that file: [message]"
193 set-pos1: "&aPosition 1 set at [vector]"
194 set-pos2: "&aPosition 2 set at [vector]"
195 set-different-pos: "&cSet a different location - this pos is already set!"
196 need-pos1-pos2: "&cSet pos1 and pos2 first!"
197 copied-blocks: "&bCopied [number] blocks to clipboard"
198 look-at-a-block: "&cLook at block within 20 blocks to set"
199 copy:
200 parameters: "[air]"
201 description: "copy the clipboard set by pos1 and pos2 and optionally the air blocks"
202 load:
203 parameters: "<schem name>"
204 description: "load schem into the clipboard"
205 origin:
206 parameters: ""
207 description: "set the schem's origin to your position"
208 paste:
209 parameters: ""
210 description: "paste the clipboard to your location"
211 pos1:
212 parameters: ""
213 description: "set 1st corner of cuboid clipboard"
214 pos2:
215 parameters: ""
216 description: "set 2nd corner of cuboid clipboard"
217 save:
218 parameters: "<schem name>"
219 description: "save the copied clipboard"
220 resetflags:
221 description: "Reset all islands to default flag settings in config.yml"
222 world:
223 description: "Manage world settings"
224 delete:
225 parameters: ""
226 description: "deletes a player's island"
227 cannot-delete-owner: "&cAll island members have to be kicked from the island before deleting it."
228 deleted-island: "&aIsland at &e[xyz] &ahas been successfully deleted."
229 why:
230 parameters: "<player>"
231 description: "toggle console protection debug reporting"
232 turning-on: "Turning on console debug for [name]."
233 turning-off: "Turning off console debug for [name]."
234 deaths:
235 description: "edit deaths of players"
236 reset:
237 description: "resets deaths of the player"
238 parameters: "<player>"
239 set:
240 description: "sets deaths of the player"
241 parameters: "<player> <deaths>"
242 bentobox:
243 description: "BentoBox admin command"
244 about:
245 description: "display copyright and license info"
246 reload:
247 description: "reloads settings, addons (if supported) and locales"
248 locales-reloaded: "&2Languages reloaded."
249 addons-reloaded: "&2Addons reloaded."
250 settings-reloaded: "&2Settings reloaded."
251 version:
252 plugin-version: "&2BentoBox version: &3[version]"
253 description: "display BentoBox and addons versions"
254 loaded-addons: "Loaded Addons:"
255 loaded-game-worlds: "Loaded Game Worlds:"
256 addon-syntax: "&2[name] &3[version]"
257 game-worlds: "&2[name] &3([addon])"
258 server: "&2Running &3[name] [version]&2."
259 confirmation:
260 confirm: "&eCollosal Network&8&l » &cKomudu onaylamak için &b[seconds]&csaniye içinde tekrar yaz."
261 previous-request-cancelled: "&eCollosal Network&8&l » &fÖnceki onay isteği iptal edildi."
262 request-cancelled: "&eCollosal Network&8&l » &fOnay zaman aşımı - &4istek iptal edildi&f."
263 island:
264 about:
265 description: "About this addon"
266 go:
267 parameters: "[home number]"
268 description: "teleport you to your island"
269 teleport: "&eCollosal Network&8&l » &fAdanıza ışınlanıyorsunuz.&6"
270 teleported: "&eCollosal Network&8&l » &e#&7[number] &fNumaralı evinize ışınlandınız."
271 tip: "&bType /[label] help &afor help."
272 help:
273 description: "The main island command"
274 pick-world: "&cSpecify world from [worlds]"
275 spawn:
276 description: "teleport you to the spawn"
277 teleporting: "&aTeleporting you to the spawn."
278 no-spawn: "&cThere is no spawn in this world."
279 create:
280 description: "create an island, using optional schem (requires permission)"
281 parameters: "<schem>"
282 too-many-islands: "&4Collosal Network&8&l » &fÇok fazla ada var! Lütfen destek bildirimi açın!"
283 unable-create-island: "&4Collosal Network&8&l » &fAdanız kurulamıyor. Lütfen destek bildirimi açın!"
284 creating-island: "&eCollosal Network&8&l » &fAdanız kuruluyor lütfen bekleyin..."
285 pick-world: "&cPick a world from [worlds]."
286 unknown-schem: "&cThat schem has not been loaded yet."
287 info:
288 description: "display info about your island or the player's island"
289 parameters: "<player>"
290 reset:
291 description: "restart your island and remove the old one"
292 parameters: "<schem>"
293 must-remove-members: "&eCollosal Network&8&l » &fAdadakileri atmadan adayı resetleyemessin &c(&f/island team kick &e<&fplayer&e>&c)&f."
294 none-left: "&eCollosal Network&8&l » &cBaşkta reset hakkın kalmadı!"
295 resets-left: "&cYou have [number] resets left"
296 sethome:
297 description: "&eCollosal Network&8&l » &fEve ışınlanma noktası hakkında."
298 must-be-on-your-island: "&eCollosal Network&8&l » &fEv belirlemek için adanda olmalısın!"
299 num-homes: "&cHomes can be 1 to [number]."
300 home-set: "&eCollosal Network&8&l » &fEvine ışınlanma noktası belirledin."
301 nether:
302 not-allowed: "&cCollosal Network&8&l » &fNether'da evini belirlemessin.."
303 confirmation: "&cCollosal Network&8&l » &fNether'da evini belirlemessin.."
304 the-end:
305 not-allowed: "&cCollosal Network&8&l » &fEnd'de evini belirlemessin.."
306 confirmation: "&cCollosal Network&8&l » &fEnd'de evini belirlemessin.."
307 parameters: "[home number]"
308 setname:
309 description: "Adana isim koy"
310 name-too-short: "&cCollosal Network&8&l » İsim çok kısa &a[number]&fkarakterden fazla olmalı."
311 name-too-long: "&cCollosal Network&8&l » İsim çok uzun &a[number]&fkarakterden az olmalı."
312 parameters: "<name>"
313 resetname:
314 description: "reset your island name"
315 team:
316 description: "manage your team"
317 info:
318 description: "display detailed info about your team"
319 coop:
320 description: "make a player coop rank on your island"
321 parameters: "<player>"
322 cannot-coop-yourself: "&eCollosal Network&8&l » &fKendinle Co-Op olamassın!"
323 already-has-rank: "&eCollosal Network&8&l » &cOyuncunun zaten rütbesi var!"
324 you-are-a-coop-member: "&eCollosal Network&8&l » &f[name] ile Co-Op oldunuz!"
325 uncoop:
326 description: "remove a coop rank from player"
327 parameters: "<player>"
328 cannot-uncoop-yourself: "&eCollosal Network&8&l » &fKendini Co-Op'dan çıkaramassın!"
329 cannot-uncoop-member: "&eCollosal Network&8&l » &fBirisini Co-Op'dan çıkaramassın!"
330 player-not-cooped: "&eCollosal Network&8&l » &fOyuncu zaten Co-Op değil!"
331 you-are-no-longer-a-coop-member: "&4Collosal Network&8&l » &cartık &c&n[name]&c adlı oyuncunun adasında co-op değilsin."
332 all-members-logged-off: "&4Collosal Network&8&l » &cBütün oyuncular çıktı. artık &c&n[name]&c adlı oyuncunun adasında co-op değilsin."
333 trust:
334 description: "give a player trusted rank on your island"
335 parameters: "<player>"
336 trust-in-yourself: "&eCollosal Network&8&l » &fKendine mi güvendin :D?"
337 members-trusted: "&eCollosal Network&8&l » &fOyuncu güvenilir oldu."
338 player-already-trusted: "&eCollosal Network&8&l » &fOyuncu zaten güvenilir."
339 you-are-trusted: "&eCollosal Network&8&l » &c[name]&f adlı oyuncu sana güvendi!"
340 untrust:
341 description: "remove trusted player rank from player"
342 parameters: "<player>"
343 cannot-untrust-yourself: ""&cCollosal Network&8&l » &fKendini güvenilirden çıkardın :D?"
344 cannot-untrust-member: "&cCollosal Network&8&l » &fTakım arkadaşını güvenilirden çıkaramassın!"
345 player-not-trusted: "&cCollosal Network&8&l » &fOyuncu artık güvenilir değil"
346 you-are-no-longer-trusted: "&cCollosal Network&8&l » &fartık &c[name] &fsana güvenmiyor!"
347 invite:
348 description: "invite a player to join your island"
349 invitation-sent: "&aCollosal Network&8&l » &fAda isteği &a[name]&f oyuncusuna atıldı"
350 removing-invite: "&cCollosal Network&8&l » &fDavet iptal edildi"
351 name-has-invited-you: "&eCollosal Network&8&l » &c[name] &aseni adasına takılman için davet etti!"
352 to-accept-or-reject: "&aKabul etmek için /[label] , geri çevirmek için/[label] yaz."
353 you-will-lose-your-island: "&4UYARI! Eğer kabul edersen adanı kaybedersin!"
354 errors:
355 cannot-invite-self: "&eCollosal Network&8&l » &fKendini davet edemessin!"
356 cooldown: "&eCollosal Network&8&l » &fBu oyuncuyu tekrar davet edebilmek için &a[number] &fsaniye beklemelisin."
357 island-is-full: "&eCollosal Network&8&l » &fAdan dolu! Başkasını davet edemessin"
358 none-invited-you: "&cCollosal Network&8&l » &cKimse seni davet etmedi :c."
359 you-already-are-in-team: "&cCollosal Network&8&l » &fZaten bir takımdasın"
360 already-on-team: "&cCollosal Network&8&l » &f Bu oyuncu zaten bir takımda"
361 invalid-invite: "&cCollosal Network&8&l » &fBu davet artık geçerli değil. Üzgünüm."
362 parameters: "<player>"
363 you-can-invite: "&aYou can invite [number] more players."
364 accept:
365 description: "accept an invitation"
366 you-joined-island: "&aCollosal Network&8&l » &fBir adaya katıldın. &a/[label] team &fyazarak takım arkadaşlarını öğren."
367 name-joined-your-island: "&aCollosal Network&8&l » &f[name] Adana katıldı!"
368 confirmation: |-
369 &cAre you sure you want to accept this invite?
370 &c&lYou will &nLOSE&r &c&lyour current island!
371 reject:
372 description: "reject an invitation"
373 you-rejected-invite: "&aCollosal Network&8&l » &fDavetiyeyi reddettin."
374 name-rejected-your-invite: "&cCollosal Network&8&l » &a[name] &fsenin davetini reddetti."
375 cancel:
376 description: "cancel the pending invite to join your island"
377 leave:
378 cannot-leave: "&cCollosal Network&8&l » &fKurucular adayı terk edemez. Üye ol yada diğer oyuncuları adadan at."
379 description: "leave your island"
380 left-your-island: "&cCollosal Network&8&l » &a[name] &fadanı terk etti!"
381 kick:
382 description: "remove a member from your island"
383 parameters: "<player>"
384 owner-kicked: "&4Collosal Network&8&l » &fAda sahibi seni adadan şutladı!"
385 cannot-kick: "&fKendini adadan atamassın..lütfen..."
386 demote:
387 description: "demote a player on your island down a rank"
388 parameters: "<player>"
389 failure: "&cPlayer cannot be demoted any further!"
390 success: "&aDemoted [name] to [rank]"
391 promote:
392 description: "promote a player on your island up a rank"
393 parameters: "<player>"
394 failure: "&cCollosal Network&8&l » &fOyuncu daha fazla terfi edemez!"
395 success: "&aCollosal Network&8&l » &a[name] &fadlı oyuncu &a[rank]&f rütbesine erişti."
396 setowner:
397 description: "transfer your island ownership to a member"
398 errors:
399 cant-transfer-to-yourself: "&cCollosal Network&8&l » &fSahipliği kendine devremessin &7(&oAslında, yapabilirsin ... Ama istemeni istemiyoruz. Çünkü işe yaramaz.&r&7)"
400 target-is-not-member: "&cCollosal Network&8&l » &fBu oyuncu takımın bir parçası değil!"
401 name-is-the-owner: "&aCollosal Network&8&l » &c[name]&f artık adanın yeni sahibi!"
402 parameters: "<player>"
403 you-are-the-owner: "&aCollosal Network&8&l » &fAdanın sahibi artık sensin."
404 ban:
405 description: "ban a player from your island"
406 parameters: "<player>"
407 cannot-ban-yourself: "&cCollosal Network&8&l » &fKendini yasaklayamassın.."
408 cannot-ban: "&cCollosal Network&8&l » &fBu oyuncu yasaklanamaz!"
409 cannot-ban-member: "&cCollosal Network&8&l » &fBu oyuncuyu takımdan atın...ondan sonra yasaklayın."
410 cannot-ban-more-players: "&cCollosal Network&8&l » &fYasaklama limitinizi doldurdunuz daha fazla oyuncu yasaklanamaz."
411 player-already-banned: "&cCollosal Network&8&l » &fOyuncu zaten yasaklı'"
412 owner-banned-you: "&cCollosal Network&8&l » &b[name]&f seni adasından yasakladı!"
413 you-are-banned: "&cCollosal Network&8&l » &fÜzgünz bu adada yasaklısınız!"
414 unban:
415 description: "unban a player from your island"
416 parameters: "<player>"
417 cannot-unban-yourself: "&cYou cannot unban yourself!"
418 player-not-banned: "&cPlayer is not banned"
419 you-are-unbanned: "&b[name]&a unbanned you from their island!"
420 banlist:
421 description: "list banned players"
422 noone: "&aNo one is banned on this island"
423 the-following: "&bThe following players are banned:"
424 names: "&c[line]"
425 you-can-ban: "&bYou can ban up to &e[number] &bmore players."
426 settings:
427 description: "display island settings"
428 language:
429 description: "Dil seç"
430
431ranks:
432 owner: "Sahibi"
433 sub-owner: "Yan-Sahib"
434 member: "Üye"
435 trusted: "Güvenilir"
436 coop: "Coop"
437 visitor: "Ziyaretçi"
438 banned: "Yasaklı"
439 admin: "Admin"
440 mod: "Moderatör"
441
442protection:
443 command-is-banned: "Command is banned for visitors"
444 flags:
445 ANIMAL_SPAWN:
446 description: "Toggle spawning"
447 name: "Animal spawning"
448 ANVIL:
449 description: "Toggle interaction"
450 name: "Anvils"
451 hint: "Anvil use disabled"
452 ARMOR_STAND:
453 description: "Toggle interaction"
454 name: "Armor stands"
455 hint: "Armor stand use disabled"
456 BEACON:
457 description: "Toggle interaction"
458 name: "Beacons"
459 hint: "Beacon use disabled"
460 BED:
461 description: "Toggle interaction"
462 name: "Beds"
463 hint: "Bed use disabled"
464 BOAT:
465 name: "Boats"
466 description: "Toggle boats interactions"
467 hint: "No boat interaction allowed"
468 BREAK_BLOCKS:
469 description: "Toggle breaking"
470 name: "Break blocks"
471 hint: "Block breaking disabled"
472 BREEDING:
473 description: "Toggle breeding"
474 name: "Breed animals"
475 hint: "Animal breeding protected"
476 BREWING:
477 description: "Toggle interaction"
478 name: "Brewing stands"
479 hint: "No brewing allowed"
480 BUCKET:
481 description: "Toggle interaction"
482 name: "Buckets"
483 hint: "No bucket use allowed"
484 BUTTON:
485 description: "Toggle button use"
486 name: "Buttons"
487 hint: "No button use allowed"
488 CONTAINER:
489 name: "Containers"
490 description: |-
491 &aToggle interaction with chests,
492 &ashulker boxes and flower pots.
493
494 &7Other containers are handled
495 &7by dedicated flags.
496 hint: "Container access disabled"
497 DISPENSER:
498 name: "Dispensers"
499 description: "Toggle dispenser interaction"
500 hint: "Dispenser interaction disabled"
501 DROPPER:
502 name: "Droppers"
503 description: "Toggle dropper interaction"
504 hint: "Dropper interaction disabled"
505 HOPPER:
506 name: "Hoppers"
507 description: "Toggle hopper interaction"
508 hint: "Hopper interaction disabled"
509 CHEST_DAMAGE:
510 description: "Toggle chest damage from explosions"
511 name: "Chest Damage"
512 CHORUS_FRUIT:
513 description: "Toggle teleportation"
514 name: "Chorus fruits"
515 hint: "No teleporting"
516 CLEAN_SUPER_FLAT:
517 description: |-
518 &aEnable to clean any
519 &asuper-flat chunks in
520 &aisland worlds
521 name: "Clean Super Flat"
522 COARSE_DIRT_TILLING:
523 description: |-
524 &aToggle tilling the
525 &acoarse dirt to
526 &aobtain dirt
527 name: "Coarse dirt tilling"
528 hint: "No coarse dirt tilling"
529 COLLECT_LAVA:
530 description: |-
531 &aToggle collecting lava
532 &a(override Buckets)
533 name: "Collect lava"
534 hint: "No lava collection"
535 COLLECT_WATER:
536 description: |-
537 &aToggle collecting water
538 &a(override Buckets)
539 name: "Collect water"
540 hint: "No water collection"
541 COMMAND_RANKS:
542 name: "&eCommand Ranks"
543 description: "&aConfigure command ranks"
544 CRAFTING:
545 description: "Toggle use"
546 name: "Workbenches"
547 hint: "No workbench use"
548 CREEPER_DAMAGE:
549 description: "Toggle creeper damage"
550 name: "Creeper damage"
551 CREEPER_GRIEFING:
552 description: "Toggle creeper griefing"
553 name: "Creeper griefing"
554 hint: "No creeper griefing allowed"
555 CROP_TRAMPLE:
556 description: "Toggle crop trampling"
557 name: "Trample crops"
558 hint: "Crops are protected"
559 DOOR:
560 description: "Toggle door usage"
561 name: "Use doors"
562 hint: "No door use"
563 EGGS:
564 description: "Toggle egg throwing"
565 name: "Egg throwing"
566 hint: "No egg throwing"
567 ELYTRA:
568 description: "Toggle use on island"
569 name: "Elytra"
570 hint: "No elytra flying allowed"
571 ENCHANTING:
572 description: "Toggle use"
573 name: "Enchanting table"
574 hint: "No table use"
575 ENDER_CHEST:
576 description: "Toggle use/crafting"
577 name: "Ender Chests"
578 hint: "Ender chests are disabled in this world"
579 ENDERMAN_DEATH_DROP:
580 description: |-
581 &aEndermen will drop
582 &aany block they are
583 &aholding if killed.
584 name: "Enderman Death Drop"
585 ENDERMAN_GRIEFING:
586 description: |-
587 &aEndermen can remove
588 &ablocks from islands
589 name: "Enderman griefing"
590 ENDER_PEARL:
591 description: "Toggle use"
592 name: "EnderPearls"
593 hint: "No enderpearl use"
594 ENTER_EXIT_MESSAGES:
595 description: "Display entry and exit messages"
596 island: "[name]'s island"
597 name: "Enter/Exit messages"
598 now-entering: "&bNow entering [name]"
599 now-leaving: "&bNow leaving [name]"
600 FIRE_BURNING:
601 name: "Fire burning"
602 description: |-
603 &aToggle whether fire can burn
604 &ablocks or not.
605 FIRE_EXTINGUISH:
606 description: "Toggle extinguishing fires"
607 name: "Fire extinguish"
608 hint: "No fire extinguishing allowed"
609 FIRE_IGNITE:
610 name: "Fire ignition"
611 description: |-
612 &aToggle whether fire can be ignited
613 &aby non-player means or not.
614 FIRE_SPREAD:
615 name: "Fire spread"
616 description: |-
617 &aToggle whether fire can spread
618 &ato nearby blocks or not.
619 FISH_SCOOPING:
620 name: "Fish Scooping"
621 description: "Allow scooping of fishes using a bucket"
622 hint: "No scooping of fishes"
623 FLINT_AND_STEEL:
624 name: "Flint and steel"
625 description: |-
626 &aAllow players to ignite fires using
627 &aflint and steel or fire charges.
628 hint: "No flint and steel or fire charges usage"
629 FURNACE:
630 description: "Toggle use"
631 name: "Furnace"
632 hint: "No furnace use"
633 GATE:
634 description: "Toggle use"
635 name: "Gates"
636 hint: "No gate use"
637 GEO_LIMIT_MOBS:
638 description: |-
639 &aRemove mobs that go
640 &aoutside protected
641 &aisland space
642 name: "&eLimit mobs to island"
643 HURT_ANIMALS:
644 description: "Toggle hurting"
645 name: "Hurt animals"
646 hint: "No animal hurting allowed"
647 HURT_MONSTERS:
648 description: "Toggle hurting"
649 name: "Hurt monsters"
650 hint: "No monster hurting"
651 HURT_VILLAGERS:
652 description: "Toggle hurting"
653 name: "Hurt villagers"
654 hint: "No villager hurting"
655 ITEM_FRAME:
656 name: "Item Frame"
657 description: "Toggle interaction"
658 hint: "Item Frame use disabled"
659 ITEM_FRAME_DAMAGE:
660 description: |-
661 &aMobs can damage
662 &aitem frames
663 name: "Item Frame Damage"
664 INVINCIBLE_VISITORS:
665 description: |-
666 &aConfigure invincible visitor
667 &asettings.
668 name: "&eInvincible Visitors"
669 hint: "&cVisitors protected"
670 ISLAND_RESPAWN:
671 description: |-
672 &aPlayers respawn
673 &aon island
674 name: "Island respawn"
675 ITEM_DROP:
676 description: "Toggle dropping"
677 name: "Item drop"
678 hint: "Items cannot be dropped"
679 ITEM_PICKUP:
680 description: "Toggle pickup"
681 name: "Item pickup"
682 hint: "Items cannot be picked up"
683 JUKEBOX:
684 description: "Toggle usage"
685 name: "Jukebox use"
686 hint: "No jukebox use allowed"
687 LEASH:
688 description: "Toggle use"
689 name: "Leash use"
690 LEVER:
691 description: "Toggle use"
692 name: "Lever use"
693 hint: "No lever use"
694 LIQUIDS_FLOWING_OUT:
695 name: "Liquids flowing outside islands"
696 description: |-
697 &aToggle whether liquids can flow outside
698 &aof the island's protection range.
699 &aDisabling it helps avoiding lava and water
700 &agenerating cobblestone in the area between
701 &atwo islands.
702
703 &cNote that liquids will still flow vertically.
704 &cThey will also not spread horizontally if
705 &cthey are placed outside an island's
706 &cprotection range.
707 LOCK:
708 description: "Toggle lock"
709 name: "Lock island"
710 MILKING:
711 description: "Toggle cow milking"
712 name: "Milking"
713 hint: "No milking allowed"
714 MINECART:
715 name: "Minecarts"
716 description: "Toggle minecart interactions"
717 hint: "No minecart interaction allowed"
718 MONSTER_SPAWN:
719 description: "Toggle spawning"
720 name: "Monster spawning"
721 MOUNT_INVENTORY:
722 description: |-
723 &aToggle access
724 &ato mount inventory
725 name: "Mount inventory"
726 hint: "No access to mount inventory"
727 NAME_TAG:
728 name: "Name tags"
729 description: "Toggle use"
730 hint: "No name tags use"
731 NATURAL_SPAWNING_OUTSIDE_RANGE:
732 name: "Natural creature spawning outside range"
733 description: |-
734 &aToggle whether creatures (animals and
735 &amonsters) can spawn naturally outside
736 &aan island's protection range.
737
738 &cNote that it doesn't prevent creatures
739 &cto spawn via a mob spawner or a spawn
740 &cegg.
741 NOTE_BLOCK:
742 description: "Toggle use"
743 name: "Note block"
744 hint: "No note block use"
745 OBSIDIAN_SCOOPING:
746 name: "Obsidian scooping"
747 description: |
748 &aToggle scooping
749 &aAllow obsidian to be scooped up
750 &awith an empty bucket back into lava.
751 &aProtects newbies. Reduces resets.
752 OFFLINE_REDSTONE:
753 description: |-
754 &aWhen disabled, redstone
755 &awill not operate on islands
756 &awhere all members are offline.
757 &aMay help reduce lag.
758 name: "Offline Redstone"
759 PISTON_PUSH:
760 description: |-
761 &aAllow pistons to push
762 &ablocks outside island
763 name: "Piston Push"
764 PLACE_BLOCKS:
765 description: "Toggle placing"
766 name: "Place blocks"
767 hint: "Not allowed to place blocks"
768 POTION_THROWING:
769 name: "Potion throwing"
770 description: |-
771 &aToggle throwing potions.
772 &aThis include splash and lingering
773 &apotions and experience bottles.
774 hint: "Not allowed to throw potions"
775 NETHER_PORTAL:
776 description: "Toggle use"
777 name: "Nether Portal"
778 hint: "Portal use is disallowed"
779 END_PORTAL:
780 description: "Toggle use"
781 name: "End Portal"
782 hint: "Portal use is disallowed"
783 PRESSURE_PLATE:
784 description: "Toggle usage"
785 name: "Pressure Plates"
786 hint: "No pressure plate use"
787 PVP_END:
788 description: |-
789 &cEnable/Disable PVP
790 &cin the End.
791 name: "End PVP"
792 hint: "No PVP allowed in the End"
793 PVP_NETHER:
794 description: |-
795 &cEnable/Disable PVP
796 &cin the Nether.
797 name: "Nether PVP"
798 hint: "No PVP allowed in the Nether"
799 PVP_OVERWORLD:
800 description: |-
801 &cEnable/Disable PVP
802 &con island.
803 name: "Overworld PVP"
804 hint: "&cPVP is not allowed"
805 active: "&cPVP is active here!"
806 REDSTONE:
807 description: "Toggle use"
808 name: "Redstone items"
809 hint: "No redstone item use"
810 REMOVE_END_EXIT_ISLAND:
811 description: |-
812 &aPrevents the end exit
813 &aisland from generating
814 &aat coordinates 0,0
815 name: "Remove end exit island"
816 REMOVE_MOBS:
817 description: |-
818 &aRemove monsters when
819 &ateleporting to island
820 name: "Remove monsters"
821 RIDING:
822 description: "Toggle riding"
823 name: "Animal riding"
824 hint: "No animal riding allowed"
825 SHEARING:
826 description: "Toggle shearing"
827 name: "Shearing"
828 hint: "No shearing"
829 SPAWN_EGGS:
830 description: "Toggle use"
831 name: "Spawn eggs"
832 hint: "No throwing spawn eggs"
833 TNT:
834 description: "Toggle TNT damage"
835 name: "TNT damage"
836 TRADING:
837 description: "Toggle trading"
838 name: "Villager trading"
839 hint: "No villager trading"
840 TRAPDOOR:
841 description: "Toggle access"
842 name: "Trap doors"
843 hint: "No trapdoor use"
844 TREES_GROWING_OUTSIDE_RANGE:
845 name: "Trees growing outside range"
846 description: |-
847 &aToggle whether trees can grow outside an
848 &aisland's protection range or not.
849 &aNot only will it prevent saplings placed
850 &aoutside an island's protection range from
851 &agrowing, but it will also block generation
852 &aof leaves/logs outside of the island, thus
853 &acutting the tree.
854 TURTLE_EGGS:
855 description: "Toggle crushing"
856 name: "Turtle Eggs"
857 hint: "Turtle eggs cannot be crushed!"
858 FROST_WALKER:
859 description: "Toggle Frost Walker enchantment"
860 name: "Frost Walker"
861 hint: "Frost Walker cannot be used here"
862 EXPERIENCE_PICKUP:
863 name: "Experience pickup"
864 description: "Toggle experience orb pickup"
865 hint: "cannot pickup experience orb"
866 PREVENT_TELEPORT_WHEN_FALLING:
867 name: "Prevent teleport when falling"
868 description: |-
869 &aPrevent players from teleporting
870 &aback to their island using commands
871 &aif they are falling.
872 hint: "&cYou cannot teleport back to your island while you are falling."
873 locked: "&cThis island is locked!"
874 protected: "&cIsland protected: [description]"
875 spawn-protected: "&cSpawn protected: [description]"
876
877 panel:
878 next: "Next Page"
879 previous: "Previous Page"
880 PROTECTION:
881 title: "&6Protection"
882 description: |-
883 &aProtection settings
884 &afor this island
885 SETTING:
886 title: "&6Settings"
887 description: |-
888 &aGeneral settings
889 &afor this island
890 WORLD_SETTING:
891 title: "&b[world_name] &6Settings"
892 description: "&aSettings for this game world"
893 flag-item:
894 name-layout: "&a[name]"
895 description-layout: |
896 &a[description]
897
898 &7Allowed for:
899 allowed-rank: "&3- &a"
900 blocked-rank: "&3- &c"
901 minimal-rank: "&3- &2"
902 menu-layout: "&a[description]"
903 setting-layout: |
904 &a[description]
905
906 &7Current setting: [setting]
907 setting-active: "&aActive"
908 setting-disabled: "&cDisabled"
909
910language:
911 panel-title: "Select your language"
912 selected: "&aCurrently selected."
913 edited: "&aChanged your language to &e[lang]&a."
914
915successfully-loaded: |
916
917 &6 ____ _ ____
918 &6 | _ \ | | | _ \ &7by &atastybento &7and &aPoslovitch
919 &6 | |_) | ___ _ __ | |_ ___ | |_) | _____ __ &72017 - 2019
920 &6 | _ < / _ \ '_ \| __/ _ \| _ < / _ \ \/ /
921 &6 | |_) | __/ | | | || (_) | |_) | (_) > < &bv&e[version]
922 &6 |____/ \___|_| |_|\__\___/|____/ \___/_/\_\ &8Loaded in &e[time]&8ms.