· 6 years ago · Aug 04, 2019, 06:24 PM
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: "&cCommand cancelled."
19 no-permission: "&cYou don't have the permission to execute this command (&7[permission]&c)."
20 use-in-game: "&cThis command is only available in game."
21 no-team: "&cYou do not have a team!"
22 no-island: "&cYou do not have an island!"
23 player-has-island: "&cPlayer already has an island!"
24 player-has-no-island: "&cThat player has no island!"
25 already-have-island: "&cYou already have an island!"
26 no-safe-location-found: "&cCould not find a safe spot to teleport you to on the island."
27 not-owner: "&cYou are not the owner of your island!"
28 not-in-team: "&cThat player is not in your team!"
29 offline-player: "&cThat player is offline or doesn't exist."
30 unknown-player: "&c[name] is an unknown player!"
31 general: "&cThat command is not ready yet - contact admin"
32 unknown-command: "&cUnknown command. Do &b/[label] help &cfor help."
33 wrong-world: "&cYou are not in the right world to do that!"
34 you-must-wait: "&cYou must wait [number]s before you can do that command again."
35 must-be-positive-number: "&c[number] is not a valid positive number."
36 tips:
37 changing-obsidian-to-lava: "Changing obsidian back into lava. Be careful!"
38
39commands:
40 # Parameters in <> are required, parameters in [] are optional
41 help:
42 header: "&7=========== &c[label] help &7==========="
43 syntax: "&b[usage] &a[parameters]&7: &e[description]"
44 syntax-no-parameters: "&b[usage]&7: &e[description]"
45 end: "&7================================="
46 parameters: "[command]"
47 description: "help command"
48 console: "Console"
49 admin:
50 help:
51 description: "admin command"
52 resets:
53 description: "edit resets of the players"
54 set:
55 description: "sets the resets of this player"
56 parameters: "<player> <resets>"
57 reset:
58 description: "resets the resets of this player to 0"
59 parameters: "<player>"
60 team:
61 add:
62 parameters: "<owner> <player>"
63 description: "add player to owner's team"
64 name-not-owner: "&c[name] is not the owner."
65 name-has-island: "&c[name] has an island. Unregister or delete them first!"
66 success: "&b[name]&a has been added to &b[owner]&a's island."
67 disband:
68 parameters: "<owner>"
69 description: "disband owner's team"
70 use-disband-owner: "&cNot owner! Use disband [owner]."
71 disbanded: "&cAdmin disbanded your team!"
72 success: "&b[name]&a's team has been disbanded."
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 not-in-team: "&cThis player is not in a team."
78 admin-kicked: "&cThe admin kicked you from the team."
79 success: "&b[name] &ahas been kicked from &b[owner]&a's island."
80 setowner:
81 parameters: "<player>"
82 description: "transfers island ownership to the player"
83 already-owner: "&c[name] is already the owner of this island!"
84 success: "&b[name]&a is now the owner of this island."
85 range:
86 description: "Admin island range command"
87 display:
88 already-off: "&cIndicators are already off"
89 already-on: "&cIndicators are already on"
90 description: "show/hide island range indicators"
91 hiding: "&2Hiding range indicators"
92 hint: |-
93 &cRed Barrier icons &fshow the current island protected range limit.
94 &7Gray Particles &fshow the max island limit.
95 &aGreen Particles &fshow the default protected range if the island protection range differs from it.
96 showing: "&2Showing range indicators"
97 set:
98 parameters: "<player> <range>"
99 description: "sets the island protected range"
100 invalid-value:
101 not-numeric: "&c[number] is not a whole number!"
102 too-low: "&cThe protection range must be greater than &b1&c!"
103 too-high: "&cThe protection range should be equal or less than &b[number]&c!"
104 same-as-before: "&cThe protection range is already set to &b[number]&c!"
105 success: "&aSet island protection range to &b[number]&a."
106 reset:
107 parameters: "<player>"
108 description: "resets the island protected range to the world default"
109 success: "&aReset island protection range to &b[number]&a."
110 register:
111 parameters: "<player>"
112 description: "register player to unowned island you are on"
113 registered-island: "&aRegistered player to island at [xyz]."
114 already-owned: "&cIsland is already owned by another player!"
115 no-island-here: "&cThere is no island here. Confirm to make one."
116 in-deletion: "&cThis island space is currently being deleted. Try later."
117 cannot-make-island: "&cAn island cannot be placed here, sorry. See console for possible errors."
118 unregister:
119 parameters: "<owner>"
120 description: "unregister owner from island, but keep island blocks"
121 unregistered-island: "&aUnregistered player from island at [xyz]."
122 info:
123 parameters: "<player>"
124 description: "get info on where you are or player's island"
125 no-island: "&cYou are not in an island right now..."
126 title: "========== Island Info ============"
127 island-uuid: "UUID: [uuid]"
128 owner: "Owner: [owner] ([uuid])"
129 last-login: "Last login: [date]"
130 deaths: "Deaths: [number]"
131 resets-left: "Resets: [number] (Max: [total])"
132 team-members-title: "Team members:"
133 team-owner-format: "&a[name] [rank]"
134 team-member-format: "&b[name] [rank]"
135 island-location: "Island location: [xyz]"
136 island-coords: "Island coordinates: [xz1] to [xz2]"
137 islands-in-trash: "&dPlayer has islands in trash."
138 protection-range: "Protection range: [range]"
139 max-protection-range: "Largest historical protection range: [range]"
140 protection-coords: "Protection coordinates: [xz1] to [xz2]"
141 is-spawn: "Island is a spawn island"
142 banned-players: "Banned players:"
143 banned-format: "&c[name]"
144 unowned: "&cUnowned"
145 switch:
146 description: "switch on/off protection bypass"
147 op: "&cOps can always bypass protection. Deop to use command."
148 removing: "Removing protection bypass..."
149 adding: "Adding protection bypass..."
150 switchto:
151 parameters: "<player> <number>"
152 description: "switch player's island to the numbered one in trash"
153 out-of-range: "&cNumber must be between 1 and [number]. Use &l[label] trash [player] &r&cto see island numbers"
154 cannot-switch: "&cSwitch failed. See console log for error."
155 trash:
156 no-unowned-in-trash: "&cNo unowned islands in trash"
157 no-islands-in-trash: "&cPlayer has no islands in trash"
158 parameters: "[player]"
159 description: "show unowned islands or player's islands in trash"
160 title: "&d=========== Islands in Trash ==========="
161 count: "&l&dIsland [number]:"
162 use-switch: "&aUse &l[label] switchto <player> <number>&r&a to switch player to island in trash"
163 use-emptytrash: "&aUse &l[label] emptytrash [player]&r&a to permanently remove trash items"
164 emptytrash:
165 parameters: "[player]"
166 description: "Clear trash for player, or all unowned islands in trash"
167 version:
168 description: "display BentoBox and addons versions"
169 setrange:
170 parameters: "<player> <range>"
171 description: "set the range of player's island"
172 range-updated: "Island range updated to [number]"
173 reload:
174 description: "reload"
175 tp:
176 parameters: "<player>"
177 description: "teleport to a player's island"
178 manual: "&cNo safe warp found! Manually tp near to &b[location] &cand check it out"
179 getrank:
180 parameters: "<player>"
181 description: "get a player's rank on their island"
182 rank-is: "&aRank is [rank] on their island."
183 setrank:
184 parameters: "<player> <rank>"
185 description: "set a player's rank on their island"
186 unknown-rank: "&cUnknown rank!"
187 rank-set: "&aRank set from [from] to [to]."
188 setspawn:
189 description: "set an Island as spawn for this world"
190 already-spawn: "&cThis island is already a spawn!"
191 no-island-here: "&cThere is no island here."
192 confirmation: "&cAre you sure you want to set this Island as the spawn for this world?"
193 blueprint:
194 parameters: "<load/copy/paste/pos1/pos2/save>"
195 description: "manipulate blueprints"
196 copy-first: "&cCopy first!"
197 file-exists: "&cFile already exists, overwrite?"
198 no-such-file: "&cNo such file!"
199 could-not-load: "&cCould not load that file!"
200 could-not-save: "&cHmm, something went wrong saving that file: [message]"
201 set-pos1: "&aPosition 1 set at [vector]"
202 set-pos2: "&aPosition 2 set at [vector]"
203 set-different-pos: "&cSet a different location - this pos is already set!"
204 need-pos1-pos2: "&cSet pos1 and pos2 first!"
205 copying: "&bCopying blocks..."
206 copied-blocks: "&bCopied [number] blocks to clipboard"
207 look-at-a-block: "&cLook at block within 20 blocks to set"
208 mid-copy: "&cYou are mid-copy. Wait until the copy is done."
209 copied-percent: "&6Copied [number]%"
210 copy:
211 parameters: "[air]"
212 description: "copy the clipboard set by pos1 and pos2 and optionally the air blocks"
213 load:
214 parameters: "<name>"
215 description: "load blueprint into the clipboard"
216 list:
217 description: "list available blueprints"
218 no-blueprints: "&cNo blueprints in blueprints folder!"
219 available-blueprints: "&aThese blueprints are available for loading:"
220 origin:
221 description: "set the blueprint's origin to your position"
222 paste:
223 description: "paste the clipboard to your location"
224 pasting: "&aPasting..."
225 pos1:
226 description: "set 1st corner of cuboid clipboard"
227 pos2:
228 description: "set 2nd corner of cuboid clipboard"
229 save:
230 parameters: "<blueprint name>"
231 description: "save the copied clipboard"
232 management:
233 back: "Back"
234 instruction: "Click on blueprint then click here"
235 normal: "Normal"
236 nether: "Nether"
237 end: "The End"
238 title: "Blueprint Bundle Manager"
239 edit: "Click to edit"
240 rename: "Right-click to rename"
241 edit-description: "Click to edit description"
242 world-name-syntax: "[name] world"
243 world-instructions: |
244 Place blueprint
245 to right to set
246 trash: "Trash"
247 trash-instructions: "Right click here to delete"
248 permission: "Permission"
249 perm-required: "Required"
250 perm-not-required: "Not Required"
251 perm-format: "&e"
252 remove: "Right click to remove"
253 blueprint-instruction: |
254 Click to select,
255 then add to bundle.
256 Right-click to rename.
257 select-first: "Select Blueprint first"
258 new-bundle: "New Bundle"
259 new-bundle-instructions: "Click to make a new bundle"
260 name:
261 quit: "quit"
262 prompt: "Enter a name, or 'quit' to quit"
263 too-long: "&cToo long"
264 pick-a-unique-name: "Please pick a more unique name"
265 success: "Success!"
266 conversation-prefix: ">"
267 description:
268 quit: "quit"
269 instructions: |
270 Enter a multi line description for [name]
271 and 'quit' on a line by itself to finish.
272 default-color: ""
273 success: "Success!"
274 cancelling: "Cancelling"
275 resetflags:
276 description: "Reset all islands to default flag settings in config.yml"
277 world:
278 description: "Manage world settings"
279 delete:
280 parameters: "<player>"
281 description: "deletes a player's island"
282 cannot-delete-owner: "&cAll island members have to be kicked from the island before deleting it."
283 deleted-island: "&aIsland at &e[xyz] &ahas been successfully deleted."
284 why:
285 parameters: "<player>"
286 description: "toggle console protection debug reporting"
287 turning-on: "Turning on console debug for [name]."
288 turning-off: "Turning off console debug for [name]."
289 deaths:
290 description: "edit deaths of players"
291 reset:
292 description: "resets deaths of the player"
293 parameters: "<player>"
294 success: "&aSuccessfully reset &b[name]&a's deaths to &b0&a."
295 set:
296 description: "sets deaths of the player"
297 parameters: "<player> <deaths>"
298 success: "&aSuccessfully set &b[name]&a's deaths to &b[number]&a."
299 bentobox:
300 description: "BentoBox admin command"
301 about:
302 description: "display copyright and license info"
303 reload:
304 parameters: "[addon]"
305 description: "reloads all addons, settings and locales or reloads an individual addon"
306 locales-reloaded: "&2Languages reloaded."
307 addons-reloaded: "&2Addons reloaded."
308 settings-reloaded: "&2Settings reloaded."
309 addon: "&6Reloading &b[name]&2."
310 addon-reloaded: "&b[name] &2reloaded."
311 unknown-addon: "&2Unknown addon!"
312 version:
313 plugin-version: "&2BentoBox version: &3[version]"
314 description: "display BentoBox and addons versions"
315 loaded-addons: "Loaded Addons:"
316 loaded-game-worlds: "Loaded Game Worlds:"
317 addon-syntax: "&2[name] &3[version] &7(&3[state]&7)"
318 game-world: "&2[name] &7(&3[addon]&7): &aOverworld&7, &r[nether_color]Nether&7, &r[end_color]End"
319 server: "&2Running &3[name] [version]&2."
320 manage:
321 description: "display the management panel"
322 catalog:
323 description: "display the Addons catalog"
324 locale:
325 description: "perform locale analysis"
326 see-console: |-
327 &aCheck the console to see the feedback.
328 &aThis command is so spammy that the feedback cannot be read from chat...
329 migrate:
330 description: "migrates data from one database to another"
331 players: "&6Migrating players"
332 names: "&6Migrating names"
333 addons: "&6Migrating addons"
334 class: "&6Migrating [description]"
335 migrated: "&AMigrated"
336
337 confirmation:
338 confirm: "&cType command again within &b[seconds]s&c to confirm."
339 previous-request-cancelled: "&6Previous confirmation request cancelled."
340 request-cancelled: "&cConfirmation timeout - &brequest cancelled."
341 island:
342 about:
343 description: "About this addon"
344 go:
345 parameters: "[home number]"
346 description: "teleport you to your island"
347 teleport: "&aTeleporting you to your island."
348 teleported: "&aTeleported you to home &e#[number]."
349 tip: "&bType /[label] help &afor help."
350 help:
351 description: "The main island command"
352 pick-world: "&cSpecify world from [worlds]"
353 spawn:
354 description: "teleport you to the spawn"
355 teleporting: "&aTeleporting you to the spawn."
356 no-spawn: "&cThere is no spawn in this world."
357 create:
358 description: "create an island, using optional blueprint (requires permission)"
359 parameters: "<blueprint>"
360 too-many-islands: "&cThere are too many islands in this world: there isn't enough room for yours to be created."
361 unable-create-island: "&cYour island could not be generated, please contact an administrator."
362 creating-island: "&aCreating your island, please wait a moment..."
363 pick: "&aPick an island"
364 unknown-blueprint: "&cThat blueprint has not been loaded yet."
365 info:
366 description: "display info about your island or the player's island"
367 parameters: "<player>"
368 near:
369 description: "show the name of neighboring islands around you"
370 parameters: ""
371 the-following-islands: "&aThe following islands are nearby:"
372 syntax: "&6[direction]: &a[name]"
373 north: North
374 south: South
375 east: East
376 west: West
377 no-neighbors: "&cYou have no immediate neighboring islands!"
378 reset:
379 description: "restart your island and remove the old one"
380 parameters: "<blueprint>"
381 must-remove-members: "&cYou must remove all members from your island before you can restart it (/island team kick <player>)."
382 none-left: "&cYou have no more resets left!"
383 resets-left: "&cYou have [number] resets left"
384 sethome:
385 description: "set your home teleport point"
386 must-be-on-your-island: "&cYou must be on your island to set home!"
387 num-homes: "&cHomes can be 1 to [number]."
388 home-set: "&6Your island home has been set to your current location."
389 nether:
390 not-allowed: "&cYou are not allowed to set your home in the Nether."
391 confirmation: "&cAre you sure you want to set your home in the Nether?"
392 the-end:
393 not-allowed: "&cYou are not allowed to set your home in the End."
394 confirmation: "&cAre you sure you want to set your home in the End?"
395 parameters: "[home number]"
396 setname:
397 description: "set a name for your island"
398 name-too-short: "&cToo short. Minimum size is [number] characters."
399 name-too-long: "&cToo long. Maximum size is [number] characters."
400 parameters: "<name>"
401 resetname:
402 description: "reset your island name"
403 team:
404 description: "manage your team"
405 info:
406 description: "display detailed info about your team"
407 coop:
408 description: "make a player coop rank on your island"
409 parameters: "<player>"
410 cannot-coop-yourself: "&cYou cannot coop yourself!"
411 already-has-rank: "&cPlayer already has a rank!"
412 you-are-a-coop-member: "&2You were cooped by [name]"
413 uncoop:
414 description: "remove a coop rank from player"
415 parameters: "<player>"
416 cannot-uncoop-yourself: "&cYou cannot uncoop yourself!"
417 cannot-uncoop-member: "&cYou cannot uncoop a team member!"
418 player-not-cooped: "&cPlayer is not cooped!"
419 you-are-no-longer-a-coop-member: "&cYou are no longer a coop member of [name]'s island"
420 all-members-logged-off: "&cAll island members logged off so you are no longer a coop member of [name]'s island"
421 trust:
422 description: "give a player trusted rank on your island"
423 parameters: "<player>"
424 trust-in-yourself: "&cTrust in yourself!"
425 members-trusted: "&cMembers are already trusted"
426 player-already-trusted: "&cPlayer is already trusted!"
427 you-are-trusted: "&2You are trusted by [name]!"
428 untrust:
429 description: "remove trusted player rank from player"
430 parameters: "<player>"
431 cannot-untrust-yourself: "&cYou cannot untrust yourself!"
432 cannot-untrust-member: "&cYou cannot untrust a team member!"
433 player-not-trusted: "&cPlayer is not trusted!"
434 you-are-no-longer-trusted: "&cYou are no longer trusted by [name]!"
435 invite:
436 description: "invite a player to join your island"
437 invitation-sent: "&aInvitation sent to [name]"
438 removing-invite: "&cRemoving invite"
439 name-has-invited-you: "&a[name] has invited you to join their island."
440 to-accept-or-reject: "&aDo /[label] team accept to accept, or /[label] team reject to reject"
441 you-will-lose-your-island: "&cWARNING! You will lose your island if you accept!"
442 errors:
443 cannot-invite-self: "&cYou cannot invite yourself!"
444 cooldown: "&cYou cannot invite that person for another [number] seconds"
445 island-is-full: "&cYour island is full, you can't invite anyone else."
446 none-invited-you: "&cNo one invited you :c."
447 you-already-are-in-team: "&cYou are already on a team!"
448 already-on-team: "&cThat player is already on a team!"
449 invalid-invite: "&cThat invite is no longer valid, sorry."
450 parameters: "<player>"
451 you-can-invite: "&aYou can invite [number] more players."
452 accept:
453 description: "accept an invitation"
454 you-joined-island: "&aYou joined an island! Use /[label] team info to see the other members."
455 name-joined-your-island: "&a[name] joined your island!"
456 confirmation: |-
457 &cAre you sure you want to accept this invite?
458 &c&lYou will &nLOSE&r &c&lyour current island!
459 reject:
460 description: "reject an invitation"
461 you-rejected-invite: "&aYou rejected the invitation to join an island."
462 name-rejected-your-invite: "&c[name] rejected your island invite!"
463 cancel:
464 description: "cancel the pending invite to join your island"
465 leave:
466 cannot-leave: "&cOwners cannot leave! Become a member first, or kick all members."
467 description: "leave your island"
468 left-your-island: "&c[name] &cleft your island"
469 kick:
470 description: "remove a member from your island"
471 parameters: "<player>"
472 owner-kicked: "&cThe owner kicked you from the island!"
473 cannot-kick: "&cYou cannot kick yourself!"
474 success: "&b[name] &ahas been kicked from your island."
475 demote:
476 description: "demote a player on your island down a rank"
477 parameters: "<player>"
478 failure: "&cPlayer cannot be demoted any further!"
479 success: "&aDemoted [name] to [rank]"
480 promote:
481 description: "promote a player on your island up a rank"
482 parameters: "<player>"
483 failure: "&cPlayer cannot be promoted any further!"
484 success: "&aPromoted [name] to [rank]"
485 setowner:
486 description: "transfer your island ownership to a member"
487 errors:
488 cant-transfer-to-yourself: "&cYou can't transfer ownership to yourself! &7(&oWell, in fact, you could... But we don't want you to. Because it's useless.&r&7)"
489 target-is-not-member: "&cThat player is not part of your island team!"
490 name-is-the-owner: "&a[name] is now the island owner!"
491 parameters: "<player>"
492 you-are-the-owner: "&aYou are now the island owner!"
493 ban:
494 description: "ban a player from your island"
495 parameters: "<player>"
496 cannot-ban-yourself: "&cYou cannot ban yourself!"
497 cannot-ban: "&cThat player cannot be banned."
498 cannot-ban-member: "&cKick the team member first, then ban."
499 cannot-ban-more-players: "&cYou reached the ban limit, you cannot ban any more players from your island."
500 player-already-banned: "&cPlayer is already banned."
501 player-banned: "&b[name]&c is now banned from your island."
502 owner-banned-you: "&b[name]&c banned you from their island!"
503 you-are-banned: "&bYou are banned from this island!"
504 unban:
505 description: "unban a player from your island"
506 parameters: "<player>"
507 cannot-unban-yourself: "&cYou cannot unban yourself!"
508 player-not-banned: "&cPlayer is not banned."
509 player-unbanned: "&b[name]&a is now unbanned from your island."
510 you-are-unbanned: "&b[name]&a unbanned you from their island!"
511 banlist:
512 description: "list banned players"
513 noone: "&aNo one is banned on this island."
514 the-following: "&bThe following players are banned:"
515 names: "&c[line]"
516 you-can-ban: "&bYou can ban up to &e[number] &bmore players."
517 settings:
518 description: "display island settings"
519 language:
520 description: "select language"
521 expel:
522 description: "expel a player from your island"
523 parameters: "<player>"
524 cannot-expel-yourself: "&cYou cannot expel yourself!"
525 cannot-expel: "&cThat player cannot be expelled."
526 cannot-ban-member: "&cYou cannot expel a team member!"
527 not-on-island: "&cThat player is not on your island!"
528 player-expelled-you: "&b[name]&c expelled you from the island!"
529
530ranks:
531 owner: "Owner"
532 sub-owner: "Sub-Owner"
533 member: "Member"
534 trusted: "Trusted"
535 coop: "Coop"
536 visitor: "Visitor"
537 banned: "Banned"
538 admin: "Admin"
539 mod: "Mod"
540
541protection:
542 command-is-banned: "Command is banned for visitors"
543 flags:
544 ANIMAL_SPAWN:
545 description: "Toggle spawning"
546 name: "Animal spawning"
547 ANVIL:
548 description: "Toggle interaction"
549 name: "Anvils"
550 hint: "Anvil use disabled"
551 ARMOR_STAND:
552 description: "Toggle interaction"
553 name: "Armor stands"
554 hint: "Armor stand use disabled"
555 BEACON:
556 description: "Toggle interaction"
557 name: "Beacons"
558 hint: "Beacon use disabled"
559 BED:
560 description: "Toggle interaction"
561 name: "Beds"
562 hint: "Bed use disabled"
563 BOAT:
564 name: "Boats"
565 description: "Toggle boats interactions"
566 hint: "No boat interaction allowed"
567 BREAK_BLOCKS:
568 description: "Toggle breaking"
569 name: "Break blocks"
570 hint: "Block breaking disabled"
571 BREEDING:
572 description: "Toggle breeding"
573 name: "Breed animals"
574 hint: "Animal breeding protected"
575 BREWING:
576 description: "Toggle interaction"
577 name: "Brewing stands"
578 hint: "No brewing allowed"
579 BUCKET:
580 description: "Toggle interaction"
581 name: "Buckets"
582 hint: "No bucket use allowed"
583 BUTTON:
584 description: "Toggle button use"
585 name: "Buttons"
586 hint: "No button use allowed"
587 CONTAINER:
588 name: "Containers"
589 description: |-
590 &aToggle interaction with chests,
591 &ashulker boxes and flower pots.
592
593 &7Other containers are handled
594 &7by dedicated flags.
595 hint: "Container access disabled"
596 DISPENSER:
597 name: "Dispensers"
598 description: "Toggle dispenser interaction"
599 hint: "Dispenser interaction disabled"
600 DROPPER:
601 name: "Droppers"
602 description: "Toggle dropper interaction"
603 hint: "Dropper interaction disabled"
604 HOPPER:
605 name: "Hoppers"
606 description: "Toggle hopper interaction"
607 hint: "Hopper interaction disabled"
608 CHEST_DAMAGE:
609 description: "Toggle chest damage from explosions"
610 name: "Chest Damage"
611 CHORUS_FRUIT:
612 description: "Toggle teleportation"
613 name: "Chorus fruits"
614 hint: "No teleporting"
615 CLEAN_SUPER_FLAT:
616 description: |-
617 &aEnable to clean any
618 &asuper-flat chunks in
619 &aisland worlds
620 name: "Clean Super Flat"
621 COARSE_DIRT_TILLING:
622 description: |-
623 &aToggle tilling coarse
624 &adirt and breaking podzol
625 &ato obtain dirt
626 name: "Coarse dirt tilling"
627 hint: "No coarse dirt tilling"
628 COLLECT_LAVA:
629 description: |-
630 &aToggle collecting lava
631 &a(override Buckets)
632 name: "Collect lava"
633 hint: "No lava collection"
634 COLLECT_WATER:
635 description: |-
636 &aToggle collecting water
637 &a(override Buckets)
638 name: "Collect water"
639 hint: "No water collection"
640 COMMAND_RANKS:
641 name: "&eCommand Ranks"
642 description: "&aConfigure command ranks"
643 CRAFTING:
644 description: "Toggle use"
645 name: "Workbenches"
646 hint: "No workbench use"
647 CREEPER_DAMAGE:
648 description: "Toggle creeper damage"
649 name: "Creeper damage"
650 CREEPER_GRIEFING:
651 description: "Toggle creeper griefing"
652 name: "Creeper griefing"
653 hint: "No creeper griefing allowed"
654 CROP_TRAMPLE:
655 description: "Toggle crop trampling"
656 name: "Trample crops"
657 hint: "Crops are protected"
658 DOOR:
659 description: "Toggle door usage"
660 name: "Use doors"
661 hint: "No door use"
662 DRAGON_EGG:
663 name: "Dragon Egg"
664 description: |-
665 &aPrevents interaction with Dragon Eggs.
666
667 &cThis does not protect it from being
668 &cplaced or broken.
669 hint: "No Dragon Egg interaction"
670 DYE:
671 description: "Prevent dye use"
672 name: "Dye use"
673 hint: "No dying allowed"
674 EGGS:
675 description: "Toggle egg throwing"
676 name: "Egg throwing"
677 hint: "No egg throwing"
678 ELYTRA:
679 description: "Toggle use on island"
680 name: "Elytra"
681 hint: "No elytra flying allowed"
682 ENCHANTING:
683 description: "Toggle use"
684 name: "Enchanting table"
685 hint: "No table use"
686 ENDER_CHEST:
687 description: "Toggle use/crafting"
688 name: "Ender Chests"
689 hint: "Ender chests are disabled in this world"
690 ENDERMAN_DEATH_DROP:
691 description: |-
692 &aEndermen will drop
693 &aany block they are
694 &aholding if killed.
695 name: "Enderman Death Drop"
696 ENDERMAN_GRIEFING:
697 description: |-
698 &aEndermen can remove
699 &ablocks from islands
700 name: "Enderman griefing"
701 ENDER_PEARL:
702 description: "Toggle use"
703 name: "EnderPearls"
704 hint: "No enderpearl use"
705 ENTER_EXIT_MESSAGES:
706 description: "Display entry and exit messages"
707 island: "[name]'s island"
708 name: "Enter/Exit messages"
709 now-entering: "&bNow entering [name]"
710 now-leaving: "&bNow leaving [name]"
711 EXPERIENCE_BOTTLE_THROWING:
712 name: "Experience bottle throwing"
713 description: "Toggle throwing experience bottles."
714 hint: "Not allowed to throw experience bottles"
715 FIRE_BURNING:
716 name: "Fire burning"
717 description: |-
718 &aToggle whether fire can burn
719 &ablocks or not.
720 FIRE_EXTINGUISH:
721 description: "Toggle extinguishing fires"
722 name: "Fire extinguish"
723 hint: "No fire extinguishing allowed"
724 FIRE_IGNITE:
725 name: "Fire ignition"
726 description: |-
727 &aToggle whether fire can be ignited
728 &aby non-player means or not.
729 FIRE_SPREAD:
730 name: "Fire spread"
731 description: |-
732 &aToggle whether fire can spread
733 &ato nearby blocks or not.
734 FISH_SCOOPING:
735 name: "Fish Scooping"
736 description: "Allow scooping of fishes using a bucket"
737 hint: "No scooping of fishes"
738 FLINT_AND_STEEL:
739 name: "Flint and steel"
740 description: |-
741 &aAllow players to ignite fires using
742 &aflint and steel or fire charges.
743 hint: "No flint and steel or fire charges usage"
744 FURNACE:
745 description: "Toggle use"
746 name: "Furnace"
747 hint: "No furnace use"
748 GATE:
749 description: "Toggle use"
750 name: "Gates"
751 hint: "No gate use"
752 GEO_LIMIT_MOBS:
753 description: |-
754 &aRemove mobs that go
755 &aoutside protected
756 &aisland space
757 name: "&eLimit mobs to island"
758 HURT_ANIMALS:
759 description: "Toggle hurting"
760 name: "Hurt animals"
761 hint: "No animal hurting allowed"
762 HURT_MONSTERS:
763 description: "Toggle hurting"
764 name: "Hurt monsters"
765 hint: "No monster hurting"
766 HURT_VILLAGERS:
767 description: "Toggle hurting"
768 name: "Hurt villagers"
769 hint: "No villager hurting"
770 ITEM_FRAME:
771 name: "Item Frame"
772 description: "Toggle interaction"
773 hint: "Item Frame use disabled"
774 ITEM_FRAME_DAMAGE:
775 description: |-
776 &aMobs can damage
777 &aitem frames
778 name: "Item Frame Damage"
779 INVINCIBLE_VISITORS:
780 description: |-
781 &aConfigure invincible visitor
782 &asettings.
783 name: "&eInvincible Visitors"
784 hint: "&cVisitors protected"
785 ISLAND_RESPAWN:
786 description: |-
787 &aPlayers respawn
788 &aon island
789 name: "Island respawn"
790 ITEM_DROP:
791 description: "Toggle dropping"
792 name: "Item drop"
793 hint: "Items cannot be dropped"
794 ITEM_PICKUP:
795 description: "Toggle pickup"
796 name: "Item pickup"
797 hint: "Items cannot be picked up"
798 JUKEBOX:
799 description: "Toggle usage"
800 name: "Jukebox use"
801 hint: "No jukebox use allowed"
802 LEAF_DECAY:
803 name: "Leaf decay"
804 description: "Allow leaves to naturally decay"
805 LEASH:
806 description: "Toggle use"
807 name: "Leash use"
808 LEVER:
809 description: "Toggle use"
810 name: "Lever use"
811 hint: "No lever use"
812 LIQUIDS_FLOWING_OUT:
813 name: "Liquids flowing outside islands"
814 description: |-
815 &aToggle whether liquids can flow outside
816 &aof the island's protection range.
817 &aDisabling it helps avoiding lava and water
818 &agenerating cobblestone in the area between
819 &atwo islands.
820
821 &cNote that liquids will still flow vertically.
822 &cThey will also not spread horizontally if
823 &cthey are placed outside an island's
824 &cprotection range.
825 LOCK:
826 description: "Toggle lock"
827 name: "Lock island"
828 MILKING:
829 description: "Toggle cow milking"
830 name: "Milking"
831 hint: "No milking allowed"
832 MINECART:
833 name: "Minecarts"
834 description: "Toggle minecart interactions"
835 hint: "No minecart interaction allowed"
836 MONSTER_SPAWN:
837 description: "Toggle spawning"
838 name: "Monster spawning"
839 MOUNT_INVENTORY:
840 description: |-
841 &aToggle access
842 &ato mount inventory
843 name: "Mount inventory"
844 hint: "No access to mount inventory"
845 NAME_TAG:
846 name: "Name tags"
847 description: "Toggle use"
848 hint: "No name tags use"
849 NATURAL_SPAWNING_OUTSIDE_RANGE:
850 name: "Natural creature spawning outside range"
851 description: |-
852 &aToggle whether creatures (animals and
853 &amonsters) can spawn naturally outside
854 &aan island's protection range.
855
856 &cNote that it doesn't prevent creatures
857 &cto spawn via a mob spawner or a spawn
858 &cegg.
859 NOTE_BLOCK:
860 description: "Toggle use"
861 name: "Note block"
862 hint: "No note block use"
863 OBSIDIAN_SCOOPING:
864 name: "Obsidian scooping"
865 description: |
866 &aToggle scooping
867 &aAllow obsidian to be scooped up
868 &awith an empty bucket back into lava.
869 &aProtects newbies. Reduces resets.
870 OFFLINE_GROWTH:
871 description: |-
872 &aWhen disabled, plants
873 &awill not grow on islands
874 &awhere all members are offline.
875 &aMay help reduce lag.
876 name: "Offline Growth"
877 OFFLINE_REDSTONE:
878 description: |-
879 &aWhen disabled, redstone
880 &awill not operate on islands
881 &awhere all members are offline.
882 &aMay help reduce lag.
883 name: "Offline Redstone"
884 PISTON_PUSH:
885 description: |-
886 &aAllow pistons to push
887 &ablocks outside island
888 name: "Piston Push"
889 PLACE_BLOCKS:
890 description: "Toggle placing"
891 name: "Place blocks"
892 hint: "Not allowed to place blocks"
893 POTION_THROWING:
894 name: "Potion throwing"
895 description: |-
896 &aToggle throwing potions.
897 &aThis include splash and lingering potions.
898 hint: "Not allowed to throw potions"
899 NETHER_PORTAL:
900 description: "Toggle use"
901 name: "Nether Portal"
902 hint: "Portal use is disallowed"
903 END_PORTAL:
904 description: "Toggle use"
905 name: "End Portal"
906 hint: "Portal use is disallowed"
907 PRESSURE_PLATE:
908 description: "Toggle usage"
909 name: "Pressure Plates"
910 hint: "No pressure plate use"
911 PVP_END:
912 description: |-
913 &cEnable/Disable PVP
914 &cin the End.
915 name: "End PVP"
916 hint: "No PVP allowed in the End"
917 PVP_NETHER:
918 description: |-
919 &cEnable/Disable PVP
920 &cin the Nether.
921 name: "Nether PVP"
922 hint: "No PVP allowed in the Nether"
923 PVP_OVERWORLD:
924 description: |-
925 &cEnable/Disable PVP
926 &con island.
927 name: "Overworld PVP"
928 hint: "&cPVP is not allowed"
929 active: "&cPVP is active here!"
930 REDSTONE:
931 description: "Toggle use"
932 name: "Redstone items"
933 hint: "No redstone item use"
934 REMOVE_END_EXIT_ISLAND:
935 description: |-
936 &aPrevents the end exit
937 &aisland from generating
938 &aat coordinates 0,0
939 name: "Remove end exit island"
940 REMOVE_MOBS:
941 description: |-
942 &aRemove monsters when
943 &ateleporting to island
944 name: "Remove monsters"
945 RIDING:
946 description: "Toggle riding"
947 name: "Animal riding"
948 hint: "No animal riding allowed"
949 SHEARING:
950 description: "Toggle shearing"
951 name: "Shearing"
952 hint: "No shearing"
953 SPAWN_EGGS:
954 description: "Toggle use"
955 name: "Spawn eggs"
956 hint: "No throwing spawn eggs"
957 TNT_DAMAGE:
958 description: |-
959 &aAllow TNT and TNT minecarts
960 &ato break blocks and damage
961 &aentities.
962 name: "TNT damage"
963 TNT_PRIMING:
964 description: |-
965 &aPrevents priming TNT.
966 &aIt does not override the
967 &aFlint and steel protection.
968 name: "TNT priming"
969 hint: "No TNT priming"
970 TRADING:
971 description: "Toggle trading"
972 name: "Villager trading"
973 hint: "No villager trading"
974 TRAPDOOR:
975 description: "Toggle access"
976 name: "Trap doors"
977 hint: "No trapdoor use"
978 TREES_GROWING_OUTSIDE_RANGE:
979 name: "Trees growing outside range"
980 description: |-
981 &aToggle whether trees can grow outside an
982 &aisland's protection range or not.
983 &aNot only will it prevent saplings placed
984 &aoutside an island's protection range from
985 &agrowing, but it will also block generation
986 &aof leaves/logs outside of the island, thus
987 &acutting the tree.
988 TURTLE_EGGS:
989 description: "Toggle crushing"
990 name: "Turtle Eggs"
991 hint: "Turtle eggs cannot be crushed!"
992 FROST_WALKER:
993 description: "Toggle Frost Walker enchantment"
994 name: "Frost Walker"
995 hint: "Frost Walker cannot be used here"
996 EXPERIENCE_PICKUP:
997 name: "Experience pickup"
998 description: "Toggle experience orb pickup"
999 hint: "cannot pickup experience orb"
1000 PREVENT_TELEPORT_WHEN_FALLING:
1001 name: "Prevent teleport when falling"
1002 description: |-
1003 &aPrevent players from teleporting
1004 &aback to their island using commands
1005 &aif they are falling.
1006 hint: "&cYou cannot teleport back to your island while you are falling."
1007 locked: "&cThis island is locked!"
1008 protected: "&cIsland protected: [description]"
1009 spawn-protected: "&cSpawn protected: [description]"
1010
1011 panel:
1012 next: "Next Page"
1013 previous: "Previous Page"
1014 PROTECTION:
1015 title: "&6Protection"
1016 description: |-
1017 &aProtection settings
1018 &afor this island
1019 SETTING:
1020 title: "&6Settings"
1021 description: |-
1022 &aGeneral settings
1023 &afor this island
1024 WORLD_SETTING:
1025 title: "&b[world_name] &6Settings"
1026 description: "&aSettings for this game world"
1027 flag-item:
1028 name-layout: "&a[name]"
1029 description-layout: |
1030 &a[description]
1031
1032 &7Allowed for:
1033 allowed-rank: "&3- &a"
1034 blocked-rank: "&3- &c"
1035 minimal-rank: "&3- &2"
1036 menu-layout: "&a[description]"
1037 setting-layout: |
1038 &a[description]
1039
1040 &7Current setting: [setting]
1041 setting-active: "&aActive"
1042 setting-disabled: "&cDisabled"
1043
1044language:
1045 panel-title: "Select your language"
1046 description:
1047 selected: "&aCurrently selected."
1048 click-to-select: "&eClick &ato select."
1049 authors: "&aAuthors:"
1050 author: "&3- &b[name]"
1051 edited: "&aChanged your language to &e[lang]&a."
1052
1053management:
1054 panel:
1055 title: "BentoBox Management"
1056 views:
1057 gamemodes:
1058 name: "&6Gamemodes"
1059 description: "&eClick &ato display currently loaded Gamemodes"
1060 blueprints:
1061 name: "&6Blueprints"
1062 description: "&aOpens the Admin Blueprint menu."
1063 gamemode:
1064 name: "&f[name]"
1065 description: |+
1066 &aIslands: &b[islands]
1067 addons:
1068 name: "&6Addons"
1069 description: "&eClick &ato display currently loaded Addons"
1070 hooks:
1071 name: "&6Hooks"
1072 description: "&eClick &ato display currently loaded Hooks"
1073 actions:
1074 check-updates:
1075 name: "&6Check for updates"
1076 description: "&eClick &ato check for updates"
1077 reload:
1078 name: "&cReload"
1079 description: "&eClick &c<wice &r&ato reload BentoBox"
1080 buttons:
1081 catalog:
1082 name: "&6Addons Catalog"
1083 description: "&aOpens the Addons Catalog"
1084 empty-here:
1085 name: "&bThis looks empty here..."
1086 description: "&aWhat if you take a look at our catalog?"
1087 information:
1088 state:
1089 name: "&6Compatibility"
1090 description:
1091 COMPATIBLE: |+
1092 &aRunning &e[name] [version]&a.
1093
1094 &aBentoBox is currently running on a
1095 &a&lCOMPATIBLE &r&aserver software and
1096 &aversion.
1097
1098 &aIts features are fully designed to
1099 &arun in this environment.
1100 SUPPORTED: |+
1101 &aRunning &e[name] [version]&a.
1102
1103 &aBentoBox is currently running on a
1104 &a&lSUPPORTED &r&aserver software and
1105 &aversion.
1106
1107 &aMost of its features will run smoothly
1108 &ain this environment.
1109 NOT_SUPPORTED: |+
1110 &aRunning &e[name] [version]&a.
1111
1112 &aBentoBox is currently running on a
1113 &6&lNOT SUPPORTED &r&aserver software or
1114 &aversion.
1115
1116 &aWhile most of its features will run
1117 &acorrectly, &6platform-specific bugs or
1118 &6issues are to be expected&a.
1119 INCOMPATIBLE: |+
1120 &aRunning &e[name] [version]&a.
1121
1122 &aBentoBox is currently running on an
1123 &c&lINCOMPATIBLE &r&aserver software or
1124 &aversion.
1125
1126 &cWeird behaviour and bugs can occur
1127 &cand most features may be unstable.
1128
1129catalog:
1130 panel:
1131 GAMEMODES:
1132 title: "Gamemodes Catalog"
1133 ADDONS:
1134 title: "Addons Catalog"
1135 views:
1136 gamemodes:
1137 name: "&6Gamemodes"
1138 description: |+
1139 &eClick &ato browse through the
1140 &aavailable official Gamemodes.
1141 addons:
1142 name: "&6Addons"
1143 description: |+
1144 &eClick &ato browse through the
1145 &aavailable official Addons.
1146 icon:
1147 description-template: |+
1148 &8[topic]
1149 &a[install]
1150
1151 &7&o[description]
1152
1153 &eClick &ato get the link to the
1154 &alatest release.
1155 already-installed: "Already installed!"
1156 install-now: "Install now!"
1157
1158 empty-here:
1159 name: "&bThis looks empty here..."
1160 description: |+
1161 &cBentoBox could not connect to GitHub.
1162
1163 &aAllow BentoBox to connect to GitHub in
1164 &athe configuration or try again later.
1165
1166successfully-loaded: |
1167
1168 &6 ____ _ ____
1169 &6 | _ \ | | | _ \ &7by &atastybento &7and &aPoslovitch
1170 &6 | |_) | ___ _ __ | |_ ___ | |_) | _____ __ &72017 - 2019
1171 &6 | _ < / _ \ '_ \| __/ _ \| _ < / _ \ \/ /
1172 &6 | |_) | __/ | | | || (_) | |_) | (_) > < &bv&e[version]
1173 &6 |____/ \___|_| |_|\__\___/|____/ \___/_/\_\ &8Loaded in &e[time]&8ms.