commit e882a038aac4a397dbc9af1d9ad5dde7c1878404 Author: SrGooglo Date: Wed Apr 3 01:16:39 2024 +0200 xd diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d3390f --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +/**/**/.DS_Store + +# MINECRAFT ASSETS & LOGS +assets +options.txt +libraries +defaultconfigs +!/config/fancymenu/assets +!/config/fancymenu/options.txt + +/journeymap/data/**/** +/journeymap/client/**/** +/journeymap/server/**/** + +/**/**/cache +/**/**/chash-reports +/**/**/fancymenu_data +/**/**/forge +/**/**/logs +/**/**/saves +/**/**/.sl_password +screenshots +shaderpacks + +XaeroWorldMap +XaeroWaypoints_* +XaeroWaypoints +mods/mcef-libraries + +CustomSkinLoader +immersive_paintings_cache + +config/konkrete/locals/de_de.local +config/konkrete/locals/en_us.local +config/ambientsounds-client.json +config/ambientsounds-client.json \ No newline at end of file diff --git a/.rmanifest b/.rmanifest new file mode 100644 index 0000000..61fb53d --- /dev/null +++ b/.rmanifest @@ -0,0 +1,141 @@ +class Manifest { + static useLib = ["fs", "auth", "mcl"] + + static id = "hfmc" + static version = "2.0.2" + static pkg_name = "Hispano Furs MC" + static description = "A Minecraft modpack" + static icon = "https://git.ragestudio.net/srgooglo/hfmc/raw/branch/main/icon.png" + static license = "unlicensed" + static author = "HispanoFurs" + static core_minimum_version = "0.17.0" + + static remote_manifest = "https://git.ragestudio.net/srgooglo/hfmc/raw/branch/main/.rmanifest" + static git_remote = "https://git.ragestudio.net/srgooglo/hfmc" + + static mc_version = { + forge: "1.20.1-forge-47.2.17", + number: "1.20.1", + type: "release", + } + + static authService = { + login: "https://hispanofurs.comty.app/auth", + fetcher: "https://hispanofurs.comty.app/rsauthorize", + getter: "https://hispanofurs_api.comty.app/data", + } + + configuration = { + memory: { + min: 2048, + default: 4096, + label: "Assigned Memory", + type: "number", + icon: "MdMemory", + ui_component: "slider", + ui_component_props: { + min: 2048, + max: 8192, + step: 1024, + unit: "MB" + }, + } + } + + patches = [ + { + id: "3d_first_person", + name: "3D First Person", + additions: [ + { + file: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`, + steps: [ + { + type: "http_file", + url: "https://cdn.modrinth.com/data/H5XMjpHi/versions/UtdDBPeE/firstperson-fabric-2.3.4-mc1.20.1.jar", + path: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`, + } + ] + } + ] + }, + { + id: "complementary_shader", + name: "Complementary Shader", + additions: [ + { + file: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`, + steps: [ + { + type: "http_file", + url: "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip", + path: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`, + } + ] + } + ] + }, + { + id: "plasmo_voice", + name: "Plasmo Voice (Voice Chat)", + additions: [ + { + file: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`, + steps: [ + { + type: "http_file", + url: "https://cdn.modrinth.com/data/1bZhdhsH/versions/WcH8MqNA/plasmovoice-fabric-1.20.1-2.0.8.jar", + path: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`, + } + ] + } + ], + default: true, + }, + ] + + installSteps = [ + { + type: "git_clone", + url: Manifest.git_remote, + } + ] + + updateSteps = [ + { + type: "git_reset", + from: "HEAD", + } + ] + + async afterInstall() { + const defaultOptionsPath = `${install_path}/default_options.txt` + const finalOptionsPath = `${install_path}/options.txt` + + Lib.fs.copyFileSync(defaultOptionsPath, finalOptionsPath) + } + + async execute() { + let auth = await Lib.auth.get() + + if (!auth) { + return await Lib.auth.request() + } + + auth = await Lib.mcl.auth(auth.assigned_username) + + return await Lib.mcl.launch( + { + javaPath: Vars.java17_jre_bin, + root: install_path, + authorization: auth, + memory: { + min: this.configuration.memory.min, + max: Config.get("memory"), + }, + version: Manifest.mc_version, + forge: `${install_path}/forge-installer.jar`, + } + ) + } +} \ No newline at end of file diff --git a/config/CoroUtil/General.toml b/config/CoroUtil/General.toml new file mode 100644 index 0000000..2aedafb --- /dev/null +++ b/config/CoroUtil/General.toml @@ -0,0 +1,10 @@ + +#General mod settings +[general] + #logging + useLoggingLog = true + #- + useLoggingDebug = false + #- + useLoggingError = true + diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..81190ac --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/config/VRJesterAPI.cfg b/config/VRJesterAPI.cfg new file mode 100644 index 0000000..6259e29 --- /dev/null +++ b/config/VRJesterAPI.cfg @@ -0,0 +1,43 @@ +{ + "RECOGNIZE_ON": "RECOGNIZE", + "GESTURE_NAME": "GESTURE 1", + "RECORD_MODE": false, + "READ_DATA": false, + "WRITE_DATA": false, + "DEMO_MODE": true, + "DEBUG_MODE": false, + "VIRTUAL_SPHERE_RADIUS": 0.3, + "INTERVAL_DELAY": 15, + "MAX_LISTENING_TIME": 400, + "GESTURE_KEY_MAPPINGS": { + "GESTURE 3": { + "KEY_MAPPING": "key.keyboard.j", + "KEY_ACTION": "click" + }, + "GESTURE 1": { + "KEY_MAPPING": "examplemod.key.ability_1", + "KEY_ACTION": "click" + }, + "GESTURE 2": { + "KEY_MAPPING": "key.keyboard.keypad.2", + "KEY_ACTION": "hold" + } + }, + "TESTING_GESTURES": { + "BURST": { + "velocity": 1.0, + "rcParticle": 3, + "lcParticle": 3 + }, + "STRIKE": { + "velocity": 1.0, + "rcParticle": 0, + "lcParticle": 0 + }, + "UPPERCUT": { + "velocity": 0.25, + "rcParticle": 3, + "lcParticle": 3 + } + } +} \ No newline at end of file diff --git a/config/advancementplaques-common.toml b/config/advancementplaques-common.toml new file mode 100644 index 0000000..ca894d1 --- /dev/null +++ b/config/advancementplaques-common.toml @@ -0,0 +1,64 @@ + +#Client Configuration +[client] + + [client.visual_options] + # If plaques should show on the top of the screen. + on_top = true + # The distance from the top or bottom of the screen, in pixels. + #Range: 8 ~ 256 + distance = 16 + # Hide waila/hwyla/jade popups while plaques are showing. + hide_waila = false + # If plaques should show for task advancements (normal advancements). + tasks = true + # If plaques should show for goal advancements (medium-difficulty advancements). + goals = true + # If plaques should show for challenge advancements (high-difficulty advancements). + challenges = true + # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience. + #Range: 0 ~ 4294967295 + title_color = 4281541120 + # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience. + #Range: 0 ~ 4294967295 + name_color = 4294967295 + + [client.duration_options] + # Duration of the shiny effect fade in for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadein = 0.5 + # Duration of the shiny effect fade out for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadeout = 1.5 + # Duration of the plaques for tasks (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + task_duration = 7.0 + # Duration of the shiny effect fade in for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadein = 0.5 + # Duration of the shiny effect fade out for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadeout = 1.5 + # Duration of the plaques for goals (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + goal_duration = 7.0 + # Duration of the shiny effect fade in for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadein = 1.25 + # Duration of the shiny effect fade out for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadeout = 1.5 + # Duration of the plaques for challenges (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + challenge_duration = 7.0 + + [client.functionality_options] + # Whitelist of advancements to show plaques for. Leave empty to display for all. + whitelist = [] + # If task sounds should be muted. + mute_tasks = false + # If goal sounds should be muted. + mute_goals = false + # If challenge sounds should be muted. + mute_challenges = false + diff --git a/config/amendments-client.toml b/config/amendments-client.toml new file mode 100644 index 0000000..e6925d5 --- /dev/null +++ b/config/amendments-client.toml @@ -0,0 +1,78 @@ + +[general] + tooltip_hints = true + custom_configured_screen = true + +[lily_pad] + #set to 0 tho have lilypads at the same exact position as vanilla.negative numbers will place them in their own blockspace right below avoiding any clipping.best of both worlds at default as its barely within its space + #Range: -1.0 ~ 1.0 + y_offset = -0.016625 + +[bell] + #Visually attach chains and ropes to bells + chain_attachment = true + +[brewing_stand] + #Colors the brewing stand potion texture depending on the potions it's brewing. + #If using a resource pack add tint index from 0 to 3 to the 3 potion layers + brewing_stand_colors = true + +[arrows] + #Makes tipped arrows show their colors when loaded with a crossbow + crossbows_colors = true + +[tripwire_hook] + #Makes hooks render faster using a block model instead of tile renderer. Cost is that animated and enchanted items will appear static + fast_hooks = false + +[hanging_sign] + #Scale of items on hanging signs (unit is in pixel they would occupy). Set to 8 to better match the pixels on the sign + #Range: 0.0 ~ 32.0 + item_pixel_scale = 10.0 + #Makes signs swing! + swinging_signs = true + #Signs have visual attachment to walls and fences + sign_attachment = true + + [hanging_sign.swing_physics] + frequency = 0.6 + collision_considers_entity_hitbox = true + collision_inertia = 1.0 + collision_force = 15.0 + min_angle = 0.79999995 + max_angle = 60.0 + damping = 0.525 + +[lantern] + #Makes wall lantern use a simple block model instead of the animated tile entity renderer. This will make them render much faster but will also remove the animationNote that this option only affect lanterns close by as the one far away render as fast by default + fast_lanterns = false + #Size lanterns when held in hand + #Range: 0.0 ~ 1.0 + lantern_item_size = 0.625 + #Gives a special animation to lanterns when held in hand + lantern_item_holding = true + + [lantern.swing_physics] + frequency = 0.6 + collision_considers_entity_hitbox = true + collision_inertia = 1.0 + collision_force = 15.0 + min_angle = 0.79999995 + max_angle = 60.0 + damping = 0.525 + +[cauldron] + #Gives a unique texture to potion cauldrons + potion_texture = true + +[jukebox] + #Use the new jukebox model + new_model = true + #Makes jukebox disc spin while playing + disc_spin = true + +[misc] + #A scalar multiplier that will be applied to sign text making it brighter, supposedly more legible + #Range: 0.0 ~ 5.0 + sign_text_color_multiplier = 1.2 + diff --git a/config/amendments-common.toml b/config/amendments-common.toml new file mode 100644 index 0000000..3bfd21c --- /dev/null +++ b/config/amendments-common.toml @@ -0,0 +1,100 @@ + +[hanging_signs] + #Allows placing items on hanging signs + items_on_signs = true + +[cauldron] + #Enables enhanced cauldron + enhanced_cauldron = true + #Allows crafting items using cauldrons by clicking on them + crafting = true + #Allows dying cauldron water bedrock style and mixing them too + dye_water = true + #Max amount of items that 1 cauldron layer can recolor.This is a multiplier on top of vanilla crafting recipe amount + #Range: 1 ~ 64 + dye_recipes_per_layer = 4 + #Max amount of items that 1 cauldron layer can craft with potions.This is a multiplier on top of vanilla crafting recipe amount + #Range: 1 ~ 64 + potion_recipes_per_layer = 2 + #Allows mixin potions in cauldrons + #Allowed Values: OFF, ONLY_BOILING, ON + potions_mixing = "ON" + #Max amount of effects allowed in a mixed potion + #Range: 1 ~ 64 + potion_mixing_limit = 8 + #Makes cauldrons connect to fences + connect_to_fences = true + + #Map of potion ids to their inverse ids. Used for potion mixing + [cauldron.inverse_potions] + "minecraft:slowness" = "minecraft:speed" + "minecraft:strength" = "minecraft:weakness" + "minecraft:weakness" = "minecraft:strength" + "minecraft:mining_fatigue" = "minecraft:haste" + "minecraft:instant_damage" = "minecraft:instant_health" + "minecraft:luck" = "minecraft:unluck" + "minecraft:haste" = "minecraft:mining_fatigue" + "minecraft:instant_health" = "minecraft:instant_damage" + "minecraft:unluck" = "minecraft:luck" + "minecraft:speed" = "minecraft:slowness" + +[tripwire_hook] + #Allows placing tools on tripwire hooks + tool_hook = true + +[carpets] + #Allows you to place carpets on stairs + carpeted_stairs = true + #Allows you to place carpets on slabs + carpeted_slabs = true + +[cake] + #Allows you to place a cake on top of another + double_cake = true + #Allows eating a cake from every side + directional_cake = true + +[mob_head] + #Allows you to place two mob heads on top of each other + skull_piles = true + #Allows candles to be placed on top of skulls + skull_candles = true + #Allows placing more than one candle ontop of each skull + multiple_candles = true + +[flower_pot] + #allows you to place hanging flower pots. Works with any modded pot too + hanging_pot = true + +[lantern] + #Allow wall lanterns placement + wall_lanterns = true + #Gives high priority to wall lantern placement. Enable to override other wall lanterns placements, disable if it causes issues with other mods that use lower priority block click events + high_priority = true + #Mod ids of mods that have lantern block that extend the base lantern class but don't look like one + mod_blacklist = ["extlights", "betterendforge", "spelunkery", "galosphere", "tconstruct", "enigmaticlegacy", "beautify"] + #Ids of blocks that are not detected as lanterns but should be + id_whitelist = [""] + #Allows ceiling lanterns to fall if their support is broken.Additionally if they fall from high enough they will break creating a fire where they land + #Allowed Values: ON, OFF, NO_FIRE + falling_lanterns = "ON" + +[bell] + #Ring a bell by clicking on a chain that's connected to it + chain_ringing = true + #Max chain length that allows a bell to ring + #Range: 0 ~ 256 + chain_length = 16 + +[banners] + #Allow banners to be placed on ceilings + ceiling_banners = true + +[misc] + #Allows dying blocks by right clicking them with dye + dye_blocks = false + +[lily_pad] + #Allows lilypads to have any block placed ontop + better_lilypads = true + diff --git a/config/animatica-client.toml b/config/animatica-client.toml new file mode 100644 index 0000000..f13aa44 --- /dev/null +++ b/config/animatica-client.toml @@ -0,0 +1,4 @@ + +[Animatica] + AnimatedTextures = true + diff --git a/config/appleskin-client.toml b/config/appleskin-client.toml new file mode 100644 index 0000000..e082d6b --- /dev/null +++ b/config/appleskin-client.toml @@ -0,0 +1,24 @@ + +[client] + #If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT + showFoodValuesInTooltip = true + #If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) + showFoodValuesInTooltipAlways = true + #If true, shows your current saturation level overlayed on the hunger bar + showSaturationHudOverlay = true + #If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding + showFoodValuesHudOverlay = true + #If true, enables the hunger/saturation/health overlays for food in your off-hand + showFoodValuesHudOverlayWhenOffhand = true + #If true, shows your food exhaustion as a progress bar behind the hunger bars + showFoodExhaustionHudUnderlay = true + #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay + showFoodStatsInDebugOverlay = true + #If true, shows estimated health restored by food on the health bar + showFoodHealthHudOverlay = true + #If true, health/hunger overlay will shake to match Minecraft's icon animations + showVanillaAnimationsOverlay = true + #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) + #Range: 0.0 ~ 1.0 + maxHudOverlayFlashAlpha = 0.65 + diff --git a/config/armorstatues-client.toml b/config/armorstatues-client.toml new file mode 100644 index 0000000..f3ec0d2 --- /dev/null +++ b/config/armorstatues-client.toml @@ -0,0 +1,9 @@ +#Do not check if the client has the necessary permission level for executing the '/data' command when trying to edit an armor stand. Useful when the current server is using custom permissions handling. +override_client_permissions_check = false +#The delay in ticks for sending queued client commands for editing armor stands to the server. Increase this values if commands are sent too quickly and the server fails to process all of them. +#Range: > 20 +client_command_delay = 20 +#Allows for using this mod on a server without it (like a vanilla server) when the Vanilla Tweaks Armor Statues data pack is installed without the need for being a server operator. +#Download the Vanilla Tweaks Armor Statues data pack from here: https://vanillatweaks.net/ +use_vanilla_tweaks_triggers = false + diff --git a/config/azurelib.json b/config/azurelib.json new file mode 100644 index 0000000..be7c786 --- /dev/null +++ b/config/azurelib.json @@ -0,0 +1,4 @@ +{ + "disableOptifineWarning": false, + "useVanillaUseKey": true +} \ No newline at end of file diff --git a/config/balm-common.toml b/config/balm-common.toml new file mode 100644 index 0000000..afab694 --- /dev/null +++ b/config/balm-common.toml @@ -0,0 +1,19 @@ +#This is an example boolean property +exampleBoolean = true +#Range: > -2147483648 +exampleInt = 42 +exampleString = "Hello World" +exampleMultilineString = "Hello World" +#Allowed Values: Hello, World +exampleEnum = "Hello" +exampleStringList = ["Hello", "World"] +exampleIntList = [12, 24] +exampleEnumList = ["Hello", "World"] + +[exampleCategory] + #This is an example category + #This is an example string inside a category + innerField = "I am inside" + #Range: -3.4028234663852886E38 ~ 3.4028234663852886E38 + exampleFloat = 42.84000015258789 + diff --git a/config/bettercombat/client.json5 b/config/bettercombat/client.json5 new file mode 100644 index 0000000..4ffbe6d --- /dev/null +++ b/config/bettercombat/client.json5 @@ -0,0 +1,16 @@ +{ + "isHoldToAttackEnabled": true, + "isMiningWithWeaponsEnabled": true, + "isSwingThruGrassEnabled": true, + "isAttackInsteadOfMineWhenEnemiesCloseEnabled": true, + "isHighlightCrosshairEnabled": true, + "hudHighlightColor": 16711680, + "isShowingArmsInFirstPerson": false, + "isShowingOtherHandFirstPerson": true, + "isSweepingParticleEnabled": true, + "isTooltipAttackRangeEnabled": true, + "weaponSwingSoundVolume": 100, + "isDebugOBBEnabled": true, + "swingThruGrassBlacklist": "farmersdelight", + "mineWithWeaponBlacklist": "" +} \ No newline at end of file diff --git a/config/bettercombat/fallback_compatibility.json b/config/bettercombat/fallback_compatibility.json new file mode 100644 index 0000000..7f51837 --- /dev/null +++ b/config/bettercombat/fallback_compatibility.json @@ -0,0 +1,116 @@ +{ + "schema_version": 1, + "blacklist_item_id_regex": "pickaxe", + "fallback_compatibility": [ + { + "item_id_regex": "claymore|great_sword|greatsword", + "weapon_attributes": "bettercombat:claymore" + }, + { + "item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul", + "weapon_attributes": "bettercombat:hammer" + }, + { + "item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe", + "weapon_attributes": "bettercombat:double_axe" + }, + { + "item_id_regex": "scythe", + "weapon_attributes": "bettercombat:scythe" + }, + { + "item_id_regex": "halberd", + "weapon_attributes": "bettercombat:halberd" + }, + { + "item_id_regex": "glaive", + "weapon_attributes": "bettercombat:glaive" + }, + { + "item_id_regex": "spear", + "weapon_attributes": "bettercombat:spear" + }, + { + "item_id_regex": "lance", + "weapon_attributes": "bettercombat:lance" + }, + { + "item_id_regex": "anchor", + "weapon_attributes": "bettercombat:anchor" + }, + { + "item_id_regex": "battlestaff|battle_staff", + "weapon_attributes": "bettercombat:battlestaff" + }, + { + "item_id_regex": "claw", + "weapon_attributes": "bettercombat:claw" + }, + { + "item_id_regex": "fist|gauntlet", + "weapon_attributes": "bettercombat:fist" + }, + { + "item_id_regex": "trident|impaled", + "weapon_attributes": "bettercombat:trident" + }, + { + "item_id_regex": "katana", + "weapon_attributes": "bettercombat:katana" + }, + { + "item_id_regex": "rapier", + "weapon_attributes": "bettercombat:rapier" + }, + { + "item_id_regex": "sickle", + "weapon_attributes": "bettercombat:sickle" + }, + { + "item_id_regex": "soul_knife", + "weapon_attributes": "bettercombat:soul_knife" + }, + { + "item_id_regex": "dagger|knife", + "weapon_attributes": "bettercombat:dagger" + }, + { + "item_id_regex": "staff|wand|sceptre|stave|rod", + "weapon_attributes": "bettercombat:wand" + }, + { + "item_id_regex": "mace|hammer|flail", + "weapon_attributes": "bettercombat:mace" + }, + { + "item_id_regex": "axe", + "weapon_attributes": "bettercombat:axe" + }, + { + "item_id_regex": "coral_blade", + "weapon_attributes": "bettercombat:coral_blade" + }, + { + "item_id_regex": "twin_blade|twinblade", + "weapon_attributes": "bettercombat:twin_blade" + }, + { + "item_id_regex": "cutlass|scimitar|machete", + "weapon_attributes": "bettercombat:cutlass" + }, + { + "item_id_regex": "sword|blade", + "weapon_attributes": "bettercombat:sword" + } + ], + "ranged_weapons": [ + { + "item_id_regex": "two_handed_crossbow", + "weapon_attributes": "bettercombat:crossbow_two_handed_heavy" + }, + { + "item_id_regex": "two_handed_bow", + "weapon_attributes": "bettercombat:bow_two_handed_heavy" + } + ] +} \ No newline at end of file diff --git a/config/bettercombat/server.json5 b/config/bettercombat/server.json5 new file mode 100644 index 0000000..36435ce --- /dev/null +++ b/config/bettercombat/server.json5 @@ -0,0 +1,93 @@ +{ + /* Upswing (aka windup) is the first phase of the attack (between clicking and performing the damage). + Typical duration of upswing is `weapon cooldown * 0.5`. (Weapon specific upswing values can be defined in weapon attributes) + This config allows you to change upswing duration. + Example values: + - `0.5` (default, fast paced attack initiation) upswing typically lasts 25% of the attack cooldown + - `1.0` (classic setting, realistic attack initiation) upswing typically lasts 50% of the attack cooldown + */ + "upswing_multiplier": 0.5, + // Bypass damage receive throttling of LivingEntity from player attacks. + "allow_fast_attacks": true, + // Allows client-side target search and server-side attack request execution against currently mounted entity of the player + "allow_attacking_mount": false, + // The minimum number of ticks between two attacks + "attack_interval_cap": 2, + /* Blacklist for entities that are acting as vehicle but should not be treated as protected mounts. + Classical example is an alexsmobs:crocodile attempting a death spin. + (Note all hostile mobs hittable by default, this config is to fix faulty mobs) + */ + "hostile_player_vehicles": [ + "alexsmobs:crocodile" + ], + // Allows vanilla sweeping mechanic to work and Sweeping Edge enchantment + "allow_vanilla_sweeping": false, + // Allows new sweeping mechanic (by Better Combat) to work, including Sweeping Edge enchantment + "allow_reworked_sweeping": true, + /* The more additional targets a weapon swing hits, the weaker it will get. + Entities struck (+1) in a swing more than this, won't get weakened any further. + */ + "reworked_sweeping_extra_target_count": 4, + /* Determines how weak the attack becomes when striking `reworked_sweeping_extra_target_count + 1` targets. + Example values: + - `0.5` -50% damage + */ + "reworked_sweeping_maximum_damage_penalty": 0.5, + /* The maximum level Sweeping Edge enchantment applied to the attackers weapon will restore this amount of penalty. + Example values: + - `0.5` restores 50% damage penalty when 3 levels are applied, so 16.66% when 1 level is applied + */ + "reworked_sweeping_enchant_restores": 0.5, + "reworked_sweeping_plays_sound": true, + "reworked_sweeping_emits_particles": true, + "reworked_sweeping_sound_and_particles_only_for_swords": true, + // Allows client-side target search to ignore obstacles. WARNING! Setting this to `false` significantly increases the load on clients. + "allow_attacking_thru_walls": false, + // Applies movement speed multiplier while attacking. (Min: 0, Max: 1). Use `0` for a full stop while attacking. Use `1` for no movement speed penalty + "movement_speed_while_attacking": 0.5, + // Determines if applying the movement speed multiplier while attacking is done smoothly or instantly + "movement_speed_applied_smoothly": true, + // Determines whether or not to apply movement speed reduction while attacking mounted + "movement_speed_effected_while_mounting": false, + // Attacks faster than a vanilla sword will do smaller knockback, proportionally. + "knockback_reduced_for_fast_attacks": true, + // Combo is reset after idling `combo_reset_rate * weapon_cooldown` + "combo_reset_rate": 3.0, + // Multiplier for `attack_range`, during target lookup on both sides. Large sized entities may be colliding with weapon hitbox, but center of entities can have bigger distance than `attack_range` + "target_search_range_multiplier": 2.0, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_attack_speed_multiplier": 1.2000000476837158, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_main_hand_damage_multiplier": 1.0, + // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) + "dual_wielding_off_hand_damage_multiplier": 1.0, + /* Relations determine when players' undirected weapon swings (cleaves) will hurt another entity (target). + - `FRIENDLY` - The target can never be damaged by the player. + - `NEUTRAL` - The target can be damaged only if the player is directly looking at it. + - `HOSTILE` - The target can be damaged if located within the weapon swing area. + (NOTE: Vanilla sweeping can still hit targets, if not disabled via `allow_sweeping`) + + The various relation related configs are being checked in the following order: + - `player_relations` + - `player_relation_to_passives` + - `player_relation_to_hostiles` + - `player_relation_to_other` + (The first relation to be found for the target will be applied.) + */ + "player_relations": { + "minecraft:player": "NEUTRAL", + "minecraft:villager": "NEUTRAL", + "minecraft:iron_golem": "NEUTRAL", + "guardvillagers:guard": "NEUTRAL" + }, + // Relation to unspecified entities those are instance of PassiveEntity(Yarn) + "player_relation_to_passives": "HOSTILE", + // Relation to unspecified entities those are instance of HostileEntity(Yarn) + "player_relation_to_hostiles": "HOSTILE", + // Fallback relation + "player_relation_to_other": "HOSTILE", + // Try to guess and apply a preset for items without weapon attributes data file + "fallback_compatibility_enabled": true, + // Allow printing the content of weapon attributes registry + "weapon_registry_logging": false +} \ No newline at end of file diff --git a/config/betterdeserttemples-forge-1_20.toml b/config/betterdeserttemples-forge-1_20.toml new file mode 100644 index 0000000..968f2ac --- /dev/null +++ b/config/betterdeserttemples-forge-1_20.toml @@ -0,0 +1,16 @@ + +["YUNG's Better Desert Temples"] + + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Desert Temples".General] + # Whether or not vanilla desert pyramids should be disabled. + # Default: true + # + "Disable Vanilla Pyramids" = true + # Whether or not mining fatigue is applied to players in the desert temple if it has not yet been cleared. + # Default: true + # + "Apply Mining Fatigue" = true + diff --git a/config/betterdeserttemples/README.txt b/config/betterdeserttemples/README.txt new file mode 100644 index 0000000..7d9fed0 --- /dev/null +++ b/config/betterdeserttemples/README.txt @@ -0,0 +1,7 @@ +This directory is for a few additional options for YUNG's Better Desert Temples. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Desert Temples, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Desert Temples for 1.18.2 on Forge, the 'forge-1_18_2' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER! +For example, on Forge 1.18.2 the file is 'betterdeserttemples-forge-1_18_2.toml'. \ No newline at end of file diff --git a/config/betterdeserttemples/forge-1_20/README.txt b/config/betterdeserttemples/forge-1_20/README.txt new file mode 100644 index 0000000..09b809b --- /dev/null +++ b/config/betterdeserttemples/forge-1_20/README.txt @@ -0,0 +1,30 @@ +###################################### +# armorstands.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of armor on armor stands. +Armor stands spawn in armory rooms and wardrobe rooms. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# itemframes.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of items in item frames. +Item frames only spawn in food storage rooms and armoury rooms. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# ItemRandomizers # +###################################### +Describes a set of items and the probability of each item being chosen. + - entries: An object where each entry's key is a item, and each value is that item's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultItem: The item used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultItem being selected. +Here's an example ItemRandomizer: +"entries": { + "minecraft:stone_axe": 0.25, + "minecraft:shield": 0.2, + "minecraft:air": 0.1 +}, +"defaultItem": "minecraft:iron_axe" +For each item, this randomizer has a 25% chance of returning a stone axe, 20% chance of choosing a shield, +10% chance of choosing air (nothing), and a 100 - (25 + 20 + 10) = 45% chance of choosing an iron axe (since it's the default item). diff --git a/config/betterdeserttemples/forge-1_20/armorstands.json b/config/betterdeserttemples/forge-1_20/armorstands.json new file mode 100644 index 0000000..382125f --- /dev/null +++ b/config/betterdeserttemples/forge-1_20/armorstands.json @@ -0,0 +1,58 @@ +{ + "armoryHelmets": { + "entries": { + "golden_helmet": 0.2, + "chainmail_helmet": 0.3 + }, + "defaultItem": "air" + }, + "wardrobeHelmets": { + "entries": { + "leather_helmet": 0.4, + "chainmail_helmet": 0.2 + }, + "defaultItem": "air" + }, + "armoryChestplates": { + "entries": { + "chainmail_chestplate": 0.3, + "golden_chestplate": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeChestplates": { + "entries": { + "chainmail_chestplate": 0.2, + "leather_chestplate": 0.4 + }, + "defaultItem": "air" + }, + "armoryLeggings": { + "entries": { + "golden_leggings": 0.2, + "chainmail_leggings": 0.3 + }, + "defaultItem": "air" + }, + "wardrobeLeggings": { + "entries": { + "chainmail_leggings": 0.2, + "leather_leggings": 0.4 + }, + "defaultItem": "air" + }, + "armoryBoots": { + "entries": { + "chainmail_boots": 0.3, + "golden_boots": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeBoots": { + "entries": { + "chainmail_boots": 0.2, + "leather_boots": 0.4 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterdeserttemples/forge-1_20/itemframes.json b/config/betterdeserttemples/forge-1_20/itemframes.json new file mode 100644 index 0000000..94fd4f7 --- /dev/null +++ b/config/betterdeserttemples/forge-1_20/itemframes.json @@ -0,0 +1,31 @@ +{ + "armouryItems": { + "entries": { + "stone_axe": 0.05, + "golden_sword": 0.1, + "shield": 0.1, + "golden_axe": 0.1, + "bow": 0.1, + "arrow": 0.05, + "stone_sword": 0.05, + "name_tag": 0.05 + }, + "defaultItem": "air" + }, + "storageItems": { + "entries": { + "melon_seeds": 0.025, + "bread": 0.2, + "cookie": 0.1, + "beetroot_seeds": 0.025, + "rabbit_foot": 0.01, + "cake": 0.1, + "slime_ball": 0.05, + "honey_bottle": 0.1, + "wheat_seeds": 0.025, + "potato": 0.2, + "pumpkin_seeds": 0.025 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterdungeons-forge-1_20.toml b/config/betterdungeons-forge-1_20.toml new file mode 100644 index 0000000..59f464d --- /dev/null +++ b/config/betterdungeons-forge-1_20.toml @@ -0,0 +1,69 @@ + +["YUNG's Better Dungeons"] + + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Dungeons".General] + # Whether or not dungeons should be allowed to place skeleton skulls and other mob heads. + # This option may be useful for some modpack creators. + # Default: true + # + "Enable Skulls & Heads" = true + # Some dungeons can rarely spawn Nether-related blocks such as soul sand, soul campfires, and soul lanterns. + # Note that the blocks will be purely decorative - nothing progression-breaking like Ancient Debris. + # Set this to false to prevent any Nether-related blocks from spawning in dungeons. + # This option may be useful for some modpack creators. + # Default: true + # + "Enable Nether Blocks in Dungeons" = true + + ########################################################################################################### + ## Zombie Dungeon settings. + ########################################################################################################### + ["YUNG's Better Dungeons"."Zombie Dungeons"] + # The longest distance that can be checked when attempting to generate a surface entrance staircase. + # Making this too large may cause problems. + # Default: 20 + # + "Zombie Dungeon Surface Entrance Staircase Max Length" = 20 + + ########################################################################################################### + ## Small Dungeon settings. + ########################################################################################################### + ["YUNG's Better Dungeons"."Small Dungeons"] + # The maximum number of banners that can spawn in a single small dungeon. + # Default: 2 + #Range: 0 ~ 8 + "Small Dungeon Max Banner Count" = 2 + # The minimum number of chests that are guaranteed to spawn in a single small dungeon. + # Default: 1 + "Small Dungeon Min Chest Count" = 1 + # The maximum number of chests that can spawn in a single small dungeon. + # Default: 2 + "Small Dungeon Max Chest Count" = 2 + # Whether or not Small Dungeons can rarely place ore blocks in the corners of the dungeon. + # If this is set to false, any ore blocks that spawn as part of a corner prop will instead be replaced with air. + # Default: true + # + "Allow Ore Blocks in Corners" = true + + ########################################################################################################### + ## Small Nether Dungeon settings. + ## These are disabled by default. + ########################################################################################################### + ["YUNG's Better Dungeons"."Small Nether Dungeons"] + # Whether or not small Nether dungeons should spawn. + # Default: false + "Enable Small Nether Dungeons" = false + # Whether or not Wither skeletons spawned from small Nether dungeons have a chance to drop Wither skeleton skulls. + # Default: true + "Wither Skeletons From Spawners Drop Wither Skeleton Skulls" = true + # Whether or not blazes spawned from small Nether dungeons have a chance to drop blaze rods. + # Default: true + "Blazes From Spawners Drop Blaze Rods" = true + # The maximum number of banners that can spawn in a single small Nether dungeon. + # Default: 2 + #Range: 0 ~ 8 + "Small Nether Dungeon Max Banner Count" = 2 + diff --git a/config/betterendisland-forge-1_20.toml b/config/betterendisland-forge-1_20.toml new file mode 100644 index 0000000..409b738 --- /dev/null +++ b/config/betterendisland-forge-1_20.toml @@ -0,0 +1,9 @@ + +["YUNG's Better End Island"] + # Whether the Ender Dragon drops an egg when every time it's defeated. + # Default: false + "Resummoned Dragon Drops Egg" = false + # Whether the vanilla obsidian platform should spawn in the End instead of the revamped platform. + # Default: false + "Spawn Vanilla Obsidian Platform" = false + diff --git a/config/betterfortresses-forge-1_20.toml b/config/betterfortresses-forge-1_20.toml new file mode 100644 index 0000000..2cfffa8 --- /dev/null +++ b/config/betterfortresses-forge-1_20.toml @@ -0,0 +1,12 @@ + +["YUNG's Better Nether Fortresses"] + + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Nether Fortresses".General] + # Whether or not vanilla Nether Fortresses should be disabled. + # Default: true + # + "Disable Vanilla Nether Fortresses" = true + diff --git a/config/betterfortresses/README.txt b/config/betterfortresses/README.txt new file mode 100644 index 0000000..7557c7c --- /dev/null +++ b/config/betterfortresses/README.txt @@ -0,0 +1,8 @@ +This directory is for a few additional options for YUNG's Better Nether Fortresses. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Nether Fortresses, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Nether Fortresses for MC 1.19.2 on Forge, the 'forge-1_19' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- Most of this mod's config settings can be found in a config file outside this folder! +For example, on Forge 1.19.2 the file is 'betterfortresses-forge-1_19.toml'. +Also note that many of the structure's settings such as spawn rate & spawn conditions can only be modified via data pack. \ No newline at end of file diff --git a/config/betterfortresses/forge-1_20/README.txt b/config/betterfortresses/forge-1_20/README.txt new file mode 100644 index 0000000..ffdedac --- /dev/null +++ b/config/betterfortresses/forge-1_20/README.txt @@ -0,0 +1,26 @@ +###################################### +# itemframes.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of items in item frames. +Item frames only spawn in certain rooms and hallway pieces. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# ItemRandomizers # +###################################### +Describes a set of items and the probability of each item being chosen. + - entries: An object where each entry's key is an item, and each value is that item's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultItem: The item used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultItem being selected. +Here's an example ItemRandomizer: +{ + "entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_sword": 0.1 + }, + "defaultItem": "minecraft:iron_axe" +} +This randomizer has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing a stone sword, and a 100 - (25 + 20 + 10) = 45% chance of choosing iron axe (since it's the default item). diff --git a/config/betterfortresses/forge-1_20/itemframes.json b/config/betterfortresses/forge-1_20/itemframes.json new file mode 100644 index 0000000..efc74d3 --- /dev/null +++ b/config/betterfortresses/forge-1_20/itemframes.json @@ -0,0 +1,48 @@ +{ + "weaponItems": { + "entries": { + "stone_axe": 0.025, + "iron_axe": 0.025, + "golden_sword": 0.05, + "netherite_sword": 0.005, + "shield": 0.025, + "golden_axe": 0.05, + "iron_sword": 0.025, + "stone_sword": 0.025 + }, + "defaultItem": "air" + }, + "lootItems": { + "entries": { + "nether_wart": 0.1, + "gold_ingot": 0.1, + "gold_nugget": 0.2 + }, + "defaultItem": "air" + }, + "studyItems": { + "entries": { + "enchanted_book": 0.1, + "paper": 0.1, + "book": 0.4, + "writable_book": 0.1 + }, + "defaultItem": "air" + }, + "messHallItems": { + "entries": { + "gold_ingot": 0.2, + "cooked_porkchop": 0.3, + "porkchop": 0.3 + }, + "defaultItem": "air" + }, + "alchemyItems": { + "entries": { + "quartz": 0.3, + "magma_cream": 0.3, + "fire_charge": 0.2 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterjungletemples-forge-1_20.toml b/config/betterjungletemples-forge-1_20.toml new file mode 100644 index 0000000..4a00b74 --- /dev/null +++ b/config/betterjungletemples-forge-1_20.toml @@ -0,0 +1,6 @@ + +["YUNG's Better Jungle Temples"] + + ["YUNG's Better Jungle Temples".General] + "Disable Vanilla Jungle Temples" = true + diff --git a/config/bettermineshafts-forge-1_20.toml b/config/bettermineshafts-forge-1_20.toml new file mode 100644 index 0000000..a653d77 --- /dev/null +++ b/config/bettermineshafts-forge-1_20.toml @@ -0,0 +1,106 @@ + +["YUNG's Better Mineshafts"] + # Whether or not vanilla mineshafts should be disabled. + # Default: true + "Disable Vanilla Mineshafts" = true + # The lowest a mineshaft can spawn. + # Default: -55 + "Minimum y-coordinate" = -55 + # The highest a mineshaft can spawn. + # Default: 30 + # + "Maximum y-coordinate" = 30 + + ########################################################################################################### + ## Ore deposit settings. + ########################################################################################################### + ["YUNG's Better Mineshafts"."Ore Deposits"] + "Enable Ore Deposits" = true + # Chance of an ore deposit being cobblestone only. + # Default: 50 + #Range: 0 ~ 100 + "Cobble Spawn Chance (Empty Deposit)" = 50 + # Chance of an ore deposit containing coal. + # Default: 20 + #Range: 0 ~ 100 + "Coal Spawn Chance" = 20 + # Chance of an ore deposit containing iron. + # Default: 9 + #Range: 0 ~ 100 + "Iron Spawn Chance" = 9 + # Chance of an ore deposit containing redstone. + # Default: 7 + #Range: 0 ~ 100 + "Redstone Spawn Chance" = 7 + # Chance of an ore deposit containing gold. + # Default: 7 + #Range: 0 ~ 100 + "Gold Spawn Chance" = 7 + # Chance of an ore deposit containing lapis lazuli. + # Default: 3 + #Range: 0 ~ 100 + "Lapis Spawn Chance" = 3 + # Chance of an ore deposit containing emerald. + # Default: 3 + #Range: 0 ~ 100 + "Emerald Spawn Chance" = 3 + # Chance of an ore deposit containing diamond. + # Default: 1 + #Range: 0 ~ 100 + "Diamond Spawn Chance" = 1 + + ########################################################################################################### + ## Spawn rates for various mineshaft parts and decorations. + ########################################################################################################### + ["YUNG's Better Mineshafts"."Spawn Rates & More"] + # The spawn rate for lanterns in the main shaft. + # Default: .0067 + #Range: 0.0 ~ 1.0 + "Lantern Spawn Rate" = 0.0067 + # The spawn rate for torches in small shafts. + # Default: .02 + #Range: 0.0 ~ 1.0 + "Torch Spawn Rate" = 0.02 + # The spawn rate for workstation side rooms along the main shaft. + # Default: .025 + #Range: 0.0 ~ 1.0 + "Workstation Spawn Rate" = 0.025 + # The spawn rate for workstation cellars below workstations along the main shaft. + # Default: .25 + #Range: 0.0 ~ 1.0 + "Workstation Cellar Spawn Rate" = 0.25 + # The spawn rate for smaller tunnels that generate along the main shaft. + # Default: .07 + #Range: 0.0 ~ 1.0 + "Small Shaft Spawn Rate" = 0.07 + # The spawn rate for cobwebs. + # Default: .15 + #Range: 0.0 ~ 1.0 + "Cobweb Spawn Rate" = 0.15 + # The spawn rate for minecarts holding chests in small shafts. + # Default: .00125 + #Range: 0.0 ~ 1.0 + "Small Shaft Chest Minecart Spawn Rate" = 0.00125 + # The spawn rate for minecarts holding TNT in small shafts. + # Default: .0025 + #Range: 0.0 ~ 1.0 + "Small Shaft TNT Minecart Spawn Rate" = 0.0025 + # The spawn rate for minecarts holding chests in the main shaft. + # Default: .01 + #Range: 0.0 ~ 1.0 + "Main Shaft Chest Minecart Spawn Rate" = 0.01 + # The spawn rate for minecarts holding TNT in the main shaft. + # Default: .0025 + #Range: 0.0 ~ 1.0 + "Main Shaft TNT Minecart Spawn Rate" = 0.0025 + # Percent chance of an Abandoned Miners' Outpost to spawn at the end of a small mineshaft tunnel. + # Default: 2 + #Range: 0 ~ 100 + "Abandoned Miners' Outpost Spawn Chance" = 2 + # The number of "pieces" (e.g. straight, turn, ladder, intersection, etc.) in a single small shaft. + # This determines the overall length of small shafts. + # Default: 9 + # + #Range: 0 ~ 1000 + "Small Shaft Piece Chain Length" = 9 + diff --git a/config/betteroceanmonuments-forge-1_20.toml b/config/betteroceanmonuments-forge-1_20.toml new file mode 100644 index 0000000..80f216e --- /dev/null +++ b/config/betteroceanmonuments-forge-1_20.toml @@ -0,0 +1,12 @@ + +["YUNG's Better Ocean Monuments"] + + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Ocean Monuments".General] + # Whether or not vanilla ocean monuments should be disabled. + # Default: true + # + "Disable Vanilla Ocean Monuments" = true + diff --git a/config/betterstrongholds-forge-1_20.toml b/config/betterstrongholds-forge-1_20.toml new file mode 100644 index 0000000..6d8ab59 --- /dev/null +++ b/config/betterstrongholds-forge-1_20.toml @@ -0,0 +1,20 @@ + +["YUNG's Better Strongholds"] + + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Strongholds".General] + # The rate at which cobwebs will spawn in various parts of the stronghold. + # Default: 0.1 + "Cobweb Spawn Rate (NORMAL)" = 0.1 + # The rate at which cobwebs will spawn around spider spawners in libraries. + # Default: 0.3 + "Cobweb Spawn Rate (SPAWNER)" = 0.3 + # The rate at which torches spawn throughout the stronghold. + # Default: 0.1 + "Torch Spawn Rate" = 0.1 + # The rate at which lanterns spawn throughout the stronghold. + # Default: 0.2 + "Lantern Spawn Rate" = 0.2 + diff --git a/config/betterstrongholds/README.txt b/config/betterstrongholds/README.txt new file mode 100644 index 0000000..8eb0d5e --- /dev/null +++ b/config/betterstrongholds/README.txt @@ -0,0 +1,8 @@ +This directory is for a few additional options for YUNG's Better Strongholds. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Strongholds, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Strongholds for MC 1.16 on Forge, the 'forge-1_16' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. + +NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER! +For example, on Forge 1.16 the file is 'betterstrongholds-forge-1_16.toml'. \ No newline at end of file diff --git a/config/betterstrongholds/forge-1_20/README.txt b/config/betterstrongholds/forge-1_20/README.txt new file mode 100644 index 0000000..a5be7fe --- /dev/null +++ b/config/betterstrongholds/forge-1_20/README.txt @@ -0,0 +1,62 @@ +###################################### +# ores.json # +###################################### + + This file contains a BlockSetSelector (see below) describing the probability of a given ore being chosen. +These probabilities are used in treasure rooms in the stronghold, in which +piles of ore have a chance of spawning. +For information on BlockSetSelectors, see the bottom of this README. + +###################################### +# rareblocks.json # +###################################### + + This file contains a BlockSetSelector describing the probability of a given block being chosen. +These probabilities are used in grand libraries, in which +two rare blocks will spawn. +For information on BlockSetSelectors, see the bottom of this README. + +###################################### +# armorstands.json # +###################################### + + This file contains ItemSetSelectors describing the probability distribution of armor on armor stands. +Common armor stands spawn in Armoury rooms, while Rare ones are only available in the rare Commander rooms. +For information on ItemSetSelectors, see the bottom of this README. + +###################################### +# itemframes.json # +###################################### + + This file contains ItemSetSelectors describing the probability distribution of items in item frames. +Item frames only spawn in storage rooms and armoury rooms. +For information on ItemSetSelectors, see the bottom of this README. + +###################################### +# BlockSetSelectors # +###################################### + +Describes a set of blockstates and the probability of each blockstate being chosen. + - entries: An object where each entry's key is a blockstate, and each value is that blockstate's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultBlock: The blockstate used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultBlock being selected. + +Here's an example block selector: +"entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_bricks": 0.1 +}, +"defaultBlock": "minecraft:oak_planks" + +For each block, this selector has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing stone bricks, and a 100 - (25 + 20 + 10) = 45% chance of choosing oak planks (since it's the default block). + +###################################### +# ItemSetSelectors # +###################################### + +Describes a set of items and the probability of each item being chosen. +Works the same as BlockSetSelectors, but with items instead of blockstates. diff --git a/config/betterstrongholds/forge-1_20/armorstands.json b/config/betterstrongholds/forge-1_20/armorstands.json new file mode 100644 index 0000000..157aa4a --- /dev/null +++ b/config/betterstrongholds/forge-1_20/armorstands.json @@ -0,0 +1,60 @@ +{ + "commonHelmets": { + "entries": { + "leather_helmet": 0.1, + "iron_helmet": 0.3, + "chainmail_helmet": 0.3, + "carved_pumpkin": 0.01 + }, + "defaultItem": "air" + }, + "rareHelmets": { + "entries": { + "diamond_helmet": 0.3, + "carved_pumpkin": 0.2 + }, + "defaultItem": "air" + }, + "commonChestplates": { + "entries": { + "chainmail_chestplate": 0.3, + "leather_chestplate": 0.1, + "iron_chestplate": 0.3 + }, + "defaultItem": "air" + }, + "rareChestplates": { + "entries": { + "diamond_chestplate": 0.3 + }, + "defaultItem": "air" + }, + "commonLeggings": { + "entries": { + "iron_leggings": 0.3, + "chainmail_leggings": 0.3, + "leather_leggings": 0.1 + }, + "defaultItem": "air" + }, + "rareLeggings": { + "entries": { + "diamond_leggings": 0.3 + }, + "defaultItem": "air" + }, + "commonBoots": { + "entries": { + "chainmail_boots": 0.3, + "leather_boots": 0.1, + "iron_boots": 0.3 + }, + "defaultItem": "air" + }, + "rareBoots": { + "entries": { + "diamond_boots": 0.3 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/forge-1_20/itemframes.json b/config/betterstrongholds/forge-1_20/itemframes.json new file mode 100644 index 0000000..6b454d1 --- /dev/null +++ b/config/betterstrongholds/forge-1_20/itemframes.json @@ -0,0 +1,34 @@ +{ + "armouryItems": { + "entries": { + "stone_axe": 0.05, + "iron_axe": 0.1, + "golden_sword": 0.05, + "shield": 0.1, + "golden_axe": 0.05, + "iron_sword": 0.1, + "bow": 0.1, + "arrow": 0.05, + "stone_sword": 0.05, + "name_tag": 0.05 + }, + "defaultItem": "air" + }, + "storageItems": { + "entries": { + "melon_seeds": 0.025, + "lead": 0.05, + "beetroot_seeds": 0.025, + "flint": 0.05, + "rabbit_foot": 0.01, + "paper": 0.25, + "cake": 0.05, + "slime_ball": 0.05, + "map": 0.25, + "compass": 0.05, + "wheat_seeds": 0.025, + "pumpkin_seeds": 0.025 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/forge-1_20/ores.json b/config/betterstrongholds/forge-1_20/ores.json new file mode 100644 index 0000000..33982e0 --- /dev/null +++ b/config/betterstrongholds/forge-1_20/ores.json @@ -0,0 +1,14 @@ +{ + "oreChances": { + "entries": { + "minecraft:redstone_ore[lit=false]": 0.15, + "minecraft:lapis_ore": 0.15, + "minecraft:coal_ore": 0.2, + "minecraft:diamond_ore": 0.05, + "minecraft:iron_ore": 0.2, + "minecraft:emerald_ore": 0.05, + "minecraft:gold_ore": 0.2 + }, + "defaultBlock": "minecraft:coal_ore" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/forge-1_20/rareblocks.json b/config/betterstrongholds/forge-1_20/rareblocks.json new file mode 100644 index 0000000..ceb2a13 --- /dev/null +++ b/config/betterstrongholds/forge-1_20/rareblocks.json @@ -0,0 +1,11 @@ +{ + "blockChances": { + "entries": { + "minecraft:quartz_block": 0.3, + "minecraft:diamond_block": 0.1, + "minecraft:gold_block": 0.3, + "minecraft:iron_block": 0.3 + }, + "defaultBlock": "minecraft:iron_block" + } +} \ No newline at end of file diff --git a/config/betterthirdperson-common.toml b/config/betterthirdperson-common.toml new file mode 100644 index 0000000..9d1781f --- /dev/null +++ b/config/betterthirdperson-common.toml @@ -0,0 +1,19 @@ +#Align player to camera on left & right clicks +aimPlayerOnInteract = true +#How long player will be aligned to camera after left & right clicks +#Range: 10 ~ 200 +aimDuration = 40 +#Angle in degrees within the player will slightly follow camera yaw (while standing still) +#Range: 0 ~ 90 +followYaw = 45 +#Does camera should rotate freely during elytra flight +freeCameraDuringElytraFlight = false +#Completely remove third-person front view +skipThirdPersonFrontView = false +#How fast player changes movement direction in third-person +#Range: 10 ~ 100 +playerRotationSpeed = 50 +#How fast player pitch follows camera pitch in third-person +#Range: 10 ~ 100 +pitchChangeSpeed = 65 + diff --git a/config/betterwitchhuts-forge-1_20.toml b/config/betterwitchhuts-forge-1_20.toml new file mode 100644 index 0000000..7180a60 --- /dev/null +++ b/config/betterwitchhuts-forge-1_20.toml @@ -0,0 +1,12 @@ + +["YUNG's Better Witch Huts"] + + ########################################################################################################### + ## General settings. + ########################################################################################################### + ["YUNG's Better Witch Huts".General] + # Whether or not vanilla witch huts should be disabled. + # Default: true + # + "Disable Vanilla Witch Huts" = true + diff --git a/config/blur-client.toml b/config/blur-client.toml new file mode 100644 index 0000000..dfc3c39 --- /dev/null +++ b/config/blur-client.toml @@ -0,0 +1,21 @@ + +[screens] + blurExclusions = ["net.minecraft.client.gui.screens.ChatScreen", "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", "net.optifine.gui.GuiChatOF", "baritone.", "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen", "net.coderbot.iris.gui.screen.ShaderPackScreen", "eu.midnightdust.midnightcontrols.client.gui.TouchscreenOverlay"] + showScreenTitle = false + strangeEffect = false + +[style] + #Range: 0 ~ 5000 + fadeTimeMillis = 200 + #Range: 0 ~ 5000 + fadeOutTimeMillis = 200 + ease = true + #Range: 0 ~ 100 + radius = 8 + gradientStart = "#000000" + #Range: 0 ~ 255 + gradientStartAlpha = 75 + gradientEnd = "#000000" + #Range: 0 ~ 255 + gradientEndAlpha = 75 + diff --git a/config/cataclysm.toml b/config/cataclysm.toml new file mode 100644 index 0000000..0b6b028 --- /dev/null +++ b/config/cataclysm.toml @@ -0,0 +1,370 @@ + +[Etc] + #Lava Opacity for the Ignitium Helemt. + #Range: 0.01 ~ 1.0 + lavaVisionOpacity = 0.5 + #Whether to disable certain aspects of the Ignitium Helemt. Enable if issues with shaders persist. + shadersCompat = false + #ScreenShake(on/off) + "ScreenShake(on/off)" = true + #custombossbar(on/off) + "custombossbar(on/off)" = true + #BossMusic(on/off) + "BossMusic(on/off)" = true + #BossMusicVolume + #Range: 1 ~ 1000000 + BossMusicVolume = 2 + +[Weapon] + #Armor Infinity Durability(on/off) + "Armor Infinity Durability(on/off)" = true + #Bulwark of the Flame's Cooldown + #Range: 0 ~ 1000000 + BulwarkOfTheFlameCooldown = 80 + #Gauntlet of Bulwark's Cooldown + #Range: 0 ~ 1000000 + GauntletOfBulwarkCooldown = 80 + #Infernal Forge's Cooldown + #Range: 0 ~ 1000000 + InfernalForgeCooldown = 80 + #Void Forge's Cooldown + #Range: 0 ~ 1000000 + VoidForgeCooldown = 120 + #The Incinerator's Cooldown + #Range: 0 ~ 1000000 + TheIncineratorCooldown = 400 + #Wither Assault Shoulder Weapon's Missile Cooldown + #Range: 0 ~ 1000000 + WASWMissileCooldown = 40 + #WASW's Wither Missile's Damage + #Range: 0.0 ~ 1000000.0 + "WASW's WitherMissiledamage" = 16.0 + #Wither Assault Shoulder Weapon's Howitzer Cooldown + #Range: 0 ~ 1000000 + WASWHowitzerCooldown = 100 + #Void Assault Shoulder Weapon's Cooldown + #Range: 0 ~ 1000000 + VASWCooldown = 120 + #Void Core's Cooldown + #Range: 0 ~ 1000000 + VoidCoreCooldown = 160 + #Sandstorm's Timer + #Range: 0 ~ 1000000 + SandstormTimer = 160 + +["Entity damage"] + #Void Rune's Damage + #Range: 0.0 ~ 1000000.0 + Voidrunedamage = 7.0 + #Ashen Breath's Damage + #Range: 0.0 ~ 1000000.0 + Ashenbreathdamage = 4.0 + #Death Laser's Damage + #Range: 0.0 ~ 1000000.0 + DeathLaserdamage = 5.0 + #Death Laser's Hp Damage + #Range: 0.0 ~ 1.0 + DeathLaserHpdamage = 0.05 + #Laser's Damage + #Range: 0.0 ~ 1000000.0 + Laserdamage = 4.0 + #Blazing Bone's Damage + #Range: 0.0 ~ 1000000.0 + BlazingBonedamage = 5.0 + #Lionfish Spike's Damage + #Range: 0.0 ~ 1000000.0 + LionfishSpikedamage = 4.0 + #Wither Howizter's Damage + #Range: 0.0 ~ 1000000.0 + WitherHowizterdamage = 8.0 + #Dimensional Rift's Damage + #Range: 0.0 ~ 1000000.0 + DimensionalRiftdamage = 10.0 + #Wither Homing Missile's Damage + #Range: 0.0 ~ 1000000.0 + WitherHomingMissiledamage = 3.0 + #Abyss Blast's Damage + #Range: 0.0 ~ 1000000.0 + AbyssBlastdamage = 10.0 + #Abyss Blast's Hp Damage + #Range: 0.0 ~ 1.0 + AbyssBlastHpdamage = 0.1 + #Abyss Orb's Damage + #Range: 0.0 ~ 1000000.0 + AbyssOrbdamage = 4.0 + #Lava bomb's Radius + #Range: 1 ~ 7 + Lavabombradius = 2 + #Amethyst Cluster's Damage + #Range: 0.0 ~ 1000000.0 + "Amethyst Cluster Damage" = 12.0 + #Sandstorm's Damage + #Range: 0.0 ~ 1000000.0 + "Sandstorm Damage" = 5.0 + #Ancient Desert Stele's Damage + #Range: 0.0 ~ 1000000.0 + "Ancient Desert Stele Damage" = 18.0 + +["Ender Guardian"] + #EnderGuardian's Health Multiplier + #Range: 0.0 ~ 1000000.0 + EnderGuardianHealthMultiplier = 1.0 + #EnderGuardian's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + EnderGuardianDamageMultiplier = 1.0 + #EnderGuardian's DamageCap + #Range: 0 ~ 1000000 + EnderGuardianDamageCap = 22 + #Ender guardian's block breaking ignore the MobGriefing + EnderguardianBlockBreaking = true + #Guardian's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "Guardian's prevent attacks from far away Range" = 12.0 + #Guardian's gravity Punch Hp Damage + #Range: 0.0 ~ 1.0 + "Guardian's gravity Punch Hp Damage" = 0.05 + #Guardian's Teleport attack Hp Damage + #Range: 0.0 ~ 1.0 + "Guardian's Teleport attack Hp Damage" = 0.05 + #Guardian's Punch Hp Damage + #Range: 0.0 ~ 1.0 + "Guardian's knockback Hp Damage" = 0.06 + #Guardian's Uppercut Hp Damage + #Range: 0.0 ~ 1.0 + "Guardian's Uppercut Hp Damage" = 0.1 + #Guardian's RocketPunch Hp Damage + #Range: 0.0 ~ 1.0 + "Guardian's RocketPunch Hp Damage" = 0.1 + #Guardian's etc area attack Hp Damage + #Range: 0.0 ~ 1.0 + "Guardian's area attack Hp Damage" = 0.08 + #EnderGuardianBlockBreaking radius + #Range: 0 ~ 20 + "EnderGuardianBlockBreaking X" = 15 + #EnderGuardianBlockBreaking radius + #Range: 0 ~ 10 + "EnderGuardianBlockBreaking Y" = 2 + #EnderGuardianBlockBreaking radius + #Range: 0 ~ 20 + "EnderGuardianBlockBreaking Z" = 15 + +["Netherite Monstrosity"] + #Monstrosity's Lavabomb magazine. + #Range: 1 ~ 1000000 + LavabombMagazine = 3 + #Monstrosity's Lavabomb amount + #Range: 1 ~ 1000000 + Lavabombamount = 3 + #Monstrosity's Health Multiplier + #Range: 0.0 ~ 1000000.0 + MonstrosityHealthMultiplier = 1.0 + #Monstrosity's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + MonstrosityDamageMultiplier = 1.0 + #Monstrosity's Healing Multiplier + #Range: 0.0 ~ 1000000.0 + MonstrosityHealingMultiplier = 1.0 + #Monstrosity's DamageCap + #Range: 0 ~ 1000000 + MonstrosityDamageCap = 22 + #Monstrosity's bodyBlocking verdict + NetheritemonstrosityBodyBloking = true + #Monstrosity's attack Hp Damage + #Range: 0.0 ~ 1.0 + "Monstrosity's attack Hp Damage" = 0.08 + #Monstrosity's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "Monstrosity's prevent attacks from far away Range" = 18.0 + +["Ender Golem"] + #Ender Golem's block breaking ignore the MobGriefing + EndergolemBlockBreaking = false + #Endergolem's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "Endergolem's prevent attacks from far away Range" = 6.0 + #Golem's Health Multiplier + #Range: 0.0 ~ 1000000.0 + GolemHealthMultiplier = 1.0 + #Golem's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + GolemDamageMultiplier = 1.0 + +[Ignis] + #Ignis's Health Multiplier + #Range: 0.0 ~ 1000000.0 + IgnisHealthMultiplier = 1.0 + #Ignis's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + IgnisDamageMultiplier = 1.0 + #Ignis's Healing Multiplier + #Range: 0.0 ~ 1000000.0 + IgnisHealingMultiplier = 1.0 + #Ignis's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "Ignis's prevent attacks from far away Range" = 15.0 + #Ignis's DamageCap + #Range: 0 ~ 1000000 + IgnisDamageCap = 20 + #Ignis's cracked block breaking ignore the MobGriefing + IgnisBlockBreaking = true + +[revenant] + #Revenant's Health Multiplier + #Range: 0.0 ~ 1000000.0 + RevenantHealthMultiplier = 1.0 + #Revenant's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + RevenantDamageMultiplier = 1.0 + +["The Prowler"] + #The Prowler's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "The Prowler's prevent attacks from far away Range" = 16.0 + #Prowler's Health Multiplier + #Range: 0.0 ~ 1000000.0 + ProwlerHealthMultiplier = 1.0 + #Prowler's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + ProwlerDamageMultiplier = 1.0 + +["The Harbinger"] + #Harbinger's Health Multiplier + #Range: 0.0 ~ 1000000.0 + HarbingerHealthMultiplier = 1.0 + #Harbinger's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + HarbingerDamageMultiplier = 1.0 + #Harbinger's Healing Multiplier + #Range: 0.0 ~ 1000000.0 + HarbingerHealingMultiplier = 1.0 + #Harbinger's Wither Missile's Damage + #Range: 0.0 ~ 1000000.0 + "Harbinger's WitherMissiledamage" = 8.0 + #Harbinger's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "The Harbinger's prevent attacks from far away Range" = 35.0 + #Harbinger's DamageCap + #Range: 0 ~ 1000000 + "The Harbinger DamageCap" = 22 + #Harbinger's lasers can light a fire in MobGriefing + "The Harbinger Light A Fire" = true + #The Harbinger's charge attack Hp Damage + #Range: 0.0 ~ 1.0 + "The Harbinger's charge attack Hp Damage" = 0.06 + +["The Leviathan"] + #Leviathan's Health Multiplier + #Range: 0.0 ~ 1000000.0 + LeviathanHealthMultiplier = 1.0 + #Leviathan's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + LeviathanDamageMultiplier = 1.0 + #Leviathan's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "Leviathan's prevent attacks from far away Range" = 38.0 + #Leviathan's Bite Hp Damage + #Range: 0.0 ~ 1.0 + "Leviathan's Bite Hp Damage" = 0.1 + #Leviathan's Rush Hp Damage + #Range: 0.0 ~ 1.0 + "Leviathan's Rush Hp Damage" = 0.05 + #Leviathan's TailSwing Hp Damage + #Range: 0.0 ~ 1.0 + "Leviathan's TailSwing Hp Damage" = 0.08 + #Leviathan's Tentacle Hp Damage + #Range: 0.0 ~ 1.0 + "Leviathan's Tentacle Hp Damage" = 0.03 + #Leviathan's DamageCap + #Range: 0 ~ 1000000 + LeviathanDamageCap = 20 + #Leviathan's block breaking ignore the MobGriefing + LeviathanBlockBreaking = true + #Leviathan Immune Out of Water + LeviathanImmuneOutofWater = true + +["The Baby Leviathan"] + #BabyLeviathan's Health Multiplier + #Range: 0.0 ~ 1000000.0 + BabyLeviathanHealthMultiplier = 1.0 + #BabyLeviathan's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + BabyLeviathanDamageMultiplier = 1.0 + +["Modern Remnant"] + #Modern Remnant's Health Multiplier + #Range: 0.0 ~ 1000000.0 + ModernRemnantHealthMultiplier = 1.0 + #Modern Remnant's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + ModernRemnantDamageMultiplier = 1.0 + +["Amethyst Crab"] + #Amethyst Crab's Health Multiplier + #Range: 0.0 ~ 1000000.0 + AmethystCrabHealthMultiplier = 1.0 + #Amethyst Crab's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + AmethystCrabDamageMultiplier = 1.0 + +["Ancient Remnant"] + #Ancient Remnant's Health Multiplier + #Range: 0.0 ~ 1000000.0 + AncientRemnantHealthMultiplier = 1.0 + #Ancient Remnant's Damage Multiplier + #Range: 0.0 ~ 1000000.0 + AncientRemnantDamageMultiplier = 1.0 + #Ancient Remnant's Immune to Long distance attack range. + #Range: 1.0 ~ 1000000.0 + "Ancient Remnant's prevent attacks from far away Range" = 15.0 + #Ancient Remnant's DamageCap + #Range: 0 ~ 1000000 + AncientRemnantCap = 21 + #Ancient Remnant's block breaking ignore the MobGriefing + AncientRemnantBlockBreaking = true + #Remnant's Charge Hp Damage + #Range: 0.0 ~ 1.0 + "Remnant's Charge Hp Damage" = 0.07 + #Remnant's Hp Damage + #Range: 0.0 ~ 1.0 + "Remnant's Normal attack Hp Damage" = 0.05 + #Remnant's Stomp Hp Damage + #Range: 0.0 ~ 1.0 + "Remnant's Stomp Hp Damage" = 0.03 + +[Koboleton] + #Cause Koboleton to Drop Item In Hand Percent + #Range: 0.0 ~ 100.0 + CauseKoboletontoDropItemInHandPercent = 5.0 + +[spawning] + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + DeeplingSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + DeeplingSpawnRolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + DeeplingBruteSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + DeeplingBruteSpawnRolls = 50 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + DeeplingAnglerSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + DeeplingAnglerSpawnRolls = 30 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + AmethystCrabSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + AmethystCrabSpawnRolls = 100 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + KoboletonSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + KoboletonSpawnRolls = 30 + diff --git a/config/cataclysm/amethyst_crab_spawns.json b/config/cataclysm/amethyst_crab_spawns.json new file mode 100644 index 0000000..4c3d891 --- /dev/null +++ b/config/cataclysm/amethyst_crab_spawns.json @@ -0,0 +1,11 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:lush_caves" + } + ] + ] +} \ No newline at end of file diff --git a/config/cataclysm/deepling_angler_spawns.json b/config/cataclysm/deepling_angler_spawns.json new file mode 100644 index 0000000..54d85c5 --- /dev/null +++ b/config/cataclysm/deepling_angler_spawns.json @@ -0,0 +1,53 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_cold_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:warm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "alexscaves:abyssal_chasm" + } + ] + ] +} \ No newline at end of file diff --git a/config/cataclysm/deepling_brute_spawns.json b/config/cataclysm/deepling_brute_spawns.json new file mode 100644 index 0000000..54d85c5 --- /dev/null +++ b/config/cataclysm/deepling_brute_spawns.json @@ -0,0 +1,53 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_cold_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:warm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "alexscaves:abyssal_chasm" + } + ] + ] +} \ No newline at end of file diff --git a/config/cataclysm/deepling_spawns.json b/config/cataclysm/deepling_spawns.json new file mode 100644 index 0000000..54d85c5 --- /dev/null +++ b/config/cataclysm/deepling_spawns.json @@ -0,0 +1,53 @@ +{ + "biomes": [ + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:deep_cold_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:lukewarm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "minecraft:warm_ocean" + } + ], + [ + { + "type": "REGISTRY_NAME", + "negate": false, + "value": "alexscaves:abyssal_chasm" + } + ] + ] +} \ No newline at end of file diff --git a/config/cataclysm/koboleton_spawns.json b/config/cataclysm/koboleton_spawns.json new file mode 100644 index 0000000..575bfd5 --- /dev/null +++ b/config/cataclysm/koboleton_spawns.json @@ -0,0 +1,26 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_dry/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_hot/overworld" + }, + { + "type": "BIOME_TAG", + "negate": false, + "value": "forge:is_sandy" + }, + { + "type": "BIOME_TAG", + "negate": true, + "value": "minecraft:is_badlands" + } + ] + ] +} \ No newline at end of file diff --git a/config/cavedust.toml b/config/cavedust.toml new file mode 100644 index 0000000..001d0bd --- /dev/null +++ b/config/cavedust.toml @@ -0,0 +1,27 @@ + +["Config for Cave Dust"] + #translation{key='menu.cavedust.Z.tooltip', args=[]} + #Range: 1 ~ 50 + dimensionX = 5 + #translation{key='menu.cavedust.enabled.tooltip', args=[]} + caveDustEnabled = true + #translation{key='menu.cavedust.sealevelcheck.tooltip', args=[]} + seaLevelCheck = true + #translation{key='menu.cavedust.superflatstatus.tooltip', args=[]} + superFlatStatus = false + #translation{key='menu.cavedust.upperlimit.tooltip', args=[]} + #Range: 0 ~ 255 + upperLimit = 64 + #translation{key='menu.cavedust.lowerlimit.tooltip', args=[]} + #Range: -255 ~ 0 + lowerLimit = -64 + #translation{key='menu.cavedust.particlemultiplier.tooltip', args=[]} + #Range: 1 ~ 100 + particleMultiplier = 1 + #translation{key='menu.cavedust.particlemultiplier.tooltip', args=[]} + #Range: 1 ~ 100 + particleMultiplierMultiplier = 10 + #translation{key='menu.cavedust.particle.tooltip', args=[]} + #Range: 0 ~ 95 + particleID = 80 + diff --git a/config/chat_heads.json5 b/config/chat_heads.json5 new file mode 100644 index 0000000..0f74fb2 --- /dev/null +++ b/config/chat_heads.json5 @@ -0,0 +1,7 @@ +{ + "offsetNonPlayerText": true, + "senderDetection": "UUID_AND_HEURISTIC", + "smartHeuristics": true, + "handleSystemMessages": true, + "nameAliases": { } +} \ No newline at end of file diff --git a/config/chimes-client.toml b/config/chimes-client.toml new file mode 100644 index 0000000..5e45d75 --- /dev/null +++ b/config/chimes-client.toml @@ -0,0 +1,9 @@ + +["Chimes Config"] + #Toggle Wind Chime Animations + Animations = true + #Toggle falling Bamboo Leaf particles from Bamboo Wind Chimes + "Bamboo Wind Chime Leaf Particles" = true + #Toggle on/off pre 1.20 Bamboo Wind Chime textures + "Previous Bamboo Wind Chime texture" = false + diff --git a/config/chimes-common.toml b/config/chimes-common.toml new file mode 100644 index 0000000..8b9b78a --- /dev/null +++ b/config/chimes-common.toml @@ -0,0 +1,9 @@ + +["Chimes Config"] + #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 25] + #Range: 0 ~ 35 + "Phantom Repel Radius Vertical" = 25 + #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 10] + #Range: 0 ~ 20 + "Phantom Repel Radius Horizontal" = 10 + diff --git a/config/chococraft-4-breeding.json b/config/chococraft-4-breeding.json new file mode 100644 index 0000000..5d61b3e --- /dev/null +++ b/config/chococraft-4-breeding.json @@ -0,0 +1,338 @@ +{ + "BLACK": { + "GOLD, PINK, RED": [ + { + "childColor": "GOLD", + "conditions": "bothParentsFedGold", + "random": "above 90" + } + ], + "WHITE": [ + { + "childColor": "GOLD", + "conditions": "bothParentsFedGold", + "random": "above 50" + }, + { + "childColor": "WHITE", + "conditions": "bothParentsFedGold", + "random": "above 25" + }, + { + "childColor": "YELLOW", + "conditions": "none", + "random": "above 75" + }, + { + "childColor": "WHITE", + "conditions": "none", + "random": "above 38" + } + ], + "YELLOW, GREEN, BLUE": [ + { + "childColor": "secondParent", + "conditions": "none", + "random": "under 50" + } + ] + }, + "BLUE": { + "BLACK, WHITE": [ + { + "childColor": "YELLOW", + "conditions": "bothParentsFedGold", + "random": "above 70" + }, + { + "childColor": "secondParent", + "conditions": "bothParentsFedGold", + "random": "above 35" + }, + { + "childColor": "YELLOW", + "conditions": "none", + "random": "above 90" + }, + { + "childColor": "secondParent", + "conditions": "none", + "random": "above 45" + } + ], + "BLUE": [ + { + "childColor": "WHITE", + "conditions": "bothParentsFedGold", + "random": "above 60" + }, + { + "childColor": "BLUE", + "conditions": "bothParentsFedGold", + "random": "above 30" + }, + { + "childColor": "WHITE", + "conditions": "none", + "random": "above 80" + }, + { + "childColor": "BLUE", + "conditions": "none", + "random": "above 40" + } + ], + "YELLOW": [ + { + "childColor": "YELLOW", + "conditions": "none", + "random": "under 50" + } + ] + }, + "GOLD": { + "GOLD": [ + { + "childColor": "secondParent", + "conditions": "bothParentsFedGold", + "random": "none" + } + ], + "PINK, RED": [ + { + "childColor": "YELLOW", + "conditions": "bothParentsNotFedGold", + "random": "above 20" + } + ], + "YELLOW, GREEN, BLUE, WHITE, BLACK, PURPLE": [ + { + "childColor": "secondParent", + "conditions": "none", + "random": "none" + } + ] + }, + "GREEN": { + "BLACK, WHITE": [ + { + "childColor": "YELLOW", + "conditions": "bothParentsFedGold", + "random": "above 70" + }, + { + "childColor": "secondParent", + "conditions": "bothParentsFedGold", + "random": "above 35" + }, + { + "childColor": "YELLOW", + "conditions": "none", + "random": "above 90" + }, + { + "childColor": "secondParent", + "conditions": "none", + "random": "above 45" + } + ], + "BLUE": [ + { + "childColor": "WHITE", + "conditions": "bothParentsFedGold", + "random": "above 60" + }, + { + "childColor": "BLUE", + "conditions": "bothParentsFedGold", + "random": "above 30" + }, + { + "childColor": "WHITE", + "conditions": "none", + "random": "above 80" + }, + { + "childColor": "BLUE", + "conditions": "none", + "random": "above 40" + } + ], + "YELLOW": [ + { + "childColor": "YELLOW", + "conditions": "none", + "random": "under 50" + } + ] + }, + "PINK": { + "GOLD, PINK, RED": [ + { + "childColor": "YELLOW", + "conditions": "bothParentsNotFedGold", + "random": "above 20" + } + ], + "YELLOW, GREEN, BLUE, WHITE, BLACK, PURPLE": [ + { + "childColor": "secondParent", + "conditions": "none", + "random": "none" + } + ] + }, + "PURPLE": { + "YELLOW, GREEN, BLUE, WHITE, BLACK": [ + { + "childColor": "secondParent", + "conditions": "none", + "random": "none" + } + ] + }, + "RED": { + "GOLD, PINK, RED": [ + { + "childColor": "YELLOW", + "conditions": "bothParentsNotFedGold", + "random": "above 20" + } + ], + "YELLOW, GREEN, BLUE, WHITE, BLACK, PURPLE": [ + { + "childColor": "secondParent", + "conditions": "none", + "random": "none" + } + ] + }, + "WHITE": { + "BLACK": [ + { + "childColor": "GOLD", + "conditions": "bothParentsFedGold", + "random": "above 50" + }, + { + "childColor": "BLACK", + "conditions": "bothParentsFedGold", + "random": "above 25" + }, + { + "childColor": "YELLOW", + "conditions": "none", + "random": "above 75" + }, + { + "childColor": "BLACK", + "conditions": "none", + "random": "above 38" + } + ], + "GOLD, PINK, RED": [ + { + "childColor": "GOLD", + "conditions": "bothParentsFedGold", + "random": "above 70" + } + ], + "GREEN, BLUE": [ + { + "childColor": "YELLOW", + "conditions": "bothParentsFedGold", + "random": "above 70" + }, + { + "childColor": "secondParent", + "conditions": "bothParentsFedGold", + "random": "above 35" + }, + { + "childColor": "YELLOW", + "conditions": "none", + "random": "above 90" + }, + { + "childColor": "secondParent", + "conditions": "none", + "random": "above 45" + } + ], + "YELLOW": [ + { + "childColor": "BLACK", + "conditions": "bothParentsFedGold", + "random": "above 60" + }, + { + "childColor": "YELLOW", + "conditions": "bothParentsFedGold", + "random": "above 30" + }, + { + "childColor": "BLACK", + "conditions": "none", + "random": "above 80" + }, + { + "childColor": "YELLOW", + "conditions": "none", + "random": "above 40" + } + ] + }, + "YELLOW": { + "GREEN, BLUE, BLACK": [ + { + "childColor": "secondParent", + "conditions": "none", + "random": "above 50" + } + ], + "WHITE": [ + { + "childColor": "BLACK", + "conditions": "bothParentsFedGold", + "random": "above 60" + }, + { + "childColor": "WHITE", + "conditions": "bothParentsFedGold", + "random": "above 30" + }, + { + "childColor": "BLACK", + "conditions": "none", + "random": "above 80" + }, + { + "childColor": "WHITE", + "conditions": "none", + "random": "above 40" + } + ], + "YELLOW": [ + { + "childColor": "BLUE", + "conditions": "bothParentsFedGold", + "random": "above 80" + }, + { + "childColor": "GREEN", + "conditions": "bothParentsFedGold", + "random": "above 60" + }, + { + "childColor": "BLUE", + "conditions": "none", + "random": "above 60" + }, + { + "childColor": "GREEN", + "conditions": "none", + "random": "above 20" + } + ] + } +} \ No newline at end of file diff --git a/config/chococraft-common.toml b/config/chococraft-common.toml new file mode 100644 index 0000000..f96bdac --- /dev/null +++ b/config/chococraft-common.toml @@ -0,0 +1,33 @@ + +#Spawning configuration +[spawning] + #Controls Chocobo Spawn Weight [Default: 10] + #Range: > 0 + chocoboSpawnWeight = 10 + #Controls Chocobo Pack Size Min [Default: 1] + #Range: > 0 + chocoboPackSizeMin = 1 + #Controls Chocobo Pack Size Max [Default: 3] + #Range: > 0 + chocoboPackSizeMax = 3 + +#Chocobo configuration +[Chocobo] + #This multiplier controls the tame chance per gysahl used, so .15 results in 15% chance to tame [Default: 0.15] + #Range: 0.0 ~ 1.0 + tameChance = 0.15 + #If certain chocobos are allowed to fly [Default: true] + canChocobosFly = true + #Determines the maximum interval duration for the Chocobo's ambient sound [Default: 100] + #Range: > 1 + kwehIntervalLimit = 100 + +#Naming configuration +[Naming] + #If taming a chocobo will provide them with a name (unless already named) [Default: true] + nameTamedChocobos = true + #The list of male names it can choose from if 'nameTamedChocobos' is enabled + maleNames = ["Arkio", "Boco", "Choco", "Patch", "Eddie", "Big Bird", "Chobi", "Horse Bird", "Mr. Yellowpuffs", "Oscar", "Wild", "Stitch", "Milo", "Lewis", "Simon", "Steed", "Bocobo", "Chobo", "Butter Fingers", "Caspar", "Chubby", "Coco", "Fuzzy", "Hulk", "Flopsy", "Lionel", "Tidus", "Cloud", "Sephiroth", "Butz", "Cecil", "Golbez", "Squall", "Zidane", "Garnet", "Kuja", "Locke", "Celes", "Crafty", "Sparky", "Skippy", "Whiskers", "Mog's Mount", "Ruffles", "Quistis", "Noctis", "Firecracker", "Ballistic", "Blizzard", "Torobo", "Leon", "Firas", "Travis", "Indigo", "Montoya", "Cobalt", "Jinx", "Komet", "Beau", "Bone", "Claw", "Duke", "Easy", "Fire", "Fury", "Idol", "Iron", "Jack", "Mars", "Noir", "Snow", "Star", "Zero", "Ace", "Air", "Ice", "Max", "Neo", "Ray", "Alpha", "Arrow", "Avian", "Black", "Blade", "Blaze", "Blitz", "Chaos", "Dandy", "Jolly", "Omega", "Pluto", "Point", "Quake", "Titan", "Hope", "Ifrit", "Shiva", "Polonium", "Radon", "Sparks", "Lunik"] + #The list of female names it can choose from if 'nameTamedChocobos' is enabled + femaleNames = ["Choco", "Patch", "Chobi", "Wild", "Chubby", "Crystal", "Coco", "Fuzzy", "Flopsy", "Lulu", "Yuna", "Cecil", "Kuja", "Terra", "Locke", "Celes", "Rikku", "Yuffie", "Selphie", "Rinoa", "Sparky", "Skippy", "Whiskers", "Pupu", "Quistis", "Noctis", "Tranquille", "Twinkling", "Capucine", "Heidi", "Danseuse", "Mercedes", "Psyche", "Victory", "Liberty", "Emma", "Fortune", "Soleil", "Luna", "Violet", "Lilith", "Lilli", "Jinx", "Coco", "Fleur", "Feder", "Flora", "Kugel", "Bleu", "Blue", "Chic", "Ciel", "Face", "Fire", "Fury", "Iris", "Jade", "Joli", "Kiku", "Lady", "Miel", "Momo", "Moon", "Nana", "Noir", "Nova", "Rain", "Rose", "Ruby", "Star", "Vega", "Air", "Aki", "Ayu", "Fee", "Sky", "Sun", "Amber", "Angel", "Azure", "Belle", "Clair", "Ebony", "Ember", "Fairy", "Flare", "Glory", "Jaune", "Jeune", "Jolly", "Lucky", "Olive", "Orange", "Venus", "Lightning", "Galindorf"] + diff --git a/config/citadel-common.toml b/config/citadel-common.toml new file mode 100644 index 0000000..6753f79 --- /dev/null +++ b/config/citadel-common.toml @@ -0,0 +1,12 @@ + +[general] + #True if citadel tracks entity properties(freezing, stone mobs, etc) on server. Turn this to false to solve some server lag, may break some stuff. + "Track Entities" = true + #True to skip warnings about using datapacks. + "Skip Datapack Warnings" = true + #Multiplies the count of entities spawned by this number. 0 = no entites added on chunk gen, 2 = twice as many entities added on chunk gen. Useful for many mods that add a lot of creatures, namely animals, to the spawn lists. + #Range: 0.0 ~ 100000.0 + chunkGenSpawnModifier = 1.0 + #True to if april fools content can display on april fools. + "April Fools Content" = true + diff --git a/config/cleardespawn-client.toml b/config/cleardespawn-client.toml new file mode 100644 index 0000000..9abc555 --- /dev/null +++ b/config/cleardespawn-client.toml @@ -0,0 +1,8 @@ + +[general] + #Blinking start time before the item despawns, in seconds + #Range: 0 ~ 36000 + flashStartTime = 20 + #Set to true to have item flash faster as it gets closer to despawning + urgentFlash = true + diff --git a/config/cobblemon/main.json b/config/cobblemon/main.json new file mode 100644 index 0000000..e73cc68 --- /dev/null +++ b/config/cobblemon/main.json @@ -0,0 +1,69 @@ +{ + "lastSavedVersion": "1.4.0", + "maxPokemonLevel": 100, + "maxPokemonFriendship": 255, + "announceDropItems": true, + "defaultDropItemMethod": "ON_ENTITY", + "ambientPokemonCryTicks": 1080, + "defaultBoxCount": 30, + "pokemonSaveIntervalSeconds": 30, + "storageFormat": "nbt", + "preventCompletePartyDeposit": false, + "mongoDBConnectionString": "mongodb://localhost:27017", + "mongoDBDatabaseName": "cobblemon", + "maxVerticalCorrectionBlocks": 64, + "minimumLevelRangeMax": 10, + "enableSpawning": true, + "minimumDistanceBetweenEntities": 8.0, + "maxNearbyBlocksHorizontalRange": 4, + "maxNearbyBlocksVerticalRange": 2, + "maxHorizontalSpace": 6, + "maxVerticalSpace": 8, + "worldSliceDiameter": 8, + "worldSliceHeight": 16, + "ticksBetweenSpawnAttempts": 20.0, + "minimumSliceDistanceFromPlayer": 16.0, + "maximumSliceDistanceFromPlayer": 64.0, + "exportSpawnConfig": false, + "savePokemonToWorld": true, + "exportStarterConfig": false, + "autoUpdateShowdown": true, + "defaultFleeDistance": 32.0, + "allowExperienceFromPvP": true, + "experienceShareMultiplier": 0.5, + "luckyEggMultiplier": 1.5, + "allowSpectating": true, + "experienceMultiplier": 2.0, + "pokemonPerChunk": 1.0, + "passiveStatuses": { + "cobblemon:poison": "180-300", + "cobblemon:poisonbadly": "180-300", + "cobblemon:paralysis": "180-300", + "cobblemon:frozen": "180-300", + "cobblemon:sleep": "180-300", + "cobblemon:burn": "180-300" + }, + "infiniteHealerCharge": false, + "maxHealerCharge": 6.0, + "chargeGainedPerTick": 3.33333E-4, + "defaultFaintTimer": 300, + "faintAwakenHealthPercent": 0.2, + "healPercent": 0.05, + "healTimer": 60, + "baseApricornTreeGenerationChance": 0.1, + "ninjaskCreatesShedinja": true, + "displayEntityLevelLabel": true, + "shinyRate": 8192.0, + "captureCalculator": "cobblemon", + "playerDamagePokemon": true, + "appleLeftoversChance": 0.025, + "maxRootsInArea": 5, + "bigRootPropagationChance": 0.1, + "energyRootChance": 0.25, + "maxDynamaxLevel": 10, + "teraTypeRate": 20.0, + "defaultPasturedPokemonLimit": 16, + "pastureBlockUpdateTicks": 40, + "pastureMaxWanderDistance": 64, + "pastureMaxPerChunk": 4.0 +} \ No newline at end of file diff --git a/config/collective.json5 b/config/collective.json5 new file mode 100644 index 0000000..6f2d085 --- /dev/null +++ b/config/collective.json5 @@ -0,0 +1,14 @@ +{ + // When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective. + "transferItemsBetweenReplacedEntities": true, + // The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy. + // min: 1, max: 500 + "loopsAmountUsedToGetAllEntityDrops": 100, + // The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed. + // min: 0, max: 3600000 + "findABlockCheckAroundEntitiesDelayMs": 30000, + // Please check out https://stopmodreposts.org/ for more information on why this feature exists. + "enableAntiRepostingCheck": true, + // Enables pets for Patrons. Will be added in a future release. + "enablePatronPets": true +} \ No newline at end of file diff --git a/config/combatnouveau-client.toml b/config/combatnouveau-client.toml new file mode 100644 index 0000000..07e737b --- /dev/null +++ b/config/combatnouveau-client.toml @@ -0,0 +1,9 @@ +#Improved arm swing animation to emphasize the rhythm of the attacks from combat test snapshots. +alternative_swing_animation = false +#Render armor attributes with green text instead of blue one, just like with tools and weapons. +special_armor_attributes = true +#Show a shield indicator similar to the attack indicator when actively blocking. +shield_indicator = true +#Items that will not be rendered as being held in first person when placed in the offhand. +hidden_offhand_items = ["minecraft:totem_of_undying"] + diff --git a/config/combatnouveau-server.toml b/config/combatnouveau-server.toml new file mode 100644 index 0000000..6fd178e --- /dev/null +++ b/config/combatnouveau-server.toml @@ -0,0 +1,92 @@ +#Player is knocked back by attacks which do not cause any damage, such as when hit by snowballs, eggs, and fishing rod hooks. +weak_attacks_knock_back_players = true +#Force all entity hitboxes to have a cubic size of at least 0.9 blocks, making them easier to hit and shoot. +#This only affects targeting an entity, no collisions or whatsoever. Useful for hitting e.g. bats, rabbits, silverfish, fish, and most baby animals. +min_hitbox_size = true +#Makes knockback stronger towards targets not on the ground (does not apply when in water). +upwards_knockback = true +#Health regenerates every 2 seconds, which requires more than 6 food points. Also food points will be directly consumed when healing. Surplus saturation does not yield quick health regeneration. +balanced_food_mechanics = false +#Sprinting and attacking no longer interfere with each other, making critical hits possible at all times. +critical_hits_while_sprinting = true +#Expand all entity hitboxes by 10%, making hitting a target possible from a slightly greater range and with much increased accuracy. +inflate_hitboxes = true +#Attacking will no longer stop the player from sprinting. Very useful when swimming, so you can fight underwater without being stopped on every hit. +sprint_attacks = true +#Disables damage immunity when hit by a projectile. Makes it possible for entities to be hit by multiple projectiles at once (useful for the multishot enchantment). +no_projectile_immunity = true + +[shield] + #Shields knock back attackers (see MC-147694). + #NONE: Vanilla behavior, no knockback is dealt to attackers. + #CONSTANT: Always the same knockback is dealth to attackers. + #VARIABLE: The knockback strength is greater the more precisely the shield block is timed in regards to the attack. + #Allowed Values: NONE, CONSTANT, VARIABLE + shield_knockback = "VARIABLE" + #Amount of ticks after starting to block in which an attacker will be knocked back further than usual when "shield_knockback" is set to VARIABLE. + #Range: > 0 + variable_shield_knockback_delay = 20 + #Skip 5 tick warm-up delay when activating a shield, so they become effective instantly. + remove_shield_delay = true + #Arc of available protection depending on what angle the attack is coming from and where the player is looking (means the lower this angle the closer you need to be facing your attacker). + #Vanilla protection arc is 180 degrees, which has been reduced to around 100 in combat tests. + #This does not change the protection arc for projectiles which remains at 180 degress. + #Range: 0.0 ~ 360.0 + shield_protection_arc = 100.0 + +[items] + #It only takes 20 ticks to drink liquid foods (such as potions, milk, and bottled liquids) instead of 32 or 40. + fast_drinking = true + #Only damages axes by 1 durability instead of 2 when attacking so they properly be used as weapons. + no_axe_attack_penalty = true + #Add a delay of 4 ticks between throwing snowballs or eggs, just like with ender pearls. + throwables_delay = true + #Increase snowball and egg stack size from 16 to 64, and potion stack size from 1 to 16 (only for potions of the same type of course). + increase_stack_size = true + #Eating and drinking both are interrupted if the player is damaged. + eating_interruption = true + +[cooldown] + #Disable attacking when attack cooldown is below a certain percentage. + #Setting this to 0.0 means attacking is possible with any strength as in vanilla. + #Range: 0.0 ~ 1.0 + min_attack_strength = 1.0 + #Holding down the attack button keeps attacking continuously. No more spam clicking required. + hold_attack_button = false + #Delay in ticks between attacks when holding the attack button is enabled. + #This basically also puts a cap on the max spam clicking speed. + #Range: > 0 + hold_attack_button_delay = 5 + #Attack cooldown is unaffected by switching hotbar items. + fast_switching = true + #Melee attacks that don't hit a target won't trigger the attack cooldown. + retain_energy_on_miss = false + +[attributes] + #Makes it so that swords, hoes, and tridents have an increased reach when attacking. + additional_attack_reach = true + #Overrides for setting and balancing attack reach values of items. + #Takes precedence over any changes made by "additional_attack_reach" option. + #As with all items, this value is added on top of the default attack reach of the player (which is 3.0 by default, and has a hard cap at 6.0). + #Format for every entry is ":,". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color. + attack_reach_overrides = [] + #Overrides for setting and balancing attack speed values of items. + #As with all items, this value is added on top of the default attack speed of the player (which is 4.0 by default). + #Format for every entry is ":,". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color. + attack_speed_overrides = [] + #Overrides for setting and balancing attack damage values of items. + #As with all items, this value is added on top of the default attack strength of the player (which is 1.0 by default). + #Format for every entry is ":,". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color. + attack_damage_overrides = [] + +[sweeping] + #Is the sweeping edge enchantment required to perform a sweep attack. + require_sweeping_edge = true + #Allow sweep attack without hitting mobs, just by attacking air basically. + #This attack will not work when the attack button is held for continuous attacking. + air_sweep_attack = true + #Only apply half the sweeping damage to indirectly hit mobs for better balancing of the sweeping feature. + half_sweeping_damage = true + #Do not perform sweep attacks when sneaking. + no_sweeping_when_sneaking = false + diff --git a/config/combatroll/client.json5 b/config/combatroll/client.json5 new file mode 100644 index 0000000..8364d53 --- /dev/null +++ b/config/combatroll/client.json5 @@ -0,0 +1,11 @@ +{ + "playCooldownSound": true, + "playCooldownFlash": true, + "playRollSound": true, + "hudArrowColor": 5540067, + "hudBackgroundOpacity": 75, + "showWhenFull": true, + "showHUDInCreative": false, + "showKeybinding": true, + "keybindingLabelPosition": "LEFT" +} \ No newline at end of file diff --git a/config/combatroll/enchantments.json b/config/combatroll/enchantments.json new file mode 100644 index 0000000..4cc504c --- /dev/null +++ b/config/combatroll/enchantments.json @@ -0,0 +1,23 @@ +{ + "longfooted": { + "enabled": true, + "max_level": 5, + "min_cost": 12, + "step_cost": 12, + "bonus_per_level": 1.0 + }, + "acrobat": { + "enabled": true, + "max_level": 10, + "min_cost": 15, + "step_cost": 14, + "bonus_per_level": 0.1 + }, + "multi_roll": { + "enabled": true, + "max_level": 4, + "min_cost": 15, + "step_cost": 17, + "bonus_per_level": 1.0 + } +} \ No newline at end of file diff --git a/config/combatroll/hud_config.json b/config/combatroll/hud_config.json new file mode 100644 index 0000000..07a6e14 --- /dev/null +++ b/config/combatroll/hud_config.json @@ -0,0 +1,9 @@ +{ + "rollWidget": { + "origin": "BOTTOM", + "offset": { + "f_82470_": 108.0, + "f_82471_": -12.0 + } + } +} \ No newline at end of file diff --git a/config/combatroll/server.json5 b/config/combatroll/server.json5 new file mode 100644 index 0000000..49fd269 --- /dev/null +++ b/config/combatroll/server.json5 @@ -0,0 +1,22 @@ +{ + // The number of game ticks players become invulnerable upon rolling + "invulnerable_ticks_upon_roll": 0, + // The duration of the roll ability, expressed as a number of ticks, during which the player cannot use item/attack/jump etc... + "roll_duration": 8, + // Allows Vanilla Minecraft auto jump feature to work while rolling + "allow_auto_jump_while_rolling": true, + // Allows jumping while rolling. WARNING! Setting this to `true` breaks roll distance attribute and enchantment + "allow_jump_while_rolling": false, + // Allows combat roll while the player has its weapon on cooldown + "allow_rolling_while_weapon_cooldown": false, + // Allows combat roll while the player is in the air. WARNING! Setting this to `true` breaks roll distance attribute and enchantment + "allow_rolling_while_airborn": false, + // The amount of exhaust (hunger) to be added to the player on every roll + "exhaust_on_roll": 0.10000000149011612, + // The amount of food level above which players can do a roll + "food_level_required": 6.0, + // The cooldown duration of the combat roll ability expressed in seconds + "roll_cooldown": 4.0, + // Default roll distance attribute is `3`. Settings this to `1` will make it `4`. Warning! Attribute based scaling does not effect this. + "additional_roll_distance": 0.0 +} \ No newline at end of file diff --git a/config/connectiblechains-client.toml b/config/connectiblechains-client.toml new file mode 100644 index 0000000..203f2e9 --- /dev/null +++ b/config/connectiblechains-client.toml @@ -0,0 +1,13 @@ +#Configurable Chains Client Config +# +# Chain Quality +# +# Effects the visual quality of the chain. +#Range: 1 ~ 9 +quality = 4 +# +# ToolTip +# +# Displays a ToolTip under compatible chain items +showToolTip = true + diff --git a/config/connectiblechains-common.toml b/config/connectiblechains-common.toml new file mode 100644 index 0000000..753f097 --- /dev/null +++ b/config/connectiblechains-common.toml @@ -0,0 +1,19 @@ +#Connectible Chains Config +# +# +# +# Chain Hang Amount +# +# Effects how much the chain hangs. +# Collision will update on new chains or world loading. +# Has no effect in multiplayer. +#Range: 0.0 ~ 1.7976931348623157E308 +chainHangAmount = 9.0 +# +# Max Chain Distance +# +# Warning: Long chains can sometimes become invisible! +# Has no effect in multiplayer. +#Range: 0 ~ 32 +maxChainRange = 7 + diff --git a/config/cpm.json b/config/cpm.json new file mode 100644 index 0000000..e82011f --- /dev/null +++ b/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.15a", + "editorSelectMouseButton": 0.0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1.0, + "editorMenuMouseButton": 1.0, + "editorRotateMouseButton": 2.0, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/config/create-client.toml b/config/create-client.toml new file mode 100644 index 0000000..d6e4278 --- /dev/null +++ b/config/create-client.toml @@ -0,0 +1,146 @@ + +#. +#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! +[client] + #. + #Show item descriptions on Shift and controls on Ctrl. + enableTooltips = true + #. + #Display a tooltip when looking at overstressed components. + enableOverstressedTooltip = true + #. + #Log a stack-trace when rendering issues happen within a moving contraption. + explainRenderErrors = false + #. + #Higher density means more spawned particles. + #Range: 0.0 ~ 1.0 + fanParticleDensity = 0.5 + #. + #[in Blocks] + #Maximum Distance to the player at which items in Blocks' filter slots will be displayed + #Range: 1.0 ~ 3.4028234663852886E38 + filterItemRenderDistance = 10.0 + #. + #Show kinetic debug information on blocks while the F3-Menu is open. + enableRainbowDebug = false + #. + #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag + #Range: > 0 + maximumContraptionLightVolume = 16384 + #. + #Choose the menu row that the Create config button appears on in the main menu + #Set to 0 to disable the button altogether + #Range: 0 ~ 4 + mainMenuConfigButtonRow = 2 + #. + #Offset the Create config button in the main menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + #Range: > -2147483648 + mainMenuConfigButtonOffsetX = -4 + #. + #Choose the menu row that the Create config button appears on in the in-game menu + #Set to 0 to disable the button altogether + #Range: 0 ~ 5 + ingameMenuConfigButtonRow = 3 + #. + #Offset the Create config button in the in-game menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + #Range: > -2147483648 + ingameMenuConfigButtonOffsetX = -4 + #. + #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled + ignoreFabulousWarning = false + + #. + #Configure your vision range when submerged in Create's custom fluids + [client.fluidFogSettings] + #. + #The vision range through honey will be multiplied by this factor + #Range: 0.125 ~ 256.0 + honey = 1.0 + #. + #The vision range though chocolate will be multiplied by this factor + #Range: 0.125 ~ 256.0 + chocolate = 1.0 + + #. + #Settings for the Goggle Overlay + [client.goggleOverlay] + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetX = 20 + #. + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetY = 0 + #. + #Enable this to use your custom colors for the Goggle- and Hover- Overlay + customColorsOverlay = false + #. + #The custom background color to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBackgroundOverlay = -267386864 + #. + #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderTopOverlay = 1347420415 + #. + #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderBotOverlay = 1344798847 + + #. + #Settings for the Placement Assist + [client.placementAssist] + #. + #What indicator should be used when showing where the assisted placement ends up relative to your crosshair + #Choose 'NONE' to disable the Indicator altogether + #Allowed Values: TEXTURE, TRIANGLE, NONE + indicatorType = "TEXTURE" + #. + #Change the size of the Indicator by this multiplier + #Range: 0.0 ~ 3.4028234663852886E38 + indicatorScale = 1.0 + + #. + #Ponder settings + [client.ponder] + #. + #Slow down a ponder scene whenever there is text on screen. + comfyReading = false + #. + #Show additional info in the ponder view and reload scene scripts more frequently. + editingMode = false + + #. + #Sound settings + [client.sound] + #. + #Make cogs rumble and machines clatter. + enableAmbientSounds = true + #. + #Maximum volume modifier of Ambient noise + #Range: 0.0 ~ 1.0 + ambientVolumeCap = 0.10000000149011612 + + #. + #Railway related settings + [client.trains] + #. + #How far away the Camera should zoom when seated on a train + #Range: 0.0 ~ 3.4028234663852886E38 + mountedZoomMultiplier = 3.0 + #. + #Display nodes and edges of a Railway Network while f3 debug mode is active + showTrackGraphOnF3 = false + #. + #Additionally display materials of a Rail Network while f3 debug mode is active + showExtendedTrackGraphOnF3 = false + diff --git a/config/create-common.toml b/config/create-common.toml new file mode 100644 index 0000000..ab1174e --- /dev/null +++ b/config/create-common.toml @@ -0,0 +1,9 @@ + +#. +#Modify Create's impact on your terrain +[worldgen] + #. + #. + #Prevents all worldgen added by Create from taking effect + disableWorldGen = false + diff --git a/config/creeperoverhaul.jsonc b/config/creeperoverhaul.jsonc new file mode 100644 index 0000000..e53dcfc --- /dev/null +++ b/config/creeperoverhaul.jsonc @@ -0,0 +1,42 @@ +{ + // Changes the Creeper Overhaul creepers to destroy blocks or not. + "destroyBlocks": true, + "client": { + // Change the Vanilla Creeper to a new and improved texture with better animations. + "replaceDefaultCreeper": true + }, + "spawning": { + // Change the Creeper Overhaul creepers to spawn or not. + "allowSpawning": true, + // Change the Jungle Creeper to spawn or not. + "allowJungleCreeperSpawning": true, + // Change the Bamboo Creeper to spawn or not. + "allowBambooCreeperSpawning": true, + // Change the Desert Creeper to spawn or not. + "allowDesertCreeperSpawning": true, + // Change the Badlands Creeper to spawn or not. + "allowBadlandsCreeperSpawning": true, + // Change the Hills Creeper to spawn or not. + "allowHillsCreeperSpawning": true, + // Change the Savannah Creeper to spawn or not. + "allowSavannahCreeperSpawning": true, + // Change the Mushroom Creeper to spawn or not. + "allowMushroomCreeperSpawning": true, + // Change the Swamp Creeper to spawn or not. + "allowSwampCreeperSpawning": true, + // Change the Dripstone Creeper to spawn or not. + "allowDripstoneCreeperSpawning": true, + // Change the Cave Creeper to spawn or not. + "allowCaveCreeperSpawning": true, + // Change the Dark Oak Creeper to spawn or not. + "allowDarkOakCreeperSpawning": true, + // Change the Spruce Creeper to spawn or not. + "allowSpruceCreeperSpawning": true, + // Change the Beach Creeper to spawn or not. + "allowBeachCreeperSpawning": true, + // Change the Snowy Creeper to spawn or not. + "allowSnowyCreeperSpawning": true, + // Change the Ocean Creeper to spawn or not. + "allowOceanCreeperSpawning": true + } +} \ No newline at end of file diff --git a/config/cullleaves.json b/config/cullleaves.json new file mode 100644 index 0000000..fb305f7 --- /dev/null +++ b/config/cullleaves.json @@ -0,0 +1,4 @@ +{ + "enabled": true, + "cullRoots": true +} \ No newline at end of file diff --git a/config/curios-client.toml b/config/curios-client.toml new file mode 100644 index 0000000..d14999b --- /dev/null +++ b/config/curios-client.toml @@ -0,0 +1,21 @@ + +#Client only settings, mostly things related to rendering +[client] + #Set to true to enable rendering curios + renderCurios = true + #The X-Offset for the Curios GUI button + #Range: -100 ~ 100 + buttonXOffset = 0 + #The Y-Offset for the Curios GUI button + #Range: -100 ~ 100 + buttonYOffset = 0 + #The X-Offset for the Creative Curios GUI button + #Range: -100 ~ 100 + creativeButtonXOffset = 0 + #The Y-Offset for the Creative Curios GUI button + #Range: -100 ~ 100 + creativeButtonYOffset = 0 + #The corner for the Curios GUI button + #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + buttonCorner = "TOP_LEFT" + diff --git a/config/damagevignette-client.toml b/config/damagevignette-client.toml new file mode 100644 index 0000000..da206ec --- /dev/null +++ b/config/damagevignette-client.toml @@ -0,0 +1,6 @@ +enabled = true +#Range: 0 ~ 100 +lowThreshold = 5 +#Range: 0 ~ 100 +highThreshold = 100 + diff --git a/config/doubledoors.json5 b/config/doubledoors.json5 new file mode 100644 index 0000000..5e5fcfa --- /dev/null +++ b/config/doubledoors.json5 @@ -0,0 +1,13 @@ +{ + // Whether the recursive opening feature should be enabled. This allows you to for example build a giant door with trapdoors which will all open at the same time, as long as they are connected. The 'recursiveOpeningMaxBlocksDistance' config option determines how far the function should search. + "enableRecursiveOpening": true, + // How many blocks the recursive function should search when 'enableRecursiveOpening' is enabled. + // min: 1, max: 64 + "recursiveOpeningMaxBlocksDistance": 10, + // When enables, the mod works with double doors. + "enableDoors": true, + // When enables, the mod works with double fence gates. + "enableFenceGates": true, + // When enables, the mod works with double trapdoors. + "enableTrapdoors": true +} \ No newline at end of file diff --git a/config/durabilitytooltip-common.toml b/config/durabilitytooltip-common.toml new file mode 100644 index 0000000..151495d --- /dev/null +++ b/config/durabilitytooltip-common.toml @@ -0,0 +1,29 @@ +[Client] + # What should be the style of the tooltip? 'numbers' means 'Durability: 30 / 100', 'text' means 'Durability: pristine/slight damaged/nearly broken', 'bar' means 'Durability: [███▒▒▒▒▒▒▒]' + # Allowed values: BAR, NUMBERS, TEXT - Default: NUMBERS + tooltipStyle = "NUMBERS" + + # Should the tooltip include the 'Durability:' hint? + # Allowed values: true, false - Default: true + showTooltipHint = true + + # What colors should be used for the reactive part (numbers/text/bar characters) of the tooltip? 'base' means use the base color, 'gold' means always gold, 'varying' means green/orange/red depending on remaining durability. + # Allowed values: BASE, GOLD, VARYING - Default: VARYING + tooltipColorStyle = "VARYING" + + # What should be the base text color of the tooltip? + # Allowed values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET - Default: GRAY + baseTooltipColor = "GRAY" + + # Should the durability tooltip only be shown on vanilla tools? + # Allowed values: true, false - Default: false + onlyVanillaTools = false + + # Should the durability tooltip be shown when a tool is not damaged? + # Allowed values: true, false - Default: true + showWhenFull = true + + # Which mods should be blacklisted? Items from blacklisted mods won't show the durability tooltip. + # Allowed length: 0 ~ 100 - Default: 'tconstruct,supplementaries' + blackListedMods = "tconstruct,supplementaries" + diff --git a/config/dynamic_fps.json b/config/dynamic_fps.json new file mode 100644 index 0000000..d0208cd --- /dev/null +++ b/config/dynamic_fps.json @@ -0,0 +1,43 @@ +{ + "enabled": true, + "idle_time": 0, + "uncap_menu_frame_rate": false, + "states": { + "hovered": { + "frame_rate_target": 60, + "volume_multipliers": { + "master": 1.0 + }, + "graphics_state": "default", + "show_toasts": true, + "run_garbage_collector": false + }, + "unfocused": { + "frame_rate_target": 1, + "volume_multipliers": { + "master": 0.25 + }, + "graphics_state": "default", + "show_toasts": false, + "run_garbage_collector": false + }, + "invisible": { + "frame_rate_target": 0, + "volume_multipliers": { + "master": 0.0 + }, + "graphics_state": "default", + "show_toasts": false, + "run_garbage_collector": false + }, + "abandoned": { + "frame_rate_target": 10, + "volume_multipliers": { + "master": 1.0 + }, + "graphics_state": "default", + "show_toasts": false, + "run_garbage_collector": false + } + } +} diff --git a/config/dynamiccrosshair.json5 b/config/dynamiccrosshair.json5 new file mode 100644 index 0000000..8c4e1fd --- /dev/null +++ b/config/dynamiccrosshair.json5 @@ -0,0 +1,142 @@ +{ + "dynamicCrosshair": "Advanced", + "disableDebugCrosshair": false, + "thirdPersonCrosshair": false, + "hideWithScreen": true, + "hideWithMap": true, + "crosshairConfig": { + "onBlock": "IfTargeting", + "onEntity": true, + "holdingTool": "Always", + "holdingMeleeWeapon": true, + "meleeWeaponOnEntity": false, + "meleeWeaponOnBreakableBlock": false, + "holdingRangedWeapon": "IfInteractable", + "holdingThrowable": "IfInteractable", + "holdingShield": true, + "holdingBlock": "IfInteractable", + "holdingUsableItem": "IfInteractable", + "forceHoldingSpyglass": false + }, + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + }, + "dynamicCrosshairStyle": true, + "crosshairStyle": { + "regular": { + "style": "Cross", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "onBlock": { + "style": "Cross", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "onEntity": { + "style": "DiagonalCross", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "holdingTool": { + "style": "Square", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "holdingMeleeWeapon": { + "style": "Cross", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "holdingRangedWeapon": { + "style": "DiagonalCross", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "holdingThrowable": { + "style": "Circle", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "holdingBlock": { + "style": "Diamond", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + } + }, + "crosshairModifiers": { + "modInteractable": { + "style": "Brackets", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "modUsableItem": { + "style": "RoundBrackets", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "modShield": { + "style": "BracketsBottom", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "modCorrectTool": { + "style": "Dot", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + }, + "modIncorrectTool": { + "style": "DiagonalCross", + "color": { + "crosshairColor": "Unchanged", + "customColor": -5588020, + "forceColor": false + } + } + }, + "enableTweaks": true, + "additionalTools": [], + "additionalMeleeWeapons": [], + "additionalRangedWeapons": [], + "additionalThrowables": [], + "additionalUsableItems": [], + "additionalInteractableBlocks": [] +} \ No newline at end of file diff --git a/config/dynamictrees-common.toml b/config/dynamictrees-common.toml new file mode 100644 index 0000000..4f757bf --- /dev/null +++ b/config/dynamictrees-common.toml @@ -0,0 +1,26 @@ + +#Vanilla Trees Settings +[vanilla] + #Right clicking with a vanilla sapling places a dynamic sapling instead. + replaceVanillaSapling = false + #Crimson Fungus and Warped Fungus that sprout from nylium will be dynamic instead. + replaceNyliumFungi = true + #If enabled, cancels the non-dynamic trees that spawn with vanilla villages. + cancelVanillaVillageTrees = true + +#Miscellaneous Settings +[misc] + #If enabled, dirt bucket recipes will be automatically generated. + generateDirtBucketRecipes = true + +#Mod Integration Settings +[integration] + #The mod ID of preferred season mod. If a season provider for this mod ID is present, it will be used for integration with seasons. Set this to "!" to disable integration or "*" to accept the any integration (the first available). + preferredSeasonMod = "*" + #If enabled, seed drop rates will be multiplied based on the current season (requires serene seasons). + enableSeasonalSeedDropFactor = true + #If enabled, growth rates will be multiplied based on the current season (requires serene seasons). + enableSeasonalGrowthFactor = true + #If enabled, fruit production rates will be multiplied based on the current season (requires serene seasons). + enableSeasonalFruitProductionFactor = true + diff --git a/config/easyanvils-client.toml b/config/easyanvils-client.toml new file mode 100644 index 0000000..25787d5 --- /dev/null +++ b/config/easyanvils-client.toml @@ -0,0 +1,3 @@ +#Render inventory contents of an anvil. +render_anvil_contents = true + diff --git a/config/easyanvils-server.toml b/config/easyanvils-server.toml new file mode 100644 index 0000000..6af76b6 --- /dev/null +++ b/config/easyanvils-server.toml @@ -0,0 +1,64 @@ + +[miscellaneous] + #Chance the anvil will break into chipped or damaged variant, or break completely after using. Value is set to 0.12 in vanilla. + #Range: 0.0 ~ 1.0 + anvil_break_chance = 0.05 + #Solely renaming items in an anvil will never cause the anvil to break. + risk_free_anvil_renaming = true + #Edit name tags without cost nor anvil, simply by sneak + right-clicking. + edit_name_tags_no_anvil = true + #The naming field in anvils and the name tag gui will support formatting codes for setting custom text colors and styles. + #Check out the Minecraft Wiki for all available formatting codes and their usage: https://minecraft.fandom.com/wiki/Formatting_codes#Usage + renaming_supports_formatting = true + #Allow using iron blocks to repair an anvil by one damage stage. Can be automated using dispensers. + anvil_repairing = true + +#Most default value represents vanilla behavior. +[costs] + #Multiplier for each level of a rare enchantment being applied. + #Range: > 1 + rare_enchantment_multiplier = 4 + #The additional cost in levels for combining an item with another item of the same kind when the first item is not fully repaired. + #Range: > -2147483648 + repair_with_other_item_cost = 2 + #Multiplier for each level of a common enchantment being applied. + #Range: > -2147483648 + common_enchantment_multiplier = 1 + #Multiplier for each level of a very rare enchantment being applied. + #Range: > 1 + very_rare_enchantment_multiplier = 8 + #Multiplier for each level of a uncommon enchantment being applied. + #Range: > 1 + uncommon_enchantment_multiplier = 2 + #Costs for applying enchantments from enchanted books are halved. + halved_book_costs = true + #The additional cost in levels for each valid repair material an item is repaired with in an anvil. + #Range: > -2147483648 + repair_with_material_unit_cost = 1 + #Max cost of enchantment level allowed to be spent in an anvil. Every operation exceeding the limit will show as 'Too Expensive!' and will be disallowed. + #If set to '-1' the limit is disabled. + #Set to '40' enchantment levels in vanilla. + #Range: > -1 + too_expensive_limit = -1 + #Renaming any item in an anvil no longer costs any enchantment levels at all. Can be restricted to only name tags. + #Allowed Values: OFF, ALL_ITEMS, NAME_TAGS_ONLY + free_renames = "ALL_ITEMS" + +[prior_work_penalty] + #FIXED: When renaming / repairing, ignore any prior work penalty on the item. Makes prior work penalty only relevant when new enchantments are added. + #LIMITED: When renaming / repairing cost exceeds max anvil repair cost, limit cost just below max cost. + #VANILLA: Renaming / repairing increase with prior work penalty and will no longer be possible when max cost is exceeded. + #Allowed Values: VANILLA, FIXED, LIMITED + rename_and_repair_costs = "FIXED" + #Controls how working an item in the anvil multiple times affects the cost of future operations. + #FIXED: A constant value is added every time the item is worked. + #VANILLA: Penalty doubles every time an item is worked. + #DISABLED: Penalty stays at 0 and does not increase. + #Allowed Values: DISABLED, VANILLA, FIXED + prior_work_penalty = "FIXED" + #Prevents the prior work penalty from increasing when the item has only been renamed or repaired. + penalty_free_renames_and_repairs = true + #Constant to use when "prior_work_penalty" is set to "FIXED". Every subsequent operation will increase by this value in levels. + #Range: > 1 + prior_work_penalty_constant = 4 + diff --git a/config/easymagic-client.toml b/config/easymagic-client.toml new file mode 100644 index 0000000..e752497 --- /dev/null +++ b/config/easymagic-client.toml @@ -0,0 +1,19 @@ +#Keep the vanilla book inside the enchantment screen instead of rendering a reroll button. +#The button is simply not visible, rerolling still works by clicking the book. Disabling the reroll feature itself is possible in the server config. +keep_enchantment_screen_book = false +#Show a tooltip for the hovered book in a chiseled bookshelf. +#DISABLED: Vanilla behavior, no tooltip shows. +#CROUCHING: A tooltip only shows while the player is crouching. +#ENABLED: A tooltip always shows when a book is looked at. +#Allowed Values: DISABLED, CROUCHING, ENABLED +chiseled_bookshelf_tooltip = "ENABLED" +#Render inventory contents of an enchanting table. +#Allowed Values: NONE, FLAT, FLOATING +render_enchanting_table_contents = "FLOATING" +#Offset on x-axis for chiseled bookshelf book tooltips from original position. +#Range: > -2147483648 +offset_x = 0 +#Offset on y-axis for chiseled bookshelf book tooltips from original position. +#Range: > -2147483648 +offset_y = 0 + diff --git a/config/easymagic-server.toml b/config/easymagic-server.toml new file mode 100644 index 0000000..c9a9c24 --- /dev/null +++ b/config/easymagic-server.toml @@ -0,0 +1,30 @@ +#Amount of bookshelves required to perform enchantments at the highest level. +#Range: > 0 +max_enchanting_power = 15 +#Add a button in the enchanting screen to allow for re-rolling enchantments. +#This costs experience levels as well as lapis lazuli, or can be free when the costs are set to 0. +reroll_enchantments = true +#Blocks without a full collision shape (e.g. torches & carpet) do not block bookshelves placed behind from counting towards current enchanting power. +lenient_bookshelves = true +#Amount of catalyst item taken as a cost for re-rolling enchantments. Set to 0 to disable this kind of cost. +#The default re-roll catalyst is simply lapis lazuli as defined in 'easymagic:enchanting_catalysts'. +#Requires the re-rolling option to be enabled. +#Range: 0 ~ 64 +reroll_catalyst_cost = 1 +#Choose how many enchantments are shown on the enchanting tooltip, if any at all. +#Allowed Values: NONE, SINGLE, ALL +enchantment_hint = "SINGLE" +#Do chiseled bookshelves provide enchanting power to an enchanting table, one for every three contained books. +#NONE: Vanilla behavior, no power is provided. +#FACING: The bookshelf must face the enchanting table to provide any power. +#ALL: Chiseled bookshelves provide enchanting power regardless of where they are facing. +#Allowed Values: NONE, FACING, ALL +chiseled_bookshelf_enchanting_power = "FACING" +#Catalyst items for re-rolling are defined by the 'easymagic:reroll_catalysts' item tag instead of 'easymagic:enchanting_catalysts' (which includes just lapis lazuli by default). +#Unlocks an additional slot for providing those items in the enchanting table interface. +dedicated_reroll_catalyst = false +#Amount of experience points (not enchantment levels) taken as a cost for re-rolling enchantments. Set to 0 to disable this kind of cost. +#Requires the re-rolling option to be enabled. +#Range: > 0 +reroll_experience_points_cost = 5 + diff --git a/config/embeddium-fingerprint.json b/config/embeddium-fingerprint.json new file mode 100644 index 0000000..110af5d --- /dev/null +++ b/config/embeddium-fingerprint.json @@ -0,0 +1 @@ +{"v":1,"s":"8f1087bf54eb18e4040927213e5d423820d571cab0a0502dbba23c7c5bb84f88563cfd191dfaf37dd52abf648f9022251c85e39d121992a17b4c7d123600ecf2","u":"726210c2b7480866951344cccba78671531c999267a0fa24ed2255ef18f57f09451d1f334cbac8043931c5eeeea78a28aba892f174fcced1ce6c10730ee098d2","p":"3221061b9b4c81ea5691753e399bef4776203d2bf6a25bb141007c7e5492da6ab1ae8fc3bb075e0c8e06c1eaf758be9ff2dc5865718bb7e179d39f607e410f42","t":1712095798} \ No newline at end of file diff --git a/config/embeddium-mixins.properties b/config/embeddium-mixins.properties new file mode 100644 index 0000000..4e10829 --- /dev/null +++ b/config/embeddium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Embeddium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/embeddium-options.json b/config/embeddium-options.json new file mode 100644 index 0000000..4e47229 --- /dev/null +++ b/config/embeddium-options.json @@ -0,0 +1,29 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "disable_incompatible_mod_warnings": false, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 4, + "always_defer_chunk_updates_v2": true, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_compact_vertex_format": true, + "use_translucent_face_sorting": false, + "use_no_error_g_l_context": true + }, + "notifications": { + "force_disable_donation_prompts": false, + "has_cleared_donation_button": true, + "has_seen_donation_prompt": false + } +} \ No newline at end of file diff --git a/config/enchdesc.json b/config/enchdesc.json new file mode 100644 index 0000000..3ae5242 --- /dev/null +++ b/config/enchdesc.json @@ -0,0 +1,7 @@ +{ + "enableMod": true, + "onlyDisplayOnBooks": false, + "onlyDisplayInEnchantingTable": false, + "requireKeybindPress": false, + "indentSize": 0 +} \ No newline at end of file diff --git a/config/endermanoverhaul-client.jsonc b/config/endermanoverhaul-client.jsonc new file mode 100644 index 0000000..f59dda5 --- /dev/null +++ b/config/endermanoverhaul-client.jsonc @@ -0,0 +1,3 @@ +{ + "replaceDefaultEnderman": false +} \ No newline at end of file diff --git a/config/endermanoverhaul.jsonc b/config/endermanoverhaul.jsonc new file mode 100644 index 0000000..3269def --- /dev/null +++ b/config/endermanoverhaul.jsonc @@ -0,0 +1,29 @@ +{ + "allowPickingUpBlocks": true, + "friendlyEndermanTeleport": true, + "friendlyEndermanDespawn": true, + "allowSpawning": true, + "spawnBadlandsEnderman": true, + "spawnCaveEnderman": true, + "spawnCrimsonForestEnderman": true, + "spawnDarkOakEnderman": true, + "spawnDesertEnderman": true, + "spawnEndEnderman": true, + "spawnEndIslandsEnderman": true, + "spawnFlowerFieldsEnderman": true, + "spawnIceSpikesEnderman": true, + "spawnMushroomFieldsEnderman": true, + "spawnNetherWastesEnderman": true, + "spawnCoralEnderman": true, + "spawnSavannaEnderman": true, + "spawnSnowyEnderman": true, + "spawnSoulsandValleyEnderman": true, + "spawnSwampEnderman": true, + "spawnWarpedForestEnderman": true, + "spawnWindsweptHillsEnderman": true, + /* + * The chance that an End Enderman will teleport you when it hits you + * Type: Float + */ + "endEndermanTeleportChance": 0.5 +} \ No newline at end of file diff --git a/config/entity_model_features.json b/config/entity_model_features.json new file mode 100644 index 0000000..810dad3 --- /dev/null +++ b/config/entity_model_features.json @@ -0,0 +1,13 @@ +{ + "logModelCreationData": false, + "debugOnRightClick": false, + "renderModeChoice": "NORMAL", + "vanillaModelHologramRenderMode_2": "OFF", + "attemptRevertingEntityModelsAlteredByAnotherMod": true, + "modelExportMode": "NONE", + "attemptPhysicsModPatch_2": "CUSTOM", + "modelUpdateFrequency": "Average", + "allowEBEModConfigModify": true, + "animationLODDistance": 20, + "retainDetailOnLowFps": true +} \ No newline at end of file diff --git a/config/entity_texture_features.json b/config/entity_texture_features.json new file mode 100644 index 0000000..33a72b6 --- /dev/null +++ b/config/entity_texture_features.json @@ -0,0 +1,34 @@ +{ + "illegalPathSupportMode": "None", + "enableCustomTextures": true, + "enableCustomBlockEntities": true, + "textureUpdateFrequency_V2": "Fast", + "restrictBiome": true, + "restrictHeight": true, + "restrictBlock": true, + "restrictWeather": true, + "restrictDayTime": true, + "restrictMoonPhase": true, + "enableEmissiveTextures": true, + "enableEnchantedTextures": true, + "enableEmissiveBlockEntities": true, + "emissiveRenderMode": "DULL", + "alwaysCheckVanillaEmissiveSuffix": true, + "enableArmorAndTrims": true, + "skinFeaturesEnabled": true, + "skinFeaturesEnableTransparency": true, + "skinFeaturesEnableFullTransparency": false, + "tryETFTransparencyForAllSkins": false, + "enableEnemyTeamPlayersSkinFeatures": true, + "enableBlinking": true, + "blinkFrequency": 150, + "blinkLength": 1, + "advanced_IncreaseCacheSizeModifier": 1.0, + "debugLoggingMode": "None", + "logTextureDataInitialization": false, + "ignoredConfigs2": [], + "hideConfigButton": false, + "disableVanillaDirectoryVariantTextures": false, + "use3DSkinLayerPatch": true, + "enableFullBodyWardenTextures": true +} \ No newline at end of file diff --git a/config/entityculling.json b/config/entityculling.json new file mode 100644 index 0000000..f557378 --- /dev/null +++ b/config/entityculling.json @@ -0,0 +1,33 @@ +{ + "configVersion": 5, + "renderNametagsThroughWalls": true, + "blockEntityWhitelist": [ + "create:rope_pulley", + "botania:flame_ring", + "minecraft:beacon", + "create:hose_pulley", + "betterend:eternal_pedestal", + "botania:magic_missile", + "botania:falling_star" + ], + "entityWhitelist": [ + "botania:mana_burst" + ], + "tracingDistance": 128, + "debugMode": false, + "sleepDelay": 10, + "hitboxLimit": 50, + "skipMarkerArmorStands": true, + "tickCulling": true, + "tickCullingWhitelist": [ + "create:contraption", + "create:stationary_contraption", + "create:gantry_contraption", + "minecraft:boat", + "minecraft:firework_rocket", + "create:carriage_contraption" + ], + "disableF3": false, + "skipEntityCulling": false, + "skipBlockEntityCulling": false +} \ No newline at end of file diff --git a/config/exposure-client.toml b/config/exposure-client.toml new file mode 100644 index 0000000..b8aaaac --- /dev/null +++ b/config/exposure-client.toml @@ -0,0 +1,36 @@ + +[UI] + #Tooltips for Developing Film Rolls and Copying Photographs will be shown on Film Rolls and Photographs respectively, describing the crafting recipe. + #Only when JEI is not installed. (Only JEI shows these recipes, not REI or EMI) + RecipeTooltipsWithoutJei = true + #'Use while sneaking to open' message will be shown in Camera item tooltip. + CameraSneakOpenTooltip = true + #Photographer name will be shown in Photograph's tooltip. + PhotographPhotographerNameTooltip = false + #Crosshair will not get in the way when holding a photograph. + PhotographInHandHideCrosshair = true + #Album will show how many photographs they contain in a tooltip. + AlbumShowPhotosCount = true + #Signed Album item will have an enchantment glint. + SignedAlbumGlint = true + + [UI.Viewfinder] + #Mouse sensitivity modifier per 5 degrees of fov. Set to 0 to disable sensitivity changes. + #Range: 0.0 ~ 1.0 + ZoomSensitivityModifier = 0.048 + BackgroundColorHex = "FA1F1D1B" + FontMainColorHex = "FF2B2622" + FontSecondaryColorHex = "FF7A736C" + +[Capture] + #Delay in ticks before capturing an image when shooting with flash. + #If you experience flash synchronization issues (Flash having no effect on the image) - try increasing the value. + #Range: 1 ~ 6 + FlashCaptureDelayTicks = 3 + +[FileSaving] + #When the Photograph is viewed in UI, image will be saved to 'exposures' folder as a png. + SavePhotographs = true + #When saving, exposures will be organized into a folders corresponding to current world name. + WorldNameSubfolder = true + diff --git a/config/exposure-common.toml b/config/exposure-common.toml new file mode 100644 index 0000000..aaf7468 --- /dev/null +++ b/config/exposure-common.toml @@ -0,0 +1,40 @@ + +[Camera] + #Default focal range of the camera (without a lens attached). + #Allowed range: 10-300 + #Default: 18-55 + DefaultFocalRange = "18-55" + #Focal Range per lens. Item ID and min-max (or single number for primes) focal lengths. Separated by a comma. Allowed range: 10-300 + #Note: to attach the custom lens to the camera - it needs to be added to '#exposure:lenses' item tag. + #Default: ["minecraft:spyglass,55-200"] + LensFocalRanges = ["minecraft:spyglass,55-200"] + +[Lightroom] + #Time in ticks to print black and white photograph. + #Range: > 1 + BlackAndWhitePrintTime = 80 + #Time in ticks to print color photograph. + #Range: > 1 + ColorPrintTime = 200 + #Amount of experience awarded per printed Photograph. Set to 0 to disable. + #Range: 0 ~ 32767 + ExperiencePerPrint = 4 + +[Photographs] + #How many photographs can be stacked in Stacked Photographs item. Default: 16. + #Larger numbers may cause errors. Use at your own risk. + #Range: 2 ~ 64 + StackedPhotographsMaxSize = 16 + +[Integration] + + [Integration.Create] + + [Integration.Create.SequencedSpoutFilmDeveloping] + #Film can be developed with create Spout Filling. Default: true + Enabled = true + #Fluid spouting sequence required to develop color film. + ColorFilmSequence = ["{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:awkward\"}}", "{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:thick\"}}", "{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:mundane\"}}"] + #Fluid spouting sequence required to develop black and white film. + BlackAndWhiteFilmSequence = ["{FluidName:\"minecraft:water\",Amount:250}"] + diff --git a/config/fallingleaves-client.toml b/config/fallingleaves-client.toml new file mode 100644 index 0000000..792e881 --- /dev/null +++ b/config/fallingleaves-client.toml @@ -0,0 +1,25 @@ +#modifies the size of the leaves +#Range: 1 ~ 20 +leafSize = 4 +#modifies how long it takes for the leaves to disappear +#Values over 2000 are not recommend +#Range: > 100 +leafLifespan = 200 +#modifies the amount of leaves that are spawning +#Values over 10000 are not recommend +#Range: > 0 +leafSpawnRate = 10 +#modifier the amount of leaves are spawning from conifer trees +#Values over 10000 are not recommend +#Range: > 0 +coniferLeafSpawnRate = 2 +#whether player placed blocks should also drop leaves +dropFromPlayerPlacedBlocks = true +#how much room below the leaves block is needed for the leaves to spawn +#Range: 1 ~ 20 +minimumFreeSpaceBelow = 1 +#disable wind effects +disableWind = false +#windless dimensions +windlessDimension = ["minecraft:the_nether", "minecraft:the_end"] + diff --git a/config/fancymenu/assets/icon-16-maskable.png b/config/fancymenu/assets/icon-16-maskable.png new file mode 100644 index 0000000..e32eccc Binary files /dev/null and b/config/fancymenu/assets/icon-16-maskable.png differ diff --git a/config/fancymenu/assets/icon-192-maskable.png b/config/fancymenu/assets/icon-192-maskable.png new file mode 100644 index 0000000..385d7c6 Binary files /dev/null and b/config/fancymenu/assets/icon-192-maskable.png differ diff --git a/config/fancymenu/assets/icon-192.png b/config/fancymenu/assets/icon-192.png new file mode 100644 index 0000000..9214ceb Binary files /dev/null and b/config/fancymenu/assets/icon-192.png differ diff --git a/config/fancymenu/assets/icon-32-maskable.png b/config/fancymenu/assets/icon-32-maskable.png new file mode 100644 index 0000000..2cd3594 Binary files /dev/null and b/config/fancymenu/assets/icon-32-maskable.png differ diff --git a/config/fancymenu/assets/icon-512-maskable.icns b/config/fancymenu/assets/icon-512-maskable.icns new file mode 100644 index 0000000..e6e9514 Binary files /dev/null and b/config/fancymenu/assets/icon-512-maskable.icns differ diff --git a/config/fancymenu/assets/icon-512-maskable.png b/config/fancymenu/assets/icon-512-maskable.png new file mode 100644 index 0000000..e27724a Binary files /dev/null and b/config/fancymenu/assets/icon-512-maskable.png differ diff --git a/config/fancymenu/assets/icon-512.png b/config/fancymenu/assets/icon-512.png new file mode 100644 index 0000000..750c34f Binary files /dev/null and b/config/fancymenu/assets/icon-512.png differ diff --git a/config/fancymenu/assets/logo.png b/config/fancymenu/assets/logo.png new file mode 100644 index 0000000..7b88d5d Binary files /dev/null and b/config/fancymenu/assets/logo.png differ diff --git a/config/fancymenu/assets/logo_alt.png b/config/fancymenu/assets/logo_alt.png new file mode 100644 index 0000000..66dc68c Binary files /dev/null and b/config/fancymenu/assets/logo_alt.png differ diff --git a/config/fancymenu/assets/minecraft_title.png b/config/fancymenu/assets/minecraft_title.png new file mode 100644 index 0000000..d753665 Binary files /dev/null and b/config/fancymenu/assets/minecraft_title.png differ diff --git a/config/fancymenu/custom_gui_screens.txt b/config/fancymenu/custom_gui_screens.txt new file mode 100644 index 0000000..57f690f --- /dev/null +++ b/config/fancymenu/custom_gui_screens.txt @@ -0,0 +1,5 @@ +type = custom_gui_screens + +overridden_screens { +} + diff --git a/config/fancymenu/customizablemenus.txt b/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..1ac08e4 --- /dev/null +++ b/config/fancymenu/customizablemenus.txt @@ -0,0 +1,14 @@ +type = customizablemenus + +net.minecraft.client.gui.screens.TitleScreen { +} + +net.minecraft.client.gui.screens.OptionsScreen { +} + +net.minecraft.client.gui.screens.PauseScreen { +} + +de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen { +} + diff --git a/config/fancymenu/customization/connect_screen_layout.txt b/config/fancymenu/customization/connect_screen_layout.txt new file mode 100644 index 0000000..3aa52f8 --- /dev/null +++ b/config/fancymenu/customization/connect_screen_layout.txt @@ -0,0 +1,97 @@ +type = fancymenu_layout + +layout-meta { + identifier = connect_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1710705259837 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:445eaabf-3a84-4157-b234-0d81a3e18c6f-1710705241286] = [groups:][instances:] +} + +menu_background { + panorama_name = bg + background_type = panorama +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +vanilla_button { + button_element_executable_block_identifier = 64ffdcec-3d72-4049-8edf-db15009a1046-1710705241287 + [executable_block:64ffdcec-3d72-4049-8edf-db15009a1046-1710705241287][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 400382 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 113 + y = 192 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 87456eaf-b622-4ed0-b007-ab76e721aa18-1710705241287 + [loading_requirement_container_meta:87456eaf-b622-4ed0-b007-ab76e721aa18-1710705241287] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 93183205-1a17-4ecf-9c1f-f8a867b1e020-1710705241287 + [executable_block:93183205-1a17-4ecf-9c1f-f8a867b1e020-1710705241287][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = status + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 113 + y = 70 + width = 200 + height = 9 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 66c551d7-9edd-4a97-befd-ab60a487787b-1710705241287 + [loading_requirement_container_meta:66c551d7-9edd-4a97-befd-ab60a487787b-1710705241287] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/config/fancymenu/customization/drippy_loading_overlay_layout.txt b/config/fancymenu/customization/drippy_loading_overlay_layout.txt new file mode 100644 index 0000000..b0fd38e --- /dev/null +++ b/config/fancymenu/customization/drippy_loading_overlay_layout.txt @@ -0,0 +1,97 @@ +type = fancymenu_layout + +layout-meta { + identifier = drippy_loading_overlay + render_custom_elements_behind_vanilla = false + last_edited_time = 1712097420838 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:3ce32b8c-5f6d-45bc-ae7a-b8983674896c-1712097368835] = [groups:][instances:] +} + +menu_background { + color = #2d2d2d + background_type = drippy_color_background +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +vanilla_button { + button_element_executable_block_identifier = eec2c4fb-66da-4807-be3c-f78c6d619d38-1712097364044 + [executable_block:eec2c4fb-66da-4807-be3c-f78c6d619d38-1712097364044][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = progress_bar + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 152 + y = 275 + width = 336 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 3d559e12-7bc8-4eac-a3d4-cf7a6b4ea984-1712097364044 + [loading_requirement_container_meta:3d559e12-7bc8-4eac-a3d4-cf7a6b4ea984-1712097364044] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 0ce48c3f-1fb6-477f-b09c-c0b630860c9b-1712097364044 + [executable_block:0ce48c3f-1fb6-477f-b09c-c0b630860c9b-1712097364044][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mojang_logo + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 152 + y = 126 + width = 336 + height = 84 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 99ca037f-9af5-4616-96f9-296542712f3d-1712097364044 + [loading_requirement_container_meta:99ca037f-9af5-4616-96f9-296542712f3d-1712097364044] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/config/fancymenu/customization/options_screen_layout.txt b/config/fancymenu/customization/options_screen_layout.txt new file mode 100644 index 0000000..aa1b348 --- /dev/null +++ b/config/fancymenu/customization/options_screen_layout.txt @@ -0,0 +1,605 @@ +type = fancymenu_layout + +layout-meta { + identifier = options_screen + render_custom_elements_behind_vanilla = true + last_edited_time = 1712099204263 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:ff7c0d29-be18-4e9a-9595-52bc5de1e869-1712099187979] = [groups:][instances:] +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +vanilla_button { + button_element_executable_block_identifier = 8428c09c-efd8-4876-ba64-8f882e84b83e-1710700469021 + [executable_block:8428c09c-efd8-4876-ba64-8f882e84b83e-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 505256 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -75 + y = -32 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 6980bff0-b7c6-457d-87cf-c4ef6f982bed-1710700469021 + [loading_requirement_container_meta:6980bff0-b7c6-457d-87cf-c4ef6f982bed-1710700469021] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 7bd87b76-eea2-4fa3-90a6-7ddf9db45ba5-1711777781267 + [executable_block:7bd87b76-eea2-4fa3-90a6-7ddf9db45ba5-1711777781267][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 3202081 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 140 + y = 98 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = f252a054-cb12-4940-b05c-480ba0f0a6a6-1711777781267 + [loading_requirement_container_meta:f252a054-cb12-4940-b05c-480ba0f0a6a6-1711777781267] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = c46a6a6a-39c7-417b-a0df-3061dd856581-1711777781267 + [executable_block:c46a6a6a-39c7-417b-a0df-3061dd856581-1711777781267][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 320208 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 140 + y = 98 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a6089583-f29e-44e4-89ea-b8bc0c782e04-1711777781267 + [loading_requirement_container_meta:a6089583-f29e-44e4-89ea-b8bc0c782e04-1711777781267] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 40cfd5cd-48d7-43c6-8a5e-7897430e48c0-1710700469021 + [executable_block:40cfd5cd-48d7-43c6-8a5e-7897430e48c0-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 425334 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 245 + y = 224 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 26af956b-9a65-4dfd-9271-9edbd6366b96-1710700469021 + [loading_requirement_container_meta:26af956b-9a65-4dfd-9271-9edbd6366b96-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 1c9296a5-0ab6-4c06-8bc1-f77aba15c0ac-1710700469021 + [executable_block:1c9296a5-0ab6-4c06-8bc1-f77aba15c0ac-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 505280 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 5 + y = -27 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 24e9f265-11ae-40fe-9b61-be0544b1e596-1710700469021 + [loading_requirement_container_meta:24e9f265-11ae-40fe-9b61-be0544b1e596-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = fb2af078-567c-4377-ad6f-0aa3e5c1436a-1710700469021 + [executable_block:fb2af078-567c-4377-ad6f-0aa3e5c1436a-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 345256 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 5 + y = -50 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = be4fe916-0cb1-4666-8374-cf75d30df563-1710700469021 + [loading_requirement_container_meta:be4fe916-0cb1-4666-8374-cf75d30df563-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = c992e62b-b290-4838-acdd-af9fa4bd0ea3-1710700469021 + [executable_block:c992e62b-b290-4838-acdd-af9fa4bd0ea3-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 505178 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -155 + y = -27 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = aee412c9-b2c7-44ee-a778-4212b03f7ada-1710700469021 + [loading_requirement_container_meta:aee412c9-b2c7-44ee-a778-4212b03f7ada-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 2b43f034-05f8-4ef7-9d55-7787d5fd94a7-1710700469021 + [executable_block:2b43f034-05f8-4ef7-9d55-7787d5fd94a7-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 505154 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 325 + y = 44 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b7ef6a41-2e4e-4c03-a363-a1c2925610bb-1710700469021 + [loading_requirement_container_meta:b7ef6a41-2e4e-4c03-a363-a1c2925610bb-1710700469021] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = badf9c78-dbb2-44f6-8ef8-f9be09190773-1710700469020 + [executable_block:badf9c78-dbb2-44f6-8ef8-f9be09190773-1710700469020][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 345154 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -75 + y = -108 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = f995aa23-9bd1-46a6-87f1-cf46dc0a6ca9-1710700469020 + [loading_requirement_container_meta:f995aa23-9bd1-46a6-87f1-cf46dc0a6ca9-1710700469020] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 30924ef0-6f5b-43a5-b079-b70d0985b138-1710700469021 + [executable_block:30924ef0-6f5b-43a5-b079-b70d0985b138-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 505208 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 5 + y = -73 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a91f05f4-4a3d-446f-bf89-efb945599da4-1710700469021 + [loading_requirement_container_meta:a91f05f4-4a3d-446f-bf89-efb945599da4-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 15fcb76d-ec36-46ef-85db-0cfe6ee82596-1711777781267 + [executable_block:15fcb76d-ec36-46ef-85db-0cfe6ee82596-1711777781267][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 658154 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 478 + y = 44 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a0913f37-65b5-4ae5-8db8-0783ea3bc20f-1711777781267 + [loading_requirement_container_meta:a0913f37-65b5-4ae5-8db8-0783ea3bc20f-1711777781267] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 0fb2c3e6-0517-40b0-a66f-60c6b5c98f63-1710700469021 + [executable_block:0fb2c3e6-0517-40b0-a66f-60c6b5c98f63-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 345232 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -155 + y = -73 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b6b7bd30-4464-44c6-9726-798aafcfc716-1710700469021 + [loading_requirement_container_meta:b6b7bd30-4464-44c6-9726-798aafcfc716-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 905c180c-b67d-4480-8856-9418929fcc46-1710700469021 + [executable_block:905c180c-b67d-4480-8856-9418929fcc46-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = VR + navigatable = true + element_type = vanilla_button + instance_identifier = 345178 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 82 + y = -108 + width = 73 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 18f8535f-e774-4e88-964d-0c7d00370b2c-1710700469021 + [loading_requirement_container_meta:18f8535f-e774-4e88-964d-0c7d00370b2c-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 4d7f10a3-7a98-4357-b6a7-537a039d8267-1710700469021 + [executable_block:4d7f10a3-7a98-4357-b6a7-537a039d8267-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 345280 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 165 + y = 170 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = da25e006-c905-4ef9-97b8-f228f52cc36a-1710700469021 + [loading_requirement_container_meta:da25e006-c905-4ef9-97b8-f228f52cc36a-1710700469021] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = f46beb92-58f0-40cb-bb57-c45b47716c3c-1710700469021 + [executable_block:f46beb92-58f0-40cb-bb57-c45b47716c3c-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 505232 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -155 + y = -50 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 0df32bd8-9b63-4813-9203-25dd27612bfe-1710700469021 + [loading_requirement_container_meta:0df32bd8-9b63-4813-9203-25dd27612bfe-1710700469021] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = eddec502-f2f4-46b5-acf5-758995dd33b8-1710700469021 + [executable_block:eddec502-f2f4-46b5-acf5-758995dd33b8-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 505304 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 325 + y = 194 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 3e3d7c79-62f2-401d-9aef-f92f9aa882b8-1710700469021 + [loading_requirement_container_meta:3e3d7c79-62f2-401d-9aef-f92f9aa882b8-1710700469021] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 13edf416-de80-4cab-9c83-ac40d1a0b4c6-1710700469021 + [executable_block:13edf416-de80-4cab-9c83-ac40d1a0b4c6-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 345304 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 165 + y = 194 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 4a3e16e2-44d4-4311-977d-6dd8beb3841e-1710700469021 + [loading_requirement_container_meta:4a3e16e2-44d4-4311-977d-6dd8beb3841e-1710700469021] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 4373d77c-ae7b-4bb6-929d-548a513468a0-1710700469021 + [executable_block:4373d77c-ae7b-4bb6-929d-548a513468a0-1710700469021][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 345208 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 165 + y = 98 + width = 150 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = ff1f8cf2-5a65-4451-91dc-b1153c2a1398-1710700469021 + [loading_requirement_container_meta:ff1f8cf2-5a65-4451-91dc-b1153c2a1398-1710700469021] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/config/fancymenu/customization/pause_screen_layout.txt b/config/fancymenu/customization/pause_screen_layout.txt new file mode 100644 index 0000000..27bd5ae --- /dev/null +++ b/config/fancymenu/customization/pause_screen_layout.txt @@ -0,0 +1,412 @@ +type = fancymenu_layout + +layout-meta { + identifier = pause_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1712096720362 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:b0702b92-4266-4da3-a32c-5ddab048d44c-1712096680082] = [groups:][instances:] +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +vanilla_button { + button_element_executable_block_identifier = ac26bf54-3111-443f-9693-1e388ec18df1-1712077040598 + [executable_block:ac26bf54-3111-443f-9693-1e388ec18df1-1712077040598][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 606252 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 109 + y = -57 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b446a95e-aa1d-41e6-967b-04e2bfa5a0a5-1712077040598 + [loading_requirement_container_meta:b446a95e-aa1d-41e6-967b-04e2bfa5a0a5-1712077040598] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 13777963-5471-47f8-b6e6-903b8d6bc0d0-1710702500665 + [executable_block:13777963-5471-47f8-b6e6-903b8d6bc0d0-1710702500665][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_pausescreen_return_to_game_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -102 + y = -82 + width = 205 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 676cd9b2-6e60-4ec0-940d-a5b3abed9eaa-1710702500665 + [loading_requirement_container_meta:676cd9b2-6e60-4ec0-940d-a5b3abed9eaa-1710702500665] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 55fabac8-7746-4fbd-9e03-38f269d7a862-1712077040598 + [executable_block:55fabac8-7746-4fbd-9e03-38f269d7a862-1712077040598][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 398348 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 218 + y = 182 + width = 204 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b7dedf7e-dfeb-4926-b3d5-e0d582bfe7e2-1712077040598 + [loading_requirement_container_meta:b7dedf7e-dfeb-4926-b3d5-e0d582bfe7e2-1712077040598] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 24218762-19f2-4c28-82b7-c80b787323d2-1710702500665 + [executable_block:24218762-19f2-4c28-82b7-c80b787323d2-1710702500665][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_pausescreen_advancements_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -102 + y = -15 + width = 205 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 71a36d58-7e6a-4dc1-986b-e71f5a35a707-1710702500665 + [loading_requirement_container_meta:71a36d58-7e6a-4dc1-986b-e71f5a35a707-1710702500665] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = cb92521f-28c5-45e2-b01a-13e5324e967e-1710702500665 + [executable_block:cb92521f-28c5-45e2-b01a-13e5324e967e-1710702500665][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_pausescreen_stats_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 4 + y = -41 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = edc2add1-fabe-4a25-975e-ad4230103fb0-1710702500665 + [loading_requirement_container_meta:edc2add1-fabe-4a25-975e-ad4230103fb0-1710702500665] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 0b817b14-5b20-4493-ac3a-21463aa4adaa-1712077040598 + [executable_block:0b817b14-5b20-4493-ac3a-21463aa4adaa-1712077040598][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 374300 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 109 + y = -82 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 512f3d46-b2aa-4819-81a5-268e885d2535-1712077040598 + [loading_requirement_container_meta:512f3d46-b2aa-4819-81a5-268e885d2535-1712077040598] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 96add86d-89af-4c6c-9d34-30ebd2753a35-1710702500665 + [executable_block:96add86d-89af-4c6c-9d34-30ebd2753a35-1710702500665][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_pausescreen_disconnect_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -102 + y = 42 + width = 205 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 744346c3-76d7-4247-a5bf-5dc35dd10efa-1710702500665 + [loading_requirement_container_meta:744346c3-76d7-4247-a5bf-5dc35dd10efa-1710702500665] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 1b8eacd7-67be-444e-8468-3ec40fca0754-1710702500665 + [executable_block:1b8eacd7-67be-444e-8468-3ec40fca0754-1710702500665][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_pausescreen_feedback_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 218 + y = 134 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 57765fdd-927c-4a08-bb4f-cafa9ea5c1ec-1710702500665 + [loading_requirement_container_meta:57765fdd-927c-4a08-bb4f-cafa9ea5c1ec-1710702500665] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 0695da9f-6c19-4eaa-8c7d-d0a19b18e09a-1712077040598 + [executable_block:0695da9f-6c19-4eaa-8c7d-d0a19b18e09a-1712077040598][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 504324 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 324 + y = 158 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 18748973-b0d9-47d6-b791-36797fc2b351-1712077040598 + [loading_requirement_container_meta:18748973-b0d9-47d6-b791-36797fc2b351-1712077040598] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 2204b4f5-a275-45b7-9507-39c10a089c31-1710702500665 + [executable_block:2204b4f5-a275-45b7-9507-39c10a089c31-1710702500665][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_pausescreen_options_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -102 + y = 15 + width = 205 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 2d163922-3253-4779-9c8d-817481d98564-1710702500665 + [loading_requirement_container_meta:2d163922-3253-4779-9c8d-817481d98564-1710702500665] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 5e8098e5-f238-42e0-90e2-ec48e1d62f8e-1710702500665 + [executable_block:5e8098e5-f238-42e0-90e2-ec48e1d62f8e-1710702500665][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 40 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = top-centered + x = -295 + y = 47 + width = 640 + height = 9 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 9051421e-3de3-4203-b8ce-84a9a92fefcf-1710702500665 + [loading_requirement_container_meta:9051421e-3de3-4203-b8ce-84a9a92fefcf-1710702500665] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 6b0af9bc-a84c-47f0-a11c-bbd301035e2a-1711779901729 + [executable_block:6b0af9bc-a84c-47f0-a11c-bbd301035e2a-1711779901729][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_pausescreen_report_bugs_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 324 + y = 134 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 39b5c1c9-9408-4806-b6b4-f7c0225215ce-1711779901729 + [loading_requirement_container_meta:39b5c1c9-9408-4806-b6b4-f7c0225215ce-1711779901729] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/config/fancymenu/customization/title_screen_layout.txt b/config/fancymenu/customization/title_screen_layout.txt new file mode 100644 index 0000000..779068d --- /dev/null +++ b/config/fancymenu/customization/title_screen_layout.txt @@ -0,0 +1,618 @@ +type = fancymenu_layout + +layout-meta { + identifier = title_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1712096406277 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:7c9d8123-67e7-46b3-a411-5747cbd06079-1712096346241] = [groups:][instances:] +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +element { + source = [source:local]/config/fancymenu/assets/logo.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + element_type = image + instance_identifier = 703d72dc-7bb7-4ed4-8e9b-caab65bdd43e-1710697894541 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = top-centered + x = -113 + y = 27 + width = 227 + height = 73 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 79be7046-2f6a-4ece-b365-1e5637cd6827-1710697894541 + [loading_requirement_container_meta:79be7046-2f6a-4ece-b365-1e5637cd6827-1710697894541] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = ded0b48e-3b92-43e9-aa2a-ae845913ca24-1710701121075 + [executable_action_instance:4bdec3fc-2303-4d26-9e56-c8f77368dd8f-1710701172258][action_type:joinserver] = hispanofurs.comty.app + [executable_block:ded0b48e-3b92-43e9-aa2a-ae845913ca24-1710701121075][type:generic] = [executables:4bdec3fc-2303-4d26-9e56-c8f77368dd8f-1710701172258;] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = Conectar + navigatable = true + element_type = custom_button + instance_identifier = 497dc6b6-1e7a-4341-aaaf-7040b7f988f3-1710701121075 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -100 + y = 0 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 33a70093-2a14-4ec5-8335-dfb32d619050-1710701121075 + [loading_requirement_container_meta:33a70093-2a14-4ec5-8335-dfb32d619050-1710701121075] = [groups:][instances:] +} + +vanilla_button { + button_element_executable_block_identifier = c921024a-6f3d-4b56-bb18-1cc4564fcd13-1711777590570 + [executable_block:c921024a-6f3d-4b56-bb18-1cc4564fcd13-1711777590570][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 604322 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 111 + y = 0 + width = 56 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b11c54ac-5480-4581-abd4-cbb6a92e3dd7-1711777590570 + [loading_requirement_container_meta:b11c54ac-5480-4581-abd4-cbb6a92e3dd7-1711777590570] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 73785120-2184-4ec3-bfae-24c749c51185-1710697708418 + [executable_block:73785120-2184-4ec3-bfae-24c749c51185-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_singleplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 220 + y = 132 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a7433a5e-97a7-44dc-be50-abd7a83e924f-1710697708418 + [loading_requirement_container_meta:a7433a5e-97a7-44dc-be50-abd7a83e924f-1710697708418] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = d4c7d857-c3cb-4dd3-9341-634d3d51843d-1710697708418 + [executable_block:d4c7d857-c3cb-4dd3-9341-634d3d51843d-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_options_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -100 + y = 23 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 71cae710-8ed9-47cd-8d62-fa8a6476c70e-1710697708418 + [loading_requirement_container_meta:71cae710-8ed9-47cd-8d62-fa8a6476c70e-1710697708418] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 3e8e3f24-6142-44df-a359-d0f3571918a2-1711777590570 + [executable_block:3e8e3f24-6142-44df-a359-d0f3571918a2-1711777590570][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = forge_titlescreen_mods_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 220 + y = 180 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 736f5ff7-61fd-49d1-9447-7014075b527c-1711777590570 + [loading_requirement_container_meta:736f5ff7-61fd-49d1-9447-7014075b527c-1711777590570] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 8d674f1c-b1f4-481e-998a-3df9d91b7174-1710697708418 + [executable_block:8d674f1c-b1f4-481e-998a-3df9d91b7174-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_accessibility_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 134 + y = 22 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = f9fa2462-82b2-49a9-bc9f-8a76eb686dfc-1710697708418 + [loading_requirement_container_meta:f9fa2462-82b2-49a9-bc9f-8a76eb686dfc-1710697708418] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = eed9aa07-e164-4606-a962-19d84aa1b6d8-1710697708418 + [executable_block:eed9aa07-e164-4606-a962-19d84aa1b6d8-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_quit_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 2 + y = 23 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 8f426f20-6f0f-4a47-8c24-9acfbbc540db-1710697708418 + [loading_requirement_container_meta:8f426f20-6f0f-4a47-8c24-9acfbbc540db-1710697708418] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = ba18ff2b-876b-4248-958c-5f3d057864ec-1711777590570 + [executable_block:ba18ff2b-876b-4248-958c-5f3d057864ec-1711777590570][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 628382 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = 111 + y = 22 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 2c95a12c-a7d7-4ce8-97f3-d1432d3f839a-1711777590570 + [loading_requirement_container_meta:2c95a12c-a7d7-4ce8-97f3-d1432d3f839a-1711777590570] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = cf55732a-f429-4145-800c-e8a0d5dd8e9f-1710697708418 + [executable_block:cf55732a-f429-4145-800c-e8a0d5dd8e9f-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 604346 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 424 + y = 180 + width = 56 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 67f69845-b97a-4b3f-9391-bdcc4b5ac06b-1710697708418 + [loading_requirement_container_meta:67f69845-b97a-4b3f-9391-bdcc4b5ac06b-1710697708418] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = f30e9a04-452d-4872-af42-bd2d3ec17894-1710697708418 + [executable_block:f30e9a04-452d-4872-af42-bd2d3ec17894-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_copyright_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 442 + y = 327 + width = 196 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 35602c0b-cb06-40e1-9c85-d1364f3c73fe-1710697708418 + [loading_requirement_container_meta:35602c0b-cb06-40e1-9c85-d1364f3c73fe-1710697708418] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 7c56fc87-a50e-4010-ab8c-91cb7049833c-1710697708418 + [executable_block:7c56fc87-a50e-4010-ab8c-91cb7049833c-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_realms_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 322 + y = 180 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = debf17f8-bbd5-43e2-98ae-4b91de45169e-1710697708418 + [loading_requirement_container_meta:debf17f8-bbd5-43e2-98ae-4b91de45169e-1710697708418] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 5712b2d3-82d0-4e3c-acf9-a699678c3f02-1710697708418 + [executable_block:5712b2d3-82d0-4e3c-acf9-a699678c3f02-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = S + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_multiplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -126 + y = 2 + width = 15 + height = 15 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = c8988679-efa8-4473-863b-aed68c1f5fd1-1710697708418 + [loading_requirement_container_meta:c8988679-efa8-4473-863b-aed68c1f5fd1-1710697708418] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 9a74956c-2b1b-4bcc-916a-563bdffb066a-1710697708418 + [executable_block:9a74956c-2b1b-4bcc-916a-563bdffb066a-1710697708418][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = mc_titlescreen_language_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 196 + y = 216 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 9e481f32-3637-4e6a-b08e-ed82d922c804-1710697708418 + [loading_requirement_container_meta:9e481f32-3637-4e6a-b08e-ed82d922c804-1710697708418] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = aac23f7a-1bbd-4c69-9fcb-4905985c9c92-1711777590570 + [executable_block:aac23f7a-1bbd-4c69-9fcb-4905985c9c92-1711777590570][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + element_type = vanilla_button + instance_identifier = 376322 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = mid-centered + x = -128 + y = 23 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = c7d7e59e-b92d-497d-a1a1-777fc914d23c-1711777590570 + [loading_requirement_container_meta:c7d7e59e-b92d-497d-a1a1-777fc914d23c-1711777590570] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +deep_element { + element_type = title_screen_logo + instance_identifier = deep:title_screen_logo + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 183 + y = 30 + width = 274 + height = 52 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 389a4c15-6805-4355-a1d4-8dfdd9ca753b-1710697708418 + [loading_requirement_container_meta:389a4c15-6805-4355-a1d4-8dfdd9ca753b-1710697708418] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_branding + instance_identifier = deep:title_screen_branding + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 2 + y = 326 + width = 175 + height = 9 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 96c4f425-1f17-4d7c-8fb6-efbfbf5b5e74-1710697708418 + [loading_requirement_container_meta:96c4f425-1f17-4d7c-8fb6-efbfbf5b5e74-1710697708418] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_splash + instance_identifier = deep:title_screen_splash + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 0 + y = 0 + width = 100 + height = 30 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = bf3b16fd-4f4c-4d51-ad1f-76553761f655-1710697708418 + [loading_requirement_container_meta:bf3b16fd-4f4c-4d51-ad1f-76553761f655-1710697708418] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_realms_notification + instance_identifier = deep:title_screen_realms_notification + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 402 + y = 184 + width = 60 + height = 13 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 8c60dcb8-a054-4a0a-841e-b092663fa5d4-1710697708418 + [loading_requirement_container_meta:8c60dcb8-a054-4a0a-841e-b092663fa5d4-1710697708418] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_forge_copyright + instance_identifier = deep:title_screen_forge_copyright + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 411 + y = 340 + width = 228 + height = 9 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 8a7e061c-ff94-4bb9-9870-efb0b307aba6-1711777590570 + [loading_requirement_container_meta:8a7e061c-ff94-4bb9-9870-efb0b307aba6-1711777590570] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_forge_top + instance_identifier = deep:title_screen_forge_top + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in = false + fade_in_speed = 1.0 + anchor_point = vanilla + x = 186 + y = 4 + width = 268 + height = 19 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 2088fa74-0d00-4b70-af95-d2d0833143fb-1711777590570 + [loading_requirement_container_meta:2088fa74-0d00-4b70-af95-d2d0833143fb-1711777590570] = [groups:][instances:] + is_hidden = false +} + diff --git a/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget new file mode 100644 index 0000000..ef5528b --- /dev/null +++ b/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget @@ -0,0 +1,12 @@ +type = layout_editor_widget_settings + +settings { + offset_x = -844.0 + offset_y = 0.0 + inner_width = 200.0 + inner_height = 300.0 + snapping_side = top-right + expanded = true + visible = false +} + diff --git a/config/fancymenu/legacy_checklist.txt b/config/fancymenu/legacy_checklist.txt new file mode 100644 index 0000000..fd6fe0e --- /dev/null +++ b/config/fancymenu/legacy_checklist.txt @@ -0,0 +1,3 @@ +##[legacy] + +B:custom_guis_ported = 'true'; \ No newline at end of file diff --git a/config/fancymenu/options.txt b/config/fancymenu/options.txt new file mode 100644 index 0000000..95a5d9b --- /dev/null +++ b/config/fancymenu/options.txt @@ -0,0 +1,74 @@ +##[general] + +I:default_gui_scale = '-1'; +B:play_vanilla_menu_music = 'false'; +B:force_fullscreen = 'false'; + + +##[customization] + +B:show_customization_overlay = 'false'; +B:advanced_customization_mode = 'false'; + + +##[loading] + +B:preload_animations = 'true'; +S:preload_resources = ''; +S:custom_game_intro_skip_text = ''; +B:allow_game_intro_skip = 'true'; +S:game_intro_animation_name = ''; +B:game_intro_fade_out = 'true'; + + +##[window] + +B:show_custom_window_icon = 'true'; +S:custom_window_icon_macos = '/config/fancymenu/assets/icon-512-maskable.icns'; +S:custom_window_icon_32 = '/config/fancymenu/assets/icon-32-maskable.png'; +S:custom_window_title = 'Hispano Furs MC'; +S:custom_window_icon_16 = '/config/fancymenu/assets/icon-16-maskable.png'; + + +##[multiplayer_screen] + +B:show_multiplayer_screen_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_singleplayer_screen_world_icons = 'true'; + + +##[layout_editor] + +B:anchor_overlay_change_anchor_on_area_hover = 'true'; +B:show_layout_editor_grid = 'true'; +B:anchor_overlay_change_anchor_on_element_hover = 'true'; +S:anchor_overlay_visibility_mode = 'dragging'; +B:anchor_overlay_show_all_connection_lines = 'false'; +S:anchor_overlay_color_base_override = ''; +I:layout_editor_grid_size = '10'; +B:invert_anchor_overlay_color = 'false'; +S:anchor_overlay_color_border_override = ''; +F:anchor_overlay_opacity_normal = '0.5'; +F:anchor_overlay_opacity_busy = '0.7'; +D:anchor_overlay_hover_charging_time_seconds = '2.0'; + + +##[ui] + +I:context_menu_hover_open_speed = '1'; +S:ui_theme = 'dark'; +F:ui_scale = '4.0'; +B:play_ui_click_sounds = 'true'; +B:enable_ui_text_shadow = 'false'; + + +##[debug_overlay] + +B:debug_overlay_show_basic_screen_category = 'true'; +B:debug_overlay_show_system_category = 'true'; +B:debug_overlay_show_advanced_screen_category = 'true'; +B:show_debug_overlay = 'false'; +B:debug_overlay_show_resources_category = 'true'; \ No newline at end of file diff --git a/config/fancymenu/ui_themes/dark.json b/config/fancymenu/ui_themes/dark.json new file mode 100644 index 0000000..46018ba --- /dev/null +++ b/config/fancymenu/ui_themes/dark.json @@ -0,0 +1,181 @@ +{ + "identifier": "dark", + "display_name": "fancymenu.ui.themes.dark", + "menu_bar_bottom_line_color": { + "hex": "#5D6164FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#DA3C1EFF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#3C3F41FF" + }, + "screen_background_color_darker": { + "hex": "#262626FF" + }, + "element_border_color_normal": { + "hex": "#5D6164FF" + }, + "element_border_color_hover": { + "hex": "#5D6164FF" + }, + "element_background_color_normal": { + "hex": "#474747FF" + }, + "element_background_color_hover": { + "hex": "#539CD4FF" + }, + "slider_handle_color_normal": { + "hex": "#4784B4FF" + }, + "slider_handle_color_hover": { + "hex": "#539CD4FF" + }, + "area_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_border_color_normal": { + "hex": "#D1C2D1FF" + }, + "edit_box_border_color_focused": { + "hex": "#E3D3E3FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#323232FF" + }, + "text_editor_sidebar_color": { + "hex": "#313335FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#5B5C5EFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#899396FF" + }, + "listing_dot_color_1": { + "hex": "#3E86A0FF" + }, + "listing_dot_color_2": { + "hex": "#AD6C79FF" + }, + "listing_dot_color_3": { + "hex": "#AA823FFF" + }, + "suggestions_background_color": { + "hex": "#474747FF" + }, + "suggestions_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "suggestions_text_color_selected": { + "hex": "#64A5ECFF" + }, + "ui_texture_color": { + "hex": "#FFFFFFFF" + }, + "generic_text_base_color": { + "hex": "#FFFFFFFF" + }, + "element_label_color_normal": { + "hex": "#CEDDEDFF" + }, + "element_label_color_inactive": { + "hex": "#717577FF" + }, + "edit_box_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#717577FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#808080FF" + }, + "description_area_text_color": { + "hex": "#CEDDEDFF" + }, + "text_editor_text_color": { + "hex": "#9EAAB8FF" + }, + "success_text_color": { + "hex": "#31CE05FF" + }, + "error_text_color": { + "hex": "#ED4545FF" + }, + "warning_text_color": { + "hex": "#E59B12FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#EB7F7FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#EBC97FFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#BEEB7FFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#7FEBE6FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#7F9EEBFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#967FEBFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D47FEBFF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#F53636FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#F59236FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F5E536FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#69F536FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#3689F5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FCDF03FF" + } +} \ No newline at end of file diff --git a/config/fancymenu/ui_themes/light.json b/config/fancymenu/ui_themes/light.json new file mode 100644 index 0000000..4c56d55 --- /dev/null +++ b/config/fancymenu/ui_themes/light.json @@ -0,0 +1,181 @@ +{ + "identifier": "light", + "display_name": "fancymenu.ui.themes.light", + "menu_bar_bottom_line_color": { + "hex": "#777777FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#932813FF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#B2B2B2FF" + }, + "screen_background_color_darker": { + "hex": "#ADADADFF" + }, + "element_border_color_normal": { + "hex": "#777777FF" + }, + "element_border_color_hover": { + "hex": "#777777FF" + }, + "element_background_color_normal": { + "hex": "#CBCBCBFF" + }, + "element_background_color_hover": { + "hex": "#AFAFAFFF" + }, + "slider_handle_color_normal": { + "hex": "#858484FF" + }, + "slider_handle_color_hover": { + "hex": "#A2A2A2FF" + }, + "area_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_border_color_normal": { + "hex": "#383838FF" + }, + "edit_box_border_color_focused": { + "hex": "#444444FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#AFAFAFFF" + }, + "text_editor_sidebar_color": { + "hex": "#A4A4A4FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#696969FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#464646FF" + }, + "listing_dot_color_1": { + "hex": "#438DD0FF" + }, + "listing_dot_color_2": { + "hex": "#AB3950FF" + }, + "listing_dot_color_3": { + "hex": "#B2740CFF" + }, + "suggestions_background_color": { + "hex": "#A2A2A2FF" + }, + "suggestions_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "suggestions_text_color_selected": { + "hex": "#205EA2FF" + }, + "ui_texture_color": { + "hex": "#2D2D2DFF" + }, + "generic_text_base_color": { + "hex": "#252525FF" + }, + "element_label_color_normal": { + "hex": "#2D2D2DFF" + }, + "element_label_color_inactive": { + "hex": "#8A8989FF" + }, + "edit_box_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#8A8989FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#8A8989FF" + }, + "description_area_text_color": { + "hex": "#2D2D2DFF" + }, + "text_editor_text_color": { + "hex": "#484E53FF" + }, + "success_text_color": { + "hex": "#197E02FF" + }, + "error_text_color": { + "hex": "#A41B1BFF" + }, + "warning_text_color": { + "hex": "#9B6105FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#A10F0FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#B27D09FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#66A80AFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#089891FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#072E8DFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#26069DFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#6A0685FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#730303FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#854306FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#918504FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#267A07FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#363CF5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FF3A0064" + } +} \ No newline at end of file diff --git a/config/fancymenu/user_variables.db b/config/fancymenu/user_variables.db new file mode 100644 index 0000000..117143c --- /dev/null +++ b/config/fancymenu/user_variables.db @@ -0,0 +1,2 @@ +type = user_variables + diff --git a/config/ferritecore-mixin.toml b/config/ferritecore-mixin.toml new file mode 100644 index 0000000..aed27fe --- /dev/null +++ b/config/ferritecore-mixin.toml @@ -0,0 +1,23 @@ +#Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +#Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +#Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +#Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +#Use smaller data structures for "simple" models, especially models with few side-specific faces +modelSides = true +#Replace the blockstate neighbor table +replaceNeighborLookup = true +#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false +#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +#Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true + diff --git a/config/firstperson.json b/config/firstperson.json new file mode 100644 index 0000000..a53101c --- /dev/null +++ b/config/firstperson.json @@ -0,0 +1,23 @@ +{ + "configVersion": 2, + "enabledByDefault": true, + "xOffset": 0, + "sneakXOffset": 0, + "sitXOffset": 0, + "renderStuckFeatures": true, + "vanillaHands": false, + "doubleHands": false, + "autoVanillaHands": [ + "create:potato_cannon", + "create:handheld_worldshaper", + "twilightforest:filled_ore_map", + "map_atlases:atlas", + "twilightforest:filled_magic_map", + "twilightforest:filled_maze_map", + "antiqueatlas:antique_atlas", + "create:extendo_grip" + ], + "autoToggleModItems": [ + "exposure:camera" + ] +} \ No newline at end of file diff --git a/config/flywheel-client.toml b/config/flywheel-client.toml new file mode 100644 index 0000000..e41e202 --- /dev/null +++ b/config/flywheel-client.toml @@ -0,0 +1,8 @@ +#Select the backend to use. +#Allowed Values: OFF, BATCHING, INSTANCING +backend = "INSTANCING" +#Enable or disable a debug overlay that colors pixels by their normal. +debugNormals = false +#Enable or disable instance update limiting with distance. +limitUpdates = true + diff --git a/config/fml.toml b/config/fml.toml new file mode 100644 index 0000000..f843a0b --- /dev/null +++ b/config/fml.toml @@ -0,0 +1,25 @@ +#Early window height +earlyWindowHeight = 480 +#Early window framebuffer scale +earlyWindowFBScale = 1 +#Enable forge global version checking +versionCheck = true +#Early window provider +earlyWindowProvider = "fmlearlywindow" +#Early window width +earlyWindowWidth = 854 +#Early window starts maximized +earlyWindowMaximized = false +#Default config path for servers +defaultConfigPath = "defaultconfigs" +#Disables Optimized DFU client-side - already disabled on servers +disableOptimizedDFU = true +#Skip specific GL versions, may help with buggy graphics card drivers +earlyWindowSkipGLVersions = [] +#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. +earlyWindowControl = true +#Max threads for early initialization parallelism, -1 is based on processor count +maxThreads = -1 +#Squir? +earlyWindowSquir = false + diff --git a/config/forge-client.toml b/config/forge-client.toml new file mode 100644 index 0000000..178ae0e --- /dev/null +++ b/config/forge-client.toml @@ -0,0 +1,24 @@ + +#Client only settings, mostly things related to rendering +[client] + #Enable Forge to queue all chunk updates to the Chunk Update thread. + #May increase FPS significantly, but may also cause weird rendering lag. + #Not recommended for computers without a significant number of cores available. + alwaysSetupTerrainOffThread = false + #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. + experimentalForgeLightPipelineEnabled = false + #When enabled, Forge will show any warnings that occurred during loading. + showLoadWarnings = true + #Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones. + useCombinedDepthStencilAttachment = false + #[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always + compressLanIPv6Addresses = true + #During block model baking, manually calculates the normal for all faces. + #This was the default behavior of forge between versions 31.0 and 47.1. + #May result in differences between vanilla rendering and forge rendering. + #Will only produce differences for blocks that contain non-axis aligned faces. + #You will need to reload your resources to see results. + calculateAllNormals = false + #When enabled, a slightly biased Direction#getNearest calculation will be used to prevent normal fighting on 45 degree angle faces. + stabilizeDirectionGetNearest = true + diff --git a/config/friendlyfire.json b/config/friendlyfire.json new file mode 100644 index 0000000..f19b5f2 --- /dev/null +++ b/config/friendlyfire.json @@ -0,0 +1,7 @@ +{ + "protectPetsFromOwner": true, + "protectPetsFromPets": true, + "protectChildren": true, + "reflectDamage": false, + "displayHitWarning": true +} \ No newline at end of file diff --git a/config/gamemenumodoption-client.toml b/config/gamemenumodoption-client.toml new file mode 100644 index 0000000..f9e61a0 --- /dev/null +++ b/config/gamemenumodoption-client.toml @@ -0,0 +1,6 @@ + +[General] + "Show notification mod update" = true + "Render mod list background" = true + "ModMenu style" = false + diff --git a/config/gesture_store.json b/config/gesture_store.json new file mode 100644 index 0000000..0af0a3b --- /dev/null +++ b/config/gesture_store.json @@ -0,0 +1,78 @@ +{ + "GESTURES": { + "BURST": { + "RIGHT_CONTROLLER": [ + { + "vrDevice": "RIGHT_CONTROLLER", + "movement": "forward", + "elapsedTime": 2000, + "speed": 0.0, + "direction": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "devicesInProximity": {} + } + ], + "LEFT_CONTROLLER": [ + { + "vrDevice": "LEFT_CONTROLLER", + "movement": "forward", + "elapsedTime": 2000, + "speed": 0.0, + "direction": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "devicesInProximity": {} + } + ] + }, + "STRIKE": { + "RIGHT_CONTROLLER|LEFT_CONTROLLER": [ + { + "vrDevice": "RIGHT_CONTROLLER|LEFT_CONTROLLER", + "movement": "forward", + "elapsedTime": 0, + "speed": 0.0, + "direction": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "devicesInProximity": {} + } + ] + }, + "UPPERCUT": { + "RIGHT_CONTROLLER|LEFT_CONTROLLER": [ + { + "vrDevice": "RIGHT_CONTROLLER|LEFT_CONTROLLER", + "movement": "forward", + "elapsedTime": 0, + "speed": 0.0, + "direction": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "devicesInProximity": {} + }, + { + "vrDevice": "RIGHT_CONTROLLER|LEFT_CONTROLLER", + "movement": "up", + "elapsedTime": 0, + "speed": 0.0, + "direction": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "devicesInProximity": {} + } + ] + } + } +} \ No newline at end of file diff --git a/config/gottschcore-common.toml b/config/gottschcore-common.toml new file mode 100644 index 0000000..f063bb1 --- /dev/null +++ b/config/gottschcore-common.toml @@ -0,0 +1,14 @@ + +############################### +# Logging properties +############################### +[logging] + # The logging level. Set to 'off' to disable logging. + # Values = [trace|debug|info|warn|error|off] + level = "info" + # The size a log file can be before rolling over to a new file. + size = "1000K" + # The directory where the logs should be stored. + # This is relative to the Minecraft install path. + folder = "logs" + diff --git a/config/highlighter-common.toml b/config/highlighter-common.toml new file mode 100644 index 0000000..f19af44 --- /dev/null +++ b/config/highlighter-common.toml @@ -0,0 +1,19 @@ + +#Client Configuration +[client] + + [client.options] + # If new item markers should be cleared when the inventory is closed. + clear_on_close = true + # If new item markers should be cleared when the item tooltip is displayed. + clear_on_hover = true + # If new item markers should be cleared when the item is selected on the hotbar. + clear_on_select = true + # If icons should match the color of items names (as shown in tooltips). Otherwise icons will all be gold. + item_name_color = false + # If new item markers should show on the hotbar. + show_on_hotbar = true + # The position of new item markers. + #Allowed Values: UpperLeft, UpperRight, LowerLeft, LowerRight + icon_position = "UpperLeft" + diff --git a/config/immersive_paintings.json b/config/immersive_paintings.json new file mode 100644 index 0000000..32e6b7d --- /dev/null +++ b/config/immersive_paintings.json @@ -0,0 +1,20 @@ +{ + "README": "https://github.com/Luke100000/ImmersivePaintings/wiki/Config", + "thumbnailSize": 128, + "lodResolutionMinimum": 32, + "halfResolutionThreshold": 2.0, + "quarterResolutionThreshold": 4.0, + "eighthResolutionThreshold": 8.0, + "maxPacketsPerSecond": 20, + "packetSize": 16384, + "testIfSpaceEmpty": false, + "paintingsHaveCollision": false, + "maxUserImageWidth": 4096, + "maxUserImageHeight": 4096, + "maxUserImages": 1000, + "minPaintingResolution": 8, + "maxPaintingResolution": 256, + "showOtherPlayersPaintings": true, + "uploadPermissionLevel": 0, + "version": 1 +} \ No newline at end of file diff --git a/config/infinitybuttons.toml b/config/infinitybuttons.toml new file mode 100644 index 0000000..420867c --- /dev/null +++ b/config/infinitybuttons.toml @@ -0,0 +1,7 @@ +muteAlarmSound = false +alarmSoundType = "RANGE" +alarmSoundRange = 6 +alarmVillagerPanic = true +tooltips = true +diamondParticles = true +forceJadeHiding = true diff --git a/config/itemborders-common.toml b/config/itemborders-common.toml new file mode 100644 index 0000000..2ec01e2 --- /dev/null +++ b/config/itemborders-common.toml @@ -0,0 +1,49 @@ + +#Client Configuration +[client] + + [client.options] + # If the hotbar should display item borders. + hotbar = true + # If item borders should show for common items. + show_for_common = false + # If the borders should have square corners. + square_corners = true + # If the borders should fully envelop item slots (otherwise they will only show on the bottom portion of the slot). + full_border = false + # If the borders draw over items instead of under. + over_items = false + # If the borders should have a more prominent glow. + extra_glow = false + # If automatic borders (based on item rarity) should be enabled. + auto_borders = true + # If enabled and Legendary Tooltips is installed, borders will sync with tooltip border colors. + legendary_tooltips_sync = false + # Custom border colors for specific items. Format: { = ["list of selectors"] }. + # Color formats supported: + # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, or AARRGGBB. Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" + # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. Examples: 15614720, "4278251143" + # Minecraft color name - One of the standard 16 Minecraft color names. May or may not be quoted. Examples: "red", "dark_purple", "gold" + # Web color name - One of the standard 140 web/HTML color names or "transparent". May or may not be quoted. Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" + # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. + # Modifiers are specified after any color in the format "<+, -, or =>". + # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. + # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. + # Using any modifiers will REQUIRE the key to be quoted. + # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" + # Animated color - An animated color that fades from one to another in sequence. + # A string in the format "_". May or may not be quoted. Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" + # Selectors supported: + # Match all - Specifying just an asterisk (*) will match all items. Examples: "*" + # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg" + # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks" + # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs" + # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" + # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632" + # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon" + # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary" + # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments" + # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft" + # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&Enchantments", "minecraft:stick+~!common+&Damage=0" + manual_borders = {} + diff --git a/config/jei/blacklist.cfg b/config/jei/blacklist.cfg new file mode 100644 index 0000000..e69de29 diff --git a/config/jei/ingredient-list-mod-sort-order.ini b/config/jei/ingredient-list-mod-sort-order.ini new file mode 100644 index 0000000..5c876c4 --- /dev/null +++ b/config/jei/ingredient-list-mod-sort-order.ini @@ -0,0 +1,43 @@ +Minecraft +Bushier Flowers +Cataclysm Mod +Chimes +Chococraft 4 +Combat Roll +Connected Glass +Create +Create Deco +Creeper Overhaul +Deeper and Darker +Dragon Katana +Dynamic Trees +Enderman Overhaul +Exposure +Immersive Paintings +Infinity Buttons +LaserBridge +Legendary Armory +Macaw's Bridges +Macaw's Doors +Macaw's Fences and Walls +Macaw's Furniture +Macaw's Lights and Lamps +Macaw's Trapdoors +Macaw's Windows +Naturalist +Night Lights +Paraglider +Plushie Mod +cave_dweller +Cracker's Wither Storm Mod +AzureLib +Epic Samurai +Traveler's Backpack +Waystones +SecurityCraft +SimpleHats +The Twilight Forest +Supplementaries +Cobblemon +Handcrafted +Treasure2 diff --git a/config/jei/ingredient-list-type-sort-order.ini b/config/jei/ingredient-list-type-sort-order.ini new file mode 100644 index 0000000..bd266b4 --- /dev/null +++ b/config/jei/ingredient-list-type-sort-order.ini @@ -0,0 +1,4 @@ +net.minecraft.world.item.ItemStack +net.minecraftforge.fluids.FluidStack +net.minecraft.world.entity.EntityType +twilightforest.compat.jei.FakeItemEntity diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini new file mode 100644 index 0000000..12d9549 --- /dev/null +++ b/config/jei/jei-client.ini @@ -0,0 +1,156 @@ +[advanced] + # Description: Display search bar in the center + # Valid Values: [true, false] + # Default Value: false + CenterSearch = false + + # Description: Set low-memory mode (makes search very slow, but uses less RAM) + # Valid Values: [true, false] + # Default Value: false + LowMemorySlowSearchEnabled = false + + # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + CatchRenderErrorsEnabled = true + + # Description: Catch render errors from tooltips and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + CatchTooltipErrorsEnabled = true + + # Description: Enable cheating items into the hotbar by using the shift+number keys. + # Valid Values: [true, false] + # Default Value: false + CheatToHotbarUsingHotkeysEnabled = false + + # Description: Enable adding new bookmarks to the front of the bookmark list. + # Valid Values: [true, false] + # Default Value: true + AddBookmarksToFrontEnabled = true + + # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. + # Valid Values: [true, false] + # Default Value: false + lookupFluidContentsEnabled = false + + # Description: When searching for item tags, also include tags for the default blocks contained in the items. + # Valid Values: [true, false] + # Default Value: true + lookupBlockTagsEnabled = true + + # Description: How items should be handed to you + # Valid Values: [INVENTORY, MOUSE_PICKUP] + # Default Value: MOUSE_PICKUP + GiveMode = MOUSE_PICKUP + + # Description: Max. recipe gui height + # Valid Values: Any integer greater than or equal to 175 + # Default Value: 350 + RecipeGuiHeight = 350 + + +[sorting] + # Description: Sorting order for the ingredient list + # Valid Values: A comma-separated list containing values of: + # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] + # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + + +[search] + # Description: Search mode for Mod Names (prefix: @) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + ModNameSearchMode = REQUIRE_PREFIX + + # Description: Search mode for Tooltips (prefix: #) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: ENABLED + TooltipSearchMode = ENABLED + + # Description: Search mode for Tag Names (prefix: $) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + TagSearchMode = REQUIRE_PREFIX + + # Description: Search mode for Colors (prefix: ^) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ColorSearchMode = DISABLED + + # Description: Search mode for resources locations (prefix: &) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ResourceLocationSearchMode = DISABLED + + # Description: Search advanced tooltips (visible with F3+H) + # Valid Values: [true, false] + # Default Value: false + SearchAdvancedTooltips = false + + +[IngredientList] + # Description: Max number of rows shown + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: RIGHT + HorizontalAlignment = RIGHT + + # Description: Vertical alignment of the ingredient grid inside the available area + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Set to true to draw a background texture behind the gui. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + +[BookmarkList] + # Description: Max number of rows shown + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: LEFT + HorizontalAlignment = LEFT + + # Description: Vertical alignment of the ingredient grid inside the available area + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Set to true to draw a background texture behind the gui. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + diff --git a/config/jei/jei-colors.ini b/config/jei/jei-colors.ini new file mode 100644 index 0000000..1fc7da4 --- /dev/null +++ b/config/jei/jei-colors.ini @@ -0,0 +1,8 @@ +[colors] + # Description: Color values to search for + # Valid Values: A comma-separated list containing values of: + # Any color name and an RGB hex color, separated by a ':' + # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + + diff --git a/config/jei/jei-debug.ini b/config/jei/jei-debug.ini new file mode 100644 index 0000000..f2171e6 --- /dev/null +++ b/config/jei/jei-debug.ini @@ -0,0 +1,17 @@ +[debug] + # Description: Debug mode enabled + # Valid Values: [true, false] + # Default Value: false + DebugMode = false + + # Description: Debug inputs enabled + # Valid Values: [true, false] + # Default Value: false + DebugInputs = false + + # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + CrashingTestItemsEnabled = false + + diff --git a/config/jei/jei-mod-id-format.ini b/config/jei/jei-mod-id-format.ini new file mode 100644 index 0000000..05234a8 --- /dev/null +++ b/config/jei/jei-mod-id-format.ini @@ -0,0 +1,11 @@ +[modname] + # Description: Formatting for mod name tooltip + # Valid Values: A chat formatting string. + # Use these formatting colors: + # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white + # With these formatting options: + # obfuscated bold strikethrough underline italic + # Default Value: blue italic + ModNameFormat = blue italic + + diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini new file mode 100644 index 0000000..f5930ae --- /dev/null +++ b/config/jei/recipe-category-sort-order.ini @@ -0,0 +1,49 @@ +minecraft:crafting +minecraft:anvil +minecraft:blasting +minecraft:brewing +minecraft:campfire +minecraft:compostable +minecraft:fuel +minecraft:furnace +minecraft:smithing +minecraft:smoking +minecraft:stonecutting +cataclysm:altar_of_amethyst +cataclysm:weapon_infusion +create:automatic_brewing +create:automatic_packing +create:automatic_shaped +create:automatic_shapeless +create:block_cutting +create:crushing +create:deploying +create:draining +create:fan_blasting +create:fan_haunting +create:fan_smoking +create:fan_washing +create:item_application +create:mechanical_crafting +create:milling +create:mixing +create:mystery_conversion +create:packing +create:pressing +create:sandpaper_polishing +create:sawing +create:sequenced_assembly +create:spout_filling +create:wood_cutting +exposure:photograph_printing +exposure:photograph_stacking +jei:information +witherstormmod:item_craft_super_beacon +witherstormmod:resummoning_super_beacon +waystones:warp_plate +securitycraft:securitycraft_to_vanilla +securitycraft:vanilla_to_securitycraft +twilightforest:crumble_horn +twilightforest:transformation +twilightforest:uncrafting +cobblemon:berry_recipe diff --git a/config/konkrete/locals/pl_pl.local b/config/konkrete/locals/pl_pl.local new file mode 100644 index 0000000..55c0df7 --- /dev/null +++ b/config/konkrete/locals/pl_pl.local @@ -0,0 +1,15 @@ +general.width = Szerokość +general.height = Wysokość +general.on = On +general.off = Off + +popup.done = Gotowe + +popup.yesno.confirm = Potwierdź +popup.yesno.cancel = Anuluj + +popup.notification.accept = Zaakceptuj + +popup.choosefile.back = BACK +popup.choosefile.title = Choose File +popup.choosefile.choose = Choose diff --git a/config/konkrete/locals/pt_br.local b/config/konkrete/locals/pt_br.local new file mode 100644 index 0000000..ed797b2 --- /dev/null +++ b/config/konkrete/locals/pt_br.local @@ -0,0 +1,15 @@ +general.width = Largura +general.height = Altura +general.on = Ligado +general.off = Desligado + +popup.done = Pronto + +popup.yesno.confirm = Confirmar +popup.yesno.cancel = Cancelar + +popup.notification.accept = Aceitar + +popup.choosefile.back = VOLTAR +popup.choosefile.title = Escolher arquivo +popup.choosefile.choose = Escolher diff --git a/config/legendarytooltips-common.toml b/config/legendarytooltips-common.toml new file mode 100644 index 0000000..dea2363 --- /dev/null +++ b/config/legendarytooltips-common.toml @@ -0,0 +1,120 @@ + +# Legendary Tooltips Configuration Instructions +# +# *** READ THIS FIRST *** +# +# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where +# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. +# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: +# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). +# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", +# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. +# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. +# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. +# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. +# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, +# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. +[client] + + [client.visual_options] + # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. + name_separator = true + # If enabled, tooltip border colors will match item rarity colors (except for custom borders). + borders_match_rarity = true + # If enabled, tooltips will display a drop shadow. + tooltip_shadow = true + # If enabled, items showing a custom border will have a special shine effect when hovered over. + shine_effect = true + # If enabled, tooltip titles will be drawn centered. + centered_title = true + # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations. + enforce_minimum_width = false + # If enabled, some unnecessary text and spacing will be removed from equipment tooltips. + compact_tooltips = true + # Which items should have a 3D model rendered in the tooltip. If set to "equipment", the model will only be rendered for items with durability. + #Allowed Values: NONE, EQUIPMENT, ALL + render_item_model = "EQUIPMENT" + # The speed at which 3D models in tooltips will rotate. Lower values rotate faster, set to 0 to disable rotation. + #Range: 0.0 ~ 50.0 + model_rotation_speed = 12.0 + + # Entry types: + # Match all - Specifying just an asterisk (*) will match all items. Examples: "*" + # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg" + # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks" + # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs" + # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" + # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632" + # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon" + # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary" + # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments" + # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft" + # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&Enchantments", "minecraft:stick+~!common+&Damage=0" + [client.definitions] + level0_entries = ["!epic", "!rare"] + level1_entries = [] + level2_entries = [] + level3_entries = [] + level4_entries = [] + level5_entries = [] + level6_entries = [] + level7_entries = [] + level8_entries = [] + level9_entries = [] + level10_entries = [] + level11_entries = [] + level12_entries = [] + level13_entries = [] + level14_entries = [] + level15_entries = [] + # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border. + blacklist = [] + + # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority. + # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it. + [client.priorities] + priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + + # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color. + # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors. + # + # VALID COLOR FORMATS + # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB. + # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" + # + # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. + # Examples: 15614720, "4278251143" + # + # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted. + # Examples: "red", "dark_purple", "gold" + # + # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted. + # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" + # + # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. + # Modifiers are specified after any color in the format "<+, -, or =>". + # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. + # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. + # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" + # + # Animated color - An animated color that fades from one to another in sequence. + # A string in the format "_". Must be quoted. + # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" + [client.colors] + level0_colors = [-6723294, -10864099, -266991104, -401208832] + level1_colors = ["auto", "auto", "auto", "auto"] + level2_colors = ["auto", "auto", "auto", "auto"] + level3_colors = ["auto", "auto", "auto", "auto"] + level4_colors = ["auto", "auto", "auto", "auto"] + level5_colors = ["auto", "auto", "auto", "auto"] + level6_colors = ["auto", "auto", "auto", "auto"] + level7_colors = ["auto", "auto", "auto", "auto"] + level8_colors = ["auto", "auto", "auto", "auto"] + level9_colors = ["auto", "auto", "auto", "auto"] + level10_colors = ["auto", "auto", "auto", "auto"] + level11_colors = ["auto", "auto", "auto", "auto"] + level12_colors = ["auto", "auto", "auto", "auto"] + level13_colors = ["auto", "auto", "auto", "auto"] + level14_colors = ["auto", "auto", "auto", "auto"] + level15_colors = ["auto", "auto", "auto", "auto"] + diff --git a/config/man.toml b/config/man.toml new file mode 100644 index 0000000..6481e0e --- /dev/null +++ b/config/man.toml @@ -0,0 +1,45 @@ + +["Server and Client"] + #enable spawning of the man + enable_spawning = true + #minimum duration of spawning in ticks + min_spawn_rate = 10000.0 + #maximum duration of spawning in ticks + max_spawn_rate = 20000.0 + #if true, it shows a jumpscare image when killed + jumpscare = true + #minimum duration of getting chased in ticks + min_chase_duration = 400.0 + #maximum duration of getting chased in ticks + max_chase_duration = 1000.0 + #if true, it can climb blocks vertical + climbing = true + #minimum radius in blocks before it despawns + vanish_distance = 30.0 + #if true, it can also spawn during the day + spawn_at_day = false + #if true, the player gets the darkness effect when starts getting chased + darkness_effect = true + #the duration in ticks of the darkness effect + darkness_effect_duration = 150.0 + #if true, it can spawn in all dimensions + all_dimensions = false + #if true, it can break doors and glass/glass panes while it chases the player + break_blocks = true + #if true, it will summon fake lightnings when despawning or spawning + lightnings = true + #if true, it will play one of five spawn sounds when spawning or getting closer + spawn_sounds = true + #the duration in ticks until it will get closer when not looked at + stage1_spawn_rate = 600.0 + #the duration in ticks until it will start chasing the player when not looked at + stage2_spawn_rate = 900.0 + #if true, the man will use the old chase mechanic + old_stalk_mechanic = false + #the structures as well as the dimension will be disabled and the man spawns normally in your world. Create a new world when disabled + legacy_man = false + +[Client] + #if true, the mod will use shaders to enhance the gameplay (Can be performance heavy!) + shader = true + diff --git a/config/man/man.json b/config/man/man.json new file mode 100644 index 0000000..e5abd76 --- /dev/null +++ b/config/man/man.json @@ -0,0 +1,13 @@ +{ + "spawn_rate": "normal", + "jumpscare": true, + "max_chase_duration": 1000, + "min_chase_duration": 400, + "climbing": true, + "vanish_distance": 30, + "spawn_at_day": false, + "darkness_effect": true, + "all_dimensions": false, + "break_blocks": true, + "darkness_effect_duration": 150 +} \ No newline at end of file diff --git a/config/man/mod_version.json b/config/man/mod_version.json new file mode 100644 index 0000000..a868b74 --- /dev/null +++ b/config/man/mod_version.json @@ -0,0 +1,3 @@ +{ + "mod_version": "0.2.2 alpha 0.3" +} \ No newline at end of file diff --git a/config/midnightlib.json b/config/midnightlib.json new file mode 100644 index 0000000..830266a --- /dev/null +++ b/config/midnightlib.json @@ -0,0 +1,3 @@ +{ + "config_screen_list": "TRUE" +} \ No newline at end of file diff --git a/config/moonlight-client.toml b/config/moonlight-client.toml new file mode 100644 index 0000000..f0e75f5 --- /dev/null +++ b/config/moonlight-client.toml @@ -0,0 +1,12 @@ + +[general] + #Merge all dynamic resource packs from all mods that use this library into a single pack + merge_dynamic_packs = true + #Prevents map texture from being upladed to GPU when only map markers have changed.Could increase performance + lazy_map_upload = true + #Renders map textures using mipmap. Vastly improves look from afar as well when inside a Map Atlas from Map Atlases or similar. Set to 0 to have no mipmap like vanilla + #Range: 0 ~ 4 + maps_mipmap = 3 + #Fix minecraft entity shading to be exactly the same that blocks use. (1 for up,0.8 for north, 0.6 for west and 0.5 for down).This means that if you have a model and render it with a tile renderer or entity it will appear identical as one rendered via baked models + fix_entity_renderer_shade = true + diff --git a/config/moonlight-common.toml b/config/moonlight-common.toml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/config/moonlight-common.toml @@ -0,0 +1 @@ + diff --git a/config/musicplayer-client.toml b/config/musicplayer-client.toml new file mode 100644 index 0000000..b86d06a --- /dev/null +++ b/config/musicplayer-client.toml @@ -0,0 +1,6 @@ + +#Client configuration settings +[client] + #Should we use instead of the global appdata dir a local dir in configs for storing and loading our playlist + internalPlaylists = false + diff --git a/config/naturalist.toml b/config/naturalist.toml new file mode 100644 index 0000000..abdcae3 --- /dev/null +++ b/config/naturalist.toml @@ -0,0 +1,98 @@ + +#A higher spawn weight will make the mob spawn more often. +#To prevent a certain mob from spawning, set its weight to 0. +["Mob Spawn Weights"] + #Rabbit Forest Spawn Weight + #Range: 0 ~ 1000 + forestRabbitSpawnWeight = 6 + #Fox Forest Spawn Weight + #Range: 0 ~ 1000 + forestFoxSpawnWeight = 6 + #Snail Spawn Weight + #Range: 0 ~ 1000 + snailSpawnWeight = 5 + #Snake Spawn Weight + #Range: 0 ~ 1000 + snakeSpawnWeight = 4 + #Coral Snake Spawn Weight + #Range: 0 ~ 1000 + coralSnakeSpawnWeight = 4 + #Rattlesnake Spawn Weight + #Range: 0 ~ 1000 + rattlesnakeSpawnWeight = 4 + #Firefly Spawn Weight + #Range: 0 ~ 1000 + fireflySpawnWeight = 8 + #Bluejay Spawn Weight + #Range: 0 ~ 1000 + bluejaySpawnWeight = 8 + #Canary Spawn Weight + #Range: 0 ~ 1000 + canarySpawnWeight = 8 + #Cardinal Spawn Weight + #Range: 0 ~ 1000 + cardinalSpawnWeight = 8 + #Robin Spawn Weight + #Range: 0 ~ 1000 + robinSpawnWeight = 8 + #Finch Spawn Weight + #Range: 0 ~ 1000 + finchSpawnWeight = 8 + #Sparrow Spawn Weight + #Range: 0 ~ 1000 + sparrowSpawnWeight = 8 + #Butterfly Spawn Weight + #Range: 0 ~ 1000 + butterflySpawnWeight = 20 + #Duck Spawn Weight + #Range: 0 ~ 1000 + duckSpawnWeight = 15 + #Bear Spawn Weight + #Range: 0 ~ 1000 + bearSpawnWeight = 8 + #Deer Spawn Weight + #Range: 0 ~ 1000 + deerSpawnWeight = 8 + #Rhino Spawn Weight + #Range: 0 ~ 1000 + rhinoSpawnWeight = 15 + #Lion Spawn Weight + #Range: 0 ~ 1000 + lionSpawnWeight = 8 + #Elephant Spawn Weight + #Range: 0 ~ 1000 + elephantSpawnWeight = 10 + #Zebra Spawn Weight + #Range: 0 ~ 1000 + zebraSpawnWeight = 10 + #Giraffe Spawn Weight + #Range: 0 ~ 1000 + giraffeSpawnWeight = 10 + #Hippo Spawn Weight + #Range: 0 ~ 1000 + hippoSpawnWeight = 15 + #Vulture Spawn Weight + #Range: 0 ~ 1000 + vultureSpawnWeight = 15 + #Boar Spawn Weight + #Range: 0 ~ 1000 + boarSpawnWeight = 8 + #Dragonfly Spawn Weight + #Range: 0 ~ 1000 + dragonflySpawnWeight = 1 + #Catfish Spawn Weight + #Range: 0 ~ 1000 + catfishSpawnWeight = 8 + #Alligator Spawn Weight + #Range: 0 ~ 1000 + alligatorSpawnWeight = 15 + #Bass Spawn Weight + #Range: 0 ~ 1000 + bassSpawnWeight = 8 + #Lizard Spawn Weight + #Range: 0 ~ 1000 + lizardSpawnWeight = 15 + #Tortoise Spawn Weight + #Range: 0 ~ 1000 + tortoiseSpawnWeight = 15 + diff --git a/config/naturallychargedcreepers.json5 b/config/naturallychargedcreepers.json5 new file mode 100644 index 0000000..437c63b --- /dev/null +++ b/config/naturallychargedcreepers.json5 @@ -0,0 +1,5 @@ +{ + // The chance of a creeper being naturally charged. + // min: 0.0, max: 1.0 + "isChargedChance": 0.1 +} \ No newline at end of file diff --git a/config/notenoughanimations.json b/config/notenoughanimations.json new file mode 100644 index 0000000..e36e1c4 --- /dev/null +++ b/config/notenoughanimations.json @@ -0,0 +1,50 @@ +{ + "configVersion": 11, + "animationSmoothingSpeed": 0.2, + "holdingItems": [ + "minecraft:clock", + "minecraft:recovery_compass", + "minecraft:soul_lantern", + "minecraft:compass", + "minecraft:torch", + "minecraft:lantern", + "minecraft:soul_torch" + ], + "enableAnimationSmoothing": true, + "enableInWorldMapRendering": true, + "enableOffhandHiding": true, + "enableRotationLocking": true, + "enableLadderAnimation": true, + "ladderAnimationAmplifier": 0.35, + "ladderAnimationArmHeight": 1.7, + "ladderAnimationArmSpeed": 2.0, + "enableRotateToLadder": true, + "enableEatDrinkAnimation": true, + "enableRowBoatAnimation": true, + "enableHorseAnimation": true, + "dontHoldItemsInBed": true, + "freezeArmsInBed": true, + "rotationLock": "NONE", + "showLastUsedSword": false, + "sheathSwords": [ + "minecraft:golden_sword", + "minecraft:iron_sword", + "minecraft:wooden_sword", + "minecraft:stone_sword", + "minecraft:diamond_sword", + "minecraft:netherite_sword" + ], + "enableCrawlingAnimation": true, + "holdUpItemsMode": "CONFIG", + "holdUpItemOffset": 0.0, + "itemSwapAnimation": true, + "tweakElytraAnimation": true, + "petAnimation": true, + "fallingAnimation": false, + "freezingAnimation": true, + "huggingAnimation": false, + "narutoRunning": false, + "enableInWorldBookRendering": false, + "disableLegSmoothing": false, + "bowAnimation": "VANILLA" +} \ No newline at end of file diff --git a/config/oculus.properties b/config/oculus.properties new file mode 100644 index 0000000..d557972 --- /dev/null +++ b/config/oculus.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Wed Apr 03 00:59:31 CEST 2024 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=12 +shaderPack=ComplementaryReimagined_r5.0.1.zip +enableShaders=false diff --git a/config/panorama_screens/settings.json b/config/panorama_screens/settings.json new file mode 100644 index 0000000..346ab8f --- /dev/null +++ b/config/panorama_screens/settings.json @@ -0,0 +1 @@ +{"printScreenNames":false,"panoramaAllowList":["net.minecraft.","net.optifine.gui.","quark.base.client","shedaniel.clothconfig2.gui.","bumblesoftware.fastload.client","fuzs.configmenusforge.client","jellysquid.mods.sodium.client.","reeses_sodium_options.client","blamejared.controlling","mc.ipnext.gui","me.juancarloscp52.spyglass_improvements.client","dev.tr7zw.skinlayers.","mcp.mobius.waila.gui.","dqu.additionaladditions.config","bclib.client.gui.","cominixo.betterf3.config.gui","pepperbell.continuity.client.config","redlimerl.detailab.screen","kyrptonaught.kyrptconfig.config.screen","megane.runtime.config.screen","terraformersmc.modmenu.gui.ModMenuOptionsScreen","yalter.mousetweaks.ConfigScreen","dev.tr7zw.notenoughanimations.","ha3.presencefootsteps.","shedaniel.rei.impl.client.gui.credits.","xaero.common.gui.","xaero.map.gui.","juuxel.adorn.client.gui.screen.","net.puzzlemc.gui.screen.","midnightdust.core.screen.","midnightdust.lib.config.","betternether.config.screen","minenash.enhanced_attack_indicator.config.","jamalam360.jamlib.config.","darkhax.tipsmod.impl.gui.","natamus.collective_common_forge.config.","natamus.collective_common_fabric.config.","natamus.collective.fabric.config","natamus.collective.forge.config","izofar.takesapillage.client.gui","snownee.jade.gui.","chunksfadein.gui.","colormatic.","deepslatecutting.config.","nicerskies.gui.","pingwheel.client.","corail.tombstone.gui","fpsreducer.gui.","moreoverlays.gui.","minecraftforge.client.gui.config.",".computercraft.","ctm.client.config","healthoverlay.config.",".cotton.gui.impl.modmenu.","spell_engine.client.gui.","catalogue.client.","bisecthosting.mods.bhmenu","oauth.gui.","borderless.client.","borderlessmining.config","languagereload.config.","ftbauxilium.screens.","advancednetherite.client.","minetogether.orderform.screen.","minetogether.chat.gui.MutedUsersScreen","minetogether.gui.SettingsScreen","configured.client","voicechat.gui.VoiceChatSettingsScreen"],"panoramaBlockList":["net.optifine.shaders.gui."]} \ No newline at end of file diff --git a/config/paraglider-common.toml b/config/paraglider-common.toml new file mode 100644 index 0000000..9501754 --- /dev/null +++ b/config/paraglider-common.toml @@ -0,0 +1,27 @@ + +#Easy to access switches to toggle side features on and off. +#Most of them requires server restart or datapack reload. All of them, actually. +[features] + #For those who wants to remove Spirit Orbs generated in the world, more specifically... + # * Spirit Orbs generated in various chests + # * Spirit Orbs dropped by spawners and such + #Note that bargain recipe for Heart Containers/Stamina Vessels will persist, even if this option is disabled. + spiritOrbGens = true + #For those who wants to remove entirety of Heart Containers from the game, more specifically... + # * Heart Containers obtained by "challenges" (i.e. Killing dragon, wither, raid) + # * Bargains using Heart Containers (custom recipes won't be affected) + #Note that if this option is disabled while staminaVessels is enabled, "challenges" will drop stamina vessels instead. + heartContainers = true + #For those who wants to remove entirety of Stamina Vessels from the game, more specifically... + # * Bargains using Stamina Vessels (custom recipes won't be affected) + staminaVessels = true + #For those who wants to remove all structures added by this mod. Requires restart. + structures = true + +[debug] + debugPlayerMovement = false + traceMovementPacket = false + traceVesselPacket = false + traceBargainPacket = false + traceWindPacket = false + diff --git a/config/paraglider-player-states.toml b/config/paraglider-player-states.toml new file mode 100644 index 0000000..dfe959f --- /dev/null +++ b/config/paraglider-player-states.toml @@ -0,0 +1,74 @@ + +#Configuration file for player states. +#You can adjust stamina delta (negative value means consumption / positive value means gain) and +#recovery delay (in ticks) of all player states registered in the game. +#To reload the config, use the following command: /paraglider reloadPlayerStates +# +[paraglider] + + [paraglider.ascending] + #Range: > -2147483648 + staminaDelta = -3 + #Range: > 0 + recoveryDelay = 10 + + [paraglider.breathing_underwater] + #Range: > -2147483648 + staminaDelta = 20 + #Range: > 0 + recoveryDelay = 0 + + [paraglider.flying] + #Range: > -2147483648 + staminaDelta = 20 + #Range: > 0 + recoveryDelay = 0 + + [paraglider.idle] + #Range: > -2147483648 + staminaDelta = 20 + #Range: > 0 + recoveryDelay = 0 + + [paraglider.midair] + #Range: > -2147483648 + staminaDelta = 0 + #Range: > 0 + recoveryDelay = 0 + + [paraglider.on_vehicle] + #Range: > -2147483648 + staminaDelta = 20 + #Range: > 0 + recoveryDelay = 0 + + [paraglider.panic_paragliding] + #Range: > -2147483648 + staminaDelta = -3 + #Range: > 0 + recoveryDelay = 10 + + [paraglider.paragliding] + #Range: > -2147483648 + staminaDelta = -3 + #Range: > 0 + recoveryDelay = 10 + + [paraglider.running] + #Range: > -2147483648 + staminaDelta = -10 + #Range: > 0 + recoveryDelay = 10 + + [paraglider.swimming] + #Range: > -2147483648 + staminaDelta = -6 + #Range: > 0 + recoveryDelay = 10 + + [paraglider.underwater] + #Range: > -2147483648 + staminaDelta = 3 + #Range: > 0 + recoveryDelay = 0 + diff --git a/config/physicsmod/physics_animations_client_config.json b/config/physicsmod/physics_animations_client_config.json new file mode 100644 index 0000000..3237c2b --- /dev/null +++ b/config/physicsmod/physics_animations_client_config.json @@ -0,0 +1,118 @@ +{ + "customizedAnimations": [ + { + "identifier": 0, + "Name": "default", + "Animation Curve": 0, + "Despawn Speed": 0.5, + "Type": 0, + "Particle Spawn": [] + }, + { + "identifier": 5, + "Name": "portal", + "Animation Curve": 0, + "Despawn Speed": 0.0, + "Type": 0, + "Particle Spawn": [ + { + "Type": "minecraft:reverse_portal", + "Amount": 16, + "Spread Radius": 0.8, + "Spawn Chance": 1.0, + "Velocity X": 0.0, + "Velocity Y": 0.0, + "Velocity Z": 0.0, + "Sound Volume": 0.1, + "Sound": "minecraft:block.portal.ambient" + } + ] + }, + { + "identifier": 6, + "Name": "splash", + "Animation Curve": 0, + "Despawn Speed": 0.0, + "Type": 0, + "Particle Spawn": [ + { + "Type": "minecraft:splash", + "Amount": 16, + "Spread Radius": 0.7, + "Spawn Chance": 1.0, + "Velocity X": 0.0, + "Velocity Y": 0.0, + "Velocity Z": 0.0, + "Sound Volume": 0.1, + "Sound": "minecraft:entity.dolphin.splash" + } + ] + }, + { + "identifier": 1, + "Name": "vanish", + "Animation Curve": 2, + "Despawn Speed": 0.5, + "Type": 1, + "Particle Spawn": [] + }, + { + "identifier": 3, + "Name": "explosion", + "Animation Curve": 1, + "Despawn Speed": 0.5, + "Type": 2, + "Particle Spawn": [ + { + "Type": "minecraft:lava", + "Amount": 4, + "Spread Radius": 0.5, + "Spawn Chance": 1.0, + "Velocity X": 0.0, + "Velocity Y": 0.0, + "Velocity Z": 0.0, + "Sound Volume": 0.1, + "Sound": "minecraft:block.lava.extinguish" + }, + { + "Type": "minecraft:poof", + "Amount": 7, + "Spread Radius": 0.5, + "Spawn Chance": 1.0, + "Velocity X": 0.0, + "Velocity Y": 0.0, + "Velocity Z": 0.0, + "Sound Volume": 0.1 + } + ] + }, + { + "identifier": 4, + "Name": "poof", + "Animation Curve": 0, + "Despawn Speed": 0.0, + "Type": 0, + "Particle Spawn": [ + { + "Type": "minecraft:poof", + "Amount": 6, + "Spread Radius": 0.8, + "Spawn Chance": 1.0, + "Velocity X": 0.0, + "Velocity Y": 0.0, + "Velocity Z": 0.0, + "Sound Volume": 0.2, + "Sound": "minecraft:entity.fox.sniff" + } + ] + }, + { + "identifier": 2, + "Name": "bounce", + "Animation Curve": 3, + "Despawn Speed": 0.6, + "Type": 0, + "Particle Spawn": [] + } + ] +} \ No newline at end of file diff --git a/config/physicsmod/physics_blocks_client_config.json b/config/physicsmod/physics_blocks_client_config.json new file mode 100644 index 0000000..df9f440 --- /dev/null +++ b/config/physicsmod/physics_blocks_client_config.json @@ -0,0 +1,8028 @@ +{ + "customizedBlocks": [ + { + "identifier": "minecraft:allium", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:exposed_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:horn_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:verdant_froglight", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:loom", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_diorite_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_bamboo_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobweb", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:basalt", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gilded_blackstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:activator_rail", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oxidized_cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_orchid", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chipped_anvil", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_roots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:infested_mossy_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_cobblestone_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cactus", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cracked_deepslate_tiles", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sculk_vein", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:medium_amethyst_bud", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:granite_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_copper_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:coal_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:slime_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:fire_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:torchflower", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_stone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_deepslate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_bubble_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:raw_copper_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:muddy_mangrove_roots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_orange_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_dark_oak_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_basalt", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tnt", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_crimson_hyphae", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:seagrass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_deepslate_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_diorite", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:heavy_weighted_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:diamond_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_nylium", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:infested_cobblestone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:vine", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purpur_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_stone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dropper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mycelium", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_gateway", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:raw_gold_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_exposed_cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:diorite_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:skeleton_skull", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_jungle_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_weathered_cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lever", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:snow_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sniffer_egg", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:granite_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_nether_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_quartz_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_portal", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chain", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_mangrove_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_cactus", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:moss_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spawner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lodestone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cave_vines_plant", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tube_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chest", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_crimson_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:water_cauldron", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:creeper_wall_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_quartz_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_crimson_roots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_sprouts", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:glowstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:target", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:structure_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:soul_campfire", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:azure_bluet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:furnace", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:attached_melon_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_fern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:emerald_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_nylium", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:repeater", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cracked_deepslate_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:respawn_anchor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:iron_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bone_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tube_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:snow", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cave_vines", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_gold_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:budding_amethyst", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:barrier", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sea_lantern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:redstone_wall_torch", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sculk_catalyst", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:calibrated_sculk_sensor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:zombie_wall_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:azalea", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_mangrove_propagule", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:coarse_dirt", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sculk", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brain_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:iron_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_jungle_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_sand", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mud_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:farmland", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:fletching_table", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:iron_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_wart", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:prismarine_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_oak_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_andesite_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_prismarine_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_portal_frame", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_lily_of_the_valley", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jukebox", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lilac", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_brown_mushroom", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_flowering_azalea_bush", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tuff", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_birch_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_mosaic", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:water", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dandelion", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gold_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:copper_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_brain_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pearlescent_froglight", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:melon", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sculk_shrieker", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:torchflower_crop", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_tile_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bubble_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:diamond_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_spruce_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:scaffolding", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:amethyst_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_bamboo", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:andesite_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:prismarine_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:honey_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_emerald_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:decorated_pot", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_tiles", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:wither_skeleton_skull", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pitcher_crop", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_mushroom", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:skeleton_wall_skull", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brain_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lava_cauldron", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_acacia_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crafting_table", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:suspicious_gravel", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_brain_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:netherrack", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oxeye_daisy", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:quartz_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:flower_pot", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:weathered_cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lectern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bubble_column", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:piston_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_tube_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_white_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_dead_bush", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_allium", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blackstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:redstone_torch", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:fern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jigsaw", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_quartz", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lily_pad", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:piglin_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_nether_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_dark_oak_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:exposed_cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:shroomlight", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_stone_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:powder_snow", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_sandstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:observer", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobbled_deepslate_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_deepslate_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:prismarine_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:horn_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purpur_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pitcher_plant", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:beetroots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:amethyst_cluster", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_oxeye_daisy", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:poppy", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_diorite_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_bubble_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_coal_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_wart_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blackstone_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:raw_iron_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cave_air", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_nether_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:flowering_azalea", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:flowering_azalea_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_horn_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobbled_deepslate_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cut_red_sandstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_bookshelf", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_birch_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:carved_pumpkin", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_oxidized_cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:structure_void", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_cobblestone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_exposed_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:redstone_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobblestone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:infested_chiseled_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chorus_plant", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_roots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:honeycomb_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:anvil", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:hopper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smoker", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_stone_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jack_o_lantern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:detector_rail", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobblestone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oxidized_cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:soul_torch", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_brain_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:grass_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cracked_nether_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_mushroom_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_pink_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dispenser", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_red_mushroom", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_diamond_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:weeping_vines_plant", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purpur_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:coal_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pointed_dripstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:grindstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_horn_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_andesite_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:copper_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:wither_skeleton_wall_skull", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_fungus", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mud_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dripstone_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:wet_sponge", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_quartz_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_oxidized_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:daylight_detector", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_brick_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:kelp_plant", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cracked_polished_blackstone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:diorite_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:ochre_froglight", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lily_of_the_valley", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_tile_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:andesite", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_cherry_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_cherry_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gravel", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:wall_torch", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potatoes", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lapis_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:soul_lantern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cartography_table", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cornflower", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:diorite", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_tube_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:big_dripleaf_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:big_dripleaf", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:player_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_prismarine", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bubble_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_quartz_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:calcite", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:clay", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_stone_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_tile_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_fire_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cauldron", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:reinforced_deepslate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dirt", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:iron_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tall_grass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_bush", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lightning_rod", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:prismarine_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_weathered_cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_exposed_cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_rod", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_cobblestone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:soul_fire", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:trapped_chest", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:iron_bars", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:infested_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:soul_sand", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:note_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_red_sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:beacon", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chorus_flower", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_crimson_fungus", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:command_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_dark_oak_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_cornflower", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_bubble_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chain_command_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_horn_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_red_sandstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:large_amethyst_bud", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:fire", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:quartz_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_dandelion", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_petals", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sticky_piston", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_deepslate_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:infested_deepslate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_cherry_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:torch", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:conduit", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_stone_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:prismarine_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_weighted_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:redstone_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sea_pickle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oxidized_cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobbled_deepslate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:andesite_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_deepslate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_warped_hyphae", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:creeper_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:melon_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sweet_berry_bush", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:carrots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:ender_chest", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pumpkin", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:damaged_anvil", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:comparator", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sugar_cane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_sandstone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_jungle_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:infested_stone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:granite", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_horn_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:void_air", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:weathered_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_basalt", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crying_obsidian", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_stone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_iron_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_fungus", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:packed_mud", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_exposed_cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:frogspawn", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blackstone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_lapis_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cut_sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:fire_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gray_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:exposed_cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_blue_orchid", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_red_sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_polished_blackstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:ancient_debris", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:piglin_wall_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dragon_wall_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:wheat", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cut_sandstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:hanging_roots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:andesite_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_sandstone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:gold_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:small_dripleaf", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smithing_table", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:exposed_cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bee_nest", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:frosted_ice", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_prismarine_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:quartz_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bedrock", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:suspicious_sand", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:prismarine_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobbled_deepslate_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:horn_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:large_fern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sand", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brain_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:repeating_command_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_nether_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:horn_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_tube_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cracked_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_fire_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_azure_bluet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:campfire", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dragon_egg", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:enchanting_table", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bookshelf", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:twisting_vines_plant", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cut_red_sandstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_gold_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magma_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:fire_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_mushroom_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:peony", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_sandstone_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:netherite_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_ice", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cocoa", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:hay_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_granite_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sponge", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:rail", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_acacia_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:podzol", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:granite_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:azalea_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brain_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_roots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:end_stone_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:petrified_oak_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mud", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobblestone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_cobblestone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:turtle_egg", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_weathered_cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blackstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cobblestone_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:quartz_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oxidized_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_oak_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tall_seagrass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:obsidian", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_warped_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_bubble_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spore_blossom", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_tube_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_oak_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_copper_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mud_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:air", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mushroom_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_acacia_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tripwire", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sandstone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_hyphae", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_hyphae", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mossy_stone_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dragon_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_poppy", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tube_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:powered_rail", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sandstone_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_mosaic_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lantern", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:soul_wall_torch", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:emerald_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:packed_ice", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:ice", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:ladder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:glow_lichen", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:redstone_wire", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_red_sandstone_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_fence_gate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:small_amethyst_bud", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:fire_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:piston", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sculk_sensor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sandstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_redstone_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dried_kelp_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_door", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:prismarine", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_granite_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_oxidized_cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bubble_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_andesite", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_birch_wood", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_propagule", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:rooted_dirt", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:soul_soil", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_granite", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_warped_roots", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tube_coral_wall_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:deepslate_brick_wall", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:kelp", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:red_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dirt_path", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:composter", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_fence", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stonecutter", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blast_furnace", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_fire_coral_fan", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:nether_portal", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:attached_pumpkin_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:weeping_vines", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:quartz_pillar", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_wither_rose", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brick_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_stained_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pumpkin_stem", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:yellow_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:weathered_cut_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bell", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cyan_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lava", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:acacia_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:beehive", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_mosaic_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lapis_ore", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:zombie_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_torchflower", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:powder_snow_cauldron", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_azalea_bush", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_mangrove_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mud_brick_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bamboo_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_planks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tinted_glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dark_oak_wall_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:grass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_weathered_copper", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:sunflower", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:jungle_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:diorite_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:infested_cracked_stone_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_hanging_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:mangrove_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_wart_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:rose_bush", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:white_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_red_tulip", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:pink_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_fire_coral", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purple_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:wither_rose", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:weathered_cut_copper_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brewing_stand", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_shulker_box", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:polished_blackstone_button", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_blue_concrete", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stripped_spruce_log", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:warped_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:bubble_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:player_wall_head", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:moss_carpet", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_glazed_terracotta", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:chiseled_nether_bricks", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:glass", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:crimson_pressure_plate", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:dead_brain_coral_block", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:redstone_lamp", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:smooth_sandstone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:black_wool", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_mushroom", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:stone_slab", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:brown_stained_glass_pane", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:waxed_oxidized_cut_copper_stairs", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:lime_candle", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:birch_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:barrel", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:magenta_bed", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:purpur_pillar", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_warped_fungus", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:cherry_leaves", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:spruce_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:blue_concrete_powder", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:orange_candle_cake", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:moving_piston", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:green_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_trapdoor", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:oak_wall_sign", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:potted_spruce_sapling", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:twisting_vines", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:light_gray_wall_banner", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + }, + { + "identifier": "minecraft:tripwire_hook", + "Physics Type": 4, + "Lifetime": 100.0, + "Lifetime Variance": 30.0, + "Scale": 8.0, + "Animation": -1 + } + ] +} \ No newline at end of file diff --git a/config/physicsmod/physics_client_config.json b/config/physicsmod/physics_client_config.json new file mode 100644 index 0000000..893bb03 --- /dev/null +++ b/config/physicsmod/physics_client_config.json @@ -0,0 +1,191 @@ +{ + "maxPhysicsObjects": 3178, + "particleLifetimeVines": 4.0, + "particleLifetimeItems": 3.0, + "particleLifetimeParticles": 0.1, + "particleLifetimeLiquids": 6.0, + "particleLifetimeSmoke": 60.0, + "particleDespawnTimeSmoke": 3.0, + "particleLifetimeVarianceVines": 3.0, + "particleLifetimeVarianceItems": 3.0, + "particleLifetimeVarianceParticles": 3.0, + "particleLifetimeVarianceLiquids": 3.0, + "particleLifetimeVarianceSmoke": 15.0, + "particleDespawnTimeVarianceSmoke": 12.0, + "cpuThreads": 5, + "itemPhysics": true, + "minecraftBlockBreakParticles": false, + "vinePhysics": true, + "capePhysics": false, + "fishingRodPhysics": true, + "leashPhysics": true, + "bannerPhysics": true, + "clothSmoothShading": false, + "showUpdateNotifications": true, + "clothThreads": 2, + "leashLength": 3.0, + "fishingLineLength": 12.0, + "pvpServerCompatibility": false, + "snowballModel": 0, + "snowballImpact": 1, + "snowballShade": false, + "enderpearlModel": 0, + "enderpearlImpact": 1, + "enderpearlShade": false, + "eggModel": 0, + "eggImpact": 1, + "eggShade": false, + "crackPhysicsParticles": true, + "liquidPhysics": false, + "liquidSourceDistance": 6.0, + "liquidThreads": 2, + "bannerPhysicsRange": 48.0, + "soundVolume": 1.0, + "blockPhysicsRange": 96.0, + "vineRange": 32.0, + "waterDensity": 3, + "snowPhysics": false, + "snowTracks": true, + "snowTrackEntities": 6, + "snowTrackDistance": 48.0, + "snowThickness": 0.0, + "grassSnowy": true, + "snowType": 0, + "snowSmoothShading": true, + "snowChunkSize": 0, + "blockSettings": { + "Physics Type": 2, + "Lifetime": 1.399999976158142, + "Lifetime Variance": 3.0, + "Scale": 1.0, + "Animation": 2 + }, + "mobSettings": { + "Physics Type": 1, + "Lifetime": 2.1000001430511475, + "Lifetime Variance": 3.0, + "Animation": -1 + }, + "sprintingPhysicsParticles": true, + "eatingPhysicsParticles": true, + "serverBlockPhysicsParticles": true, + "smokePhysics": false, + "smokeParticleLimit": 6000, + "verificationCode": "", + "smokeColorRed": 0.56, + "smokeColorGreen": 0.56, + "smokeColorBlue": 0.56, + "smokeDenseColorRed": 0.364, + "smokeDenseColorGreen": 0.364, + "smokeDenseColorBlue": 0.364, + "smokeDensity": 0.9, + "smokePhysicsRange": 100.0, + "smokeBlaze": 0.05, + "smokeCampfire": 0.3, + "smokeFire": 0.3, + "smokeOther": 1.0, + "smokeShadowTransformer": 0, + "maxLoadedDynamicBlocks": 20, + "windPhysics": true, + "weatherParticles": true, + "weatherClearStrength": 0.1, + "weatherRainStrength": 1.0, + "weatherThunderStrength": 1.4, + "windVolume": 1.0, + "weatherRainParticleAmount": 5, + "weatherThunderParticleAmount": 2, + "oceanPhysics": true, + "oceanAdjustHitbox": true, + "oceanDetail": 1.0, + "oceanWaveHeightMultiplier": 1.0, + "oceanBlockRange": 32, + "oceanWeatherClear": 0.0, + "oceanWeatherRain": 0.75, + "oceanWeatherThunder": 0.25, + "oceanBaseSpeed": 1.0, + "oceanHorizontalWaveScale": 1.0, + "oceanParticles": true, + "oceanParticleAlpha": 0.5, + "oceanStickyEntities": false, + "oceanSplashVolumeNew": 1.0, + "snowLOD": 1.0, + "particleRainOpacity": 1.0, + "particleSnowOpacity": 1.0, + "particleDustOpacity": 1.0, + "itemRotationSpeed": 1.0, + "jointBreakForce": 1.0, + "jointBlood": 1.0, + "mobRagdollLimit": 16, + "clothEntityRange": 48.0, + "clothForceArmor": false, + "oceanPuddles": true, + "oceanFoamAmount": 0.8, + "oceanFoamOpacity": 0.5, + "cudaLiquids": false, + "cudaLiquidsParticleSize": 0.1, + "cudaLiquidsBlurPasses": 3, + "playbackSpeed": 1.0, + "oceanRainPuddleAmount": 0.5, + "puddleResolutionQuality": 2048, + "itemBreakPhysics": true, + "customizedGravities": [ + "minecraft:the_nether", + 0.0, + -9.81, + 0.0, + "minecraft:overworld", + 0.0, + -9.81, + 0.0, + "minecraft:the_end", + 0.0, + -9.81, + 0.0, + "witherstormmod:bowels", + 0.0, + -9.81, + 0.0, + "deeperdarker:otherside", + 0.0, + -9.81, + 0.0, + "worlds_dimensions:survivalreal", + 0.0, + -9.81, + 0.0, + "twilightforest:twilight_forest", + 0.0, + -9.81, + 0.0 + ], + "customizedBuoyancies": [ + "minecraft:the_nether", + 0.0, + 2.0, + 0.0, + "minecraft:overworld", + 0.0, + 2.0, + 0.0, + "minecraft:the_end", + 0.0, + 2.0, + 0.0, + "witherstormmod:bowels", + 0.0, + 2.0, + 0.0, + "deeperdarker:otherside", + 0.0, + 2.0, + 0.0, + "worlds_dimensions:survivalreal", + 0.0, + 2.0, + 0.0, + "twilightforest:twilight_forest", + 0.0, + 2.0, + 0.0 + ] +} \ No newline at end of file diff --git a/config/physicsmod/physics_cloth_config.json b/config/physicsmod/physics_cloth_config.json new file mode 100644 index 0000000..adff365 --- /dev/null +++ b/config/physicsmod/physics_cloth_config.json @@ -0,0 +1,4 @@ +{ + "entityCustomizations": {}, + "version": "" +} \ No newline at end of file diff --git a/config/physicsmod/physics_mobs_client_config.json b/config/physicsmod/physics_mobs_client_config.json new file mode 100644 index 0000000..30a21ea --- /dev/null +++ b/config/physicsmod/physics_mobs_client_config.json @@ -0,0 +1,3 @@ +{ + "customizedMobs": [] +} \ No newline at end of file diff --git a/config/physicsmod/physics_server_config.json b/config/physicsmod/physics_server_config.json new file mode 100644 index 0000000..f3864c6 --- /dev/null +++ b/config/physicsmod/physics_server_config.json @@ -0,0 +1,6 @@ +{ + "collapse": false, + "maxCollapseObjects": 100, + "collapseSpeed": 10, + "dropBlocks": false +} \ No newline at end of file diff --git a/config/physicsmod/physics_vines_client_config.json b/config/physicsmod/physics_vines_client_config.json new file mode 100644 index 0000000..ff01535 --- /dev/null +++ b/config/physicsmod/physics_vines_client_config.json @@ -0,0 +1,564 @@ +{ + "customizedDynamicBlocks": [ + { + "blockID": "minecraft:dark_oak_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:dark_oak_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:jungle_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:oak_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:sunflower", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 110.0, + "Damping": 48.0 + }, + { + "blockID": "minecraft:mangrove_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:oak_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:iron_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:spruce_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:rose_bush", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 110.0, + "Damping": 48.0 + }, + { + "blockID": "minecraft:warped_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:kelp", + "settingID": 0, + "Linked Physics": true, + "Can link": "minecraft:kelp_plant", + "Fixed on bottom": true, + "No gravity": false, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:birch_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:sugar_cane", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 2300.0, + "Damping": 90.0 + }, + { + "blockID": "minecraft:crimson_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:warped_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:iron_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:bamboo_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:large_fern", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 110.0, + "Damping": 48.0 + }, + { + "blockID": "minecraft:dark_oak_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:vine", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": false, + "No gravity": false, + "Side connection": true, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:tall_grass", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 110.0, + "Damping": 48.0 + }, + { + "blockID": "minecraft:lilac", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 110.0, + "Damping": 48.0 + }, + { + "blockID": "minecraft:birch_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:weeping_vines", + "settingID": 0, + "Linked Physics": true, + "Can link": "minecraft:weeping_vines_plant", + "Fixed on bottom": false, + "No gravity": false, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:crimson_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:tall_seagrass", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": false, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 110.0, + "Damping": 48.0 + }, + { + "blockID": "minecraft:cherry_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:birch_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:cave_vines", + "settingID": 0, + "Linked Physics": true, + "Can link": "minecraft:cave_vines_plant", + "Fixed on bottom": false, + "No gravity": false, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:acacia_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:acacia_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:cherry_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:crimson_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:peony", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 110.0, + "Damping": 48.0 + }, + { + "blockID": "minecraft:spruce_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:warped_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:acacia_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:bamboo_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:oak_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:jungle_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:cherry_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:chain", + "settingID": 0, + "Linked Physics": true, + "Fixed on bottom": false, + "No gravity": false, + "Side connection": true, + "Hitbox scale x": 1.5, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.5, + "Stiffness": 60.0, + "Damping": 40.0 + }, + { + "blockID": "minecraft:mangrove_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:spruce_door", + "settingID": 1, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:bamboo_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + }, + { + "blockID": "minecraft:twisting_vines", + "settingID": 0, + "Linked Physics": true, + "Can link": "minecraft:twisting_vines_plant", + "Fixed on bottom": true, + "No gravity": true, + "Side connection": false, + "Hitbox scale x": 1.0, + "Hitbox scale y": 1.0, + "Hitbox scale z": 1.0, + "Stiffness": 2400.0, + "Damping": 10.0 + }, + { + "blockID": "minecraft:jungle_trapdoor", + "settingID": 2, + "Linked Physics": true, + "Hitbox scale x": 0.85, + "Hitbox scale y": 0.85, + "Hitbox scale z": 0.85, + "Stiffness": 1580.0, + "Damping": 8.0, + "Collision": true + }, + { + "blockID": "minecraft:mangrove_hanging_sign", + "settingID": 3, + "Linked Physics": true, + "Hitbox scale x": 0.9, + "Hitbox scale y": 0.9, + "Hitbox scale z": 0.9, + "Stiffness": 45.0, + "Damping": 45.0 + } + ] +} \ No newline at end of file diff --git a/config/plasmovoice/.crowdin/de_de.json b/config/plasmovoice/.crowdin/de_de.json new file mode 100644 index 0000000..a417a5c --- /dev/null +++ b/config/plasmovoice/.crowdin/de_de.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "Spracheinstellungen", + "key.plasmovoice.general": "Allgemein", + "key.plasmovoice.general.mute_microphone": "Mikrofon stummgeschaltet", + "key.plasmovoice.general.disable_voice": "Sprachchat deaktivieren", + "key.plasmovoice.general.action": "Aktions-Taste", + "key.plasmovoice.distance": "%s Sprachabstände", + "key.plasmovoice.distance.increase": "Sprachweite erhöhen", + "key.plasmovoice.distance.decrease": "Sprachweite verringern", + "key.plasmovoice.occlusion": "Klangerzeugung", + "key.plasmovoice.occlusion.toggle": "Klangerzeugung umschalten", + "gui.plasmovoice.title": "%1$s %2$s Einstellungen", + "gui.plasmovoice.toggle.microphone": "Mikrofon umschalten\n%s", + "gui.plasmovoice.toggle.voice": "Sprachchat umschalten\n%s", + "gui.plasmovoice.toggle.currently": "Aktuell: %s", + "gui.plasmovoice.toggle.enabled": "Aktiviert", + "gui.plasmovoice.toggle.disabled": "Deaktiviert", + "gui.plasmovoice.devices": "Geräte", + "gui.plasmovoice.devices.microphone": "Mikrofon", + "gui.plasmovoice.devices.activation_threshold": "Aktivierungsschwellwert", + "gui.plasmovoice.devices.activation_threshold.tooltip": "Nur dann relevant, wenn der Aktivierungstyp auf „Sprachaktivierung“ eingestellt ist.\n\nBewege den Schieberegler an einen Punkt, an dem die Lautstärke nur dann übersteigt, wenn du redest.\n\nDu kannst auch das Symbol drücken, um das Mikrofon-Testen und Hören deiner Stimme zu ermöglichen", + "gui.plasmovoice.devices.not_available": "Nicht Verfügbar", + "gui.plasmovoice.devices.default": "Systemstandard", + "gui.plasmovoice.devices.microphone_volume": "Mikrophon Lautstärke", + "gui.plasmovoice.devices.noise_suppression": "Geräuschunterdrückung", + "gui.plasmovoice.devices.noise_suppression.tooltip": "RNNoise Rauschunterdrückung.\n\nVerwendet neuronale Netzwerke. Funktioniert großartig, aber ist möglicherweise CPU-intensiv.\n\nGilt für dein Mikrofon.", + "gui.plasmovoice.devices.stereo_capture": "Stereo-Aufnahme", + "gui.plasmovoice.devices.stereo_capture.tooltip": "Erfasst Ton in Stereo und wandelt es dann in Mono um.\nKann die Qualität verbessern, aber den Ton leiser machen.", + "gui.plasmovoice.devices.output": "Ausgabe", + "gui.plasmovoice.devices.output_device": "Ausgabegerät", + "gui.plasmovoice.devices.volume": "Lautstärke", + "gui.plasmovoice.devices.volume.tooltip": "Die Lautstärke auf mehr als 100% zu drehen, kann zu Verzerrungen führen.", + "gui.plasmovoice.devices.occlusion": "Klangerzeugung", + "gui.plasmovoice.devices.occlusion.tooltip": "Wirft einen Strahl vom Spieler auf jede Klangquelle und dämpft den Klang, wenn Blöcke im Weg sind.\n\nNützlich, wenn du keine Leute aus den anderen Räumen hören möchtest, aber kann manchmal nicht richtig funktionieren, daher ist es besser, es deaktiviert zu lassen, wenn Sie es nicht benötigen.", + "gui.plasmovoice.devices.directional_sources": "Richtungsquellen", + "gui.plasmovoice.devices.directional_sources.tooltip": "Macht den Ton etwas leiser, wenn die Klangquelle nicht direkt auf Sie schaut und ist außerhalb eines bestimmten Winkels.\n\nGilt für die Spieler, die du hörst.", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "Verbessert die Genauigkeit der Audio-Positionierung, was es einfacher macht zu verstehen, woher der Sound im 3D-Raum kommt.\n\nKann die Audioqualität etwas verschlechtern.\n\nGilt für die Spieler, die du hörst.", + "gui.plasmovoice.activation": "Aktivierung", + "gui.plasmovoice.activation.type": "Aktivierungsart", + "gui.plasmovoice.activation.type_ptt": "Push-To-Talk", + "gui.plasmovoice.activation.type_voice": "Sprache", + "gui.plasmovoice.activation.type_inherit": "Vererben", + "gui.plasmovoice.activation.ptt_button": "Push-To-Talk Taste", + "gui.plasmovoice.activation.toggle_button": "Taste Umschalten", + "gui.plasmovoice.activation.toggle": "Umschalten \"%s\"\n%s", + "gui.plasmovoice.activation.distance": "%s Entfernung", + "gui.plasmovoice.advanced": "Erweitert", + "gui.plasmovoice.advanced.visual": "Visuelles & Benutzeroberfläche", + "gui.plasmovoice.advanced.visualize_voice_distance": "Sprachdistanz anzeigen", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Beim Beitreten anzeigen", + "gui.plasmovoice.advanced.audio_engine": "Audio-Modul", + "gui.plasmovoice.advanced.directional_sources_angle": "Richtungsquellen Winkel", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Ein Winkel, in dem Sie die Quelle zu 100% hören werden, wenn die Option Richtungsquellen aktiviert ist.\n\n360 ist so, als wenn die Option deaktiviert ist.", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "Mono Stereo Quellen", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Addons verwenden Stereo-Quellen für eine bessere Audioqualität. Die Qualität ist viel besser, aber das hingucken wirkt sich nicht auf das abmischen aus. Der Ton verblasst nur mit der Entfernung.\n\nWenn diese Option aktiviert ist, werden Stereo-Quellen in die üblichen Mono-Quellen konvertiert. Die Qualität ist schlechter, aber sie wird nun abgemischt werden.", + "gui.plasmovoice.advanced.panning": "Stereo Positionierung", + "gui.plasmovoice.advanced.exponential_volume": "Expotentielle Lautstärke", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "Lautstärkeregler", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "Distanzverstärkung", + "gui.plasmovoice.hotkeys": "Tastenkürzel", + "gui.plasmovoice.volume": "Lautstärke", + "gui.plasmovoice.volume.sources": "Quellenlautstärke", + "gui.plasmovoice.volume.players": "Spieler-Lautstärke", + "gui.plasmovoice.volume.players_search": "Suche...", + "gui.plasmovoice.about.made_by": "%s wurde erstellt von", + "gui.plasmovoice.about.huix": "Konzept & Design", + "gui.plasmovoice.about.programming": "Programmierung", + "gui.plasmovoice.about.artist": "Künstler", + "gui.plasmovoice.about.support": "Danke für deine Unterstützung", + "gui.plasmovoice.about.links": "%s an", + "gui.plasmovoice.about.copyright": "Bitte verwenden Sie nur offizielle Quellen und verteilen Sie die Mod nicht ohne unsere Erlaubnis. Du kannst uns auf Discord kontaktieren für alle Fragen, Hilfen, Vorschläge oder Angebote.", + "gui.plasmovoice.overlay": "Overlay", + "gui.plasmovoice.overlay.activation_icon": "Hud Symbol", + "gui.plasmovoice.overlay.activation_icon_show": "Hud Symbol anzeigen", + "gui.plasmovoice.overlay.activation_icon_position": "Hud Symbolposition", + "gui.plasmovoice.overlay.activation_icon_position.choose": "Wähle eine Symbol Stellung", + "gui.plasmovoice.overlay.hud_position.top_left": "Oben Links", + "gui.plasmovoice.overlay.hud_position.top_center": "Oben in der Mitte", + "gui.plasmovoice.overlay.hud_position.top_right": "Oben Rechts", + "gui.plasmovoice.overlay.hud_position.bottom_left": "Unten Links", + "gui.plasmovoice.overlay.hud_position.bottom_center": "Unten in der Mitte", + "gui.plasmovoice.overlay.hud_position.bottom_right": "Unten Rechts", + "gui.plasmovoice.overlay.source_icons": "Entity Symbole", + "gui.plasmovoice.overlay.show_source_icons": "Entity-Symbole anzeigen", + "gui.plasmovoice.overlay.show_source_icons.hud": "Nur GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "Immer", + "gui.plasmovoice.overlay.show_source_icons.hidden": "Versteckt", + "gui.plasmovoice.overlay.show_static_source_icons": "Auf statischen Quellen anzeigen", + "gui.plasmovoice.overlay.enable": "Overlay aktivieren", + "gui.plasmovoice.overlay.position": "Overlay-Position", + "gui.plasmovoice.overlay.position.choose": "Overlay Position auswählen", + "gui.plasmovoice.overlay.style": "Overlay-Stil", + "gui.plasmovoice.overlay.style.name_skin": "Name und Skin", + "gui.plasmovoice.overlay.style.skin": "Nur Skin", + "gui.plasmovoice.overlay.style.name": "Nur Name", + "gui.plasmovoice.overlay.sources": "Overlay-Quellen", + "gui.plasmovoice.overlay.sources.when_talking": "Beim Sprechen", + "gui.plasmovoice.overlay.sources.always": "Immer", + "gui.plasmovoice.overlay.sources.never": "Niemals", + "gui.plasmovoice.addons": "Add-ons", + "gui.plasmovoice.not_available": "Plasmo Voice ist auf diesem Server nicht installiert", + "gui.plasmovoice.connecting": "Verbindung zum UDP-Server wird hergestellt...", + "gui.plasmovoice.cannot_connect_to_udp": "Es konnte keine Verbindung zum UDP-Server hergestellt werden.\nEs ist möglich, dass der UDP-Port geschlossen ist. Lese im Wiki unter:\n%s", + "pv.activation.parent": "Übergeordnete", + "message.plasmovoice.close": "Schließen", + "message.plasmovoice.on": "Ein", + "message.plasmovoice.off": "Aus", + "message.plasmovoice.occlusion_changed": "Klangerzeugung: %s", + "message.plasmovoice.distance_changed": "%s Sprachabstand: %d", + "message.plasmovoice.activation.toggle": "%s: %s", + "message.plasmovoice.macos_incompatible_launcher": "Du kannst den Sprachchat nicht verwenden, da dein Minecraft-Launcher keine Mikrofonrechte auf MacOS unterstützt. Du solltest stattdessen zum &ePrism Launcher&r wechseln.", + "message.plasmovoice.update_available": "Neue Version %1$s von Plasmo Voice steht zur Verfügung: %2$s", + "message.plasmovoice.update_available.click": "Herunterladen", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/es_es.json b/config/plasmovoice/.crowdin/es_es.json new file mode 100644 index 0000000..cb55858 --- /dev/null +++ b/config/plasmovoice/.crowdin/es_es.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "Ajustes de Voz", + "key.plasmovoice.general": "General", + "key.plasmovoice.general.mute_microphone": "Silenciar Micrófono", + "key.plasmovoice.general.disable_voice": "Deshabilitar Chat de Voz", + "key.plasmovoice.general.action": "Botón de Acción", + "key.plasmovoice.distance": "%s Distancia de Voz", + "key.plasmovoice.distance.increase": "Aumentar Distancia de Voz", + "key.plasmovoice.distance.decrease": "Reducir Distancia de Voz", + "key.plasmovoice.occlusion": "Oclusión de Sonido", + "key.plasmovoice.occlusion.toggle": "Alternar Oclusión de Sonido", + "gui.plasmovoice.title": "%1$s %2$s Ajustes", + "gui.plasmovoice.toggle.microphone": "Alternar Micrófono\n%s", + "gui.plasmovoice.toggle.voice": "Alternar Chat de Voz\n%s", + "gui.plasmovoice.toggle.currently": "Actualmente: %s", + "gui.plasmovoice.toggle.enabled": "ACTIVADO", + "gui.plasmovoice.toggle.disabled": "DESACTIVADO", + "gui.plasmovoice.devices": "Dispositivos", + "gui.plasmovoice.devices.microphone": "Micrófono", + "gui.plasmovoice.devices.activation_threshold": "Umbral de Activación", + "gui.plasmovoice.devices.activation_threshold.tooltip": "Solo es relevante si el tipo de activación se establece en “Activación de Voz”.\n\nMueva el deslizador hasta un punto en el que el volumen solo lo supere cuando esté hablando.\n\nTambién puede presionar el ícono para habilitar la prueba del micrófono y escuchar su voz", + "gui.plasmovoice.devices.not_available": "No está Disponible", + "gui.plasmovoice.devices.default": "Predeterminado del Sistema", + "gui.plasmovoice.devices.microphone_volume": "Volumen del Micrófono", + "gui.plasmovoice.devices.noise_suppression": "Supresión de Ruido", + "gui.plasmovoice.devices.noise_suppression.tooltip": "Supresión de Ruido RNNoise.\n\nUtiliza redes neuronales. Funciona bien, pero puede hacer un uso intensivo de la CPU.\n\nSe aplica a tu micrófono.", + "gui.plasmovoice.devices.stereo_capture": "Captura Estéreo", + "gui.plasmovoice.devices.stereo_capture.tooltip": "Captura el sonido en estéreo y luego lo convierte a mono.\nPuede mejorar la calidad, pero hace que el sonido sea más bajo.", + "gui.plasmovoice.devices.output": "Salida", + "gui.plasmovoice.devices.output_device": "Dispositivo de Salida", + "gui.plasmovoice.devices.volume": "Volumen", + "gui.plasmovoice.devices.volume.tooltip": "Subir el volumen a más del 100% puede causar distorsión.", + "gui.plasmovoice.devices.occlusion": "Oclusión de sonido", + "gui.plasmovoice.devices.occlusion.tooltip": "Lanza un rayo desde el jugador a cada fuente de sonido y amortigua el sonido si hay bloques en el camino.\n\nÚtil si no desea escuchar a los jugadores que están en otras habitaciones, pero a veces no funciona correctamente, por lo que es mejor mantenerlo desactivado cuando no lo necesite.", + "gui.plasmovoice.devices.directional_sources": "Fuentes Direccionales", + "gui.plasmovoice.devices.directional_sources.tooltip": "Hará que el sonido sea un poco más silencioso si la fuente de sonido no te mira directamente y está fuera del ángulo especificado.\n\nSe aplica a los jugadores que escuchas.", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "Mejora la precisión del posicionamiento del audio, haciendo más fácil comprender de dónde viene el sonido en el espacio 3D.\n\nPuede empeorar ligeramente la calidad de audio.\n\nSe aplica a los jugadores que escuchas.", + "gui.plasmovoice.activation": "Activación", + "gui.plasmovoice.activation.type": "Tipo de Activación", + "gui.plasmovoice.activation.type_ptt": "Pulsar Para Hablar", + "gui.plasmovoice.activation.type_voice": "Activación de Voz", + "gui.plasmovoice.activation.type_inherit": "Heredada", + "gui.plasmovoice.activation.ptt_button": "Pulsar Para Hablar", + "gui.plasmovoice.activation.toggle_button": "Botón de alternación", + "gui.plasmovoice.activation.toggle": "Alternar \"%s\"\n%s", + "gui.plasmovoice.activation.distance": "%s Distancia", + "gui.plasmovoice.advanced": "Avanzado", + "gui.plasmovoice.advanced.visual": "Visuales y UI", + "gui.plasmovoice.advanced.visualize_voice_distance": "Visualizar Distancia de Voz", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Visualizar Al Unirse", + "gui.plasmovoice.advanced.audio_engine": "Motor de Audio", + "gui.plasmovoice.advanced.directional_sources_angle": "Ángulo de Fuentes Direccionales", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Un ángulo en el que escuchará la fuente al 100% si la opción de fuentes direccionales está habilitada.\n\n360 es como si la opción estuviera deshabilitada.", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "Fuentes Mono Estéreo", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Los complementos utilizan fuentes estéreo para mejorar la calidad del audio. La calidad es mucho mejor, pero la orientación no afecta la panorámica. El sonido solo se desvanece con la distancia.\n\nCuando esta opción está activada, las fuentes estéreo se convierten en las fuentes mono habituales. La calidad es peor, pero ahora tendrán orientación.", + "gui.plasmovoice.advanced.panning": "Posicionamiento Estéreo", + "gui.plasmovoice.advanced.exponential_volume": "Volumen Exponencial", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "Control de Volumen", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "Ganancia de Distancia", + "gui.plasmovoice.hotkeys": "Teclas de acceso Rápido", + "gui.plasmovoice.volume": "Volumen", + "gui.plasmovoice.volume.sources": "Volumen de Fuentes", + "gui.plasmovoice.volume.players": "Volumen de Jugadores", + "gui.plasmovoice.volume.players_search": "Buscar...", + "gui.plasmovoice.about.made_by": "%s fue hecho por", + "gui.plasmovoice.about.huix": "Concepto y Diseño", + "gui.plasmovoice.about.programming": "Programación", + "gui.plasmovoice.about.artist": "Artista", + "gui.plasmovoice.about.support": "Gracias por el apoyo", + "gui.plasmovoice.about.links": "%s en", + "gui.plasmovoice.about.copyright": "Por favor, solo utilice fuentes oficiales y no redistribuya el mod sin nuestro permiso. Puedes contactarnos en Discord para cualquier pregunta, ayuda, sugerencia u oferta.", + "gui.plasmovoice.overlay": "Overlay", + "gui.plasmovoice.overlay.activation_icon": "Ícono de la Interfaz", + "gui.plasmovoice.overlay.activation_icon_show": "Mostrar Ícono en la Interfaz", + "gui.plasmovoice.overlay.activation_icon_position": "Posición del ícono", + "gui.plasmovoice.overlay.activation_icon_position.choose": "Elegir la posición del icono", + "gui.plasmovoice.overlay.hud_position.top_left": "Parte superior izquierda", + "gui.plasmovoice.overlay.hud_position.top_center": "Parte superior central", + "gui.plasmovoice.overlay.hud_position.top_right": "Parte superior derecha", + "gui.plasmovoice.overlay.hud_position.bottom_left": "Parte inferior izquierda", + "gui.plasmovoice.overlay.hud_position.bottom_center": "Parte inferior central", + "gui.plasmovoice.overlay.hud_position.bottom_right": "Parte inferior derecha", + "gui.plasmovoice.overlay.source_icons": "Íconos de Entidades", + "gui.plasmovoice.overlay.show_source_icons": "Mostrar Íconos de Entidades", + "gui.plasmovoice.overlay.show_source_icons.hud": "Solo GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "Siempre", + "gui.plasmovoice.overlay.show_source_icons.hidden": "Oculto", + "gui.plasmovoice.overlay.show_static_source_icons": "Mostrar en Fuentes Estáticas", + "gui.plasmovoice.overlay.enable": "Activar Overlay", + "gui.plasmovoice.overlay.position": "Posición del Overlay", + "gui.plasmovoice.overlay.position.choose": "Elegir posición del Overlay", + "gui.plasmovoice.overlay.style": "Estilo del Overlay", + "gui.plasmovoice.overlay.style.name_skin": "Nombre y aspecto", + "gui.plasmovoice.overlay.style.skin": "Sólo aspecto", + "gui.plasmovoice.overlay.style.name": "Sólo nombre", + "gui.plasmovoice.overlay.sources": "Fuentes Superpuestas", + "gui.plasmovoice.overlay.sources.when_talking": "Al hablar", + "gui.plasmovoice.overlay.sources.always": "Siempre", + "gui.plasmovoice.overlay.sources.never": "Nunca", + "gui.plasmovoice.addons": "Complementos", + "gui.plasmovoice.not_available": "Plasmo Voice no está instalado en este servidor", + "gui.plasmovoice.connecting": "Conectando con el servidor UDP...", + "gui.plasmovoice.cannot_connect_to_udp": "No se puede conectar al servidor UDP,\nEs probable que el puerto UDP esté cerrado. Lea la wiki:\n%s", + "pv.activation.parent": "Archivo base", + "message.plasmovoice.close": "Cerrar", + "message.plasmovoice.on": "Activado", + "message.plasmovoice.off": "Desactivado", + "message.plasmovoice.occlusion_changed": "Oclusión de sonido: %s", + "message.plasmovoice.distance_changed": "%s Distancia de la voz: %d", + "message.plasmovoice.activation.toggle": "%s: %s", + "message.plasmovoice.macos_incompatible_launcher": "No puedes usar el chat de voz porque tu lanzador de Minecraft no admite permisos de micrófono en MacOS. Deberías cambiar a &ePrism Launcher&r en su lugar.", + "message.plasmovoice.update_available": "La nueva versión %1$s de Plasmo Voice está disponible: %2$s", + "message.plasmovoice.update_available.click": "Descargar", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/he_il.json b/config/plasmovoice/.crowdin/he_il.json new file mode 100644 index 0000000..239d93e --- /dev/null +++ b/config/plasmovoice/.crowdin/he_il.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "הגדרות קול", + "key.plasmovoice.general": "כללי", + "key.plasmovoice.general.mute_microphone": "השתקת מיקרופון", + "key.plasmovoice.general.disable_voice": "בטל צ'אט קולי", + "key.plasmovoice.general.action": "כפתור פעולה", + "key.plasmovoice.distance": "%s מרחק קולי", + "key.plasmovoice.distance.increase": "הגדל את מרחק הקול", + "key.plasmovoice.distance.decrease": "הקטן את מרחק הקול", + "key.plasmovoice.occlusion": "חסימת קול", + "key.plasmovoice.occlusion.toggle": "מתג חסימת קול", + "gui.plasmovoice.title": "%1$s %2$s הגדרות", + "gui.plasmovoice.toggle.microphone": "מתג מיקרופון\n%s", + "gui.plasmovoice.toggle.voice": "מתג צ'אט קולי\n%s", + "gui.plasmovoice.toggle.currently": "כרגע: %s", + "gui.plasmovoice.toggle.enabled": "מופעל", + "gui.plasmovoice.toggle.disabled": "מכובה", + "gui.plasmovoice.devices": "מכשירים", + "gui.plasmovoice.devices.microphone": "מיקרופון", + "gui.plasmovoice.devices.activation_threshold": "סף הפעלה", + "gui.plasmovoice.devices.activation_threshold.tooltip": "רלוונטי רק אם סוג ההפעלה מוגדר ל\"הפעלה קולית\".\n\nהזז את המחוון לנקודה שבה עוצמת הקול עולה עליו רק כשאתה מדבר.\n\nאתה יכול גם ללחוץ על הסמל כדי לאפשר בדיקת מיקרופון ולשמוע את קולך", + "gui.plasmovoice.devices.not_available": "לא זמין", + "gui.plasmovoice.devices.default": "ברירת המחדל של המערכת", + "gui.plasmovoice.devices.microphone_volume": "עוצמת הקול של המיקרופון", + "gui.plasmovoice.devices.noise_suppression": "הפחתת רעשים", + "gui.plasmovoice.devices.noise_suppression.tooltip": "RNNoise הפחתת רעשים.\n\nמשתמש ברשתות עצביות. עובד נהדר, אבל עשוי להיות אינטנסיבי במעבד.\n\nחל על המיקרופון שלך.", + "gui.plasmovoice.devices.stereo_capture": "לכידת סטריאו", + "gui.plasmovoice.devices.stereo_capture.tooltip": "לוכד סאונד בסטריאו, ואז ממיר אותו למונו.\nעשוי לשפר את האיכות, אך הופך את הצליל לשקט יותר.", + "gui.plasmovoice.devices.output": "פלט", + "gui.plasmovoice.devices.output_device": "מכשיר פלט", + "gui.plasmovoice.devices.volume": "עוצמת קול", + "gui.plasmovoice.devices.volume.tooltip": "הפיכת עוצמת הקול ליותר מ-100% עלולה לגרום לעיוות קולות.", + "gui.plasmovoice.devices.occlusion": "חסימת קול", + "gui.plasmovoice.devices.occlusion.tooltip": "מטיל קרן מהשחקן לכל מקור קול, ומעמעם את הצליל אם בלוקים מפריעים.\n\nשימושי אם אתה לא רוצה לשמוע אנשים מהחדרים האחרים, אבל לפעמים לא עובד כמו שצריך, אז עדיף לשמור אותו מושבת כאשר אתה לא צריך את זה.", + "gui.plasmovoice.devices.directional_sources": "מקורות כיוונים", + "gui.plasmovoice.devices.directional_sources.tooltip": "יהפוך את הצליל לשקט מעט יותר אם מקור הקול אינו מביט ישירות אליך, והוא מחוץ לזווית שצוינה.\n\nחל על השחקנים שאתה שומע.", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "משפר את הדיוק של מיקום השמע, ומקל על ההבנה מאיפה מגיע הצליל בחלל התלת-ממד.\n\nעלול להחמיר מעט את איכות השמע.\n\nחל על השחקנים שאתה שומע.", + "gui.plasmovoice.activation": "הפעלה", + "gui.plasmovoice.activation.type": "סוג הפעלה", + "gui.plasmovoice.activation.type_ptt": "פוש-טו-טאלק", + "gui.plasmovoice.activation.type_voice": "קול", + "gui.plasmovoice.activation.type_inherit": "לרשת", + "gui.plasmovoice.activation.ptt_button": "כפתור פוש-טו-טאלק", + "gui.plasmovoice.activation.toggle_button": "מתג כפתור", + "gui.plasmovoice.activation.toggle": "מתג \"%s\"\n%s", + "gui.plasmovoice.activation.distance": "%s מרחק", + "gui.plasmovoice.advanced": "מתקדם", + "gui.plasmovoice.advanced.visual": "ויזואלי וממשק משתמש", + "gui.plasmovoice.advanced.visualize_voice_distance": "דימיון מרחק קולי", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "דמיין בכניסה", + "gui.plasmovoice.advanced.audio_engine": "מנוע אודיו", + "gui.plasmovoice.advanced.directional_sources_angle": "זווית מקורות כיוונים", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "זווית שבה תשמע את המקור ב-100% אם אפשרות מקורות כיוונים מופעלת.\n\n360 הוא כמו אם האפשרות מושבתת.", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "מקורות סטריאו מונו", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "תוספות משתמשות במקורות סטריאו לאיכות שמע טובה יותר. האיכות הרבה יותר טובה, אבל פניה לא משפיעה על הפנייה. הצליל מתפוגג רק עם המרחק.\n\nכאשר אפשרות זו מופעלת, מקורות סטריאו מומרים למקורות מונו הרגילים. האיכות גרועה יותר, אבל עכשיו תהיה להם פנורמה.", + "gui.plasmovoice.advanced.panning": "מיצוב סטריאו", + "gui.plasmovoice.advanced.exponential_volume": "נפח אקספוננציאלי", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "מחוון עוצמה", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "רווח מרחק", + "gui.plasmovoice.hotkeys": "מקשי קיצור", + "gui.plasmovoice.volume": "עוצמת קול", + "gui.plasmovoice.volume.sources": "עוצמת קול של מקורות", + "gui.plasmovoice.volume.players": "עוצמת קול של שחקנים", + "gui.plasmovoice.volume.players_search": "חפש...", + "gui.plasmovoice.about.made_by": "%s נוצר על ידי", + "gui.plasmovoice.about.huix": "עיצוב קונספטואלי", + "gui.plasmovoice.about.programming": "תכנות", + "gui.plasmovoice.about.artist": "אומן", + "gui.plasmovoice.about.support": "תודה על התמיכה", + "gui.plasmovoice.about.links": "%s על", + "gui.plasmovoice.about.copyright": "אנא השתמש רק במקורות רשמיים ואל תפיץ מחדש את המוד ללא רשותנו. אתה יכול לפנות אלינו בדיסקורד לכל שאלה, עזרה, הצעה או הצעה.", + "gui.plasmovoice.overlay": "Overlay", + "gui.plasmovoice.overlay.activation_icon": "אייקון HUD", + "gui.plasmovoice.overlay.activation_icon_show": "הצג אייקון HUD", + "gui.plasmovoice.overlay.activation_icon_position": "מקם אייקון HUD", + "gui.plasmovoice.overlay.activation_icon_position.choose": "בחר את מיקום האייקון", + "gui.plasmovoice.overlay.hud_position.top_left": "שמאל למעלה", + "gui.plasmovoice.overlay.hud_position.top_center": "מרכז למעלה", + "gui.plasmovoice.overlay.hud_position.top_right": "ימין למעלה", + "gui.plasmovoice.overlay.hud_position.bottom_left": "שמאל למטה", + "gui.plasmovoice.overlay.hud_position.bottom_center": "מרכז למטה", + "gui.plasmovoice.overlay.hud_position.bottom_right": "ימין למטה", + "gui.plasmovoice.overlay.source_icons": "אייקונים של Entity", + "gui.plasmovoice.overlay.show_source_icons": "הצג אייקונים של Entity", + "gui.plasmovoice.overlay.show_source_icons.hud": "GUI בלבד", + "gui.plasmovoice.overlay.show_source_icons.always": "תמיד", + "gui.plasmovoice.overlay.show_source_icons.hidden": "מוסתר", + "gui.plasmovoice.overlay.show_static_source_icons": "הצג במקורות סטטיים", + "gui.plasmovoice.overlay.enable": "הפעל Overlay", + "gui.plasmovoice.overlay.position": "מיקום Overlay", + "gui.plasmovoice.overlay.position.choose": "בחר את מיקום ה-Overlay", + "gui.plasmovoice.overlay.style": "עיצוב Overlay", + "gui.plasmovoice.overlay.style.name_skin": "שם וסקין", + "gui.plasmovoice.overlay.style.skin": "רק סקין", + "gui.plasmovoice.overlay.style.name": "רק שם", + "gui.plasmovoice.overlay.sources": "מקורות Overlay", + "gui.plasmovoice.overlay.sources.when_talking": "בזמן דיבור", + "gui.plasmovoice.overlay.sources.always": "תמיד", + "gui.plasmovoice.overlay.sources.never": "לעולם לא", + "gui.plasmovoice.addons": "תוספים", + "gui.plasmovoice.not_available": "Plasmo Voice אינו מותקן בשרת זה. אם אתה חושב שמדובר בטעות, תוכל לפנות להנהלת השרת", + "gui.plasmovoice.connecting": "מתחבר לשרת UDP...", + "gui.plasmovoice.cannot_connect_to_udp": "אין אפשרות להתחבר לשרת UDP,\nסביר להניח שהפורט UDP סגור. קרא את המאמר:\n%s", + "pv.activation.parent": "דגם", + "message.plasmovoice.close": "סגור", + "message.plasmovoice.on": "דולק", + "message.plasmovoice.off": "כבוי", + "message.plasmovoice.occlusion_changed": "חסימת קול: %s", + "message.plasmovoice.distance_changed": "%s מרחק קולי: %d", + "message.plasmovoice.activation.toggle": "%s: %s", + "message.plasmovoice.macos_incompatible_launcher": "אינך יכול להשתמש בצ'אט קולי מכיוון שהמשגר של Minecraft שלך אינו תומך בהרשאות מיקרופון ב-MacOS. כדאי לעבור ל- &ePrism Launcher&r במקום.", + "message.plasmovoice.update_available": "גרסה חדשה %1$s של Plasmo Voice זמינה: %2$s", + "message.plasmovoice.update_available.click": "הורדה", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/pl_pl.json b/config/plasmovoice/.crowdin/pl_pl.json new file mode 100644 index 0000000..3e826c7 --- /dev/null +++ b/config/plasmovoice/.crowdin/pl_pl.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "Ustawienia Głosowe", + "key.plasmovoice.general": "Ogólne", + "key.plasmovoice.general.mute_microphone": "Wycisz Mikrofon", + "key.plasmovoice.general.disable_voice": "Wyłącz Czat Głosowy", + "key.plasmovoice.general.action": "Przycisk Akcji", + "key.plasmovoice.distance": "%s Dystans Głosu", + "key.plasmovoice.distance.increase": "Zwiększ Dystans Głosu", + "key.plasmovoice.distance.decrease": "Zmniejsz Dystans Głosu", + "key.plasmovoice.occlusion": "Okluzja Dźwięku", + "key.plasmovoice.occlusion.toggle": "Przełącz Okluzję Dźwięku", + "gui.plasmovoice.title": "Ustawienia %1$s %2$s", + "gui.plasmovoice.toggle.microphone": "Przełącz Mikrofon\n%s", + "gui.plasmovoice.toggle.voice": "Przełącz Czat Głosowy\n%s", + "gui.plasmovoice.toggle.currently": "Aktualnie: %s", + "gui.plasmovoice.toggle.enabled": "WŁĄCZONY", + "gui.plasmovoice.toggle.disabled": "WYŁĄCZONY", + "gui.plasmovoice.devices": "Urządzenia", + "gui.plasmovoice.devices.microphone": "Mikrofon", + "gui.plasmovoice.devices.activation_threshold": "Próg Aktywacji", + "gui.plasmovoice.devices.activation_threshold.tooltip": "Dotyczy tylko gdy rodzaj aktywacji jest ustawiony na \"Aktywacja głosem\".\n\nPrzenieś suwak w miejsce, gdzie głośność przechodzi tylko podczas mówienia.\n\nMożesz też nacisnąć ikonę, aby włączyć test mikrofonu i usłyszeć swój głos", + "gui.plasmovoice.devices.not_available": "Niedostępne", + "gui.plasmovoice.devices.default": "Domyślne Systemowe", + "gui.plasmovoice.devices.microphone_volume": "Głośność Mikrofonu", + "gui.plasmovoice.devices.noise_suppression": "Tłumienie Hałasu", + "gui.plasmovoice.devices.noise_suppression.tooltip": "Tłumienie hałasu RNNoise.\n\nUżywa sieci neuronowych. Działa świetnie, lecz może być intensywne dla CPU.\n\nDotyczy twojego mikrofonu.", + "gui.plasmovoice.devices.stereo_capture": "Przechwytywanie Stereo", + "gui.plasmovoice.devices.stereo_capture.tooltip": "Przechwytuje dźwięk w stereo, po czym konwertuje go na mono.\nMoże poprawić jakość, lecz czyni dźwięk cichszym.", + "gui.plasmovoice.devices.output": "Wyjście", + "gui.plasmovoice.devices.output_device": "Urządzenie Wyjściowe", + "gui.plasmovoice.devices.volume": "Głośność", + "gui.plasmovoice.devices.volume.tooltip": "Podgłośnienie na więcej niż 100% może powodować zniekształcenia.", + "gui.plasmovoice.devices.occlusion": "Okluzja Dźwięku", + "gui.plasmovoice.devices.occlusion.tooltip": "Rzuca promień od gracza to każdego źródła dźwięku i tłumi dźwięk jeżeli blok stoi na drodze.\n\nPrzydatne jeżeli nie chcesz słyszeć osób z innych pomieszczeń, lecz czasami nie działa poprawnie, więc lepiej jest pozostawić to wyłączone jeżeli tego nie potrzebujesz.", + "gui.plasmovoice.devices.directional_sources": "Kierunkowe Źródła", + "gui.plasmovoice.devices.directional_sources.tooltip": "Uczyni dźwięk lekko cichszym jeżeli źródło dźwięku nie patrzy bezpośrednio na ciebie i jest poza określonym kątem.\n\nDotyczy graczy których słyszysz.", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "Poprawia dokładność pozycjonowania audio, czyni go łatwiejszym do zrozumienia, gdy dźwięk pochodzi z przestrzeni 3D.\n\nMoże lekko zmniejszyć jakość dźwięku.\n\nDotyczy graczy, których słyszysz.", + "gui.plasmovoice.activation": "Aktywacja", + "gui.plasmovoice.activation.type": "Rodzaj Aktywacji", + "gui.plasmovoice.activation.type_ptt": "Naciśnij i Mów", + "gui.plasmovoice.activation.type_voice": "Głos", + "gui.plasmovoice.activation.type_inherit": "Dziedzicz", + "gui.plasmovoice.activation.ptt_button": "Przycisk Naciśnij i Mów", + "gui.plasmovoice.activation.toggle_button": "Przycisk Przełączenia", + "gui.plasmovoice.activation.toggle": "Przełącz \"%s\"\n%s", + "gui.plasmovoice.activation.distance": "%s Dystansu", + "gui.plasmovoice.advanced": "Zaawansowane", + "gui.plasmovoice.advanced.visual": "Wizualne i UI", + "gui.plasmovoice.advanced.visualize_voice_distance": "Wizualizuj Dystans Głosu", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Wizualizuj Przy Dołączeniu", + "gui.plasmovoice.advanced.audio_engine": "Silnik Audio", + "gui.plasmovoice.advanced.directional_sources_angle": "Kąt Źródeł Kierunkowych", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Kąt pod którym będziesz słyszał źródło na 100%, jeżeli opcja kierunkowych źródeł jest włączona.\n\n360 jest jak wyłączona.", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "Źródła Monofoniczne", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Dodatki używają źródeł stereo dla lepszej jakości głosu. Ta jakość jest o wiele lepsza, lecz \"facing\" nie wpływa na \"panning\". Dźwięk zanika tylko z odległością.\n\nJeżeli opcja jest włączona, źródła stereo są konwertowane na typowe źródła mono. Jakość jest gorsza, lecz będą posiadały \"panning\".", + "gui.plasmovoice.advanced.panning": "Pozycjonowanie stereo", + "gui.plasmovoice.advanced.exponential_volume": "Stopniowy Dźwięk", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "Suwak Głośności", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "Wzmocnienie Odległości", + "gui.plasmovoice.hotkeys": "Klawiszologia", + "gui.plasmovoice.volume": "Głośność", + "gui.plasmovoice.volume.sources": "Głośność Źródeł", + "gui.plasmovoice.volume.players": "Głośność Graczy", + "gui.plasmovoice.volume.players_search": "Szukaj...", + "gui.plasmovoice.about.made_by": "%s został stworzony przez", + "gui.plasmovoice.about.huix": "Koncept i Wygląd", + "gui.plasmovoice.about.programming": "Programowanie", + "gui.plasmovoice.about.artist": "Artysta", + "gui.plasmovoice.about.support": "Dziękujemy Za Wsparcie", + "gui.plasmovoice.about.links": "%s w", + "gui.plasmovoice.about.copyright": "Prosimy używać tylko oficjalnych źródeł i nie rozpowszechniać modyfikacji bez naszej zgody. Możesz się z nami skontaktować na Discordzie w razie jakichkolwiek pytań, pomocy, sugestii i ofert.", + "gui.plasmovoice.overlay": "Nakładka", + "gui.plasmovoice.overlay.activation_icon": "Ikona Hud", + "gui.plasmovoice.overlay.activation_icon_show": "Pokaż Ikonę Hud", + "gui.plasmovoice.overlay.activation_icon_position": "Pozycja Ikony Hud", + "gui.plasmovoice.overlay.activation_icon_position.choose": "Wybierz Pozycję Ikony", + "gui.plasmovoice.overlay.hud_position.top_left": "Lewy Górny", + "gui.plasmovoice.overlay.hud_position.top_center": "Górny Środek", + "gui.plasmovoice.overlay.hud_position.top_right": "Prawy Górny", + "gui.plasmovoice.overlay.hud_position.bottom_left": "Lewy Dolny", + "gui.plasmovoice.overlay.hud_position.bottom_center": "Dolny Środek", + "gui.plasmovoice.overlay.hud_position.bottom_right": "Prawy Dolny", + "gui.plasmovoice.overlay.source_icons": "Ikony Stworzeń", + "gui.plasmovoice.overlay.show_source_icons": "Pokaż Ikony Stworzeń", + "gui.plasmovoice.overlay.show_source_icons.hud": "Tylko GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "Zawsze", + "gui.plasmovoice.overlay.show_source_icons.hidden": "Ukryte", + "gui.plasmovoice.overlay.show_static_source_icons": "Pokaż Na Statycznych Źródłach", + "gui.plasmovoice.overlay.enable": "Włącz Nakładkę", + "gui.plasmovoice.overlay.position": "Pozycja Nakładki", + "gui.plasmovoice.overlay.position.choose": "Wybierz Pozycję Nakładki", + "gui.plasmovoice.overlay.style": "Styl Nakładki", + "gui.plasmovoice.overlay.style.name_skin": "Nazwa i Skórka", + "gui.plasmovoice.overlay.style.skin": "Tylko Skórka", + "gui.plasmovoice.overlay.style.name": "Tylko Nazwa", + "gui.plasmovoice.overlay.sources": "Nakładka Źródeł", + "gui.plasmovoice.overlay.sources.when_talking": "Gdy Mówisz", + "gui.plasmovoice.overlay.sources.always": "Zawsze", + "gui.plasmovoice.overlay.sources.never": "Nigdy", + "gui.plasmovoice.addons": "Dodatki", + "gui.plasmovoice.not_available": "Plasmo Voice nie jest zainstalowany na tym serwerze", + "gui.plasmovoice.connecting": "Łączenie z serwerem UDP...", + "gui.plasmovoice.cannot_connect_to_udp": "Nie można połączyć z serwerem UDP,\nPrawdopodobnie port UDP jest zamknięty. Przeczytaj wiki:\n%s", + "pv.activation.parent": "Rodzic", + "message.plasmovoice.close": "Zamknij", + "message.plasmovoice.on": "Włączony", + "message.plasmovoice.off": "Wyłączony", + "message.plasmovoice.occlusion_changed": "Okluzja Dźwięku: %s", + "message.plasmovoice.distance_changed": "Dystans Głosu %s: %d", + "message.plasmovoice.activation.toggle": "%s: %s", + "message.plasmovoice.macos_incompatible_launcher": "Nie możesz korzystać z czatu głosowego, ponieważ twój Minecraft Launcher nie wspiera uprawnień do mikrofonu na MacOS. Powinieneś przenieść się na &ePrism Launcher&r.", + "message.plasmovoice.update_available": "Nowa wersja %1$s Plasmo Voice jest dostępna: %2$s", + "message.plasmovoice.update_available.click": "Pobierz", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/pt_br.json b/config/plasmovoice/.crowdin/pt_br.json new file mode 100644 index 0000000..cf4b905 --- /dev/null +++ b/config/plasmovoice/.crowdin/pt_br.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "Configurações de Voz", + "key.plasmovoice.general": "Geral", + "key.plasmovoice.general.mute_microphone": "Silenciar microfone", + "key.plasmovoice.general.disable_voice": "Desativar Chat de Voz", + "key.plasmovoice.general.action": "Botão de ação", + "key.plasmovoice.distance": "%s Distância de Voz", + "key.plasmovoice.distance.increase": "Aumentar Distância de Voz", + "key.plasmovoice.distance.decrease": "Diminuir Distância de Voz", + "key.plasmovoice.occlusion": "Oclusão de Som", + "key.plasmovoice.occlusion.toggle": "Alternar Oclusão de Som", + "gui.plasmovoice.title": "Configurações de %1$s %2$s", + "gui.plasmovoice.toggle.microphone": "Ativar/Desativar Microfone\n%s", + "gui.plasmovoice.toggle.voice": "Alternar Chat de Voz\n%s", + "gui.plasmovoice.toggle.currently": "Atualmente: %s", + "gui.plasmovoice.toggle.enabled": "HABILITADO", + "gui.plasmovoice.toggle.disabled": "DESABILITAR", + "gui.plasmovoice.devices": "Dispositivos", + "gui.plasmovoice.devices.microphone": "Microfone", + "gui.plasmovoice.devices.activation_threshold": "Limite de ativação", + "gui.plasmovoice.devices.activation_threshold.tooltip": "Apenas relevante se o tipo de ativação estiver definido como “Ativação de voz”.\n\nMova o controle deslizante para um ponto onde o volume só supera quando você está conversando.\n\nVocê também pode pressionar o ícone para habilitar o teste do microfone e ouvir sua voz", + "gui.plasmovoice.devices.not_available": "Não disponível", + "gui.plasmovoice.devices.default": "Padrão do sistema", + "gui.plasmovoice.devices.microphone_volume": "Volume do microfone", + "gui.plasmovoice.devices.noise_suppression": "Supressão de Ruído", + "gui.plasmovoice.devices.noise_suppression.tooltip": "A eliminação de ruído RNNoise\n\nUsa redes neurais. Funciona bem, mas pode usar sua CPU de forma intensiva.\n\nAplica-se ao seu microfone.", + "gui.plasmovoice.devices.stereo_capture": "Captura em estéreo", + "gui.plasmovoice.devices.stereo_capture.tooltip": "Captura o som em estéreo, e converte-o em mono.\nPode melhorar a qualidade, mas deixa o som mais silencioso.", + "gui.plasmovoice.devices.output": "Saída", + "gui.plasmovoice.devices.output_device": "Dispositivo de Saída", + "gui.plasmovoice.devices.volume": "Volume", + "gui.plasmovoice.devices.volume.tooltip": "Mudar o volume para mais de 100% pode causar distorção.", + "gui.plasmovoice.devices.occlusion": "Oclusão de Som", + "gui.plasmovoice.devices.occlusion.tooltip": "Lança um raio do jogador para cada fonte de som, e abomina o som se os blocos estiverem no caminho.\n\nÚtil se você não quiser ouvir as pessoas das outras salas, mas às vezes não funciona corretamente, por isso é melhor mantê-lo desativado quando você não precisa.", + "gui.plasmovoice.devices.directional_sources": "Fontes Direcionais", + "gui.plasmovoice.devices.directional_sources.tooltip": "Irá tornar o som um pouco mais silencioso se a fonte de som não estiver olhando diretamente para você e estiver fora do ângulo especificado.\n\nAplica-se aos jogadores que você escuta.", + "gui.plasmovoice.devices.hrtf": "Áudio Binaural", + "gui.plasmovoice.devices.hrtf.tooltip": "Melhora a precisão do posicionamento de áudio, tornando mais fácil de entender de onde o som está vindo no espaço 3D.\n\nPode piorar ligeiramente a qualidade do áudio.\n\nAplica-se aos jogadores que você ouve.", + "gui.plasmovoice.activation": "Ativação", + "gui.plasmovoice.activation.type": "Tipo de ativação", + "gui.plasmovoice.activation.type_ptt": "Pressione-para-falar", + "gui.plasmovoice.activation.type_voice": "Voz", + "gui.plasmovoice.activation.type_inherit": "Herdar", + "gui.plasmovoice.activation.ptt_button": "Botão Pressionar-para-falar", + "gui.plasmovoice.activation.toggle_button": "Botão alternador", + "gui.plasmovoice.activation.toggle": "Alternar \"%s\"\n%s", + "gui.plasmovoice.activation.distance": "%s Distância", + "gui.plasmovoice.advanced": "Avançado", + "gui.plasmovoice.advanced.visual": "Visual e Interface", + "gui.plasmovoice.advanced.visualize_voice_distance": "Diminuir Distância de Voz", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Visualizar ao entrar", + "gui.plasmovoice.advanced.audio_engine": "Motor de Áudio", + "gui.plasmovoice.advanced.directional_sources_angle": "Ângulo de Fontes Direcionais", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Um ângulo no qual você ouvirá a fonte 100% se a opção de fontes direcionais estiver habilitada.\n\n360 é como se a opção estivesse desativada.", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "Fontes de Mono Estéreo", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Addons usam fontes estéreo para uma melhor qualidade de áudio. A qualidade é muito melhor, mas virar não afeta o áudio em suas direções. O som só desaparece de distância.\n\nQuando essa opção é habilitada, as fontes estéreo são convertidas para as fontes normais de monos. A qualidade é pior, mas agora elas terão direções.", + "gui.plasmovoice.advanced.panning": "Posicionamento estéreo", + "gui.plasmovoice.advanced.exponential_volume": "Volume Exponencial", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "Controle deslizante de volume", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "Ganho de Distância", + "gui.plasmovoice.hotkeys": "Atalhos", + "gui.plasmovoice.volume": "Volume", + "gui.plasmovoice.volume.sources": "Volume das Fontes", + "gui.plasmovoice.volume.players": "Volume dos Jogadores", + "gui.plasmovoice.volume.players_search": "Pesquisar...", + "gui.plasmovoice.about.made_by": "%s é feito por", + "gui.plasmovoice.about.huix": "Conceito e Design", + "gui.plasmovoice.about.programming": "Programação", + "gui.plasmovoice.about.artist": "Artista", + "gui.plasmovoice.about.support": "Obrigado por apoiar", + "gui.plasmovoice.about.links": "%s em", + "gui.plasmovoice.about.copyright": "Por favor, use apenas fontes oficiais e não redistribua o mod sem nossa permissão. Você pode entrar em contato conosco pelo Discord para qualquer dúvida, ajuda, sugestões ou ofertas.", + "gui.plasmovoice.overlay": "Sobreposição", + "gui.plasmovoice.overlay.activation_icon": "Ícone da Interface", + "gui.plasmovoice.overlay.activation_icon_show": "Mostrar Ícone da Interface", + "gui.plasmovoice.overlay.activation_icon_position": "Posição do Ícone", + "gui.plasmovoice.overlay.activation_icon_position.choose": "Escolher posição do ícone", + "gui.plasmovoice.overlay.hud_position.top_left": "Superior Esquerdo", + "gui.plasmovoice.overlay.hud_position.top_center": "Centro Superior", + "gui.plasmovoice.overlay.hud_position.top_right": "Superior Direito", + "gui.plasmovoice.overlay.hud_position.bottom_left": "Inferior Esquerdo", + "gui.plasmovoice.overlay.hud_position.bottom_center": "Centro Inferior", + "gui.plasmovoice.overlay.hud_position.bottom_right": "Inferior Direito", + "gui.plasmovoice.overlay.source_icons": "Ícones de Entidade", + "gui.plasmovoice.overlay.show_source_icons": "Exibir Ícones de Entidade", + "gui.plasmovoice.overlay.show_source_icons.hud": "Apenas Interface", + "gui.plasmovoice.overlay.show_source_icons.always": "Sempre", + "gui.plasmovoice.overlay.show_source_icons.hidden": "Escondido", + "gui.plasmovoice.overlay.show_static_source_icons": "Exibir Fontes Estáticas", + "gui.plasmovoice.overlay.enable": "Habilitar a Sobreposição", + "gui.plasmovoice.overlay.position": "Posição da Sobreposição", + "gui.plasmovoice.overlay.position.choose": "Escolher Posição de Sobreposição", + "gui.plasmovoice.overlay.style": "Estilo de Sobreposição", + "gui.plasmovoice.overlay.style.name_skin": "Nome e Skin", + "gui.plasmovoice.overlay.style.skin": "Somente Skin", + "gui.plasmovoice.overlay.style.name": "Somente Nome", + "gui.plasmovoice.overlay.sources": "Fontes de Sobreposição", + "gui.plasmovoice.overlay.sources.when_talking": "Ao Falar", + "gui.plasmovoice.overlay.sources.always": "Sempre", + "gui.plasmovoice.overlay.sources.never": "Nunca", + "gui.plasmovoice.addons": "Complementos", + "gui.plasmovoice.not_available": "Plasmo Voice não está instalado neste servidor", + "gui.plasmovoice.connecting": "Conectando ao servidor UDP...", + "gui.plasmovoice.cannot_connect_to_udp": "Não é possível conectar-se ao servidor UDP,\nÉ provável que a porta UDP esteja fechada. Leia a wiki:\n%s", + "pv.activation.parent": "Matriz", + "message.plasmovoice.close": "Fechar", + "message.plasmovoice.on": "Ligado", + "message.plasmovoice.off": "Desligado", + "message.plasmovoice.occlusion_changed": "Oclusão de Som: %s", + "message.plasmovoice.distance_changed": "%s Distância de Voz: %d", + "message.plasmovoice.activation.toggle": "%s: %s", + "message.plasmovoice.macos_incompatible_launcher": "Você não pode usar o chat de voz porque seu launcher não suporta permissões de microfone no MacOS. Você deve alternar para o &ePrism Launcher&r em vez disso.", + "message.plasmovoice.update_available": "Nova versão %1$s de Plasmo Voice está disponível: %2$s", + "message.plasmovoice.update_available.click": "Baixar", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/ru_ru.json b/config/plasmovoice/.crowdin/ru_ru.json new file mode 100644 index 0000000..4c1af1b --- /dev/null +++ b/config/plasmovoice/.crowdin/ru_ru.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "Настройки голосового чата", + "key.plasmovoice.general": "Основные", + "key.plasmovoice.general.mute_microphone": "Выключить микрофон", + "key.plasmovoice.general.disable_voice": "Выключить голосовой чат", + "key.plasmovoice.general.action": "Кнопка действия", + "key.plasmovoice.distance": "Дистанция голоса \"%s\"", + "key.plasmovoice.distance.increase": "Увеличить дистанцию", + "key.plasmovoice.distance.decrease": "Уменьшить дистанцию", + "key.plasmovoice.occlusion": "Затухание звука через блоки", + "key.plasmovoice.occlusion.toggle": "Вкл/выкл затухание звука", + "gui.plasmovoice.title": "Настройки %1$s %2$s", + "gui.plasmovoice.toggle.microphone": "Вкл/выкл микрофон\n%s", + "gui.plasmovoice.toggle.voice": "Вкл/выкл голосовой чат\n%s", + "gui.plasmovoice.toggle.currently": "Сейчас: %s", + "gui.plasmovoice.toggle.enabled": "ВКЛ", + "gui.plasmovoice.toggle.disabled": "ВЫКЛ", + "gui.plasmovoice.devices": "Устройства", + "gui.plasmovoice.devices.microphone": "Микрофон", + "gui.plasmovoice.devices.activation_threshold": "Порог активации", + "gui.plasmovoice.devices.activation_threshold.tooltip": "Работает только при активации голосом\n\nПоставьте слайдер в позицию где звукпереходит через порог активации только когда вы говорите\n\nНажмите на иконку, чтобы включить тестирование микрофона и услышать ваш голос", + "gui.plasmovoice.devices.not_available": "Не доступен", + "gui.plasmovoice.devices.default": "System Default", + "gui.plasmovoice.devices.microphone_volume": "Громкость микрофона", + "gui.plasmovoice.devices.noise_suppression": "Шумоподавление", + "gui.plasmovoice.devices.noise_suppression.tooltip": "Шумоподавление RNNoise\n\nИспользует нейронные сети. Хорошо работает, но может нагружать процессор\n\nПрименяется к вашему микрофону.", + "gui.plasmovoice.devices.stereo_capture": "Стерео захват", + "gui.plasmovoice.devices.stereo_capture.tooltip": "Захватывает звук в стерео, зачем конвертирует в моно.\nМожет улучшить качество, но делает звук тише.", + "gui.plasmovoice.devices.output": "Устройство вывода", + "gui.plasmovoice.devices.output_device": "Устройство вывода", + "gui.plasmovoice.devices.volume": "Громкость голосового чата", + "gui.plasmovoice.devices.volume.tooltip": "Громкость больше 100% может вызвать перегрузки.", + "gui.plasmovoice.devices.occlusion": "Заглушение через блоки", + "gui.plasmovoice.devices.occlusion.tooltip": "Отправляет луч от игрока к каждому источнику, звука, и заглушает его, если луч проходит через блоки\n\nПолезно, если вы не хотите слышать людей через стены. Но иногда работает криво, поэтому лучше не включать, если вам это не нужно", + "gui.plasmovoice.devices.directional_sources": "Направленные источники", + "gui.plasmovoice.devices.directional_sources.tooltip": "Делает звук тише, если источник не направлен на вас, и находится вне указанного угла\n\nПрименяется к игрокам которых слышите вы", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "Улучшает позиционирование аудио, проще понять, где в 3D пространстве находится источник звука\n\nМожет сделать качество звука хуже\n\nПрименяется к игрокам которых слышите вы", + "gui.plasmovoice.activation": "Активации", + "gui.plasmovoice.activation.type": "Тип активации", + "gui.plasmovoice.activation.type_ptt": "Push-To-Talk", + "gui.plasmovoice.activation.type_voice": "Голос", + "gui.plasmovoice.activation.type_inherit": "Наследование", + "gui.plasmovoice.activation.ptt_button": "Кнопка Push-To-Talk", + "gui.plasmovoice.activation.toggle_button": "Кнопка переключения", + "gui.plasmovoice.activation.toggle": "Вкл/Выкл \"%s\"\n%s", + "gui.plasmovoice.activation.distance": "Дистанция \"%s\"", + "gui.plasmovoice.advanced": "Продвинутые", + "gui.plasmovoice.advanced.visual": "Визуальные и интерфейс", + "gui.plasmovoice.advanced.visualize_voice_distance": "Визуализировать дистанцию", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Визуализировать при входе", + "gui.plasmovoice.advanced.audio_engine": "Звуковой движок", + "gui.plasmovoice.advanced.directional_sources_angle": "Угол напр. источников", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Угол, в котором вы слышите источник с громкостью 100%, если включены направленные источники. 360 градусов это как если направленные источники не включены", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "Моно стерео источники", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Аддоны могут использовать стерео для улучшения качества звука. Качество намного лучше, но нет позиционирования. Звук будет только затухать с дистанцией\n\nКогда эта опция включена, стерео источники будете конвертированы в обычные моно источники. Качество хуже, но у них будет позиционирование.", + "gui.plasmovoice.advanced.panning": "Стерео позиционирование", + "gui.plasmovoice.advanced.exponential_volume": "Общая громкость", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "Ползунок громкости", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "Увеличение расстояния", + "gui.plasmovoice.hotkeys": "Клавиши", + "gui.plasmovoice.volume": "Громкость", + "gui.plasmovoice.volume.sources": "Громкость источников", + "gui.plasmovoice.volume.players": "Громкость игроков", + "gui.plasmovoice.volume.players_search": "Поиск...", + "gui.plasmovoice.about.made_by": "Авторы %s", + "gui.plasmovoice.about.huix": "Концепт и Дизайн", + "gui.plasmovoice.about.programming": "Код", + "gui.plasmovoice.about.artist": "Художник", + "gui.plasmovoice.about.support": "Спасибо за поддержку", + "gui.plasmovoice.about.links": "Страницы %s", + "gui.plasmovoice.about.copyright": "Пожалуйста, используйте только официальные источники и не распространяйте мод без нашего разрешения. Вы можете связаться с нами в Discord по любым вопросам, помощи, или предложениям.", + "gui.plasmovoice.overlay": "Оверлей", + "gui.plasmovoice.overlay.activation_icon": "Иконка активации", + "gui.plasmovoice.overlay.activation_icon_show": "Показывать иконки", + "gui.plasmovoice.overlay.activation_icon_position": "Позиция иконок", + "gui.plasmovoice.overlay.activation_icon_position.choose": "Выберите расположение иконки", + "gui.plasmovoice.overlay.hud_position.top_left": "Слева сверху", + "gui.plasmovoice.overlay.hud_position.top_center": "По центру сверху", + "gui.plasmovoice.overlay.hud_position.top_right": "Справа сверху", + "gui.plasmovoice.overlay.hud_position.bottom_left": "Слева снизу", + "gui.plasmovoice.overlay.hud_position.bottom_center": "По центру снизу", + "gui.plasmovoice.overlay.hud_position.bottom_right": "Справа снизу", + "gui.plasmovoice.overlay.source_icons": "Иконки энтити", + "gui.plasmovoice.overlay.show_source_icons": "Отображать иконки", + "gui.plasmovoice.overlay.show_source_icons.hud": "Только GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "Всегда", + "gui.plasmovoice.overlay.show_source_icons.hidden": "Скрыто", + "gui.plasmovoice.overlay.show_static_source_icons": "Статические источники", + "gui.plasmovoice.overlay.enable": "Включить оверлей", + "gui.plasmovoice.overlay.position": "Расположение оверлея", + "gui.plasmovoice.overlay.position.choose": "Выберите расположение оверлея", + "gui.plasmovoice.overlay.style": "Стиль оверлей", + "gui.plasmovoice.overlay.style.name_skin": "Ник и скин", + "gui.plasmovoice.overlay.style.skin": "Только скин", + "gui.plasmovoice.overlay.style.name": "Только ник", + "gui.plasmovoice.overlay.sources": "Оверлей источников", + "gui.plasmovoice.overlay.sources.when_talking": "Когда говорят", + "gui.plasmovoice.overlay.sources.always": "Всегда", + "gui.plasmovoice.overlay.sources.never": "Никогда", + "gui.plasmovoice.addons": "Аддоны", + "gui.plasmovoice.not_available": "Plasmo Voice не установлен на этом сервере", + "gui.plasmovoice.connecting": "Подключение к UDP серверу...", + "gui.plasmovoice.cannot_connect_to_udp": "Не удалось подключиться к UDP серверу,\nскорее всего закрыт порт. Прочитайте вики:\n%s", + "pv.activation.parent": "Основная", + "message.plasmovoice.close": "Закрыть", + "message.plasmovoice.on": "Вкл", + "message.plasmovoice.off": "Выкл", + "message.plasmovoice.occlusion_changed": "Заглушение звука через блоки: %s", + "message.plasmovoice.distance_changed": "Дистанция \"%s\": %d", + "message.plasmovoice.activation.toggle": "%s: %s", + "message.plasmovoice.macos_incompatible_launcher": "Вы не можете использовать голосовой чат, потому что ваш лаунчер Minecraft не поддерживает использование микрофона на MacOS. Вам стоит перейти на &ePrism Launcher&r.", + "message.plasmovoice.update_available": "Доступна новая версия Plasmo Voice %1$s: %2$s", + "message.plasmovoice.update_available.click": "Скачать", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/timestamp b/config/plasmovoice/.crowdin/timestamp new file mode 100644 index 0000000..45e55fa --- /dev/null +++ b/config/plasmovoice/.crowdin/timestamp @@ -0,0 +1 @@ +1712030338473 \ No newline at end of file diff --git a/config/plasmovoice/.crowdin/uk_ua.json b/config/plasmovoice/.crowdin/uk_ua.json new file mode 100644 index 0000000..14408a5 --- /dev/null +++ b/config/plasmovoice/.crowdin/uk_ua.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "Налаштування голосу", + "key.plasmovoice.general": "Загальні", + "key.plasmovoice.general.mute_microphone": "Вимк. мікрофон", + "key.plasmovoice.general.disable_voice": "Вимкнути голосовий чат", + "key.plasmovoice.general.action": "Кнопка дії", + "key.plasmovoice.distance": "%s Відстань голосу", + "key.plasmovoice.distance.increase": "Збільшити відстань голосу", + "key.plasmovoice.distance.decrease": "Зменшити відстань голосу", + "key.plasmovoice.occlusion": "Приглушення через блоки", + "key.plasmovoice.occlusion.toggle": "Увімк/вимк приглушення", + "gui.plasmovoice.title": "Налаштування %1$s %2$s", + "gui.plasmovoice.toggle.microphone": "Увімк/вимк мікрофон\n%s", + "gui.plasmovoice.toggle.voice": "Увімк/вимк голосовий чат\n%s", + "gui.plasmovoice.toggle.currently": "Поточний: %s", + "gui.plasmovoice.toggle.enabled": "УВІМК", + "gui.plasmovoice.toggle.disabled": "ВИМК", + "gui.plasmovoice.devices": "Пристрої", + "gui.plasmovoice.devices.microphone": "Мікрофон", + "gui.plasmovoice.devices.activation_threshold": "Поріг активації", + "gui.plasmovoice.devices.activation_threshold.tooltip": "Працює, якщо тип активації встановлено на \"Голосова активація\".\n\nПеремістіть повзунок у положення, в якому гучність перевищує його лише коли ви говорите.\n\nНатисніть на значок, щоб увімкнути тестування мікрофона і почути свій голос", + "gui.plasmovoice.devices.not_available": "Не доступно", + "gui.plasmovoice.devices.default": "За замовчуванням", + "gui.plasmovoice.devices.microphone_volume": "Гучність мікрофона", + "gui.plasmovoice.devices.noise_suppression": "Придушення шуму", + "gui.plasmovoice.devices.noise_suppression.tooltip": "Придушення шуму RNNoise.\n\nВикористовує нейронні мережі. Працює чудово, але може навантажувати процесор.\n\nЗастосовується до вашого мікрофона.", + "gui.plasmovoice.devices.stereo_capture": "Стереозахоплення", + "gui.plasmovoice.devices.stereo_capture.tooltip": "Захоплює звук у стерео, потім перетворює його в моно.\nМоже покращити якість, але робить звук тихішим.", + "gui.plasmovoice.devices.output": "Виведення", + "gui.plasmovoice.devices.output_device": "Пристрій виведення", + "gui.plasmovoice.devices.volume": "Гучність", + "gui.plasmovoice.devices.volume.tooltip": "Збільшення гучності понад 100% може викликати спотворення.", + "gui.plasmovoice.devices.occlusion": "Приглушення через блоки", + "gui.plasmovoice.devices.occlusion.tooltip": "Спрямовує промінь від гравця до кожного джерела звуку і приглушує його, якщо на шляху променя розташовані блоки.\n\nКорисно, якщо ви не хочете чути людей з інших кімнат. Але іноді працює неправильно, тому краще вимкнути цю функцію, коли вона не потрібна.", + "gui.plasmovoice.devices.directional_sources": "Спрямовані джерела", + "gui.plasmovoice.devices.directional_sources.tooltip": "Зробить звук трохи тихішим, якщо джерело звуку не дивиться прямо на вас і знаходиться за межами вказаного кута.\n\nЗастосовується до гравців, яких ви чуєте.", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "Покращує точність розташування звуку, полегшуючи розуміння того, звідки йде звук у 3D-просторі.\n\nМоже дещо погіршити якість звуку.\n\nЗастосовується до гравців, яких ви чуєте.", + "gui.plasmovoice.activation": "Активації", + "gui.plasmovoice.activation.type": "Тип активації", + "gui.plasmovoice.activation.type_ptt": "Push-To-Talk", + "gui.plasmovoice.activation.type_voice": "Голос", + "gui.plasmovoice.activation.type_inherit": "Успадкування", + "gui.plasmovoice.activation.ptt_button": "Кнопка Push-To-Talk", + "gui.plasmovoice.activation.toggle_button": "Кнопка перемикання", + "gui.plasmovoice.activation.toggle": "Увімк/Вимк \"%s\"\n%s", + "gui.plasmovoice.activation.distance": "%s Відстань", + "gui.plasmovoice.advanced": "Розширені", + "gui.plasmovoice.advanced.visual": "Візуальні та інтерфейс", + "gui.plasmovoice.advanced.visualize_voice_distance": "Візуалізація дистанції голосу", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Візуалізація при приєднанні", + "gui.plasmovoice.advanced.audio_engine": "Аудіорушій", + "gui.plasmovoice.advanced.directional_sources_angle": "Кут спрямованих джерел", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Кут, під яким ви будете чути джерело на 100%, якщо увімкнено функцію спрямованих джерел.\n\n360 - функцію вимкнено.", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "Моно стереоджерела", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Аддони використовують стерео джерела для кращої якості звуку. Якість набагато краща, але поворот не впливає на звук. Лише зі збільшенням відстані від джерела звук буде зменшуватись.\n\nЯкщо цей пункт увімкнено, стереоджерела перетворюються на звичайні моноджерела. Якість буде гіршою, але вони матимуть вплив повороту на звук.", + "gui.plasmovoice.advanced.panning": "Стереопозиціонування", + "gui.plasmovoice.advanced.exponential_volume": "Експоненційна гучність", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "Повзунок гучності", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "Підсилення на відстані", + "gui.plasmovoice.hotkeys": "Гарячі клавіші", + "gui.plasmovoice.volume": "Гучність", + "gui.plasmovoice.volume.sources": "Гучність джерел", + "gui.plasmovoice.volume.players": "Гучність гравців", + "gui.plasmovoice.volume.players_search": "Знайти...", + "gui.plasmovoice.about.made_by": "%s створений", + "gui.plasmovoice.about.huix": "Концепт та Дизайн", + "gui.plasmovoice.about.programming": "Програмування", + "gui.plasmovoice.about.artist": "Художник", + "gui.plasmovoice.about.support": "Дякуємо за Вашу підтримку", + "gui.plasmovoice.about.links": "%s на", + "gui.plasmovoice.about.copyright": "Будь ласка, використовуйте тільки офіційні джерела і не поширюйте мод без нашого дозволу. Ви можете зв’язатися з нами в Discord за будь-якими запитаннями, допомогою, пропозиціями.", + "gui.plasmovoice.overlay": "Оверлей", + "gui.plasmovoice.overlay.activation_icon": "Іконка HUD", + "gui.plasmovoice.overlay.activation_icon_show": "Показувати іконку в HUD", + "gui.plasmovoice.overlay.activation_icon_position": "Позиція іконки в HUD", + "gui.plasmovoice.overlay.activation_icon_position.choose": "Оберіть позицію іконки", + "gui.plasmovoice.overlay.hud_position.top_left": "Зверху зліва", + "gui.plasmovoice.overlay.hud_position.top_center": "Зверху по центру", + "gui.plasmovoice.overlay.hud_position.top_right": "Зверху справа", + "gui.plasmovoice.overlay.hud_position.bottom_left": "Внизу зліва", + "gui.plasmovoice.overlay.hud_position.bottom_center": "Внизу по центру", + "gui.plasmovoice.overlay.hud_position.bottom_right": "Внизу справа", + "gui.plasmovoice.overlay.source_icons": "Іконки сутностей", + "gui.plasmovoice.overlay.show_source_icons": "Показувати іконки сутностей", + "gui.plasmovoice.overlay.show_source_icons.hud": "Лише GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "Завжди", + "gui.plasmovoice.overlay.show_source_icons.hidden": "Приховано", + "gui.plasmovoice.overlay.show_static_source_icons": "На статичних джерелах", + "gui.plasmovoice.overlay.enable": "Увімкнути оверлей", + "gui.plasmovoice.overlay.position": "Позиція оверлея", + "gui.plasmovoice.overlay.position.choose": "Оберіть позицію оверлею", + "gui.plasmovoice.overlay.style": "Стиль оверлея", + "gui.plasmovoice.overlay.style.name_skin": "Нік та скін", + "gui.plasmovoice.overlay.style.skin": "Лише скін", + "gui.plasmovoice.overlay.style.name": "Лише нік", + "gui.plasmovoice.overlay.sources": "Оверлей джерел", + "gui.plasmovoice.overlay.sources.when_talking": "Під час розмови", + "gui.plasmovoice.overlay.sources.always": "Завжди", + "gui.plasmovoice.overlay.sources.never": "Ніколи", + "gui.plasmovoice.addons": "Аддони", + "gui.plasmovoice.not_available": "Plasmo Voice не встановлено на цьому сервері", + "gui.plasmovoice.connecting": "Під'єднання до UDP-сервера...", + "gui.plasmovoice.cannot_connect_to_udp": "Не вдається під'єднатися до UDP-сервера,\nЙмовірно, порт UDP закрито. Прочитайте вікі:\n%s", + "pv.activation.parent": "Батьківський", + "message.plasmovoice.close": "Закрити", + "message.plasmovoice.on": "Увімк", + "message.plasmovoice.off": "Вимк", + "message.plasmovoice.occlusion_changed": "Приглушення через блоки: %s", + "message.plasmovoice.distance_changed": "%s Відстань голосу: %d", + "message.plasmovoice.activation.toggle": "%s: %s", + "message.plasmovoice.macos_incompatible_launcher": "Ви не можете використовувати голосовий чат, тому що ваш лаунчер Minecraft не має дозволу на використання мікрофона на MacOS. Натомість варто перейти на &ePrism Launcher&r.", + "message.plasmovoice.update_available": "Доступна нова версія Plasmo Voice %1$s: %2$s", + "message.plasmovoice.update_available.click": "Завантажити", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/zh_cn.json b/config/plasmovoice/.crowdin/zh_cn.json new file mode 100644 index 0000000..cae36bc --- /dev/null +++ b/config/plasmovoice/.crowdin/zh_cn.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "语音设置", + "key.plasmovoice.general": "常规", + "key.plasmovoice.general.mute_microphone": "静音麦克风", + "key.plasmovoice.general.disable_voice": "禁用语音聊天", + "key.plasmovoice.general.action": "操作按钮", + "key.plasmovoice.distance": "%s 语音距离", + "key.plasmovoice.distance.increase": "增大语音距离", + "key.plasmovoice.distance.decrease": "减小语音距离", + "key.plasmovoice.occlusion": "声音传播阻挡", + "key.plasmovoice.occlusion.toggle": "切换声音传播阻挡", + "gui.plasmovoice.title": "%1$s %2$s 设置", + "gui.plasmovoice.toggle.microphone": "切换麦克风\n%s", + "gui.plasmovoice.toggle.voice": "切换语音聊天\n%s", + "gui.plasmovoice.toggle.currently": "当前:%s", + "gui.plasmovoice.toggle.enabled": "已启用", + "gui.plasmovoice.toggle.disabled": "已禁用", + "gui.plasmovoice.devices": "设备", + "gui.plasmovoice.devices.microphone": "麦克风", + "gui.plasmovoice.devices.activation_threshold": "自启动阈值", + "gui.plasmovoice.devices.activation_threshold.tooltip": "仅当激活类型设置为“语音”时生效。\n\n移动滑块以设置讲话时音量超过何值自动激活麦克风。\n\n你也可以按下图标测试你的麦克风和声音。", + "gui.plasmovoice.devices.not_available": "不可用", + "gui.plasmovoice.devices.default": "系统默认", + "gui.plasmovoice.devices.microphone_volume": "麦克风音量", + "gui.plasmovoice.devices.noise_suppression": "噪声抑制", + "gui.plasmovoice.devices.noise_suppression.tooltip": "RNNoise 噪声抑制\n\n使用神经网络,效果不错,但可能产生额外的 CPU 占用。\n\n适用于你的麦克风。", + "gui.plasmovoice.devices.stereo_capture": "立体声捕获", + "gui.plasmovoice.devices.stereo_capture.tooltip": "捕获立体声,然后转换为单声道。\n可能会提高质量,但会使声音更小。", + "gui.plasmovoice.devices.output": "输出", + "gui.plasmovoice.devices.output_device": "输出设备", + "gui.plasmovoice.devices.volume": "音量", + "gui.plasmovoice.devices.volume.tooltip": "将音量调至 100% 以上可能会导致失真。", + "gui.plasmovoice.devices.occlusion": "声音传播阻挡", + "gui.plasmovoice.devices.occlusion.tooltip": "以玩家为原点向每个声源投射一条射线,如果射线被方块阻挡则降低该声源的音量。\n\n如果你不想听到其他房间的玩家的声音,这很有用,但有时无法正常生效,所以没有此需求的话最好禁用。", + "gui.plasmovoice.devices.directional_sources": "定向声源", + "gui.plasmovoice.devices.directional_sources.tooltip": "如果声源没有面向你且在指定角度之外,会稍微降低声源音量。\n\n适用于你听到的玩家。", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "提高音频定位的准确性,在 3D 空间中能更加简单地定位声源。\n\n会稍微降低音频质量。\n\n适用于你听到的玩家。", + "gui.plasmovoice.activation": "激活", + "gui.plasmovoice.activation.type": "激活类型", + "gui.plasmovoice.activation.type_ptt": "按键", + "gui.plasmovoice.activation.type_voice": "语音", + "gui.plasmovoice.activation.type_inherit": "继承", + "gui.plasmovoice.activation.ptt_button": "按键激活按钮", + "gui.plasmovoice.activation.toggle_button": "切换按钮", + "gui.plasmovoice.activation.toggle": "切换“%s”\n%s", + "gui.plasmovoice.activation.distance": "%s 距离", + "gui.plasmovoice.advanced": "高级", + "gui.plasmovoice.advanced.visual": "视觉和用户界面", + "gui.plasmovoice.advanced.visualize_voice_distance": "可视化语音距离", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "加入游戏时可见", + "gui.plasmovoice.advanced.audio_engine": "音频引擎", + "gui.plasmovoice.advanced.directional_sources_angle": "定向声源角度", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "如果定向声源已启用,你将听到 100% 音量的角度。\n\n设置为 360 近乎于禁用此选项。", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "单声道化立体声源", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "插件使用立体声源以获得更好的音频质量。质量要好得多,但朝向不影响空间音效。声音仅随距离的增大而减小。\n\n启用此选项后,立体声源将转换为常用的单声道源。质量更差,但将拥有空间音效。", + "gui.plasmovoice.advanced.panning": "立体声定位", + "gui.plasmovoice.advanced.exponential_volume": "指数型音量", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "音量滑块", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "距离增益", + "gui.plasmovoice.hotkeys": "按键绑定", + "gui.plasmovoice.volume": "音量", + "gui.plasmovoice.volume.sources": "声源音量", + "gui.plasmovoice.volume.players": "玩家音量", + "gui.plasmovoice.volume.players_search": "搜索…", + "gui.plasmovoice.about.made_by": "%s 制作人员", + "gui.plasmovoice.about.huix": "概念设计", + "gui.plasmovoice.about.programming": "程序设计", + "gui.plasmovoice.about.artist": "美化设计", + "gui.plasmovoice.about.support": "感谢支持", + "gui.plasmovoice.about.links": "%s 相关链接", + "gui.plasmovoice.about.copyright": "请仅使用官方资源,未经我们允许不得重新分发模组。如有任何问题、帮助、建议或提议,你可以在 Discord 上联系我们。", + "gui.plasmovoice.overlay": "覆盖", + "gui.plasmovoice.overlay.activation_icon": "HUD 图标", + "gui.plasmovoice.overlay.activation_icon_show": "显示 HUD 图标", + "gui.plasmovoice.overlay.activation_icon_position": "HUD 图标位置", + "gui.plasmovoice.overlay.activation_icon_position.choose": "选择图标位置", + "gui.plasmovoice.overlay.hud_position.top_left": "顶部左侧", + "gui.plasmovoice.overlay.hud_position.top_center": "顶部中心", + "gui.plasmovoice.overlay.hud_position.top_right": "顶部右侧", + "gui.plasmovoice.overlay.hud_position.bottom_left": "底部左侧", + "gui.plasmovoice.overlay.hud_position.bottom_center": "底部中心", + "gui.plasmovoice.overlay.hud_position.bottom_right": "底部右侧", + "gui.plasmovoice.overlay.source_icons": "实体图标", + "gui.plasmovoice.overlay.show_source_icons": "显示实体图标", + "gui.plasmovoice.overlay.show_source_icons.hud": "仅 GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "总是", + "gui.plasmovoice.overlay.show_source_icons.hidden": "隐藏", + "gui.plasmovoice.overlay.show_static_source_icons": "在静态声源上显示", + "gui.plasmovoice.overlay.enable": "启用覆盖", + "gui.plasmovoice.overlay.position": "覆盖位置", + "gui.plasmovoice.overlay.position.choose": "选择覆盖位置", + "gui.plasmovoice.overlay.style": "覆盖样式", + "gui.plasmovoice.overlay.style.name_skin": "名称和皮肤", + "gui.plasmovoice.overlay.style.skin": "仅皮肤", + "gui.plasmovoice.overlay.style.name": "仅名称", + "gui.plasmovoice.overlay.sources": "覆盖声源", + "gui.plasmovoice.overlay.sources.when_talking": "讲话时", + "gui.plasmovoice.overlay.sources.always": "总是", + "gui.plasmovoice.overlay.sources.never": "从不", + "gui.plasmovoice.addons": "插件", + "gui.plasmovoice.not_available": "此服务器未安装 Plasmo Voice", + "gui.plasmovoice.connecting": "正在连接至 UDP 服务器…", + "gui.plasmovoice.cannot_connect_to_udp": "无法连接至 UDP 服务器,\nUDP 端口可能已关闭。阅读 Wiki:\n%s", + "pv.activation.parent": "依赖", + "message.plasmovoice.close": "关闭", + "message.plasmovoice.on": "开启", + "message.plasmovoice.off": "关闭", + "message.plasmovoice.occlusion_changed": "声音传播阻挡:%s", + "message.plasmovoice.distance_changed": "%s 语音距离:%d", + "message.plasmovoice.activation.toggle": "%s:%s", + "message.plasmovoice.macos_incompatible_launcher": "你无法使用语音聊天,因为你的 Minecraft 启动器不支持 MacOS 上的麦克风权限。你应该改用 &ePrism Launcher&r。", + "message.plasmovoice.update_available": "Plasmo Voice 有可用新版本 %1$s:%2$s", + "message.plasmovoice.update_available.click": "下载", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/.crowdin/zh_tw.json b/config/plasmovoice/.crowdin/zh_tw.json new file mode 100644 index 0000000..dc81a2a --- /dev/null +++ b/config/plasmovoice/.crowdin/zh_tw.json @@ -0,0 +1,116 @@ +{ + "key.plasmovoice.settings": "語音設定", + "key.plasmovoice.general": "常規", + "key.plasmovoice.general.mute_microphone": "靜音麥克風", + "key.plasmovoice.general.disable_voice": "禁用語音聊天", + "key.plasmovoice.general.action": "操作按鈕", + "key.plasmovoice.distance": "%s 語音距離", + "key.plasmovoice.distance.increase": "增大語音距離", + "key.plasmovoice.distance.decrease": "減小語音距離", + "key.plasmovoice.occlusion": "聲音傳播阻擋", + "key.plasmovoice.occlusion.toggle": "切換聲音傳播阻擋", + "gui.plasmovoice.title": "%1$s %2$s 設定", + "gui.plasmovoice.toggle.microphone": "切換麥克風\n%s", + "gui.plasmovoice.toggle.voice": "切換語音聊天\n%s", + "gui.plasmovoice.toggle.currently": "當前:%s", + "gui.plasmovoice.toggle.enabled": "已啟用", + "gui.plasmovoice.toggle.disabled": "已禁用", + "gui.plasmovoice.devices": "裝置", + "gui.plasmovoice.devices.microphone": "麥克風", + "gui.plasmovoice.devices.activation_threshold": "自啟動閾值", + "gui.plasmovoice.devices.activation_threshold.tooltip": "僅當啟動類型設為「語音」時生效。\n\n移動滑塊以設定講話時音量超過何值自動啟動麥克風。\n\n你也可以按下圖示測試你的麥克風和聲音。", + "gui.plasmovoice.devices.not_available": "不可用", + "gui.plasmovoice.devices.default": "系統預設", + "gui.plasmovoice.devices.microphone_volume": "麥克風音量", + "gui.plasmovoice.devices.noise_suppression": "雜訊抑制", + "gui.plasmovoice.devices.noise_suppression.tooltip": "RNNoise 雜訊抑制\n\n使用神經網路,效果不錯,但可能產生額外的 CPU 佔用。\n\n適用於你的麥克風。", + "gui.plasmovoice.devices.stereo_capture": "立體聲捕獲", + "gui.plasmovoice.devices.stereo_capture.tooltip": "捕獲立體聲,然後轉換為單聲道。\n可能會提高品質,但會使聲音更小。", + "gui.plasmovoice.devices.output": "輸出", + "gui.plasmovoice.devices.output_device": "輸出裝置", + "gui.plasmovoice.devices.volume": "音量", + "gui.plasmovoice.devices.volume.tooltip": "將音量調至 100% 以上可能會導致失真。", + "gui.plasmovoice.devices.occlusion": "聲音傳播阻擋", + "gui.plasmovoice.devices.occlusion.tooltip": "以玩家為原點向每個聲源投射一條射線,如果射線被方塊阻擋則降低該聲源的音量。\n\n如果你不想聽到其他房間的玩家的聲音,這很有用,但有時無法正常生效,所以沒有此需求的話最好禁用。", + "gui.plasmovoice.devices.directional_sources": "定向聲源", + "gui.plasmovoice.devices.directional_sources.tooltip": "如果聲源沒有面向你且在指定角度之外,會稍微降低聲源音量。\n\n適用於你聽到的玩家。", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "提高音訊定位的準確性,在 3D 空間中能更加簡單地定位聲源。\n\n會稍微降低音訊品質。\n\n適用於你聽到的玩家。", + "gui.plasmovoice.activation": "啟動", + "gui.plasmovoice.activation.type": "啟動類型", + "gui.plasmovoice.activation.type_ptt": "按鍵", + "gui.plasmovoice.activation.type_voice": "語音", + "gui.plasmovoice.activation.type_inherit": "繼承", + "gui.plasmovoice.activation.ptt_button": "按鍵啟動按鈕", + "gui.plasmovoice.activation.toggle_button": "切換按鈕", + "gui.plasmovoice.activation.toggle": "切換「%s」\n%s", + "gui.plasmovoice.activation.distance": "%s 距離", + "gui.plasmovoice.advanced": "高級", + "gui.plasmovoice.advanced.visual": "視覺和使用者介面", + "gui.plasmovoice.advanced.visualize_voice_distance": "視覺化語音距離", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "加入遊戲時可見", + "gui.plasmovoice.advanced.audio_engine": "音訊引擎", + "gui.plasmovoice.advanced.directional_sources_angle": "定向聲源角度", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "如果定向聲源已啟用,你將聽到 100% 音量的角度。\n\n設定為 360 近乎於禁用此選項。", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "單聲道化立體聲源", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "插件使用立體聲源以獲得更好的音訊品質。品質要好得多,但朝向不影響空間音效。聲音僅隨距離的增大而減小。\n\n啟用此選項後,立體聲源將轉換為常用的單聲道源。品質更差,但將擁有空間音效。", + "gui.plasmovoice.advanced.panning": "立體聲定位", + "gui.plasmovoice.advanced.exponential_volume": "指數型音量", + "gui.plasmovoice.advanced.exponential_volume.volume_slider": "音量滑塊", + "gui.plasmovoice.advanced.exponential_volume.distance_gain": "距離增益", + "gui.plasmovoice.hotkeys": "按鍵綁定", + "gui.plasmovoice.volume": "音量", + "gui.plasmovoice.volume.sources": "聲源音量", + "gui.plasmovoice.volume.players": "玩家音量", + "gui.plasmovoice.volume.players_search": "搜索…", + "gui.plasmovoice.about.made_by": "%s 製作人員", + "gui.plasmovoice.about.huix": "概念設計", + "gui.plasmovoice.about.programming": "程式設計", + "gui.plasmovoice.about.artist": "美化設計", + "gui.plasmovoice.about.support": "感謝支持", + "gui.plasmovoice.about.links": "%s 相關連結", + "gui.plasmovoice.about.copyright": "請僅使用官方資源,未經我們允許不得重新分發模組。如有任何問題、幫助、建議或提議,你可以在 Discord 上聯繫我們。", + "gui.plasmovoice.overlay": "覆蓋", + "gui.plasmovoice.overlay.activation_icon": "HUD 圖示", + "gui.plasmovoice.overlay.activation_icon_show": "顯示 HUD 圖示", + "gui.plasmovoice.overlay.activation_icon_position": "HUD 圖示位置", + "gui.plasmovoice.overlay.activation_icon_position.choose": "選擇圖示位置", + "gui.plasmovoice.overlay.hud_position.top_left": "頂部左側", + "gui.plasmovoice.overlay.hud_position.top_center": "頂部中心", + "gui.plasmovoice.overlay.hud_position.top_right": "頂部右側", + "gui.plasmovoice.overlay.hud_position.bottom_left": "底部左側", + "gui.plasmovoice.overlay.hud_position.bottom_center": "底部中心", + "gui.plasmovoice.overlay.hud_position.bottom_right": "底部右側", + "gui.plasmovoice.overlay.source_icons": "實體圖示", + "gui.plasmovoice.overlay.show_source_icons": "顯示實體圖示", + "gui.plasmovoice.overlay.show_source_icons.hud": "僅 GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "總是", + "gui.plasmovoice.overlay.show_source_icons.hidden": "隱藏", + "gui.plasmovoice.overlay.show_static_source_icons": "在靜態聲源上顯示", + "gui.plasmovoice.overlay.enable": "啟用覆蓋", + "gui.plasmovoice.overlay.position": "覆蓋位置", + "gui.plasmovoice.overlay.position.choose": "選擇覆蓋位置", + "gui.plasmovoice.overlay.style": "覆蓋樣式", + "gui.plasmovoice.overlay.style.name_skin": "名稱和外觀", + "gui.plasmovoice.overlay.style.skin": "僅外觀", + "gui.plasmovoice.overlay.style.name": "僅名稱", + "gui.plasmovoice.overlay.sources": "覆蓋聲源", + "gui.plasmovoice.overlay.sources.when_talking": "講話時", + "gui.plasmovoice.overlay.sources.always": "總是", + "gui.plasmovoice.overlay.sources.never": "從不", + "gui.plasmovoice.addons": "插件", + "gui.plasmovoice.not_available": "此伺服器未安裝 Plasmo Voice", + "gui.plasmovoice.connecting": "正在連接至 UDP 伺服器…", + "gui.plasmovoice.cannot_connect_to_udp": "無法連接至 UDP 伺服器,\nUDP 埠可能已關閉。閱讀 Wiki:\n%s", + "pv.activation.parent": "依賴", + "message.plasmovoice.close": "關閉", + "message.plasmovoice.on": "開啟", + "message.plasmovoice.off": "關閉", + "message.plasmovoice.occlusion_changed": "聲音傳播阻擋:%s", + "message.plasmovoice.distance_changed": "%s 語音距離:%d", + "message.plasmovoice.activation.toggle": "%s:%s", + "message.plasmovoice.macos_incompatible_launcher": "你無法使用語音聊天,因為你的 Minecraft 啟動器不支援 MacOS 上的麥克風許可權。你應該改用 &ePrism Launcher&r。", + "message.plasmovoice.update_available": "Plasmo Voice 有可用新版本 %1$s:%2$s", + "message.plasmovoice.update_available.click": "下載", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/plasmovoice/client.toml b/config/plasmovoice/client.toml new file mode 100644 index 0000000..ff45f8e --- /dev/null +++ b/config/plasmovoice/client.toml @@ -0,0 +1,51 @@ +debug = false +disable_crowdin = false +check_for_updates = true + +key_bindings = [] + + + +[voice] +disabled = false +microphone_disabled = false +activation_threshold = -30.0 +input_device = "" +output_device = "" +disable_input_device = false +use_javax_input = false +microphone_volume = 1.0 +noise_suppression = false +volume = 1.0 +compressor_limiter = true +sound_occlusion = false +directional_sources = false +hrtf = false +stereo_capture = false + +[voice.volumes.proximity] +volume = 1.0 + +[advanced] +visualize_voice_distance = true +visualize_voice_distance_on_join = false +compressor_threshold = -10 +limiter_threshold = -6 +directional_sources_angle = 145 +stereo_sources_to_mono = false +panning = true +camera_sound_listener = true +exponential_volume_slider = true +exponential_distance_gain = true + +[overlay] +show_activation_icon = true +activation_icon_position = "BOTTOM_CENTER" +show_source_icons = 0 +show_static_source_icons = true +overlay_enabled = true +overlay_position = "TOP_LEFT" +overlay_style = "NAME_SKIN" + +[overlay.source_states] +proximity = "OFF" diff --git a/config/plasmovoice/server/config.toml b/config/plasmovoice/server/config.toml new file mode 100644 index 0000000..0df78bd --- /dev/null +++ b/config/plasmovoice/server/config.toml @@ -0,0 +1,41 @@ +# Used to store server-related config file on the client +# Set it to a single value on different servers if you want them to share config +server_id = "13d8821b-a851-4d62-9437-307439719a8f" +default_language = "en_us" +debug = false +disable_crowdin = false +check_for_updates = true + +[host] +ip = "0.0.0.0" +port = 0 + +[voice] +# Supported sample rates: +# 8000 +# 12000 +# 24000 +# 48000 +sample_rate = 48000 +keep_alive_timeout_ms = 15000 +mtu_size = 1024 +client_mod_required = false +client_mod_required_check_timeout_ms = 3000 + +[voice.proximity] +distances = [8, 16, 32] +default_distance = 16 + +[voice.opus] +# Opus application mode +# Supported values: VOIP, AUDIO, RESTRICTED_LOWDELAY +# Default is VOIP +mode = "VOIP" +# Opus bitrate +# Supported values: -1000 (auto), -1 (max), [500-512_000] +# Default is -1000 +bitrate = -1000 + +[voice.weights] + + diff --git a/config/plasmovoice/server/languages/.crowdin/de_de.toml b/config/plasmovoice/server/languages/.crowdin/de_de.toml new file mode 100644 index 0000000..f984e1b --- /dev/null +++ b/config/plasmovoice/server/languages/.crowdin/de_de.toml @@ -0,0 +1,57 @@ +[server.pv.error] +no_permissions = "&cEs tut mir leid, aber du bist nicht berechtigt, diesen Befehl auszuführen. Bitte wende dich an die Serveradministratoren, wenn du glaubst, dass dies ein Fehler ist." +player_only_command = "Nur Spieler können diesen Befehl ausführen" +player_not_found = "Spieler wurde nicht gefunden" +mod_missing_kick_message = """ +Entschuldigung, du musst die Plasmo Voice Mod installieren, um auf diesem Server spielen zu können. +Hierunter kannst du sie herunterladen: https://modrinth.com/plugin/plasmo-voice""" +version_not_supported = "Entschuldige, deine Plasmo Voice - Version wird auf diesem Server leider nicht unterstützt. %s" +version_not_supported_click = "Unterstützte Version herunterladen" +version_not_supported_hover = "%s" + +[server.pv.mutes] +empty_reason = "nicht angegeben" +temporarily_muted = "%1$s du wurdest stummgeschaltet. Grund: %2$s" +permanently_muted = "Du wurdest permanent stummgeschaltet. Grund: %s" +unmuted = "Du wurdest entmutet" + + [server.pv.mutes.durations] + seconds = "für %s Sek" + minutes = "für %s Min" + hours = "für %s Std" + days = "für %s T" + weeks = "für %s W" + +[server.pv.command.mute] +usage = "Verwende: /vmute [duration] [reason]" +already_muted = "%s ist bereits stummgeschaltet" +temporarily_muted = "%1$s wurde stummgeschaltet %2$s. Grund: %3$s" +permanently_muted = "%1$s ist permanent stummgeschaltet. Grund: %2$s" + +[server.pv.command.unmute] +usage = "Verwende: /vunmute " +not_muted = "%s ist nicht stummgeschaltet" +unmuted = "%s wurde entmutet" + +[server.pv.command.mute_list] +header = "Stummgeschaltete Spieler:" +entry = "%1$s, läuft ab: %2$s. Grund: %3$s" +entry_muted_by = "%1$s stummgeschaltet von %2$s, läuft ab: %3$s. Grund: %4$s" +empty = "Keine Spieler sind gemutet" +expire_at = "%1$s in %2$s" +never_expires = "niemals" +expiration_date = "dd.MM.yyyy" +expiration_time = "HH:mm:ss" + +[server.pv.command.list] +message = "Clients (%1$s/%2$s): %3$s" +empty = "keine Player, die Plasmo Voice installiert haben" + +[server.pv.command.reconnect] +message = "Erneute Verbindung gesendete Pakete" + +[server.pv.command.reload] +message = "Konfig wurde neu geladen" + +[client.pv.activation] +proximity = "Proximity" diff --git a/config/plasmovoice/server/languages/.crowdin/es_es.toml b/config/plasmovoice/server/languages/.crowdin/es_es.toml new file mode 100644 index 0000000..5f5e2b4 --- /dev/null +++ b/config/plasmovoice/server/languages/.crowdin/es_es.toml @@ -0,0 +1,57 @@ +[server.pv.error] +no_permissions = "&cLo siento, pero no tienes permiso para ejecutar este comando. Por favor, ponte en contacto con un administrador si crees que esto es un error." +player_only_command = "&cSolo jugadores pueden ejecutar este comando" +player_not_found = "Jugador no encontrado" +mod_missing_kick_message = """ +Lo sentimos, necesitas instalar el mod Plasmo Voice para jugar en este servidor. +Descárgalo aquí: https://modrinth.com/plugin/plasmo-voice""" +version_not_supported = "Lo sentimos, tu versión de Plasmo Voice no es compatible con este servidor. %s" +version_not_supported_click = "Descargar versión compatible" +version_not_supported_hover = "%s" + +[server.pv.mutes] +empty_reason = "Sin especificar" +temporarily_muted = "Has sido silenciado %1$s. Motivo: %2$s" +permanently_muted = "Has sido silenciado de forma permanente. Motivo: %s" +unmuted = "Ya no estás silenciado" + + [server.pv.mutes.durations] + seconds = "durante %s seg" + minutes = "durante %s min" + hours = "durante %s h" + days = "durante %s d" + weeks = "durante %s sem" + +[server.pv.command.mute] +usage = "Uso correcto: /vmute [duration] [reason]" +already_muted = "%s ya se encuentra silenciado." +temporarily_muted = "%1$s ha sido silenciado %2$s. Motivo: %3$s" +permanently_muted = "%1$s ha sido silenciado permanentemente. Motivo: %2$s" + +[server.pv.command.unmute] +usage = "Uso correcto: /vunmute " +not_muted = "%s no se encuentra silenciado." +unmuted = "%s ya no está silenciado." + +[server.pv.command.mute_list] +header = "Jugadores silenciados:" +entry = "%1$s, expira: %2$s. Motivo: %3$s" +entry_muted_by = "%1$s fue silenciado por %2$s, expira: %3$s. Motivo: %4$s" +empty = "No hay jugadores silenciados" +expire_at = "%1$s en %2$s" +never_expires = "Nunca" +expiration_date = "dd/MM/yyyy" +expiration_time = "HH:mm:ss" + +[server.pv.command.list] +message = "Clientes (%1$s/%2$s): %3$s" +empty = "No hay jugadores con Plasmo Voice instalado." + +[server.pv.command.reconnect] +message = "Paquete de reconexión enviado." + +[server.pv.command.reload] +message = "Configuración Recargada." + +[client.pv.activation] +proximity = "Proximidad" diff --git a/config/plasmovoice/server/languages/.crowdin/he_il.toml b/config/plasmovoice/server/languages/.crowdin/he_il.toml new file mode 100644 index 0000000..95cefa8 --- /dev/null +++ b/config/plasmovoice/server/languages/.crowdin/he_il.toml @@ -0,0 +1,57 @@ +[server.pv.error] +no_permissions = "&cאני מצטער, אבל אין לך הרשאה לבצע פקודה זו. אנא צור קשר עם מנהלי השרת אם אתה סבור שזו טעות." +player_only_command = "רק שחקנים יכולים להשתמש בפקודה זו" +player_not_found = "שחקן לא נמצא" +mod_missing_kick_message = """ +מצטערים, עליך להתקין את Plasmo Voice כדי לשחק בשרת זה. +התקן כאן: https://modrinth.com/plugin/plasmo-voice""" +version_not_supported = "מצטערים, גרסת Plasmo Voice שלך אינה נתמכת בשרת זה. %s" +version_not_supported_click = "הורד גרסה נתמכת" +version_not_supported_hover = "%s" + +[server.pv.mutes] +empty_reason = "לא מוגדר" +temporarily_muted = "אתה הושתקת %1$s. סיבה: %2$s" +permanently_muted = "אתה הושתק לצמיתות. סיבה: %s" +unmuted = "השתקתך בוטלה" + + [server.pv.mutes.durations] + seconds = "למשך %s שניות" + minutes = "למשך %s דקות" + hours = "למשך %s שעות" + days = "למשך %s ימים" + weeks = "למשך %s שבועות" + +[server.pv.command.mute] +usage = "שימוש: vmute [duration] [reason]/" +already_muted = "%s כבר מושתק" +temporarily_muted = "מושתק %1$s %2$s. סיבה: %3$s" +permanently_muted = "%1$s מושתק לצמיתות. סיבה: %2$s" + +[server.pv.command.unmute] +usage = "שימוש: -2147483648 +slots_x_offset = 0 +#Vertical offset of cycle slots display from screen bottom. +#Allows for compatibility with mods that move the hotbar upwards such as the Raised mod (Raised has built-in support on Fabric). +#Range: > -2147483648 +slots_y_offset = 0 +#Cycle slots by pressing a hotbar key when the corresponding slot is already selected. +double_press_hotbar_key = true +#Modifier key required to be held to allow for scrolling through cycle slots. +#Setting to "NONE" will overwrite vanilla hotbar scrolling, making the hotbar only usable with keys. +#Allowed Values: DISABLED, NONE, CONTROL, SHIFT, ALT +scrolling_modifier_key = "ALT" +#Choose when the cycle slots display is shown next to the hotbar: Always, never, or only when the modifier key for scrolling is held. Doesn't disable cycling itself though. +#Allowed Values: ALWAYS, KEY, NEVER +slots_display_state = "ALWAYS" + diff --git a/config/realcamera.json b/config/realcamera.json new file mode 100644 index 0000000..1c6fde2 --- /dev/null +++ b/config/realcamera.json @@ -0,0 +1,117 @@ +{ + "enabled": false, + "isClassic": false, + "dynamicCrosshair": false, + "renderModel": true, + "adjustStep": 0.01, + "classic": { + "adjustMode": "CAMERA", + "scale": 8.0, + "cameraX": -0.5, + "cameraY": 0.04, + "cameraZ": -0.15, + "centerX": 0.0, + "centerY": 0.0, + "centerZ": 0.0, + "pitch": 0.0, + "yaw": 18.0, + "roll": 0.0 + }, + "binding": { + "adjustOffset": true, + "targetList": [ + { + "name": "minecraft_head", + "textureId": "minecraft:textures/entity/player/", + "priority": 5, + "forwardU": 0.1875, + "forwardV": 0.2, + "upwardU": 0.1875, + "upwardV": 0.075, + "posU": 0.1875, + "posV": 0.2, + "disablingDepth": 0.2, + "bindX": false, + "bindY": true, + "bindZ": false, + "bindRotation": false, + "scale": 1.0, + "offsetX": -0.12, + "offsetY": 0.0, + "offsetZ": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "roll": 0.0 + }, + { + "name": "skin_head", + "textureId": "minecraft:skins/", + "priority": 5, + "forwardU": 0.1875, + "forwardV": 0.2, + "upwardU": 0.1875, + "upwardV": 0.075, + "posU": 0.1875, + "posV": 0.2, + "disablingDepth": 0.2, + "bindX": false, + "bindY": true, + "bindZ": false, + "bindRotation": false, + "scale": 1.0, + "offsetX": -0.12, + "offsetY": 0.0, + "offsetZ": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "roll": 0.0 + }, + { + "name": "minecraft_head_2", + "textureId": "minecraft:textures/entity/player/", + "priority": 0, + "forwardU": 0.1875, + "forwardV": 0.2, + "upwardU": 0.1875, + "upwardV": 0.075, + "posU": 0.1875, + "posV": 0.2, + "disablingDepth": 0.2, + "bindX": true, + "bindY": true, + "bindZ": true, + "bindRotation": true, + "scale": 1.0, + "offsetX": -0.12, + "offsetY": 0.0, + "offsetZ": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "roll": 0.0 + }, + { + "name": "skin_head_2", + "textureId": "minecraft:skins/", + "priority": 0, + "forwardU": 0.1875, + "forwardV": 0.2, + "upwardU": 0.1875, + "upwardV": 0.075, + "posU": 0.1875, + "posV": 0.2, + "disablingDepth": 0.2, + "bindX": true, + "bindY": true, + "bindZ": true, + "bindRotation": true, + "scale": 1.0, + "offsetX": -0.12, + "offsetY": 0.0, + "offsetZ": 0.0, + "pitch": 0.0, + "yaw": 0.0, + "roll": 0.0 + } + ] + } +} \ No newline at end of file diff --git a/config/resourceful-config-web.json b/config/resourceful-config-web.json new file mode 100644 index 0000000..20470f7 --- /dev/null +++ b/config/resourceful-config-web.json @@ -0,0 +1,12 @@ +{ + "enabled": false, + "port": 7903, + "validator": { + "uuids": [], + "if": { + "password": "01500255-24fd-49fe-8c41-f746fe6e72a6", + "type": "password" + }, + "type": "if" + } +} \ No newline at end of file diff --git a/config/screenshot_viewer-client-1.toml.bak b/config/screenshot_viewer-client-1.toml.bak new file mode 100644 index 0000000..9286a8c --- /dev/null +++ b/config/screenshot_viewer-client-1.toml.bak @@ -0,0 +1,32 @@ +#Shows a button to access screenshots directly in the pause menu. +showButtonInGamePauseMenu = true +#Shows a button to access screenshots directly on the title screen. +showButtonOnTitleScreen = true +#Whether a growing animation should play when a screenshot on the screen is clicked to be enlarged. +enableScreenshotEnlargementAnimation = true +#Warns you with a confirmation screen when trying to delete a screenshot. +promptWhenDeletingScreenshot = true +#Number of screenshots to be displayed per row when the screen is opened (from 2 to 8). +#Range: 2 ~ 8 +initialScreenshotAmountPerRow = 4 +#Scroll speed of the screen (from 1 to 50). +#Range: 1 ~ 50 +screenScrollSpeed = 10 +#Opacity of the background that appears when the screenshot elements are hovered (from 0 to 100). +#Range: 0 ~ 100 +screenshotElementBackgroundOpacity = 100 +#If a font shadow should be rendered under the screenshot elements text. +renderScreenshotElementFontShadow = true +#Color of the texts describing the screenshots elements. +screenshotElementTextColor = "#FFFFFF" +#The ordering of the screenshots when the screen is opened. +#Allowed Values: ASCENDING, DESCENDING +defaultListOrder = "ASCENDING" +#The offset in pixels of the screenshot manager button if shown in the pause menu (from 0 to how much you want). +#Range: > 0 +pauseMenuButtonOffset = 4 +#The path to the folder containing the screenshots images that will be displayed in the screen. +screenshotsFolder = "C:\\Users\\Cubyto\\AppData\\Roaming\\com.modrinth.theseus\\profiles\\SERVIDOR HISPANOFURS\\screenshots" +#If enabled, clicking on the link printed in the chat when taking a screenshot will open it directly in the screenshot manager. +redirectScreenshotChatLinks = false + diff --git a/config/screenshot_viewer-client.toml b/config/screenshot_viewer-client.toml new file mode 100644 index 0000000..91d29df --- /dev/null +++ b/config/screenshot_viewer-client.toml @@ -0,0 +1,32 @@ +#Shows a button to access screenshots directly in the pause menu. +showButtonInGamePauseMenu = true +#Shows a button to access screenshots directly on the title screen. +showButtonOnTitleScreen = true +#Whether a growing animation should play when a screenshot on the screen is clicked to be enlarged. +enableScreenshotEnlargementAnimation = true +#Warns you with a confirmation screen when trying to delete a screenshot. +promptWhenDeletingScreenshot = true +#Number of screenshots to be displayed per row when the screen is opened (from 2 to 8). +#Range: 2 ~ 8 +initialScreenshotAmountPerRow = 4 +#Scroll speed of the screen (from 1 to 50). +#Range: 1 ~ 50 +screenScrollSpeed = 10 +#Opacity of the background that appears when the screenshot elements are hovered (from 0 to 100). +#Range: 0 ~ 100 +screenshotElementBackgroundOpacity = 100 +#If a font shadow should be rendered under the screenshot elements text. +renderScreenshotElementFontShadow = true +#Color of the texts describing the screenshots elements. +screenshotElementTextColor = "#FFFFFF" +#The ordering of the screenshots when the screen is opened. +#Allowed Values: ASCENDING, DESCENDING +defaultListOrder = "ASCENDING" +#The offset in pixels of the screenshot manager button if shown in the pause menu (from 0 to how much you want). +#Range: > 0 +pauseMenuButtonOffset = 4 +#The path to the folder containing the screenshots images that will be displayed in the screen. +screenshotsFolder = "C:\\Users\\SrGooglo\\AppData\\Roaming\\rs-relic\\packages\\hfmc\\screenshots" +#If enabled, clicking on the link printed in the chat when taking a screenshot will open it directly in the screenshot manager. +redirectScreenshotChatLinks = false + diff --git a/config/securitycraft-client.toml b/config/securitycraft-client.toml new file mode 100644 index 0000000..4b2b0b0 --- /dev/null +++ b/config/securitycraft-client.toml @@ -0,0 +1,12 @@ +#Display a 'tip' message at spawn? +sayThanksMessage = true +#How fast can you rotate when mounted to a camera and holding W-A-S-D? +#Range: 0.0 ~ 1.7976931348623157E308 +cameraSpeed = 2.0 +#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? This setting can be overridden by servers. +reinforced_block_tint = true +#Set the color that reinforced blocks' textures have when reinforced_block_tint is enabled. This cannot be overridden by servers, and will be applied the same to all blocks. Grayscale values look best. +#Format: 0xRRGGBB +#Range: 0 ~ 16777215 +reinforced_block_tint_color = 10066329 + diff --git a/config/simplehats-client.toml b/config/simplehats-client.toml new file mode 100644 index 0000000..eebe8a9 --- /dev/null +++ b/config/simplehats-client.toml @@ -0,0 +1,8 @@ + +[Client] + #Y Offset for hats to match skin's features if desired. + #Range: -1.0 ~ 1.0 + hatYOffset = 0.0 + #Force hats to not render on self when in first person. (For compatability with First-Person-Model mods, normally not needed) + forceFirstPersonNoRender = false + diff --git a/config/simplehats-common.toml b/config/simplehats-common.toml new file mode 100644 index 0000000..1398494 --- /dev/null +++ b/config/simplehats-common.toml @@ -0,0 +1,10 @@ + +[General] + #Keep equipped hat on death. + keepHatOnDeath = true + #Chance for a seasonal bag to drop when using a bag during a seasonal event. (0 effectively disables seasons) + #Range: 0.0 ~ 1.0 + seasonalBagChance = 0.2 + #Allow equipping hat in helmet slot for compatibility with non-player entities/displays. + allowHatInHelmetSlot = false + diff --git a/config/simplehats.json b/config/simplehats.json new file mode 100644 index 0000000..df2af28 --- /dev/null +++ b/config/simplehats.json @@ -0,0 +1,4048 @@ +{ + "babyturtle": { + "name": "babyturtle", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:splash", + "frequency": 0.1, + "movement": "TRAILING_HEAD" + } + }, + "bandana": { + "name": "bandana", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bandanargb": { + "name": "bandanargb", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "baseballeaster": { + "name": "baseballeaster", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "EASTER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "baseballhat": { + "name": "baseballhat", + "rarity": "COMMON", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "baseballhatfestive": { + "name": "baseballhatfestive", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "baseballhatjuly": { + "name": "baseballhatjuly", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "baseballhatrgb": { + "name": "baseballhatrgb", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "batwinghat": { + "name": "batwinghat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beanie": { + "name": "beanie", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beanieeaster": { + "name": "beanieeaster", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "EASTER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beaniefestive": { + "name": "beaniefestive", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beaniejuly": { + "name": "beaniejuly", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beaniergb": { + "name": "beaniergb", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beaniespooky": { + "name": "beaniespooky", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beehat": { + "name": "beehat", + "rarity": "EPIC", + "weight": 5, + "variants": 2, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:falling_honey", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "bicorne": { + "name": "bicorne", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bigbrain": { + "name": "bigbrain", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bigcrown": { + "name": "bigcrown", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bigeyes": { + "name": "bigeyes", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bigribbon": { + "name": "bigribbon", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bigstevehead": { + "name": "bigstevehead", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bluefireeye": { + "name": "bluefireeye", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:soul_fire_flame", + "frequency": 0.1, + "movement": "TRAILING_FEET" + } + }, + "bowler": { + "name": "bowler", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "breadhat": { + "name": "breadhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "brownbrick": { + "name": "brownbrick", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bunnyhat": { + "name": "bunnyhat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "EASTER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "burgerhat": { + "name": "burgerhat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "caddycap": { + "name": "caddycap", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "camera": { + "name": "camera", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:flash", + "frequency": 0.002, + "movement": "TRAILING_HEAD" + } + }, + "camerabeard": { + "name": "camerabeard", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:flash", + "frequency": 0.002, + "movement": "TRAILING_HEAD" + } + }, + "candleonhead": { + "name": "candleonhead", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:small_flame", + "frequency": 0.03, + "movement": "TRAILING_HEAD" + } + }, + "candycane": { + "name": "candycane", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "carrotonstick": { + "name": "carrotonstick", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "cartoonegg": { + "name": "cartoonegg", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "cheeseslice": { + "name": "cheeseslice", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "chefshat": { + "name": "chefshat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "chickenhead": { + "name": "chickenhead", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "chickenonhead": { + "name": "chickenonhead", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "christmascakehat": { + "name": "christmascakehat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "christmastree": { + "name": "christmastree", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:snowflake", + "frequency": 0.1, + "movement": "TRAILING_FULL" + } + }, + "clockface": { + "name": "clockface", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "cowboy": { + "name": "cowboy", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "cowboyrgb": { + "name": "cowboyrgb", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "crabonhead": { + "name": "crabonhead", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "crown": { + "name": "crown", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "cuphead": { + "name": "cuphead", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "cyclopseye": { + "name": "cyclopseye", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dairyqueen": { + "name": "dairyqueen", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dangereqsue": { + "name": "dangereqsue", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dangeresquejuly": { + "name": "dangeresquejuly", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "demoneyes": { + "name": "demoneyes", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:crimson_spore", + "frequency": 0.05, + "movement": "TRAILING_HEAD" + } + }, + "demonhorns": { + "name": "demonhorns", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:lava", + "frequency": 0.03, + "movement": "TRAILING_FEET" + } + }, + "digger": { + "name": "digger", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dimmahat": { + "name": "dimmahat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "discoball": { + "name": "discoball", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "disguise": { + "name": "disguise", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "doctorhat": { + "name": "doctorhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dorkglassesandteeth": { + "name": "dorkglassesandteeth", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "doubletake": { + "name": "doubletake", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dragonhead": { + "name": "dragonhead", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:small_flame", + "frequency": 0.1, + "movement": "TRAILING_FEET" + } + }, + "dragonskull": { + "name": "dragonskull", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:ash", + "frequency": 0.1, + "movement": "TRAILING_HEAD" + } + }, + "dragonskullender": { + "name": "dragonskullender", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:dragon_breath", + "frequency": 0.05, + "movement": "TRAILING_FULL" + } + }, + "drinkinhat": { + "name": "drinkinhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dumhat": { + "name": "dumhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dwarfminerbeard": { + "name": "dwarfminerbeard", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 2, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "easterhead": { + "name": "easterhead", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "egghead": { + "name": "egghead", + "rarity": "EPIC", + "weight": 5, + "variants": 1, + "season": "EASTER", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "eggonhead": { + "name": "eggonhead", + "rarity": "RARE", + "weight": 5, + "variants": 1, + "season": "EASTER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "elfhat": { + "name": "elfhat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "explorerhat": { + "name": "explorerhat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "eyepatch": { + "name": "eyepatch", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "fakeblight": { + "name": "fakeblight", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:entity_effect", + "frequency": 0.05, + "movement": "TRAILING_FULL" + } + }, + "fakefire": { + "name": "fakefire", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:flame", + "frequency": 0.1, + "movement": "TRAILING_FULL" + } + }, + "farmerbrim": { + "name": "farmerbrim", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "EASTER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "festiveantlers": { + "name": "festiveantlers", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "festiveribbon": { + "name": "festiveribbon", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "finnhood": { + "name": "finnhood", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "fireworks": { + "name": "fireworks", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:firework", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "fishonhead": { + "name": "fishonhead", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:splash", + "frequency": 0.1, + "movement": "TRAILING_HEAD" + } + }, + "flagjuly": { + "name": "flagjuly", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "flies": { + "name": "flies", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "floatinghearts": { + "name": "floatinghearts", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:heart", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "floatingstar": { + "name": "floatingstar", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:electric_spark", + "frequency": 0.03, + "movement": "TRAILING_HEAD" + } + }, + "flowercrown": { + "name": "flowercrown", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:spore_blossom_air", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "floweronhead": { + "name": "floweronhead", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:spore_blossom_air", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "foxhat": { + "name": "foxhat", + "rarity": "RARE", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "fro": { + "name": "fro", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "frozenhead": { + "name": "frozenhead", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:snowflake", + "frequency": 0.05, + "movement": "TRAILING_FULL" + } + }, + "fullironhelm": { + "name": "fullironhelm", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 2, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "ghostmask": { + "name": "ghostmask", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:soul", + "frequency": 0.05, + "movement": "TRAILING_HEAD" + } + }, + "goggles": { + "name": "goggles", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "grandmadisguise": { + "name": "grandmadisguise", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "greenbirb": { + "name": "greenbirb", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "grinchhat": { + "name": "grinchhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "halo": { + "name": "halo", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "headbolts": { + "name": "headbolts", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:electric_spark", + "frequency": 0.03, + "movement": "TRAILING_HEAD" + } + }, + "headphonesblue": { + "name": "headphonesblue", + "rarity": "EPIC", + "weight": 5, + "variants": 3, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:note", + "frequency": 0.01, + "movement": "TRAILING_HEAD" + } + }, + "headshot": { + "name": "headshot", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "hockeymask": { + "name": "hockeymask", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "holyhead": { + "name": "holyhead", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:glow", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "horsemask": { + "name": "horsemask", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "hosthat": { + "name": "hosthat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:crimson_spore", + "frequency": 0.02, + "movement": "TRAILING_FULL" + } + }, + "icedragonskull": { + "name": "icedragonskull", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:snowflake", + "frequency": 0.04, + "movement": "TRAILING_HEAD" + } + }, + "jackohat": { + "name": "jackohat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "jesterhat": { + "name": "jesterhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "julydouble": { + "name": "julydouble", + "rarity": "RARE", + "weight": 5, + "variants": 2, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "kirbymouthful": { + "name": "kirbymouthful", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "largehorns": { + "name": "largehorns", + "rarity": "COMMON", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "lilbow": { + "name": "lilbow", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "madscientist": { + "name": "madscientist", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "magikarp": { + "name": "magikarp", + "rarity": "EPIC", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "megamanhat": { + "name": "megamanhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "mistletoe": { + "name": "mistletoe", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "mohawk": { + "name": "mohawk", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "monkeyking": { + "name": "monkeyking", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "monocle": { + "name": "monocle", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "moreeyes": { + "name": "moreeyes", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "murdered": { + "name": "murdered", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "nekoears": { + "name": "nekoears", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "palmtree": { + "name": "palmtree", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "paperbag": { + "name": "paperbag", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "partyhat": { + "name": "partyhat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "paypay": { + "name": "paypay", + "rarity": "RARE", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "penguinbaby": { + "name": "penguinbaby", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "penguinhat": { + "name": "penguinhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "pighead": { + "name": "pighead", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "pinhead": { + "name": "pinhead", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "plaguedoctor": { + "name": "plaguedoctor", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "pog": { + "name": "pog", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "pohatoe": { + "name": "pohatoe", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "policebucket": { + "name": "policebucket", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "policesiren": { + "name": "policesiren", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "poofballhat": { + "name": "poofballhat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "poofballrgb": { + "name": "poofballrgb", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "popehat": { + "name": "popehat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "potionhead": { + "name": "potionhead", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:entity_effect", + "frequency": 0.05, + "movement": "TRAILING_FULL" + } + }, + "presentsstack": { + "name": "presentsstack", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "propelhat": { + "name": "propelhat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "questbook": { + "name": "questbook", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rabbitears": { + "name": "rabbitears", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "EASTER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rabbitonhead": { + "name": "rabbitonhead", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rainboworbiters": { + "name": "rainboworbiters", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "ranahat": { + "name": "ranahat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "redeyes": { + "name": "redeyes", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rednose": { + "name": "rednose", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "redstache": { + "name": "redstache", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbbigribbon": { + "name": "rgbbigribbon", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbbowler": { + "name": "rgbbowler", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbdragonskull": { + "name": "rgbdragonskull", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbdrinkinhat": { + "name": "rgbdrinkinhat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbeasterhead": { + "name": "rgbeasterhead", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbfullhelm": { + "name": "rgbfullhelm", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbpartyhat": { + "name": "rgbpartyhat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbsmallbowler": { + "name": "rgbsmallbowler", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbsunglasses": { + "name": "rgbsunglasses", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbtoptophathat": { + "name": "rgbtoptophathat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rgbushanka": { + "name": "rgbushanka", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rock": { + "name": "rock", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rubbernipple": { + "name": "rubbernipple", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sandcastle": { + "name": "sandcastle", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "santaclaus": { + "name": "santaclaus", + "rarity": "RARE", + "weight": 5, + "variants": 1, + "season": "FESTIVE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sausage": { + "name": "sausage", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "seaweedhat": { + "name": "seaweedhat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "SUMMER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "shakehat": { + "name": "shakehat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sheep": { + "name": "sheep", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "shrekears": { + "name": "shrekears", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "shroomcap": { + "name": "shroomcap", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:mycelium", + "frequency": 0.08, + "movement": "TRAILING_FULL" + } + }, + "simsgem": { + "name": "simsgem", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "smokingpipe": { + "name": "smokingpipe", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:smoke", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "snowmanbaby": { + "name": "snowmanbaby", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:snowflake", + "frequency": 0.04, + "movement": "TRAILING_HEAD" + } + }, + "sombrero": { + "name": "sombrero", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sonichood": { + "name": "sonichood", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:electric_spark", + "frequency": 0.1, + "movement": "TRAILING_FEET" + } + }, + "spadesoldier": { + "name": "spadesoldier", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "spiderweb": { + "name": "spiderweb", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "springer": { + "name": "springer", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sprout": { + "name": "sprout", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "spyzombie": { + "name": "spyzombie", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "stackofeggs": { + "name": "stackofeggs", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "EASTER", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "stress": { + "name": "stress", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:warped_spore", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "summerhat": { + "name": "summerhat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sunglasses": { + "name": "sunglasses", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sunglassesbig": { + "name": "sunglassesbig", + "rarity": "RARE", + "weight": 5, + "variants": 1, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "supersandhat": { + "name": "supersandhat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:electric_spark", + "frequency": 0.1, + "movement": "TRAILING_FULL" + } + }, + "swimmer": { + "name": "swimmer", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "tinkerhat": { + "name": "tinkerhat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "topcathat": { + "name": "topcathat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "tophat": { + "name": "tophat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "toptophathat": { + "name": "toptophathat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "triangleshades": { + "name": "triangleshades", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "tricorne": { + "name": "tricorne", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "tvhead": { + "name": "tvhead", + "rarity": "EPIC", + "weight": 5, + "variants": 2, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "unicornhorn": { + "name": "unicornhorn", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:glow", + "frequency": 0.02, + "movement": "TRAILING_HEAD" + } + }, + "ushanka": { + "name": "ushanka", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "vikinghatbeard": { + "name": "vikinghatbeard", + "rarity": "RARE", + "weight": 5, + "variants": 2, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "villagernose": { + "name": "villagernose", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "winghat": { + "name": "winghat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:cloud", + "frequency": 0.03, + "movement": "TRAILING_HEAD" + } + }, + "zigzagwitchhat": { + "name": "zigzagwitchhat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "HALLOWEEN", + "Dye Settings": { + "enabled": true, + "decimal color": 16383998 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:witch", + "frequency": 0.04, + "movement": "TRAILING_FULL" + } + }, + "acornhat": { + "name": "acornhat", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "aegishat": { + "name": "aegishat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "alienphil": { + "name": "alienphil", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "amalgalichhat": { + "name": "amalgalichhat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:portal", + "frequency": 0.1, + "movement": "TRAILING_FULL" + } + }, + "angrymask": { + "name": "angrymask", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "antlers": { + "name": "antlers", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "apple": { + "name": "apple", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "artsy": { + "name": "artsy", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "babydolphin": { + "name": "babydolphin", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:dolphin", + "frequency": 0.1, + "movement": "TRAILING_HEAD" + } + }, + "artsy_doll": { + "name": "artsy_doll", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:glow", + "frequency": 0.1, + "movement": "TRAILING_FULL" + } + }, + "azumanga_hat": { + "name": "azumanga_hat", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "beret_ribbon": { + "name": "beret_ribbon", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "bucket": { + "name": "bucket", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:falling_water", + "frequency": 0.1, + "movement": "TRAILING_HEAD" + } + }, + "burning_m_bison": { + "name": "burning_m_bison", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "chalk_stick": { + "name": "chalk_stick", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "chi_ears": { + "name": "chi_ears", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "circular_glasses": { + "name": "circular_glasses", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 12763584 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "cucumbereyemask": { + "name": "cucumbereyemask", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "dejiko": { + "name": "dejiko", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "fez": { + "name": "fez", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "fishing_hat": { + "name": "fishing_hat", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "lightning_eyes": { + "name": "lightning_eyes", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16777215 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "longfoxears": { + "name": "longfoxears", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 12763584 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "milady_doll": { + "name": "milady_doll", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "nyan_doll": { + "name": "nyan_doll", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:entity_effect", + "frequency": 0.2, + "movement": "TRAILING_FULL" + } + }, + "orange_hat": { + "name": "orange_hat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "peppino": { + "name": "peppino", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 16777215 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "pom_moog": { + "name": "pom_moog", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "puchiko": { + "name": "puchiko", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "rabi_en_rose": { + "name": "rabi_en_rose", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "raincloud": { + "name": "raincloud", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "scouter": { + "name": "scouter", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": true, + "decimal color": 12763584 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "sleepeyemask": { + "name": "sleepeyemask", + "rarity": "COMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:heart", + "frequency": 0.01, + "movement": "TRAILING_HEAD" + } + }, + "sport_sunglasses": { + "name": "sport_sunglasses", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "strawberry_hat": { + "name": "strawberry_hat", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "teddy_bear": { + "name": "teddy_bear", + "rarity": "EPIC", + "weight": 5, + "variants": 6, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "the_noise": { + "name": "the_noise", + "rarity": "RARE", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "toy_story_alien": { + "name": "toy_story_alien", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + }, + "twilight_doll": { + "name": "twilight_doll", + "rarity": "EPIC", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": true, + "name": "minecraft:enchant", + "frequency": 0.1, + "movement": "TRAILING_HEAD" + } + }, + "worms_mine": { + "name": "worms_mine", + "rarity": "UNCOMMON", + "weight": 5, + "variants": 0, + "season": "NONE", + "Dye Settings": { + "enabled": false, + "decimal color": 0 + }, + "Particle Settings": { + "enabled": false, + "name": "minecraft:heart", + "frequency": 0.0, + "movement": "TRAILING_FULL" + } + } +} \ No newline at end of file diff --git a/config/skinlayers.json b/config/skinlayers.json new file mode 100644 index 0000000..1326d56 --- /dev/null +++ b/config/skinlayers.json @@ -0,0 +1,17 @@ +{ + "enableHat": true, + "enableJacket": true, + "enableLeftSleeve": true, + "enableRightSleeve": true, + "enableLeftPants": true, + "enableRightPants": true, + "baseVoxelSize": 1.15, + "bodyVoxelWidthSize": 1.05, + "headVoxelSize": 1.18, + "renderDistanceLOD": 14, + "enableSkulls": true, + "enableSkullsItems": true, + "skullVoxelSize": 1.1, + "fastRender": true, + "firstPersonPixelScaling": 1.1 +} \ No newline at end of file diff --git a/config/sneakycurses-server.toml b/config/sneakycurses-server.toml new file mode 100644 index 0000000..a80c5cf --- /dev/null +++ b/config/sneakycurses-server.toml @@ -0,0 +1,15 @@ +#Tint the enchantment glint in a red shade when the item is enchanted with curses. +tint_enchantment_glint_when_cursed = true +#Obfuscate curse enchantments with enchantment runes on item tooltips. +obfuscate_curses_on_tooltips = true +#Obfuscate curses on enchanted books. +affect_books = true +#Temporarily show curses as normal text while any shift key is held in creative mode. +shift_shows_curses_in_creative = true +#Chance wearing or using a cursed piece of equipment will trigger the curses to be revealed. Set to 0.0 to disable revealing curses this way. +#Range: 0.0 ~ 1.0 +curse_reveal_chance = 0.05 +#Amount of experience levels required to make curses on an item visible by combining with an item from the 'sneakycurses:reveal_curses' tag (amethyst shards by default) in an anvil. +#Range: > 1 +material_cost_for_revealing_curses_in_anvil = 5 + diff --git a/config/spawnanimations.json b/config/spawnanimations.json new file mode 100644 index 0000000..0c49812 --- /dev/null +++ b/config/spawnanimations.json @@ -0,0 +1,6 @@ +{ + "activation_distance": 0, + "activation_mode": "WORLD", + "hide_worn_armor_and_tools": "WORLD", + "play_animation_on_unsupported_blocks": "WORLD" +} \ No newline at end of file diff --git a/config/ssamod-client.toml b/config/ssamod-client.toml new file mode 100644 index 0000000..d073a31 --- /dev/null +++ b/config/ssamod-client.toml @@ -0,0 +1,21 @@ +#Play sound in cave +play_in_cave = true +#Play sound in other dimensions +play_in_other_dim = false +#Send messages +send_messages = false +#Send messages in other dimensions +send_messages_other_dim = false +#Rooster volume +#Range: 0 ~ 100 +rooster_volume = 10 +#Wolf volume +#Range: 0 ~ 100 +wolf_volume = 100 +#When should crow Rooster? (time in ticks) +#Range: 10 ~ 23999 +morning_tick = 100 +#When should howl Wolf? (time in ticks) +#Range: 10 ~ 23999 +evening_tick = 13000 + diff --git a/config/supplementaries-client.toml b/config/supplementaries-client.toml new file mode 100644 index 0000000..650de36 --- /dev/null +++ b/config/supplementaries-client.toml @@ -0,0 +1,247 @@ + +#Tweak and change the various block animations. +#Only cosmetic stuff in here so to leave default if not interested. +#Remember to delete this and server configs and let it refresh every once in a while since I might have tweaked it +[blocks] + + [blocks.globe] + #Enable a random globe texture for each world + random_world = true + #Displays current coordinates when using a globe + show_coordinates = true + + [blocks.notice_board] + #Allows notice board displayed text to be centered instead of being left aligned + centered_text = true + + [blocks.clock_block] + #Display 24h time format. False for 12h format + 24h_format = true + + [blocks.pedestal] + #Enable displayed item spin + spin = true + #Spin speed + #Range: 0.0 ~ 100.0 + speed = 2.0 + #Enable special display types for items like swords, tridents or end crystals + fancy_renderers = true + + [blocks.bubble_block] + #Wobbling intensity. set to 0 to disable + #Range: 0.0 ~ 1.0 + wobble = 0.2 + #How fast it grows when created. 1 to be instant + #Range: 0.0 ~ 1.0 + grow_speed = 0.4 + + [blocks.item_shelf] + #Translate down displayed 3d blocks so that they are touching the shelf. + #Note that they will not be centered vertically this way + supported_blocks = true + + [blocks.wind_vane] + #Wind vane animation swings according to this equation: + #pitch(time) = max_angle_1*sin(2pi*time*pow/period_1) + *sin(2pi*time*pow/) + #where: + # - pow = max(1,redstone_power*) + # - time = time in ticks + # - redstone_power = block redstone power + # = how much frequency changes depending on power. 2 means it spins twice as fast each power level (2* for rain, 4* for thunder) + #increase to have more distinct indication when weather changes + #Range: 1.0 ~ 100.0 + power_scaling = 3.0 + #Amplitude (maximum pitch) of first sine wave + #Range: 0.0 ~ 360.0 + max_angle_1 = 30.0 + #Range: 0.0 ~ 360.0 + max_angle_2 = 10.0 + #Base period in ticks at 0 power of first sine wave + #Range: 0.0 ~ 2000.0 + period_1 = 450.0 + #This should be kept period_1/3 for a symmetric animation + #Range: 0.0 ~ 2000.0 + period_2 = 150.0 + + [blocks.flag] + #How slow a flag will oscillate. (Period of oscillation) + #Lower value = faster oscillation + #Range: 0 ~ 10000 + slowness = 100 + #How wavy the animation will be in pixels. (Wavelength) + #Range: 0.001 ~ 100.0 + wavyness = 4.0 + #How tall the wave lobes will be. (Wave amplitude) + #Range: 0.0 ~ 100.0 + intensity = 1.0 + #How much the wave amplitude increases each pixel. (Amplitude increment per pixel) + #Range: 0.0 ~ 10.0 + intensity_increment = 0.3 + #At which graphic settings flags will have a fancy renderer: 0=fast, 1=fancy, 2=fabulous + #Allowed Values: FAST, FANCY, FABULOUS + fanciness = "FABULOUS" + #Makes flags render as sideways banner. Ignores many of the previously defined configs + render_as_banner = false + + [blocks.captured_mobs] + #THIS IS ONLY FOR VISUALS! To allow more entities in cages you need to edit the respective tags! + #A list of mobs that can be ticked on client side when inside jars. Mainly used for stuff that has particles. Can cause issues and side effects so use with care + tickable_inside_jars = ["iceandfire:pixie", "druidcraft:dreadfish", "druidcraft:lunar_moth", "alexsmobs:hummingbird"] + + [blocks.hat_stand] + + [blocks.hat_stand.swing_physics] + frequency = 1.5 + collision_considers_entity_hitbox = true + collision_inertia = 1.5 + collision_force = 15.0 + min_angle = 0.0 + max_angle = 54.999996 + damping = 1.625 + + [blocks.turn_table] + #Display visual particles when a block is rotated + turn_particles = true + + [blocks.speaker_block] + #Mute speaker block incoming narrator messages and displays them in chat instead + mute_narrator = false + + [blocks.rope] + #Amplitude of rope wobbling effect + #Range: 0.0 ~ 20.0 + wobbling_amplitude = 1.2 + #Period of rope wobbling effect + #Range: 0.01 ~ 200.0 + wobbling_period = 12.0 + + [blocks.bunting] + #Makes buntings use normal block models with no animation for faster performance. When off this is only active when viewed from a distance + fast_buntings = false + +#Particle parameters +[particles] + + #Rotation particle + [particles.turn_particle] + #An RGBA color + initial_color = "#002A77EA" + #An RGBA color + fade_color = "#0032BEFA" + +#General settings +[general] + #Disables Optifine warn screen + no_optifine_warn_screen = false + #Disables Amendments suggestion screen + no_amendments_screen = false + #Enable Quark style config button on main menu. Needs Configured installed to work + config_button = false + #Config button Y offset + #Range: -10000 ~ 10000 + config_button_y_offset = 0 + #Show some tooltip hints to guide players through the mod + tooltip_hints = true + #Show tooltips items that have been made placeable + placeable_tooltips = true + #Enables custom Configured config screen + custom_configured_screen = true + #ignore this + #Range: -10.0 ~ 10.0 + test1 = 0.0 + #ignore this + #Range: -10.0 ~ 10.0 + test2 = 0.0 + #ignore this + #Range: -10.0 ~ 10.0 + test3 = 0.0 + +#Game tweaks +[tweaks] + #Colors the brewing stand potion texture depending on the potions it's brewing. + #If using a resource pack add tint index from 0 to 3 to the 3 potion layers + brewing_stand_colors = true + #Makes tipped arrows show their colors when loaded with a crossbow + crossbows_colors = true + #Allow to right click with a clock to display current time in numerical form + clock_right_click = true + #Allow to right click with a compass to display current coordinates in numerical form + compass_right_click = false + #Renders an enchantment glint on placeable enchanted booksNote that turning this on will make book piles use tile renderer instead of baked models making them slower to render + placeable_books_glint = false + #Placeable books random colors + placeable_books_random_colors = ["brown", "orange", "yellow", "red", "green", "lime", "cyan", "blue", "purple"] + #Enables banner pattern tooltip image preview + banner_pattern_tooltip = true + #Enables paintings tooltip image preview + paintings_tooltip = true + #Enables sherds tooltip image preview + sherds_tooltip = true + #Size of the tooltip image used for Sherds, Blackboards, Banner patterns and Paintings + #Range: 1 ~ 255 + tooltip_image_size = 80 + #Wearing mob heads will apply post processing + mob_head_shaders = true + #Sends your current chat when you die while typing + send_chat_on_death = true + + [tweaks.colored_maps] + #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors + tinted_blocks_on_maps = true + #Colors tall grass same color as grass + tall_grass_color = true + #Makes colored maps a bit more accurate. Might affect performance + accurate_colors = false + +[items] + + [items.slingshot] + #Adds an overlay to slingshots in gui displaying currently selected block + overlay = true + #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis + stasis_block_outline = true + #An RGBA color for the block outline in hex format, for example 0x00000066 for vanilla outline colors + block_outline_color = "#FFFFFF66" + #How big should a slingshot projectile look + #Range: 0.0 ~ 1.0 + projectile_scale = 0.5 + + [items.altimeter] + #Click action for depth meter which displays current depth + click_action = true + #Allows depth meter to have unique textures per each dimension. Add more dimensions IDs and a matching texture in the correct path replacing ':' with '_' + #This is a list. Add more entries with syntax [[...]] + extra_dimension_textures = ["minecraft:the_nether", "minecraft:the_end"] + #Increasing this to be more than 1 will result in delth meter display image to be shown in float amounts instead of pixel perfect ones + #Range: 1 ~ 10 + texture_precision_multiplier = 1 + + [items.quiver] + #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset + #Range: -1.0 ~ 1.0 + armor_render_offset = -1.0 + #How quivers should render onto players + #Allowed Values: HIDDEN, BACK, HIP, THIGH + render_mode = "THIGH" + #How skeleton with quivers should render it + #Allowed Values: HIDDEN, BACK, HIP, THIGH + skeleton_render_mode = "THIGH" + #Adds an overlay to quivers in gui displaying currently selected arrow + overlay = true + #Allows using your mouse to select an arrow in the quiver GUI + mouse_movement_in_gui = true + #Quiver GUI X offset from default position + #Range: -1000 ~ 1000 + gui_x_offset = 0 + #Quiver GUI Y offset from default position + #Range: -1000 ~ 1000 + gui_y_offset = 0 + + [items.wrench] + #Display visual particles when a block is rotated + turn_particles = true + + [items.flute] + #Display visual particles when a playing a flute + note_particles = true + diff --git a/config/supplementaries-common.toml b/config/supplementaries-common.toml new file mode 100644 index 0000000..5eb8cf3 --- /dev/null +++ b/config/supplementaries-common.toml @@ -0,0 +1,565 @@ + +[redstone] + wind_vane = true + clock_block = true + redstone_illuminator = true + crank = true + cog_block = true + gold_door = true + gold_trapdoor = true + lock_block = true + relayer = true + + [redstone.crystal_display] + enabled = true + #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode + chaining = true + + [redstone.speaker_block] + enabled = true + #Enable/disable speaker block narrator mode + narrator_enabled = true + #Max text + #Range: 0 ~ 10000 + max_text = 32 + #Maximum block range + #Range: 0 ~ 100000000 + range = 64 + + [redstone.bellows] + enabled = true + #bellows pushes air following this equation: + #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling + #represents base period at 1 power + #Range: 1 ~ 512 + base_period = 78 + #entities with velocity greater than this won't be pushed + #Range: 0.0 ~ 16.0 + power_scaling = 2.0 + #velocity increase uses this equation: + #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period + #note that the block will push further the faster it's pulsing + #Range: 0.0 ~ 64.0 + base_velocity_scaling = 5.0 + #sets velocity changed flag when pushing entities + + #causes pushing animation to be smooth client side but also restricts player movement when being pushed + velocity_changed_flag = true + #maximum range + #note that it will still only keep alive the two fire blocks closer to it + #Range: 0 ~ 16 + range = 5 + + [redstone.spring_launcher] + enabled = true + #spring launcher launch speed + #Range: 0.0 ~ 16.0 + velocity = 1.5 + #fall distance needed to trigger the automatic spring launch + #Range: 0 ~ 512 + fall_height_required = 5 + + [redstone.enderman_head] + enabled = true + drop_head = true + #Time to increase 1 power level when being looked at + #Range: 0 ~ 10000 + ticks_to_increase_power = 15 + #do enderman heads work when looked from any side? + work_from_any_side = false + + [redstone.turn_table] + enabled = true + #can rotate entities standing on it? + rotate_entities = true + #Allows turn table to shuffle containers content when rotated over horizontal axis + shuffle_containers = true + + [redstone.pulley_block] + enabled = true + #Chance for a new mineshaft elevator piece to spawn + #Range: 0.0 ~ 1.0 + mineshaft_elevator = 0.035 + + [redstone.dispenser_minecart] + enabled = true + #Dispenser minecarts will have their dispenser facing forward instead of up + face_forward = false + + [redstone.faucet] + enabled = true + #Turn off to prevent faucets from dropping items + spill_items = true + #Allows faucets to fill entities inventories + fill_entities_below = false + +[functional] + fodder = true + hourglass = true + + [functional.rope] + #So you came here to disable supp rope not because they are bad but because they are the easiest to disable, despite them doing all the stuff other ropes can do. Well too bad, this config doesnt do anything :P. Learn how to use datapacks to disable stuff, like its normally done + enabled = true + #Allows ropes to be supported & attached to solid block sides + block_side_attachment = true + #Makes sliding down ropes as fast as free falling, still negating fall damage + slide_on_fall = true + #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead + rope_override = "supplementaries:rope" + #Enables horizontal placement of ropes + horizontal_ropes = true + + [functional.jar] + enabled = true + #Jar liquid capacity: leave at 12 for pixel accuracy + #Range: 0 ~ 1024 + capacity = 12 + #Allow right click to instantly eat or drink food or potions inside a placed jar. + #Disable if you think this ability is op (honey for example). Cookies are excluded + drink_from_jar = false + #Allows the player to directly drink from jar items + drink_from_jar_item = false + #Dynamically allows all small mobs inside jars depending on their hitbox size. Tinted jars can accept hostile mbos too + jar_auto_detect = false + #Allow Jars to capture small mobs + jar_capture = true + #Allow Jars to hold cookies + jar_cookies = true + #Allow Jars to hold liquids from bottles, buckets and bowls + jar_liquids = true + + [functional.cage] + enabled = true + #Allows all entities to be captured by cages and jars. Not meant for survival + allow_all_mobs = false + #Allows all baby mobs to be captured by cages + cage_allow_all_babies = false + #Dynamically allows all small mobs inside cages depending on their hitbox size + cage_auto_detect = false + #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released + persistent_mobs = false + #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level + #Range: 1 ~ 100 + health_threshold = 100 + + [functional.safe] + enabled = true + #Makes safes only breakable by their owner or by a player in creative + prevent_breaking = false + #Make safes simpler so they do not require keys: + #they will be bound to the first person that opens one and only that person will be able to interact with them + simple_safes = false + + [functional.sack] + enabled = true + #Penalize the player with slowness effect when carrying too many sacks + sack_penalty = true + #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one + #Range: 0 ~ 50 + sack_increment = 2 + #How many slots should a sack have + #Range: 1 ~ 27 + slots = 9 + + [functional.bamboo_spikes] + enabled = true + tipped_spikes = true + #Allows entities killed by spikes to drop loot as if they were killed by a player + player_loot = false + #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability + only_allow_harmful_effects = true + #Populate the creative inventory with all tipped spikes variations + populate_creative_tab = true + + [functional.urn] + enabled = true + #Chance for an urn to spawn a critter from the urn_spawn tag + #Range: 0.0 ~ 1.0 + critter_spawn_chance = 0.009999999776482582 + cave_urns = true + + [functional.soap] + enabled = true + #Dyed Bock types that cannot be cleaned with soap + clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] + + #This is a map of special blocks that can be cleaned with soap + [functional.soap.special_blocks] + "minecraft:sticky_piston" = "minecraft:piston" + "quark:dirty_glass_pane" = "minecraft:glass_pane" + "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" + "quark:dirty_glass" = "minecraft:glass" + + [functional.present] + enabled = true + trapped_present = true + + [functional.flax] + enabled = true + wild_flax = true + +[building] + lapis_bricks = true + deepslate_lamp = true + end_stone_lamp = true + blackstone_lamp = true + stone_lamp = true + stone_tile = true + blackstone_tile = true + sconce = true + sconce_lever = true + pancake = true + netherite_door = true + netherite_trapdoor = true + checker_block = true + raked_gravel = true + feather_block = true + statue = true + flower_box = true + doormat = true + flint_block = true + candle_holder = true + + [building.blackboard] + enabled = true + #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white + colored_blackboard = false + #Interaction mode for blackboards + #Allowed Values: BOTH, GUI, MANUAL + interaction_mode = "BOTH" + + [building.timber_frame] + enabled = true + #Allow placing a timber frame directly on a block by holding shift + swap_on_shift = false + #Allows axes to remove a framed block leaving the contained block intact + axes_strip = true + #Replace a timber frame with wattle and daub block when daub is placed in it + replace_daub = true + + [building.iron_gate] + enabled = true + #Allows two iron gates to be opened simultaneously when on top of the other + double_opening = true + #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone + door-like_gates = false + + [building.item_shelf] + enabled = true + #Makes item shelves climbable + climbable_shelves = false + + [building.sugar_cube] + enabled = true + #Duration in seconts of speed effect garanted to horses that eat a sugar cube + #Range: 0 ~ 1000 + horse_speed_duration = 10 + + [building.planter] + enabled = true + #Makes so saplings that grow in a planter will break it turning into rooted dirt + broken_by_sapling = false + #When Farmers Delight is on planter will also act like rich soil and use it in its recipe + rich_soil_planter = true + + [building.notice_board] + enabled = true + #Allows notice boards to accept and display any item, not just maps and books + allow_any_item = false + #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it + gui = true + + [building.pedestal] + enabled = true + #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves + #Range: 0 ~ 100 + crystal_enchanting = 3 + + [building.ash] + enabled = true + #Burnable blocks will have a chance to create ash layers when burned + ash_from_fire = true + #Burning mobs will drop ash when they die + ash_from_burning_mobs = true + #Allows rain to wash away ash layers overtime + rain_wash_ash = true + #Use a datapack to tweak rarity + basalt_ash = true + + [building.flag] + enabled = true + #Allows right/left clicking on a stick to lower/raise a flag attached to it + stick_pole = true + #Maximum allowed pole length + #Range: 0 ~ 256 + pole_length = 16 + + [building.goblet] + enabled = true + #Allows drinking from goblets + allow_drinking = true + + [building.globe] + enabled = true + sepia_globe = true + + [building.sign_post] + enabled = true + + [building.sign_post.way_sign] + #Entirely disables them from spawning + enabled = true + #With this option road signs will display the distance to the structure that they are pointing to + show_distance_text = true + + [building.daub] + enabled = true + wattle_and_daub = true + + [building.ash_bricks] + enabled = true + + [building.hat_stand] + enabled = true + #Allow all items to go on hat stand + unrestricted = false + +[tools] + candy = true + stasis = true + altimeter = true + + [tools.quiver] + enabled = true + #Allows using a quiver without being slowed down + use_without_slow = true + #Arrow stacks that can fit inside a quiver. Requires reboot + #Range: 1 ~ 9 + slots = 6 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment + #Range: 0.0 ~ 1.0 + quiver_skeleton_spawn_chance = 0.03 + #Allows quiver to only be used when in offhand or in curio slot + only_works_in_curio = false + #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same type + quiver_pickup = true + + [tools.slice_map] + enabled = true + #Multiplier that will be applied by slice maps to lower their range compared to normal maps + #Range: 0.0 ~ 1.0 + range_multiplier = 0.25 + + [tools.bubble_blower] + enabled = true + #Amount of soap consumed per bubble block placed + #Range: 1 ~ 25 + stasis_cost = 5 + + [tools.bubble_blower.bubble_block] + #Max lifetime of bubble blocks. Set to 10000 to have it infinite + #Range: 1 ~ 10000 + lifetime = 1200 + #Can bubble break when touched on? + break_when_touched = true + #If true feather falling prevents breaking bubbles when stepping on them + feather_falling_prevents_breaking = true + + [tools.wrench] + enabled = true + #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand + #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE + bypass_when_on = "MAIN_HAND" + + [tools.rope_arrow] + enabled = true + #Max number of robe items allowed to be stored inside a rope arrow + #Range: 1 ~ 256 + capacity = 32 + #Makes rope arrows exclusive to crossbows + exclusive_to_crossbows = false + + [tools.flute] + enabled = true + #Radius in which an unbound flute will search pets + #Range: 0 ~ 500 + unbound_radius = 64 + #Max distance at which a bound flute will allow a pet to teleport + #Range: 0 ~ 500 + bound_distance = 64 + + [tools.bomb] + enabled = true + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 2.0 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact + #Range: 0 ~ 100000 + bomb_fuse = 0 + + [tools.bomb.blue_bomb] + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 5.15 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + + [tools.slingshot] + enabled = true + #Slingshot range multiplier. Affect the initial projectile speed + #Range: 0.0 ~ 5.0 + range_multiplier = 1.0 + #Time in ticks to fully charge a slingshot + #Range: 0 ~ 100 + charge_time = 20 + #Deceleration for the stasis projectile + #Range: 0.1 ~ 1.0 + stasis_deceleration = 0.9625 + #Allow enderman to intercept any slingshot projectile + unrestricted_enderman_intercept = true + #Allows splash potions to be thrown by slingshots + allow_splash_potions = false + #Allows bombs to be thrown by slingshots + allow_bombs = false + #Allows fire charges to be thrown by slingshots + allow_fire_charges = false + #Allows snowballs to be thrown by slingshots + allow_snowballs = false + #Allows enderpearls to be thrown by slingshots + allow_enderpearls = false + + [tools.antique_ink] + enabled = true + +#General settings +[general] + #Enable Creative Tab + creative_tab = false + #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble + dispensers = true + #Creates a creative tab full of filled jars + jar_tab = false + #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0 + debug_save_dynamic_pack = false + #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled + server_protection = false + #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 + #Range: 0.0 ~ 10.0 + red_merchant_spawn_multiplier = 1.0 + +#Vanilla tweaks +[tweaks] + + [tweaks.shulker_helmet] + #Allows wearing shulker shells + enabled = true + + [tweaks.golden_apple_disenchant] + enabled = true + + [tweaks.traders_open_doors] + #Allows traders to open doors (because they couldnt aparently) + enabled = true + + [tweaks.dispenser_tweaks] + #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax + axe_strip = true + #Enables shooting ender pearls with dispensers + shoot_ender_pearls = true + + [tweaks.throwable_bricks] + #Throw bricks at your foes! Might break glass blocks + enabled = true + + [tweaks.placeable_sticks] + #Allow placeable sticks + sticks = true + #Allow placeable blaze rods + blaze_rods = true + + [tweaks.placeable_gunpowder] + #Allow placeable gunpowder + enabled = true + #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down + #Range: 0 ~ 20 + speed = 2 + #Age at which it spread to the next gunpowder block. Also affects speed + #Range: 0 ~ 8 + spread_age = 2 + + [tweaks.raked_gravel] + #allow gravel to be raked with a hoe + enabled = true + + [tweaks.bottle_xp] + #Allow bottling up xp by using a bottle on an enchanting table + enabled = false + #bottling health cost + #Range: 0 ~ 20 + cost = 2 + #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting + target_block = "" + + [tweaks.map_tweaks] + #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). + #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) + random_adventurer_maps = true + #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute + random_adventurer_maps_select_random_structure = true + #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map + block_map_markers = true + #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar + #Allowed Values: OFF, WITH_COMPASS, ALWAYS + death_marker = "WITH_COMPASS" + #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating + quill_adventurer_maps = true + #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating + quill_vanilla_maps = true + #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks + #Range: 10 ~ 600 + min_search_radius = 75 + #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint + tinted_blocks_on_maps = true + + [tweaks.placeable_books] + #Allows written books to be placed down. Requires shift clicking + written_books = true + #Allow books and enchanted books to be placed on the ground + enabled = true + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + book_power = 1.0 + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + enchanted_book_power = 1.334 + #Allow all books to be placed both vertically and horizontally + mixed_books = false + + [tweaks.zombie_horse] + #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse + zombie_horse_conversion = true + #Amount of rotten flesh needed + #Range: 1 ~ 1000 + rotten_flesh = 64 + #Allows zombie horses to be ridden underwater + rideable_underwater = true + #Convert a zombie horse back by feeding it a golden carrot + zombie_horse_inverse_conversion = true + + [tweaks.noteblocks_scare] + #Noteblocks with a zombie head will scare off villagers + enabled = true + + [tweaks.bad_luck_tweaks] + #Hit a void cat, get the unluck + cat_unluck = true + #If you have unluck you are more likely to get hit by a lighting + lightning_unluck = true + + [tweaks.item_lore] + #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag + enabled = true + diff --git a/config/travelersbackpack-client.toml b/config/travelersbackpack-client.toml new file mode 100644 index 0000000..541d43b --- /dev/null +++ b/config/travelersbackpack-client.toml @@ -0,0 +1,29 @@ + +#Client-only settings +[client] + #Enables legacy GUI (Blue slots for storage, brown for crafting and green for tools) + enableLegacyGui = false + #Enables tool cycling via keybind (Default Z) + scroll combination, while backpack is worn + enableToolCycling = true + #Allows tool cycling using keybinding only (Default Z) + disableScrollWheel = false + #Enables tip, how to obtain a backpack, if there's no crafting recipe for it + obtainTips = true + #Render tools in tool slots on the backpack, while worn + renderTools = true + #Render backpack if elytra is present + renderBackpackWithElytra = true + #Disable backpack rendering + disableBackpackRender = false + + #The position of the Overlay on the screen + [client.overlay] + #Enables tanks and tool slots overlay, while backpack is worn + enableOverlay = true + #Offsets to left side + #Range: > -2147483648 + offsetX = 20 + #Offsets to up + #Range: > -2147483648 + offsetY = 30 + diff --git a/config/travelersbackpack-common.toml b/config/travelersbackpack-common.toml new file mode 100644 index 0000000..bb2f5d0 --- /dev/null +++ b/config/travelersbackpack-common.toml @@ -0,0 +1,129 @@ + +#Common config settings +[common] + + [common.backpackSettings] + enableTierUpgrades = true + enableCraftingUpgrade = true + #New backpacks will have crafting grid by default + craftingUpgradeByDefault = false + craftingSavesItems = true + #Enables wearing backpack directly from ground + enableBackpackBlockWearable = true + #Enables unequipping the backpack when player clicks with empty hand on the ground + enableBackpackRightClickUnequip = false + #Backpack immune to any damage source (lava, fire), can't be destroyed, never disappears as floating item + invulnerableBackpack = true + toolSlotsAcceptSwords = true + #List of items that can be put in tool slots (Use registry names, for example: minecraft:apple, minecraft:flint) + toolSlotsAcceptableItems = [] + #Tool slots accept any item + toolSlotsAcceptEverything = false + #List of items that can't be put in backpack inventory (Use registry names, for example: minecraft:apple, minecraft:flint) + blacklistedItems = [] + allowShulkerBoxes = false + #Prevents backpack disappearing in void + voidProtection = true + #Places backpack at place where player died + backpackDeathPlace = true + #Places backpack at place where player died, replacing all blocks that are breakable and do not have inventory (backpackDeathPlace must be true in order to work) + backpackForceDeathPlace = false + enableSleepingBagSpawnPoint = false + #If true, backpack can only be worn by placing it in curios 'Back' slot + #WARNING - Remember to TAKE OFF BACKPACK BEFORE enabling or disabling this integration!! - if not you'll lose your backpack + curiosIntegration = false + + #Leather Tier Backpack Settings + [common.backpackSettings.leatherTierBackpack] + #Number of inventory slots for the tier + #Range: 1 ~ 63 + inventorySlotCount = 27 + #Number of tool slots for the tier + #Range: 0 ~ 6 + toolSlotCount = 2 + #Tank capacity for the tier, 1000 equals 1 Bucket + #Range: 1 ~ 128000 + tankCapacity = 3000 + + #Iron Tier Backpack Settings + [common.backpackSettings.ironTierBackpack] + #Number of inventory slots for the tier + #Range: 1 ~ 63 + inventorySlotCount = 36 + #Number of tool slots for the tier + #Range: 0 ~ 6 + toolSlotCount = 3 + #Tank capacity for the tier, 1000 equals 1 Bucket + #Range: 1 ~ 128000 + tankCapacity = 4000 + + #Gold Tier Backpack Settings + [common.backpackSettings.goldTierBackpack] + #Number of inventory slots for the tier + #Range: 1 ~ 63 + inventorySlotCount = 45 + #Number of tool slots for the tier + #Range: 0 ~ 6 + toolSlotCount = 4 + #Tank capacity for the tier, 1000 equals 1 Bucket + #Range: 1 ~ 128000 + tankCapacity = 5000 + + #Diamond Tier Backpack Settings + [common.backpackSettings.diamondTierBackpack] + #Number of inventory slots for the tier + #Range: 1 ~ 63 + inventorySlotCount = 54 + #Number of tool slots for the tier + #Range: 0 ~ 6 + toolSlotCount = 5 + #Tank capacity for the tier, 1000 equals 1 Bucket + #Range: 1 ~ 128000 + tankCapacity = 6000 + + #Netherite Tier Backpack Settings + [common.backpackSettings.netheriteTierBackpack] + #Number of inventory slots for the tier + #Range: 1 ~ 63 + inventorySlotCount = 63 + #Number of tool slots for the tier + #Range: 0 ~ 6 + toolSlotCount = 6 + #Tank capacity for the tier, 1000 equals 1 Bucket + #Range: 1 ~ 128000 + tankCapacity = 7000 + + [common.world] + #Enables backpacks spawning in loot chests + enableLoot = true + #Enables chance to spawn Zombie, Skeleton, Wither Skeleton, Piglin or Enderman with random backpack equipped + spawnEntitiesWithBackpack = true + #List of overworld entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack + possibleOverworldEntityTypes = ["minecraft:zombie", "minecraft:skeleton", "minecraft:enderman"] + #List of nether entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack + possibleNetherEntityTypes = ["minecraft:wither_skeleton", "minecraft:piglin"] + #Defines spawn chance of entity with backpack (1 in [selected value]) + #Range: > 0 + spawnChance = 500 + #List of backpacks that can spawn on overworld mobs + overworldBackpacks = ["travelersbackpack:standard", "travelersbackpack:diamond", "travelersbackpack:gold", "travelersbackpack:emerald", "travelersbackpack:iron", "travelersbackpack:lapis", "travelersbackpack:redstone", "travelersbackpack:coal", "travelersbackpack:bookshelf", "travelersbackpack:sandstone", "travelersbackpack:snow", "travelersbackpack:sponge", "travelersbackpack:cake", "travelersbackpack:cactus", "travelersbackpack:hay", "travelersbackpack:melon", "travelersbackpack:pumpkin", "travelersbackpack:creeper", "travelersbackpack:enderman", "travelersbackpack:skeleton", "travelersbackpack:spider", "travelersbackpack:bee", "travelersbackpack:wolf", "travelersbackpack:fox", "travelersbackpack:ocelot", "travelersbackpack:horse", "travelersbackpack:cow", "travelersbackpack:pig", "travelersbackpack:sheep", "travelersbackpack:chicken", "travelersbackpack:squid"] + #List of backpacks that can spawn on nether mobs + netherBackpacks = ["travelersbackpack:quartz", "travelersbackpack:nether", "travelersbackpack:blaze", "travelersbackpack:ghast", "travelersbackpack:magma_cube", "travelersbackpack:wither"] + #Enables trade for Villager Backpack in Librarian villager trades + enableVillagerTrade = true + + [common.backpackAbilities] + enableBackpackAbilities = true + forceAbilityEnabled = false + #List of backpacks that are allowed to have an ability. DO NOT ADD anything to this list, because the game will crash, remove entries if backpack should not have ability + allowedAbilities = ["travelersbackpack:netherite", "travelersbackpack:diamond", "travelersbackpack:gold", "travelersbackpack:emerald", "travelersbackpack:iron", "travelersbackpack:lapis", "travelersbackpack:redstone", "travelersbackpack:bookshelf", "travelersbackpack:sponge", "travelersbackpack:cake", "travelersbackpack:cactus", "travelersbackpack:melon", "travelersbackpack:pumpkin", "travelersbackpack:creeper", "travelersbackpack:dragon", "travelersbackpack:enderman", "travelersbackpack:blaze", "travelersbackpack:ghast", "travelersbackpack:magma_cube", "travelersbackpack:spider", "travelersbackpack:wither", "travelersbackpack:bat", "travelersbackpack:bee", "travelersbackpack:ocelot", "travelersbackpack:cow", "travelersbackpack:chicken", "travelersbackpack:squid"] + + [common.slownessDebuff] + #Player gets slowness effect, if carries too many backpacks in inventory + tooManyBackpacksSlowness = false + #Maximum number of backpacks, which can be carried in inventory, without slowness effect + #Range: 1 ~ 37 + maxNumberOfBackpacks = 3 + #Range: 0.1 ~ 5.0 + slownessPerExcessedBackpack = 1.0 + diff --git a/config/treasure2-client.toml b/config/treasure2-client.toml new file mode 100644 index 0000000..8660bee --- /dev/null +++ b/config/treasure2-client.toml @@ -0,0 +1,10 @@ + +############################### +# GUI properties +############################### +[gui] + # Enable/Disable whether to use Treasure2's custom guis for chest inventory screens. + enableCustomChestInventoryGui = true + # Enable/disable white fog. + enableFog = true + diff --git a/config/treasure2-common.toml b/config/treasure2-common.toml new file mode 100644 index 0000000..f063bb1 --- /dev/null +++ b/config/treasure2-common.toml @@ -0,0 +1,14 @@ + +############################### +# Logging properties +############################### +[logging] + # The logging level. Set to 'off' to disable logging. + # Values = [trace|debug|info|warn|error|off] + level = "info" + # The size a log file can be before rolling over to a new file. + size = "1000K" + # The directory where the logs should be stored. + # This is relative to the Minecraft install path. + folder = "logs" + diff --git a/config/twilightforest-client.toml b/config/twilightforest-client.toml new file mode 100644 index 0000000..d8164df --- /dev/null +++ b/config/twilightforest-client.toml @@ -0,0 +1,24 @@ +#Make cicadas silent for those having sound library problems, or otherwise finding them annoying. +silentCicadas = false +#Make cicadas silent when sitting on your head. If the above option is already true, this won't have any effect. +silentCicadasOnHead = false +#Controls whether various effects from the mod are rendered while in first-person view. Turn this off if you find them distracting. +firstPersonEffects = true +#Rotate trophy heads on item model. Has no performance impact at all. For those who don't like fun. +rotateTrophyHeadsGui = true +#Disable the nag screen when Optifine is installed. +disableOptifineNagScreen = false +#Disables the toasts that appear when a biome is locked. Not recommended if you're not familiar with progression. +disableLockedBiomeToasts = false +#Renders a little check mark or x above your crosshair depending on if fed the Quest Ram that color of wool. Turn this off if you find it intrusive. +questRamWoolIndicator = true +#Renders precipitation underneath cloud blocks. -1 sets it to be synced with the common config. +#Set this to a lower number if you're experiencing poor performance, or set it to 0 if you wish to turn it off +#Range: > -1 +cloudBlockPrecipitationDistance = -1 +#List of player UUIDs whose skins the giants of Twilight Forest should use. +#If left empty, the giants will appear the same as the player viewing them does. +giantSkinUUIDs = [] +#Defines which biomes the aurora shader effect will appear in. Leave the list empty to disable the effect. +auroraBiomes = ["twilightforest:glacier"] + diff --git a/config/twilightforest-common.toml b/config/twilightforest-common.toml new file mode 100644 index 0000000..436d0e0 --- /dev/null +++ b/config/twilightforest-common.toml @@ -0,0 +1,110 @@ +#The dimension you can always travel to the Twilight Forest from, as well as the dimension you will return to. Defaults to the overworld. (domain:regname). +originDimension = "minecraft:overworld" +#Allow portals to the Twilight Forest to be made outside of the 'origin' dimension. May be considered an exploit. +allowPortalsInOtherDimensions = false +#Allow portals only for admins (Operators). This severely reduces the range in which the mod usually scans for valid portal conditions, and it scans near ops only. +adminOnlyPortals = false +#Disable Twilight Forest portal creation entirely. Provided for server operators looking to restrict action to the dimension. +disablePortalCreation = false +#Determines if new portals should be pre-checked for safety. If enabled, portals will fail to form rather than redirect to a safe alternate destination. +#Note that enabling this also reduces the rate at which portal formation checks are performed. +checkPortalDestination = false +#Set this true if you want the lightning that zaps the portal to not set things on fire. For those who don't like fun. +portalLightning = false +#If false, the return portal will require the activation item. +shouldReturnPortalBeUsable = true +#Use a valid advancement resource location as a string. For example, using the string "minecraft:story/mine_diamond" will lock the portal behind the "Diamonds!" advancement. Invalid/Empty Advancement resource IDs will leave the portal entirely unlocked. +portalUnlockedByAdvancement = "" +#The max amount of water spaces the mod will check for when creating a portal. Very high numbers may cause issues. +#Range: > 4 +maxPortalSize = 64 +#If true, Keepsake Caskets that are spawned when a player dies will not be accessible by other players. Use this if you dont want people taking from other people's death caskets. NOTE: server operators will still be able to open locked caskets. +uuid_locking = false +#If true, disables the ability to make Skull Candles by right clicking a vanilla skull with a candle. Turn this on if you're having mod conflict issues for some reason. +skull_candles = false +#If false, items that come enchanted when you craft them (such as ironwood or steeleaf gear) will not show this way in the creative inventory. +#Please note that this doesnt affect the crafting recipes themselves, you will need a datapack to change those. +default_item_enchantments = true +#If true, Twilight Forest's bosses will put their drops inside of a chest where they originally spawned instead of dropping the loot directly. +#Note that the Knight Phantoms are not affected by this as their drops work differently. +boss_drop_chests = true +#Dictates how many blocks down from a cloud block should the game logic check for handling weather related code. +#Lower if experiencing low tick rate. Set to 0 to turn all cloud precipitation logic off. +#Range: > 0 +cloudBlockPrecipitationDistance = 32 + +#Settings that are not reversible without consequences. +["Dimension Settings"] + #If true, players spawning for the first time will spawn in the Twilight Forest. + newPlayersSpawnInTF = false + #If true, the return portal will spawn for new players that were sent to the TF if `spawn_in_tf` is true. + portalForNewPlayer = false + +#Settings for all things related to the uncrafting table. +["Uncrafting Table"] + #Multiplies the total XP cost of uncrafting an item and rounds up. + #Higher values means the recipe will cost more to uncraft, lower means less. Set to 0 to disable the cost altogether. + #Note that this only affects reversed crafting recipes, uncrafting recipes will still use the same cost as they normally would. + #Range: 0.0 ~ 1.7976931348623157E308 + uncraftingXpCostMultiplier = 1.0 + #Multiplies the total XP cost of repairing an item and rounds up. + #Higher values means the recipe will cost more to repair, lower means less. Set to 0 to disable the cost altogether. + #Range: 0.0 ~ 1.7976931348623157E308 + repairingXpCostMultiplier = 1.0 + #If you don't want to disable uncrafting altogether, and would rather disable certain recipes, this is for you. + #To add a recipe, add the mod id followed by the name of the recipe. You can check this in things like JEI. + #Example: "twilightforest:firefly_particle_spawner" will disable uncrafting the particle spawner into a firefly jar, firefly, and poppy. + #If an item has multiple crafting recipes and you wish to disable them all, add the item to the "twilightforest:banned_uncraftables" item tag. + #If you have a problematic ingredient, like infested towerwood for example, add the item to the "twilightforest:banned_uncrafting_ingredients" item tag. + disableUncraftingRecipes = ["twilightforest:giant_log_to_oak_planks"] + #If true, this will invert the above uncrafting recipe list from a blacklist to a whitelist. + flipRecipeList = false + #Here, you can disable all items from certain mods from being uncrafted. + #Input a valid mod id to disable all uncrafting recipes from that mod. + #Example: "twilightforest" will disable all uncrafting recipes from this mod. + blacklistedUncraftingModIds = [] + #If true, this will invert the above option from a blacklist to a whitelist. + flipIdList = false + #If true, the uncrafting table will also be allowed to uncraft shapeless recipes. + #The table was originally intended to only take shaped recipes, but this option remains for people who wish to keep the functionality. + enableShapelessCrafting = false + #Disables the uncrafting function of the uncrafting table. Recommended as a last resort if there's too many things to change about its behavior (or you're just lazy, I dont judge). + #Do note that special uncrafting recipes are not disabled as the mod relies on them for other things. + disableUncrafting = false + #Disables any usage of the uncrafting table, as well as prevents it from showing up in loot or crafted. + #Please note that table has more uses than just uncrafting, you can read about them here! http://benimatic.com/tfwiki/index.php?title=Uncrafting_Table + #It is highly recommended to keep the table enabled as the mod has special uncrafting exclusive recipes, but the option remains for people that dont want the table to be functional at all. + #If you are looking to just prevent normal crafting recipes from being reversed, consider using the 'disableUncrafting' option instead. + disableUncraftingTable = false + +#Settings for all things related to the magic trees. +["Magic Trees"] + #If true, prevents the Timewood Core from functioning. + disableTimeCore = false + #Defines the radius at which the Timewood Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + timeCoreRange = 16 + #If true, prevents the Transformation Core from functioning. + disableTransformationCore = false + #Defines the radius at which the Transformation Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + transformationCoreRange = 16 + #If true, prevents the Minewood Core from functioning. + disableMiningCore = false + #Defines the radius at which the Minewood Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + miningCoreRange = 16 + #If true, prevents the Sortingwood Core from functioning. + disableSortingCore = false + #Defines the radius at which the Sortingwood Core works. Can be a number anywhere between 1 and 128. + #Range: 1 ~ 128 + sortingCoreRange = 16 + +#We recommend downloading the Shield Parry mod for parrying, but these controls remain for without. +["Shield Parrying"] + #Set to true to parry non-Twilight projectiles. + parryNonTwilightAttacks = false + #The amount of ticks after raising a shield that makes it OK to parry a projectile. + #Range: > 0 + shieldParryTicksArrow = 40 + diff --git a/config/visual_workbench.json b/config/visual_workbench.json new file mode 100644 index 0000000..e99524f --- /dev/null +++ b/config/visual_workbench.json @@ -0,0 +1,276 @@ +{ + "__comment": "Crafting table blocks to enable Visual Workbench support for.", + "values": [ + "minecraft:crafting_table", + "blue_skies:bluebright_crafting_table", + "blue_skies:starlit_crafting_table", + "blue_skies:frostbright_crafting_table", + "blue_skies:lunar_crafting_table", + "blue_skies:dusk_crafting_table", + "blue_skies:maple_crafting_table", + "blue_skies:cherry_crafting_table", + "blocksplus:spruce_crafting_table", + "blocksplus:birch_crafting_table", + "blocksplus:jungle_crafting_table", + "blocksplus:acacia_crafting_table", + "blocksplus:dark_oak_crafting_table", + "blocksplus:crimson_crafting_table", + "blocksplus:warped_crafting_table", + "blocksplus:bamboo_crafting_table", + "blocksplus:mushroom_crafting_table", + "mctb:spruce_crafting_table", + "mctb:birch_crafting_table", + "mctb:acacia_crafting_table", + "mctb:jungle_crafting_table", + "mctb:dark_oak_crafting_table", + "mctb:warped_crafting_table", + "mctb:crimson_crafting_table", + "mctb:cherry_crafting_table", + "mctb:dead_crafting_table", + "mctb:fir_crafting_table", + "mctb:hellbark_crafting_table", + "mctb:jacaranda_crafting_table", + "mctb:magic_crafting_table", + "mctb:mahogany_crafting_table", + "mctb:palm_crafting_table", + "mctb:redwood_crafting_table", + "mctb:umbran_crafting_table", + "mctb:willow_crafting_table", + "mctb:azalea_crafting_table", + "mctb:blossom_crafting_table", + "betternether:rubeus_crafting_table", + "betternether:nether_sakura_crafting_table", + "betternether:crafting_table_crimson", + "betternether:wart_crafting_table", + "betternether:crafting_table_warped", + "betternether:anchor_tree_crafting_table", + "betternether:willow_crafting_table", + "betternether:nether_mushroom_crafting_table", + "betternether:stalagnate_crafting_table", + "betternether:mushroom_fir_crafting_table", + "betternether:nether_reed_crafting_table", + "betterend:helix_tree_crafting_table", + "betterend:mossy_glowshroom_crafting_table", + "betterend:end_lotus_crafting_table", + "betterend:pythadendron_crafting_table", + "betterend:jellyshroom_crafting_table", + "betterend:tenanea_crafting_table", + "betterend:dragon_tree_crafting_table", + "betterend:lucernia_crafting_table", + "betterend:lacugrove_crafting_table", + "betterend:umbrella_tree_crafting_table", + "betterendforge:helix_tree_crafting_table", + "betterendforge:mossy_glowshroom_crafting_table", + "betterendforge:end_lotus_crafting_table", + "betterendforge:pythadendron_crafting_table", + "betterendforge:jellyshroom_crafting_table", + "betterendforge:tenanea_crafting_table", + "betterendforge:dragon_tree_crafting_table", + "betterendforge:lucernia_crafting_table", + "betterendforge:lacugrove_crafting_table", + "betterendforge:umbrella_tree_crafting_table", + "crumbs:spruce_crafting_table", + "crumbs:birch_crafting_table", + "crumbs:jungle_crafting_table", + "crumbs:acacia_crafting_table", + "crumbs:dark_oak_crafting_table", + "crumbs:crimson_crafting_table", + "crumbs:warped_crafting_table", + "byg:aspen_crafting_table", + "byg:baobab_crafting_table", + "byg:blue_enchanted_crafting_table", + "byg:cherry_crafting_table", + "byg:cika_crafting_table", + "byg:cypress_crafting_table", + "byg:ebony_crafting_table", + "byg:fir_crafting_table", + "byg:green_enchanted_crafting_table", + "byg:holly_crafting_table", + "byg:jacaranda_crafting_table", + "byg:mahogany_crafting_table", + "byg:mangrove_crafting_table", + "byg:maple_crafting_table", + "byg:pine_crafting_table", + "byg:rainbow_eucalyptus_crafting_table", + "byg:redwood_crafting_table", + "byg:skyris_crafting_table", + "byg:willow_crafting_table", + "byg:witch_hazel_crafting_table", + "byg:zelkova_crafting_table", + "byg:sythian_crafting_table", + "byg:embur_crafting_table", + "byg:palm_crafting_table", + "byg:lament_crafting_table", + "byg:bulbis_crafting_table", + "byg:nightshade_crafting_table", + "byg:ether_crafting_table", + "byg:imparius_crafting_table", + "vct:spruce_crafting_table", + "vct:birch_crafting_table", + "vct:jungle_crafting_table", + "vct:acacia_crafting_table", + "vct:dark_oak_crafting_table", + "vct:mangrove_crafting_table", + "vct:crimson_crafting_table", + "vct:warped_crafting_table", + "vct:bop_cherry_crafting_table", + "vct:bop_dead_crafting_table", + "vct:bop_fir_crafting_table", + "vct:bop_hellbark_crafting_table", + "vct:bop_jacaranda_crafting_table", + "vct:bop_magic_crafting_table", + "vct:bop_mahogany_crafting_table", + "vct:bop_palm_crafting_table", + "vct:bop_redwood_crafting_table", + "vct:bop_umbran_crafting_table", + "vct:bop_willow_crafting_table", + "vct:canopy_crafting_table", + "vct:darkwood_crafting_table", + "vct:twilight_mangrove_crafting_table", + "vct:minewood_crafting_table", + "vct:sortingwood_crafting_table", + "vct:timewood_crafting_table", + "vct:transwood_crafting_table", + "vct:twilight_oak_crafting_table", + "vct:aspen_crafting_table", + "vct:grimwood_crafting_table", + "vct:kousa_crafting_table", + "vct:morado_crafting_table", + "vct:rosewood_crafting_table", + "vct:yucca_crafting_table", + "vct:maple_crafting_table", + "vct:bamboo_crafting_table", + "vct:azalea_crafting_table", + "vct:poise_crafting_table", + "vct:cherry_crafting_table", + "vct:willow_crafting_table", + "vct:wisteria_crafting_table", + "vct:driftwood_crafting_table", + "vct:river_crafting_table", + "vct:jacaranda_crafting_table", + "vct:redbud_crafting_table", + "vct:cypress_crafting_table", + "vct:brown_mushroom_crafting_table", + "vct:red_mushroom_crafting_table", + "vct:glowshroom_crafting_table", + "vct:twisted_crafting_table", + "vct:petrified_crafting_table", + "vct:eco_azalea_crafting_table", + "vct:eco_flowering_azalea_crafting_table", + "vct:eco_coconut_crafting_table", + "vct:eco_walnut_crafting_table", + "vct:fairy_ring_mushroom_crafting_table", + "vct:azure_crafting_table", + "vct:araucaria_crafting_table", + "vct:heidiphyllum_crafting_table", + "vct:liriodendrites_crafting_table", + "vct:metasequoia_crafting_table", + "vct:protojuniperoxylon_crafting_table", + "vct:protopiceoxylon_crafting_table", + "vct:zamites_crafting_table", + "vct:quark_azalea_crafting_table", + "vct:quark_blossom_crafting_table", + "vct:grongle_crafting_table", + "vct:smogstem_crafting_table", + "vct:wigglewood_crafting_table", + "vct:congealed_crafting_table", + "vct:echo_crafting_table", + "vct:ebony_crafting_table", + "vct:pream_crafting_table", + "vct:verdant_crafting_table", + "vct:jaboticaba_crafting_table", + "vct:ramboutan_crafting_table", + "vct:bm_ancient_oak_crafting_table", + "vct:bm_blighted_balsa_crafting_table", + "vct:bm_swamp_cypress_crafting_table", + "vct:bm_willow_crafting_table", + "vct:rue_baobab_crafting_table", + "vct:rue_blackwood_crafting_table", + "vct:rue_cherry_crafting_table", + "vct:rue_cypress_crafting_table", + "vct:rue_dead_crafting_table", + "vct:rue_eucalyptus_crafting_table", + "vct:rue_joshua_crafting_table", + "vct:rue_larch_crafting_table", + "vct:rue_maple_crafting_table", + "vct:rue_mauve_crafting_table", + "vct:rue_palm_crafting_table", + "vct:rue_pine_crafting_table", + "vct:rue_redwood_crafting_table", + "vct:rue_willow_crafting_table", + "variantcraftingtables:acacia_crafting_table", + "variantcraftingtables:birch_crafting_table", + "variantcraftingtables:dark_oak_crafting_table", + "variantcraftingtables:jungle_crafting_table", + "variantcraftingtables:spruce_crafting_table", + "variantcraftingtables:mangrove_crafting_table", + "variantcraftingtables:crimson_crafting_table", + "variantcraftingtables:warped_crafting_table", + "variantcraftingtables:rubber_crafting_table", + "variantcraftingtables:bamboo_crafting_table", + "variantcraftingtables:charred_crafting_table", + "variantcraftingtables:legacy_crafting_table", + "variantcraftingtables:white_oak_crafting_table", + "variantcraftingtables:herringbone_acacia_crafting_table", + "variantcraftingtables:herringbone_birch_crafting_table", + "variantcraftingtables:herringbone_dark_oak_crafting_table", + "variantcraftingtables:herringbone_jungle_crafting_table", + "variantcraftingtables:herringbone_oak_crafting_table", + "variantcraftingtables:herringbone_spruce_crafting_table", + "variantcraftingtables:herringbone_white_oak_crafting_table", + "variantcraftingtables:herringbone_bamboo_crafting_table", + "variantcraftingtables:herringbone_charred_crafting_table", + "variantcraftingtables:herringbone_crimson_crafting_table", + "variantcraftingtables:herringbone_warped_crafting_table", + "variantcraftingtables:cherry_oak_crafting_table", + "variantcraftingtables:dark_amaranth_crafting_table", + "variantcraftingtables:palm_crafting_table", + "variantcraftingtables:cypress_crafting_table", + "variantcraftingtables:dragons_blood_crafting_table", + "variantcraftingtables:elder_crafting_table", + "variantcraftingtables:juniper_crafting_table", + "variantcraftingtables:dreamwood_crafting_table", + "variantcraftingtables:livingwood_crafting_table", + "variantcraftingtables:mossy_dreamwood_crafting_table", + "variantcraftingtables:mossy_livingwood_crafting_table", + "variantcraftingtables:shimmerwood_crafting_table", + "variantcraftingtables:black_crafting_table", + "variantcraftingtables:blue_crafting_table", + "variantcraftingtables:brown_crafting_table", + "variantcraftingtables:cyan_crafting_table", + "variantcraftingtables:gray_crafting_table", + "variantcraftingtables:green_crafting_table", + "variantcraftingtables:light_blue_crafting_table", + "variantcraftingtables:light_gray_crafting_table", + "variantcraftingtables:lime_crafting_table", + "variantcraftingtables:magenta_crafting_table", + "variantcraftingtables:orange_crafting_table", + "variantcraftingtables:pink_crafting_table", + "variantcraftingtables:purple_crafting_table", + "variantcraftingtables:red_crafting_table", + "variantcraftingtables:white_crafting_table", + "variantcraftingtables:yellow_crafting_table", + "variantcraftingtables:ancient_oak_crafting_table", + "variantcraftingtables:blighted_balsa_crafting_table", + "variantcraftingtables:swamp_cypress_crafting_table", + "variantcraftingtables:willow_crafting_table", + "variantcraftingtables:mango_crafting_table", + "variantcraftingtables:wisteria_crafting_table", + "variantcraftingtables:bamboo_crafting_table_ve", + "variantcraftingtables:redwood_crafting_table", + "variantcraftingtables:azalea_crafting_table", + "variantcraftingtables:coconut_crafting_table", + "variantcraftingtables:flowering_azalea_crafting_table", + "variantcraftingtables:walnut_crafting_table", + "variantcraftingtables:stripped_bamboo_crafting_table", + "variantcraftingtables:crystal_crafting_table", + "variantcraftingtables:golden_oak_crafting_table", + "variantcraftingtables:orange_crafting_table_pl", + "variantcraftingtables:skyroot_crafting_table", + "variantcraftingtables:wisteria_crafting_table_pl", + "variantcraftingtables:cinnamon_crafting_table", + "variantcraftingtables:jade_crafting_table", + "variantcraftingtables:moon_crafting_table", + "variantcraftingtables:shadow_crafting_table" + ] +} \ No newline at end of file diff --git a/config/visualworkbench-client.toml b/config/visualworkbench-client.toml new file mode 100644 index 0000000..13a2e79 --- /dev/null +++ b/config/visualworkbench-client.toml @@ -0,0 +1,7 @@ +#Rotate crafting table contents so they always face the closest player. +rotate_ingredients = true +#Makes crafting table contents lay flat on the table instead of floating above. +flat_rendering = false +#Render the result of the crafting operation in addition to crafting table contents. +render_result = true + diff --git a/config/vivecraft-server-config.toml b/config/vivecraft-server-config.toml new file mode 100644 index 0000000..fa795c5 --- /dev/null +++ b/config/vivecraft-server-config.toml @@ -0,0 +1,130 @@ + +[general] + #will print clients that connect with vivecraft, and what version they are using, to the log. + debug = false + #will check for a newer version and alert any OP when they login to the server. + checkForUpdate = true + #What updates to check for. + # r: Release, b: Beta, a: Alpha + checkForUpdateType = "r" + #Set to true to only allow VR players to play. + # If enabled, VR hotswitching will be automatically disabled. + vr_only = false + #Set to true to only allow vivecraft players to play. + vive_only = false + #If true, will allow server ops to be in any mode. No effect if vive-only/vr-only is false. + allow_op = true + #Seconds to wait before kicking a player or sending welcome messages. The player's client must send a Vivecraft VERSION info in that time. + # default: 10.00, min: 0.00, max: 100.00 + messageAndKickDelay = 10.0 + #Gives VR Players fun cakes and drinks at random, when they respawn. + vrFun = true + +[messages] + #Enable or disable all messages. + enabled = false + #set message to nothing to not send. ex: leaveMessage = "" + welcomeVR = "%s has joined with standing VR!" + welcomeNonVR = "%s has joined with Non-VR companion!" + welcomeSeated = "%s has joined with seated VR!" + welcomeVanilla = "%s has joined as a Muggle!" + leaveMessage = "%s has disconnected from the server!" + #The message to show kicked non vivecraft players. + KickViveOnly = "This server is configured for Vivecraft players only." + #The message to show kicked non VR players. + KickVROnly = "This server is configured for VR players only." + +#Vanilla modifications for VR players +[vrChanges] + #Distance at which creepers swell and explode for VR players. Vanilla: 3 + # default: 1.75, min: 0.10, max: 10.00 + creeperSwellDistance = 1.75 + + #Bow damage adjustments + [vrChanges.bow] + #Archery damage multiplier for Vivecraft (standing) users. Set to 1.0 to disable + # default: 2.00, min: 1.00, max: 10.00 + standingMultiplier = 2.0 + #Archery damage multiplier for Vivecraft (seated) users. Set to 1.0 to disable + # default: 1.00, min: 1.00, max: 10.00 + seatedMultiplier = 1.0 + #Headshot damage multiplier for Vivecraft (standing) users. Set to 1.0 to disable + # default: 3.00, min: 1.00, max: 10.00 + standingHeadshotMultiplier = 3.0 + #Headshot damage multiplier for Vivecraft (seated) users. Set to 1.0 to disable + # default: 2.00, min: 1.00, max: 10.00 + seatedHeadshotMultiplier = 2.0 + #Headshot damage multiplier for Vanilla/NonVR users. Set to 1.0 to disable + # default: 1.00, min: 1.00, max: 10.00 + vanillaHeadshotMultiplier = 1.0 + +#VR vs. non-VR vs. seated player PVP settings +[pvp] + #Notifies the player that would cause damage, that it was blocked. + notifyBlockedDamage = false + #Allows Standing VR players to damage each other. + VRvsVR = true + #Allows Seated VR players to damage each other. + SEATEDVRvsSEATEDVR = true + #Allows Standing VR players and Non VR players to damage each other. + VRvsNONVR = true + #Allows Seated VR players and Non VR players to damage each other. + SEATEDVRvsNONVR = true + #Allows Standing VR players and Seated VR Players to damage each other. + VRvsSEATEDVR = true + +#Climbey motion settings +[climbey] + #Allows use of jump_boots and climb_claws. + enabled = true + #Sets which blocks are climb-able. Options are: + # "DISABLED" = List ignored. All blocks are climbable. + # "WHITELIST" = Only blocks on the list are climbable. + # "BLACKLIST" = All blocks are climbable except those on the list + blockmode = "DISABLED" + #The list of block names for use with include/exclude block mode. + blocklist = ["white_wool", "dirt", "grass_block"] + +#Roomscale crawling settings +[crawling] + #Allows use of roomscale crawling. Disabling does not prevent vanilla crawling. + enabled = true + +#Teleport settings +[teleport] + #Whether direct teleport is enabled. It is recommended to leave this enabled for players prone to VR sickness. + enabled = true + #Enforce limited teleport range and frequency in survival. + limitedSurvival = false + #Maximum blocks players can teleport up. Set to 0 to disable. + # default: 4, min: 1, max: 16 + upLimit = 4 + #Maximum blocks players can teleport down. Set to 0 to disable. + # default: 4, min: 1, max: 16 + downLimit = 4 + #Maximum blocks players can teleport horizontally. Set to 0 to disable. + # default: 16, min: 1, max: 32 + horizontalLimit = 16 + +#World scale settings +[worldScale] + #Limit the range of world scale players can use + limitRange = false + #Lower limit of range + # default: 0.50, min: 0.10, max: 100.00 + min = 0.5 + #Upper limit of range + # default: 2.00, min: 0.10, max: 100.00 + max = 2.0 + +#Other client settings to override +[settingOverrides] + #Forces players to use the raw item position setting + thirdPersonItems = false + +#VR hotswitch settings +[vrSwitching] + #Allows players to switch between VR and NONVR on the fly. + # If disabled, they will be locked to the mode they joined with. + enabled = true + diff --git a/config/waila/blacklist.json b/config/waila/blacklist.json new file mode 100644 index 0000000..087b281 --- /dev/null +++ b/config/waila/blacklist.json @@ -0,0 +1,48 @@ +{ + "_comment": [ + "Run /waila reload to apply changes server-wide.", + "Run /wailac reload to apply changes to only your client.", + "", + "Operators:", + "@namespace - include objects based on their namespace location", + "#tag - include objects based on data pack tags", + "/regex/ - include objects based on regular expression", + "default - include objects with specific ID", + "", + "An exclamation mark (!) prefix can be added which negates the pattern.", + "Any entries matching previous rules will be removed from it.", + "Can be combined with other rule to exclude what matches the rule.", + "", + "Example:", + "@aether - include all block from the aether namespace", + "#minecraft:planks - include all blocks in the planks tag", + "/.*_ore/ - include all blocks that ends with \"_ore\"", + "minecraft:iron_block - include only the iron block", + "!/.*:oak_.*$/ - exclude all blocks that its path start with \"oak_\"", + "", + "The #waila:blacklist tag rule can not be removed" + ], + "blocks": [ + "#waila:blacklist", + "minecraft:barrier", + "minecraft:structure_void" + ], + "blockEntityTypes": [ + "#waila:blacklist" + ], + "entityTypes": [ + "#waila:blacklist", + "minecraft:area_effect_cloud", + "minecraft:experience_orb", + "minecraft:fireball", + "minecraft:firework_rocket", + "minecraft:interaction", + "minecraft:snowball" + ], + "configVersion": 0, + "pluginHash": [ + -467861193, + 0, + 572254520 + ] +} \ No newline at end of file diff --git a/config/waila/extra/energy_blacklist.json b/config/waila/extra/energy_blacklist.json new file mode 100644 index 0000000..5fb491d --- /dev/null +++ b/config/waila/extra/energy_blacklist.json @@ -0,0 +1,33 @@ +{ + "_comment": [ + "The game needs to be restarted for the changes to apply.", + "", + "Operators:", + "@namespace - include objects based on their namespace location", + "#tag - include objects based on data pack tags", + "/regex/ - include objects based on regular expression", + "default - include objects with specific ID", + "", + "An exclamation mark (!) prefix can be added which negates the pattern.", + "Any entries matching previous rules will be removed from it.", + "Can be combined with other rule to exclude what matches the rule.", + "", + "Example:", + "@aether - include all block from the aether namespace", + "#minecraft:planks - include all blocks in the planks tag", + "/.*_ore/ - include all blocks that ends with \"_ore\"", + "minecraft:iron_block - include only the iron block", + "!/.*:oak_.*$/ - exclude all blocks that its path start with \"oak_\"", + "", + "The #waila:extra/energy_blacklist tag rule can not be removed" + ], + "blocks": [ + "#waila:extra/energy_blacklist" + ], + "blockEntityTypes": [ + "#waila:extra/energy_blacklist" + ], + "entityTypes": [ + "#waila:extra/energy_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/extra/fluid_blacklist.json b/config/waila/extra/fluid_blacklist.json new file mode 100644 index 0000000..7889a98 --- /dev/null +++ b/config/waila/extra/fluid_blacklist.json @@ -0,0 +1,33 @@ +{ + "_comment": [ + "The game needs to be restarted for the changes to apply.", + "", + "Operators:", + "@namespace - include objects based on their namespace location", + "#tag - include objects based on data pack tags", + "/regex/ - include objects based on regular expression", + "default - include objects with specific ID", + "", + "An exclamation mark (!) prefix can be added which negates the pattern.", + "Any entries matching previous rules will be removed from it.", + "Can be combined with other rule to exclude what matches the rule.", + "", + "Example:", + "@aether - include all block from the aether namespace", + "#minecraft:planks - include all blocks in the planks tag", + "/.*_ore/ - include all blocks that ends with \"_ore\"", + "minecraft:iron_block - include only the iron block", + "!/.*:oak_.*$/ - exclude all blocks that its path start with \"oak_\"", + "", + "The #waila:extra/fluid_blacklist tag rule can not be removed" + ], + "blocks": [ + "#waila:extra/fluid_blacklist" + ], + "blockEntityTypes": [ + "#waila:extra/fluid_blacklist" + ], + "entityTypes": [ + "#waila:extra/fluid_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/extra/item_blacklist.json b/config/waila/extra/item_blacklist.json new file mode 100644 index 0000000..98b5886 --- /dev/null +++ b/config/waila/extra/item_blacklist.json @@ -0,0 +1,33 @@ +{ + "_comment": [ + "The game needs to be restarted for the changes to apply.", + "", + "Operators:", + "@namespace - include objects based on their namespace location", + "#tag - include objects based on data pack tags", + "/regex/ - include objects based on regular expression", + "default - include objects with specific ID", + "", + "An exclamation mark (!) prefix can be added which negates the pattern.", + "Any entries matching previous rules will be removed from it.", + "Can be combined with other rule to exclude what matches the rule.", + "", + "Example:", + "@aether - include all block from the aether namespace", + "#minecraft:planks - include all blocks in the planks tag", + "/.*_ore/ - include all blocks that ends with \"_ore\"", + "minecraft:iron_block - include only the iron block", + "!/.*:oak_.*$/ - exclude all blocks that its path start with \"oak_\"", + "", + "The #waila:extra/item_blacklist tag rule can not be removed" + ], + "blocks": [ + "#waila:extra/item_blacklist" + ], + "blockEntityTypes": [ + "#waila:extra/item_blacklist" + ], + "entityTypes": [ + "#waila:extra/item_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/extra/progress_blacklist.json b/config/waila/extra/progress_blacklist.json new file mode 100644 index 0000000..dd23ce4 --- /dev/null +++ b/config/waila/extra/progress_blacklist.json @@ -0,0 +1,33 @@ +{ + "_comment": [ + "The game needs to be restarted for the changes to apply.", + "", + "Operators:", + "@namespace - include objects based on their namespace location", + "#tag - include objects based on data pack tags", + "/regex/ - include objects based on regular expression", + "default - include objects with specific ID", + "", + "An exclamation mark (!) prefix can be added which negates the pattern.", + "Any entries matching previous rules will be removed from it.", + "Can be combined with other rule to exclude what matches the rule.", + "", + "Example:", + "@aether - include all block from the aether namespace", + "#minecraft:planks - include all blocks in the planks tag", + "/.*_ore/ - include all blocks that ends with \"_ore\"", + "minecraft:iron_block - include only the iron block", + "!/.*:oak_.*$/ - exclude all blocks that its path start with \"oak_\"", + "", + "The #waila:extra/progress_blacklist tag rule can not be removed" + ], + "blocks": [ + "#waila:extra/progress_blacklist" + ], + "blockEntityTypes": [ + "#waila:extra/progress_blacklist" + ], + "entityTypes": [ + "#waila:extra/progress_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/plugin_toggle.json b/config/waila/plugin_toggle.json new file mode 100644 index 0000000..0e26c0d --- /dev/null +++ b/config/waila/plugin_toggle.json @@ -0,0 +1,10 @@ +{ + "waila:core": true, + "waila:vanilla": true, + "waila:harvest": true, + "waila:extra": true, + "waila:forge": true, + "waila:test": false, + "waystones:plugin": true, + "securitycraft:plugin": true +} \ No newline at end of file diff --git a/config/waila/waila.json b/config/waila/waila.json new file mode 100644 index 0000000..b20d366 --- /dev/null +++ b/config/waila/waila.json @@ -0,0 +1,54 @@ +{ + "general": { + "displayTooltip": true, + "shiftForDetails": true, + "hideShiftText": false, + "displayMode": "TOGGLE", + "hideFromPlayerList": true, + "hideFromDebug": true, + "enableTextToSpeech": false, + "rateLimit": 250 + }, + "overlay": { + "position": { + "align": { + "x": "RIGHT", + "y": "BOTTOM" + }, + "anchor": { + "x": "RIGHT", + "y": "BOTTOM" + }, + "x": -5, + "y": -5, + "bossBarsOverlap": false + }, + "color": { + "backgroundAlpha": 255, + "themes": [ + { + "id": "custom:sisisi", + "type": "waila:gradient", + "backgroundColor": 1250067, + "gradientStart": 3684408, + "gradientEnd": 2368548, + "borderSize": 1, + "borderOffset": 1, + "drawCorner": true, + "fontColor": 10526880 + } + ], + "activeTheme": "custom:sisisi" + }, + "scale": 0.8, + "fps": 30 + }, + "formatter": { + "modName": "§9§o%s", + "blockName": "§f%s", + "fluidName": "§f%s", + "entityName": "§f%s", + "registryName": "§8%s" + }, + "configVersion": 1 +} \ No newline at end of file diff --git a/config/waila/waila_plugins.json b/config/waila/waila_plugins.json new file mode 100644 index 0000000..346337f --- /dev/null +++ b/config/waila/waila_plugins.json @@ -0,0 +1,125 @@ +{ + "waila": { + "show_blocks": true, + "show_fluids": false, + "show_entities": true, + "show_icon": true, + "icon_position": "MIDDLE", + "show_mod_name": true, + "show_item_mod_name": true, + "show_registry": false + }, + "minecraft": { + "item_entity": true, + "pet.owner": true, + "pet.hide_unknown_owner": false, + "attribute.block_position": false, + "attribute.block_state": false, + "attribute.entity_position": false, + "attribute.health": true, + "attribute.absorption": true, + "attribute.armor": true, + "attribute.compact": false, + "attribute.icon_per_line": 25, + "attribute.long_health_max": 100, + "attribute.long_armor_max": 100, + "attribute.horse_jump_height": true, + "attribute.horse_speed": true, + "attribute.panda_genes": true, + "attribute.beacon_effects": true, + "attribute.mob_effects": true, + "attribute.hidden_mob_effects": false, + "jukebox.record": true, + "timer.grow": true, + "timer.breed": true, + "override.invisible_entity": true, + "override.trapped_chest": true, + "override.powder_snow": true, + "override.infested": true, + "override.vehicle": true, + "breaking_progress.enabled": true, + "breaking_progress.color": -1426063361, + "breaking_progress.bottom_only": false, + "spawner_type": true, + "crop_progress": true, + "crop_growable": true, + "tree_growable": true, + "redstone.lever": true, + "redstone.repeater": true, + "redstone.comparator": true, + "redstone.level": true, + "player_head.name": true, + "level.composter": true, + "level.honey": true, + "note_block.type": true, + "note_block.note": "SHARP", + "note_block.int_value": false, + "book.bookshelf": true, + "book.enchantment": "CYCLE", + "book.enchantment_cycle_timing": 500, + "book.written": true + }, + "harvest": { + "enabled": true, + "display_mode": "MODERN" + }, + "test": { + "enabled": true, + "bool": true, + "int": 69, + "double": 42.0, + "string": "\u003cempty\u003e", + "enum": "HEAD", + "int_octal": 4178, + "int_binary": 10, + "int_hex": 2762, + "sync_bool": true, + "sync_int": 69, + "sync_double": 42.0, + "sync_string": "\u003cempty\u003e", + "sync_enum": "HEAD", + "override_mod_name": false, + "event.handle_tooltip": false, + "event.before_render": false, + "event.after_render": false, + "event.item_mod_name": false, + "custom_icon.enabled": true, + "offset.enabled": true, + "error.enabled": false, + "hit_result.enabled": false, + "grow": false, + "data.nbt": false, + "data.complex": false, + "data.complex.block": false, + "data.complex.multiple_addition": false, + "long.enabled": false, + "long.width": 200, + "energy": false, + "energy.inf_stored": false, + "energy.inf_capacity": false, + "fluid": false, + "data.ctx": false, + "data.ctx.raw": false, + "data.ctx.typed": false, + "redirect.target": "NONE" + }, + "securitycraft": { + "showowner": true, + "showmodules": true, + "showcustomname": true + }, + "wailax": { + "energy.enabled_block": true, + "energy.enabled_entity": true, + "fluid.enabled_block": true, + "fluid.enabled_entity": true, + "fluid.display_unit": "MILLIBUCKETS", + "progress.enabled_block": true, + "progress.enabled_entity": true, + "item.enabled_block": true, + "item.enabled_entity": true, + "item.nbt": true, + "item.max_height": 3, + "item.sort_by_count": true + } +} \ No newline at end of file diff --git a/config/watut-client.toml b/config/watut-client.toml new file mode 100644 index 0000000..91fce56 --- /dev/null +++ b/config/watut-client.toml @@ -0,0 +1,47 @@ + +#General mod settings +[general] + #Sends relative mouse position and clicking + sendMouseInfo = true + #Sends a calculated rate of typing. If off, uses a default value on server + sendTypingSpeed = true + #Sends when you open a Gui, and what Gui + sendActiveGui = true + #Sends when you go idle / return + sendIdleState = true + #Enables or disables idle visual in the server player list tab screen + showIdleStatesInPlayerList = true + #Enables or disables idle visual above player head + showIdleStatesInPlayerAboveHead = true + #Setting false disables all animations + showPlayerAnimations = true + #Enables or disables typing animation + showPlayerAnimation_Typing = true + #Enables or disables idle animation + showPlayerAnimation_Idle = true + #Enables or disables the non typing animations used when showing the open Gui, such as head looking, arms moving up, arms pointing and clicking + showPlayerAnimation_Gui = true + #Show any Gui they're using that isn't chat typing related in world + showPlayerActiveNonChatGui = true + #Show the chat typing Gui in world + showPlayerActiveChatGui = true + #If there isnt an exact Gui available for what the player is using, it will show the Chest Gui. If this is false, it will show nothing, lots of modded Guis will use this for now + showPlayerActiveGuiIfNotExactMatch = true + #Show 'Player is typing...' on the chat screen + screenTypingVisible = true + #Adjust the X position where the 'Player is typing...' text shows in the chat Gui + #Range: > -2147483648 + screenTypingRelativePosition_X = 0 + #Adjust the Y position where the 'Player is typing...' text shows in the chat Gui + #Range: > -2147483648 + screenTypingRelativePosition_Y = 0 + #Max characters allowed before it switches to using string set in screenTypingMultiplePlayersText + #Range: > -2147483648 + screenTypingCharacterLimit = 50 + #String to use when too many people are typing determined by screenTypingCharacterLimit + screenTypingMultiplePlayersText = "Several people are typing" + #Plays a sound when a player opens some Guis + playScreenOpenSounds = true + #Plays a sutble sound when a player clicks their mouse in a Gui + playMouseClickSounds = true + diff --git a/config/watut-common.toml b/config/watut-common.toml new file mode 100644 index 0000000..d2ef8fd --- /dev/null +++ b/config/watut-common.toml @@ -0,0 +1,9 @@ + +#General mod settings +[general] + #- + announceIdleStatesInChat = false + #Default 5 minutes + #Range: > -2147483648 + ticksToMarkPlayerIdle = 6000 + diff --git a/config/waveycapes.json b/config/waveycapes.json new file mode 100644 index 0000000..96604bc --- /dev/null +++ b/config/waveycapes.json @@ -0,0 +1,9 @@ +{ + "configVersion": 2, + "windMode": "NONE", + "capeStyle": "SMOOTH", + "capeMovement": "BASIC_SIMULATION_3D", + "gravity": 25, + "heightMultiplier": 6, + "straveMultiplier": 2 +} \ No newline at end of file diff --git a/config/waystones-common.toml b/config/waystones-common.toml new file mode 100644 index 0000000..e277e79 --- /dev/null +++ b/config/waystones-common.toml @@ -0,0 +1,133 @@ + +[xpCost] + #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel. + inverseXpCost = false + #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. + #Range: > -2147483648 + blocksPerXpLevel = 1000 + #The minimum base xp cost (may be subceeded by multipliers defined below) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + minimumBaseXpCost = 0.0 + #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + maximumBaseXpCost = 3.0 + #How much xp is needed per leashed animal to travel with you + #Range: > -2147483648 + xpCostPerLeashed = 0 + #The base xp level cost when travelling between dimensions. Ignores block distance. + #Range: > -2147483648 + dimensionalWarpXpCost = 3 + #The multiplier applied to the base xp cost when teleporting to a global waystone through any method. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + globalWaystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + warpStoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one waystone to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + waystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one sharestone to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + sharestoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from a portstone. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + portstoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one warp plate to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + warpPlateXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting via the inventory button. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + inventoryButtonXpCostMultiplier = 0.0 + +[restrictions] + #If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe. + restrictToCreative = false + #If enabled, only the owner of a waystone (the one who placed it) can rename it. + restrictRenameToOwner = false + #If enabled, waystones generated in worldgen are unbreakable. + generatedWaystonesUnbreakable = false + #If enabled, leashed mobs will be teleported with you + transportLeashed = true + #Whether to take leashed mobs with you when teleporting between dimensions + transportLeashedDimensional = true + #List of leashed mobs that cannot be taken with you when teleporting + leashedDenyList = ["minecraft:wither"] + #Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps. + #Allowed Values: ALLOW, GLOBAL_ONLY, DENY + dimensionalWarp = "ALLOW" + #List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed. + dimensionalWarpAllowList = [] + #List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty. + dimensionalWarpDenyList = [] + #Set to true if players should be able to teleport between waystones by simply right-clicking a waystone. + allowWaystoneToWaystoneTeleport = true + #Set to false to allow non-creative players to make waystones globally activated for all players. + globalWaystoneSetupRequiresCreativeMode = true + +[cooldowns] + #The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + globalWaystoneCooldownMultiplier = 1.0 + #The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown. + #Range: > -2147483648 + warpStoneCooldown = 30 + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + #Range: > -2147483648 + warpStoneUseTime = 32 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + #Range: > -2147483648 + warpPlateUseTime = 20 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + #Range: > -2147483648 + scrollUseTime = 32 + #The cooldown between usages of the inventory button in seconds. + #Range: > -2147483648 + inventoryButtonCooldown = 300 + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the warp button in the inventory. + #Range: > -2147483648 + warpButtonX = 58 + #The y position of the warp button in the inventory. + #Range: > -2147483648 + warpButtonY = 60 + #The y position of the warp button in the creative menu. + #Range: > -2147483648 + creativeWarpButtonX = 88 + #The y position of the warp button in the creative menu. + #Range: > -2147483648 + creativeWarpButtonY = 33 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME + worldGenStyle = "BIOME" + #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. + #Range: > -2147483648 + frequency = 25 + #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used. + dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"] + #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty. + dimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + customWaystoneNames = [] + #Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone. + spawnInVillages = true + #Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village. + forceSpawnInVillages = false + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + displayWaystonesOnJourneyMap = true + #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed + preferJourneyMapIntegration = true + diff --git a/config/witherstormmod-client.toml b/config/witherstormmod-client.toml new file mode 100644 index 0000000..73abd10 --- /dev/null +++ b/config/witherstormmod-client.toml @@ -0,0 +1,78 @@ + +#Client options +[client] + #DEFAULT=true. Toggles the OptiFine warning upon joining a world. NONE + optifineWarning = true + #DEFAULT=true. Toggles April Fools special effects. NONE + aprilFools = true + #DEFAULT=true. Toggles the patron cosmetic for nonamecrackers2's Wither Storm backers. NONE + patronCosmetic = true + #DEFAULT=true. Toggles the custom main menu panorama added by the mod. NONE + customPanorama = true + + #Compatibility + [client.compatibility] + #DEFAULT=true. Uses the sphere fog shape instead of a cylindrical one, to allow the fog on the Wither Storm to be applied correctly. Disable if facing potential incompatibility issues. NONE + alternativeEntityFogShape = true + #DEFAULT=true. The distant renderer allows for the Wither Storm to be rendered from much greater distances than what vanilla allows. Disable if you're facing issues with it. NONE + distantRenderer = true + #DEFAULT=true. Specifies if an overlay should be applied to entities that renders wither sickness. GAME + witherSicknessLayer = true + + #Accessibility + [client.accessibility] + #DEFAULT=true. Toggle to enable/disable the chromatic aberration effect. NONE + chromaticAberration = true + #DEFAULT=true. Specifies whether or not a white overlay should cover the screen during certain events. NONE + blindingEffects = true + #DEFAULT=true. Specifies whether or not camera shake effects should be used. NONE + cameraShakeEffects = true + #DEFAULT=true. Turn off to disable the ear ringing effects used in the mod. NONE + earRingingEffects = true + + #Preference + [client.preference] + #DEFAULT=true. Toggles the rendering of the debris cloud surrounding the Wither Storm. NONE + renderDebrisCloud = true + #DEFAULT=true. Toggles the rendering of debris rings that surround the Wither Storm (much more performant than the debris cloud). NONE + renderDebrisRings = true + #DEFAULT=true. Toggles the rendering of the tractor beams. NONE + renderTractorBeams = true + #DEFAULT=true. Turn off to disable the overlay that appears when inside a tractor beam. NONE + renderTractorBeamOverlay = true + #DEFAULT=true. Specifies if sky ambience affects (sky darkening) should render when a Wither Storm is nearby. NONE + renderSkyAmbienceEffects = true + #DEFAULT=true. Specifies if particles inside the tractor beams of the Wither Storm should render. NONE + tractorBeamParticles = true + #DEFAULT=true. Specifies if fog should be applied to Wither Storms being rendered from a distance. NONE + distantFog = true + #DEFAULT=true. Specifies if a purple shine should render behind the Wither Storm at night. NONE + renderShine = true + #DEFAULT=true. Specifies if a pulsating effect, mimicking endermen pulling the Wither Storm apart, should be rendered once its evolution is complete. NONE + renderPulse = true + + #Boss music + [client.boss_music] + #DEFAULT=false. Toggles the Wither Storm boss theme. NOTE: this theme is from MC:SM and is subject to copyright. NONE + playWitherStormTheme = true + #DEFAULT=true. Toggles the Withered Symbiont theme, created for CWSM by Mar Mar. NONE + playSymbiontTheme = true + + #Instancing + [client.instancing] + #DEFAULT=true. Specifies if CWSM should use more performant rendering when rendering Block Clusters and the Wither Storm's mass. NOTE: It is not recommended to disable this option unless necessary. NONE + vertexBufferRendering = true + #DEFAULT=true. Builds instanced vertex buffers off thread to help reduce stuttering. It is only recommended to disable this if facing compatibility issues. NONE + asyncBufferBuilders = true + + #Performance + [client.performance] + #DEFAULT=true. Setting this value to false will disable the debris cloud when rendering the Wither Storm from large distances. NONE + renderDistantDebris = true + #DEFAULT=false. Specifies if the low res models should be used when being rendered via the distant renderer. NONE + witherStormLOD = true + #DEFAULT=false. Uses larger cubes to make up the the phase 4 and up models. May result in a performance increase. NONE + lowResModels = false + #DEFAULT=true. Toggles the rendering of Block Clusters. NONE + blockClusterRendering = true + diff --git a/config/witherstormmod-common.toml b/config/witherstormmod-common.toml new file mode 100644 index 0000000..18629f0 --- /dev/null +++ b/config/witherstormmod-common.toml @@ -0,0 +1,16 @@ + +#Common options +[common] + #DEFAULT=true. This feature makes the Wither Storm more likely to choose nearby players as targets instead of other mobs. NONE + playerFavorability = true + #DEFAULT=false. Toggle to enable/disable drops from Block Clusters. NOTE: Enabling this feature can cause world lag. WORLD + blockClustersDropItems = false + #DEFAULT=true. Specifies if the current entity the Wither Storm is picking up has a vehicle, that it should pick it up as well. Ex: Should pick up a player riding a boat. NONE + shouldPickUpVehicles = true + #DEFAULT=true. Specifies if phantoms AI should be overriden to allow circling above any nearby Wither Storms. Disable if you wish for default behaviour and/or if issues arise. WORLD + phantomsOrbitWitherStorm = true + #DEFAULT=true. Specifies if players should not be able to dismount a tentacle entity. Disable if facing compatibility issues. NONE + playerCannotDismountTentacles = true + #DEFAULT=true. Specifies if custom AI behavior should be injected into certain entities (such as mobs running away from the Wither Storm). Disable if facing compatibility issues. WORLD + injectCustomAiBehavior = true + diff --git a/config/world_preview/config.json b/config/world_preview/config.json new file mode 100644 index 0000000..f0658c7 --- /dev/null +++ b/config/world_preview/config.json @@ -0,0 +1,20 @@ +{ + "savedSeeds": [], + "showInPauseMenu": true, + "showPlayer": true, + "showControls": true, + "showFrameTime": false, + "buildFullVertChunk": false, + "backgroundSampleVertChunk": false, + "sampleStructures": false, + "sampleHeightmap": false, + "sampleIntersections": false, + "heightmapMinY": 32, + "heightmapMaxY": 255, + "onlySampleInVisualRange": true, + "cacheInGame": true, + "cacheInNew": false, + "enableCompression": true, + "colorMap": "world_preview:inferno", + "numThreads": 19 +} diff --git a/config/world_preview/missing-colors.json b/config/world_preview/missing-colors.json new file mode 100644 index 0000000..88bf57d --- /dev/null +++ b/config/world_preview/missing-colors.json @@ -0,0 +1,42 @@ +[ + "deeperdarker:deeplands", + "deeperdarker:echoing_forest", + "deeperdarker:overcast_columns", + "terralith:cave/andesite_caves", + "terralith:cave/crystal_caves", + "terralith:cave/deep_caves", + "terralith:cave/desert_caves", + "terralith:cave/diorite_caves", + "terralith:cave/frostfire_caves", + "terralith:cave/fungal_caves", + "terralith:cave/granite_caves", + "terralith:cave/ice_caves", + "terralith:cave/infested_caves", + "terralith:cave/mantle_caves", + "terralith:cave/thermal_caves", + "terralith:cave/tuff_caves", + "terralith:cave/underground_jungle", + "terralith:skylands", + "twilightforest:clearing", + "twilightforest:dark_forest", + "twilightforest:dark_forest_center", + "twilightforest:dense_forest", + "twilightforest:dense_mushroom_forest", + "twilightforest:enchanted_forest", + "twilightforest:final_plateau", + "twilightforest:fire_swamp", + "twilightforest:firefly_forest", + "twilightforest:forest", + "twilightforest:glacier", + "twilightforest:highlands", + "twilightforest:lake", + "twilightforest:mushroom_forest", + "twilightforest:oak_savannah", + "twilightforest:snowy_forest", + "twilightforest:spooky_forest", + "twilightforest:stream", + "twilightforest:swamp", + "twilightforest:thornlands", + "twilightforest:underground", + "witherstormmod:bowels" +] diff --git a/config/world_preview/missing-structures.json b/config/world_preview/missing-structures.json new file mode 100644 index 0000000..02df05c --- /dev/null +++ b/config/world_preview/missing-structures.json @@ -0,0 +1,212 @@ +[ + "betterdeserttemples:desert_temple", + "betterdungeons:skeleton_dungeon", + "betterdungeons:small_dungeon", + "betterdungeons:small_nether_dungeon", + "betterdungeons:spider_dungeon", + "betterdungeons:zombie_dungeon", + "betterfortresses:fortress", + "betterjungletemples:jungle_temple", + "bettermineshafts:mineshaft_acacia", + "bettermineshafts:mineshaft_desert", + "bettermineshafts:mineshaft_dripstone", + "bettermineshafts:mineshaft_ice", + "bettermineshafts:mineshaft_jungle", + "bettermineshafts:mineshaft_lush", + "bettermineshafts:mineshaft_mesa", + "bettermineshafts:mineshaft_mushroom", + "bettermineshafts:mineshaft_oak", + "bettermineshafts:mineshaft_overgrown", + "bettermineshafts:mineshaft_red_desert", + "bettermineshafts:mineshaft_spruce", + "bettermineshafts:mineshaft_spruce_snowy", + "betteroceanmonuments:ocean_monument", + "betterstrongholds:stronghold", + "betterwitchhuts:witch_circle", + "betterwitchhuts:witch_hut", + "cataclysm:ancient_factory", + "cataclysm:burning_arena", + "cataclysm:cursed_pyramid", + "cataclysm:ruined_citadel", + "cataclysm:soul_black_smith", + "cataclysm:sunken_city", + "cobblemon:village_plains_pokecenter", + "cobblemon:village_plains_pokecenter_signtest", + "deeperdarker:ancient_temple", + "epicsamurai:shrine", + "epicsamurai:torii", + "paraglider:nether_horned_statue", + "paraglider:tarrey_town_goddess_statue", + "paraglider:underground_horned_statue", + "supplementaries:way_sign", + "terralith:zpointer/minecraft_badlands", + "terralith:zpointer/minecraft_bamboo_jungle", + "terralith:zpointer/minecraft_beach", + "terralith:zpointer/minecraft_birch_forest", + "terralith:zpointer/minecraft_cold_ocean", + "terralith:zpointer/minecraft_dark_forest", + "terralith:zpointer/minecraft_deep_cold_ocean", + "terralith:zpointer/minecraft_deep_frozen_ocean", + "terralith:zpointer/minecraft_deep_lukewarm_ocean", + "terralith:zpointer/minecraft_deep_ocean", + "terralith:zpointer/minecraft_deep_warm_ocean", + "terralith:zpointer/minecraft_desert", + "terralith:zpointer/minecraft_dripstone_caves", + "terralith:zpointer/minecraft_eroded_badlands", + "terralith:zpointer/minecraft_flower_forest", + "terralith:zpointer/minecraft_forest", + "terralith:zpointer/minecraft_frozen_ocean", + "terralith:zpointer/minecraft_frozen_peaks", + "terralith:zpointer/minecraft_frozen_river", + "terralith:zpointer/minecraft_grove", + "terralith:zpointer/minecraft_ice_spikes", + "terralith:zpointer/minecraft_jagged_peaks", + "terralith:zpointer/minecraft_jungle", + "terralith:zpointer/minecraft_lukewarm_ocean", + "terralith:zpointer/minecraft_lush_caves", + "terralith:zpointer/minecraft_meadow", + "terralith:zpointer/minecraft_mushroom_fields", + "terralith:zpointer/minecraft_ocean", + "terralith:zpointer/minecraft_old_growth_birch_forest", + "terralith:zpointer/minecraft_old_growth_pine_taiga", + "terralith:zpointer/minecraft_old_growth_spruce_taiga", + "terralith:zpointer/minecraft_plains", + "terralith:zpointer/minecraft_river", + "terralith:zpointer/minecraft_savanna", + "terralith:zpointer/minecraft_savanna_plateau", + "terralith:zpointer/minecraft_snowy_beach", + "terralith:zpointer/minecraft_snowy_plains", + "terralith:zpointer/minecraft_snowy_slopes", + "terralith:zpointer/minecraft_snowy_taiga", + "terralith:zpointer/minecraft_sparse_jungle", + "terralith:zpointer/minecraft_stony_peaks", + "terralith:zpointer/minecraft_stony_shore", + "terralith:zpointer/minecraft_sunflower_plains", + "terralith:zpointer/minecraft_swamp", + "terralith:zpointer/minecraft_taiga", + "terralith:zpointer/minecraft_warm_ocean", + "terralith:zpointer/minecraft_windswept_forest", + "terralith:zpointer/minecraft_windswept_gravelly_hills", + "terralith:zpointer/minecraft_windswept_hills", + "terralith:zpointer/minecraft_windswept_savanna", + "terralith:zpointer/minecraft_wooded_badlands", + "terralith:zpointer/terralith_alpha_islands", + "terralith:zpointer/terralith_alpha_islands_winter", + "terralith:zpointer/terralith_alpine_grove", + "terralith:zpointer/terralith_alpine_highlands", + "terralith:zpointer/terralith_amethyst_canyon", + "terralith:zpointer/terralith_amethyst_rainforest", + "terralith:zpointer/terralith_ancient_sands", + "terralith:zpointer/terralith_arid_highlands", + "terralith:zpointer/terralith_ashen_savanna", + "terralith:zpointer/terralith_basalt_cliffs", + "terralith:zpointer/terralith_birch_taiga", + "terralith:zpointer/terralith_blooming_plateau", + "terralith:zpointer/terralith_blooming_valley", + "terralith:zpointer/terralith_brushland", + "terralith:zpointer/terralith_bryce_canyon", + "terralith:zpointer/terralith_caldera", + "terralith:zpointer/terralith_cloud_forest", + "terralith:zpointer/terralith_cold_shrubland", + "terralith:zpointer/terralith_desert_canyon", + "terralith:zpointer/terralith_desert_oasis", + "terralith:zpointer/terralith_desert_spires", + "terralith:zpointer/terralith_emerald_peaks", + "terralith:zpointer/terralith_forested_highlands", + "terralith:zpointer/terralith_fractured_savanna", + "terralith:zpointer/terralith_frozen_cliffs", + "terralith:zpointer/terralith_glacial_chasm", + "terralith:zpointer/terralith_granite_cliffs", + "terralith:zpointer/terralith_gravel_beach", + "terralith:zpointer/terralith_gravel_desert", + "terralith:zpointer/terralith_haze_mountain", + "terralith:zpointer/terralith_highlands", + "terralith:zpointer/terralith_hot_shrubland", + "terralith:zpointer/terralith_ice_marsh", + "terralith:zpointer/terralith_jungle_mountains", + "terralith:zpointer/terralith_lavender_forest", + "terralith:zpointer/terralith_lavender_valley", + "terralith:zpointer/terralith_lush_valley", + "terralith:zpointer/terralith_mirage_isles", + "terralith:zpointer/terralith_moonlight_grove", + "terralith:zpointer/terralith_moonlight_valley", + "terralith:zpointer/terralith_mountain_steppe", + "terralith:zpointer/terralith_orchid_swamp", + "terralith:zpointer/terralith_painted_mountains", + "terralith:zpointer/terralith_red_oasis", + "terralith:zpointer/terralith_rocky_jungle", + "terralith:zpointer/terralith_rocky_mountains", + "terralith:zpointer/terralith_rocky_shrubland", + "terralith:zpointer/terralith_sakura_grove", + "terralith:zpointer/terralith_sakura_valley", + "terralith:zpointer/terralith_sandstone_valley", + "terralith:zpointer/terralith_savanna_badlands", + "terralith:zpointer/terralith_savanna_slopes", + "terralith:zpointer/terralith_scarlet_mountains", + "terralith:zpointer/terralith_shield", + "terralith:zpointer/terralith_shield_clearing", + "terralith:zpointer/terralith_shrubland", + "terralith:zpointer/terralith_siberian_grove", + "terralith:zpointer/terralith_siberian_taiga", + "terralith:zpointer/terralith_skylands", + "terralith:zpointer/terralith_skylands_autumn", + "terralith:zpointer/terralith_skylands_spring", + "terralith:zpointer/terralith_skylands_summer", + "terralith:zpointer/terralith_skylands_winter", + "terralith:zpointer/terralith_snowy_badlands", + "terralith:zpointer/terralith_snowy_maple_forest", + "terralith:zpointer/terralith_snowy_shield", + "terralith:zpointer/terralith_steppe", + "terralith:zpointer/terralith_stony_spires", + "terralith:zpointer/terralith_temperate_highlands", + "terralith:zpointer/terralith_tropical_jungle", + "terralith:zpointer/terralith_valley_clearing", + "terralith:zpointer/terralith_volcanic_crater", + "terralith:zpointer/terralith_volcanic_peaks", + "terralith:zpointer/terralith_warm_river", + "terralith:zpointer/terralith_warped_mesa", + "terralith:zpointer/terralith_white_cliffs", + "terralith:zpointer/terralith_white_mesa", + "terralith:zpointer/terralith_windswept_spires", + "terralith:zpointer/terralith_wintry_forest", + "terralith:zpointer/terralith_yellowstone", + "terralith:zpointer/terralith_yosemite_cliffs", + "terralith:zpointer/terralith_yosemite_lowlands", + "twilightforest:aurora_palace", + "twilightforest:dark_tower", + "twilightforest:final_castle", + "twilightforest:hedge_maze", + "twilightforest:hydra_lair", + "twilightforest:knight_stronghold", + "twilightforest:labyrinth", + "twilightforest:large_hollow_hill", + "twilightforest:lich_tower", + "twilightforest:medium_hollow_hill", + "twilightforest:mushroom_tower", + "twilightforest:naga_courtyard", + "twilightforest:quest_grove", + "twilightforest:small_hollow_hill", + "twilightforest:troll_cave", + "twilightforest:yeti_cave", + "watching:leafless_grove", + "watching:logless_tree/acacia", + "watching:logless_tree/birch", + "watching:logless_tree/oak", + "watching:logless_tree/spruce", + "watching:mossy_pyramid", + "watching:ocean_sand_pyramid", + "watching:redstone_torch_trail", + "watching:sand_pyramid", + "watching:torch_cave", + "watching:torch_tunnel/1x2/torchless_tunnel", + "watching:torch_tunnel/1x2/tunnel", + "watching:torch_tunnel/2x2_tunnel", + "witherstormmod:bowels", + "witherstormmod:storm_spawn_platform", + "zeldamod:courage_temple", + "zeldamod:link_house", + "zeldamod:master_sword", + "zeldamod:power_temple", + "zeldamod:sword_house", + "zeldamod:wisdom_temple" +] diff --git a/config/world_preview/renderConfig.json b/config/world_preview/renderConfig.json new file mode 100644 index 0000000..9f90224 --- /dev/null +++ b/config/world_preview/renderConfig.json @@ -0,0 +1,15 @@ +{ + "center": { + "f_123285_": 0, + "f_123286_": 320, + "f_123289_": 0 + }, + "quartExpand": 1, + "quartStride": 1, + "samplerType": "AUTO", + "dimension": { + "f_135804_": "minecraft", + "f_135805_": "overworld" + }, + "hideAllStructures": false +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/.unpack_finished b/config/worldedit/.archive-unpack/2e1dd752/.unpack_finished new file mode 100644 index 0000000..e69de29 diff --git a/config/worldedit/.archive-unpack/2e1dd752/af/strings.json b/config/worldedit/.archive-unpack/2e1dd752/af/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/af/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ar/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ar/strings.json new file mode 100644 index 0000000..ba1a421 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ar/strings.json @@ -0,0 +1,45 @@ +{ + "worldedit.expand.description.vert": "توسيع الاختيار عمودياً إلى حدود العالم.", + "worldedit.expand.expanded": "توسيع المنطقة {0} بلوكات", + "worldedit.expand.expanded.vert": "المنطقة موسعة {0} بلوكات (من الأعلى إلى الأسفل).", + "worldedit.biomeinfo.lineofsight": "المناطق الحيوية عند خط نقطة النظر: {0}", + "worldedit.biomeinfo.position": "المناطق الحيوية في موقعك: {0}", + "worldedit.biomeinfo.selection": "المناطق الحيوية في إختيارك: {0}", + "worldedit.brush.radius-too-large": "الحد الأقصى المسموح به للفرشاة: {0}", + "worldedit.brush.apply.description": "تطبيق الفرشاة، تطبيق دالة على كل بلوكة", + "worldedit.brush.apply.radius": "حجم الفرشاة", + "worldedit.brush.apply.shape": "شكل المنطقة", + "worldedit.brush.apply.type": "نوع الفرشاة المراد استخدامها", + "worldedit.brush.apply.item.warning": "هذه الفرشاة تحاكي استخدامات العنصر. قد لا تعمل تأثيراته على جميع المنصات، قد لا تكون غير قابلة للتطبيق، وقد تسبب تفاعلات غريبة مع المودات/البلوقنات الأخرى. استخدمها على مسؤوليتك الخاصة.", + "worldedit.brush.paint.description": "فرشاة الطلاء ، تطبيق دالة على السطح", + "worldedit.brush.paint.size": "حجم الفرشاة", + "worldedit.brush.paint.shape": "شكل المنطقة", + "worldedit.brush.paint.density": "كثافة الفرشاة", + "worldedit.brush.paint.type": "نوع الفرشاة المراد استخدامها", + "worldedit.brush.paint.item.warning": "هذه الفرشاة تحاكي استخدامات العنصر. قد لا تعمل تأثيراته على جميع المنصات، قد لا تكون غير قابلة للتطبيق، وقد تسبب تفاعلات غريبة مع المودات/البلوقنات الأخرى. استخدمها على مسؤوليتك الخاصة.", + "worldedit.brush.sphere.equip": "شكل فرشاة الكرة مجهز ({0}).", + "worldedit.brush.cylinder.equip": "شكل فرشاة الأسطورة مجهز ({0} بواسطة {1}).", + "worldedit.brush.clipboard.equip": "شكل فرشاة الحافظة مجهز.", + "worldedit.brush.smooth.equip": "فرشاة سلسة مجهزة ({0} x {1}x باستخدام {2}).", + "worldedit.brush.extinguish.equip": "مدمر مجهز ({0}).", + "worldedit.brush.gravity.equip": "فرشاة الجاذبية مجهزة ({0}).", + "worldedit.brush.butcher.equip": "فرشاة الجزار مجهزة ({0}).", + "worldedit.brush.operation.equip": "تعيين الفرشاة إلى {0}.", + "worldedit.brush.none.equip": "فرشاة بدون ربط من العنصر الحالي الخاص بك.", + "worldedit.drawsel.disabled": "تم تعطيل CUI الخادم.", + "worldedit.drawsel.disabled.already": "خادم CUI معطل بالفعل.", + "worldedit.drawsel.enabled.already": "خادم CUI مفعل بالفعل.", + "worldedit.limit.too-high": "الحد الأقصى المسموح به لك هو {0}.", + "worldedit.limit.set": "تم تعيين حد تغيير الكتلة إلى {0}.", + "worldedit.limit.return-to-default": "(استخدم //محدود للعودة إلى الوضع الافتراضي.)", + "worldedit.timeout.too-high": "الحد الأقصى المسموح به لديك هو {0}مللي ثانية.", + "worldedit.timeout.return-to-default": " (استخدم /انتهاء الوقت للعودة إلى الوضع الافتراضي.)", + "worldedit.fast.disabled": "الوضع السريع معطل.", + "worldedit.fast.enabled": "الوضع السريع مفعل. الإضاءة في القطع المتأثرة قد تكون خاطئة و/أو قد تحتاج إلى العودة إلى الانضمام لرؤية التغييرات.", + "worldedit.fast.disabled.already": "الوضع السريع معطل بالفعل.", + "worldedit.fast.enabled.already": "الوضع السريع مفعل بالفعل.", + "worldedit.reorder.current": "وضع إعادة الطلب هو {0}", + "worldedit.reorder.set": "وضع إعادة الطلب الآن {0}", + "worldedit.gmask.disabled": "القناع العالمي معطل.", + "worldedit.gmask.set": "وضع قناع عالمي." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ast/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ast/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ast/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/az/strings.json b/config/worldedit/.archive-unpack/2e1dd752/az/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/az/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ba/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ba/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ba/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/be/strings.json b/config/worldedit/.archive-unpack/2e1dd752/be/strings.json new file mode 100644 index 0000000..03c38ad --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/be/strings.json @@ -0,0 +1,42 @@ +{ + "worldedit.expand.expanded": "Рэгіён пашыраны на {0} блокаў", + "worldedit.biomeinfo.lineofsight": "Біёмы ў зоне бачнасці: {0}", + "worldedit.brush.apply.radius": "Памер пэндзля", + "worldedit.brush.apply.shape": "Форма рэгіёна", + "worldedit.brush.apply.type": "Тып пэндзля для выкарыстання", + "worldedit.brush.apply.item.warning": "Гэтая пэндзаль імітуе выкарыстанне прадметаў. Яна можа працаваць не на ўсіх платформах. Не заўсёды можна адмяніць. Дрэнна ўзаемадзейнічае з іншымі плагінамі/модамі. Выкарыстоўвайце на свой страх і рызык.", + "worldedit.brush.paint.size": "Памер пэндзля", + "worldedit.brush.paint.shape": "Форма рэгіёна", + "worldedit.brush.paint.density": "Шчыльнасць пэндзля", + "worldedit.brush.paint.type": "Тып пэндзля для выкарыстання", + "worldedit.brush.paint.item.warning": "Гэтая пэндзаль імітуе выкарыстанне прадметаў. Яна можа працаваць не на ўсіх платформах. Не заўсёды можна адмяніць. Дрэнна ўзаемадзейнічае з іншымі плагінамі/модамі. Выкарыстоўвайце на свой страх і рызык.", + "worldedit.drawsel.disabled": "Сервер CUI адключаны.", + "worldedit.drawsel.disabled.already": "CUI сервера ўжо адключаны.", + "worldedit.drawsel.enabled.already": "CUI сервера ўжо ўключаны.", + "worldedit.timeout.return-to-default": " (Выкарыстайце // timeout, каб вярнуць значэнне па змаўчанні.)", + "worldedit.fast.disabled": "Хуткі рэжым адключаны.", + "worldedit.gmask.disabled": "Глабальная маска адключаная.", + "worldedit.gmask.set": "Глабальная маска ўсталяваная.", + "worldedit.searchitem.searching": "(Пачакайце... шукаем прадметы.)", + "worldedit.undo.none": "Няма чаго адмяніць.", + "worldedit.redo.none": "Ничога не засталося для выпраўлення.", + "worldedit.clearhistory.cleared": "Гісторыя выдалена.", + "worldedit.restore.not-available": "Гэты снапшот не існуе альбо не даступны.", + "worldedit.restore.none-for-world": "Снапшоты не былі знойдзеныя для гэтага света.", + "worldedit.restore.none-found": "Снапшоты не знойдзены.", + "worldedit.schematic.delete.deleted": "{0} быў выдалены.", + "worldedit.pos.already-set": "Пазіцыя ўжо вызначана.", + "worldedit.hpos.already-set": "Пазіцыя ўжо вызначана.", + "worldedit.wand.selwand.info": "ЛКМ: вызначыць пазіцыю #1; ПКМ: вызначыць пазіцыю #2", + "worldedit.shift.shifted": "Вылучаная вобласць ссунута.", + "worldedit.outset.outset": "Вылучаная вобласць пашырана.", + "worldedit.select.cleared": "Выдзяленне вычышчана.", + "worldedit.select.extend.description": "Рэжым хуткага выбару кубойда", + "worldedit.move.moved": "{0} блок(аў) перамешчана.", + "worldedit.version.version": "WorldEdit версія {0}", + "worldedit.operation.affected.biome": "{0} біём(аў) закранута", + "worldedit.operation.affected.block": "{0} блок(аў) закранута", + "worldedit.selection.convex.info.triangles": "Трыкутнікі: {0}", + "worldedit.cli.stopping": "Спыненне!", + "worldedit.cli.unknown-command": "Невядомы загад!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/bg/strings.json b/config/worldedit/.archive-unpack/2e1dd752/bg/strings.json new file mode 100644 index 0000000..7c17053 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/bg/strings.json @@ -0,0 +1,53 @@ +{ + "worldedit.clearhistory.cleared": "Историята е изчистена.", + "worldedit.restore.block-place-error": "Последна грешка: {0}", + "worldedit.schematic.delete.failed": "Неуспешно изтриване на {0}! Файлът само за четене ли е?", + "worldedit.size.type": "Вид: {0}", + "worldedit.size.size": "Големина: {0}", + "worldedit.size.distance": "Разстояние на кубоида: {0}", + "worldedit.size.blocks": "Брой блокове: {0}", + "worldedit.count.counted": "Преброено: {0}", + "worldedit.distr.no-blocks": "Няма преброени блокове.", + "worldedit.distr.total": "Общ брой блокове: {0}", + "worldedit.select.cleared": "Избраното е изчистено.", + "worldedit.select.cuboid.description": "Изберете два ъгъла на кубоида", + "worldedit.select.poly.limit-message": "{0} точки максимум.", + "worldedit.select.poly.description": "Изберете двумерен многоъгълник с височина", + "worldedit.select.ellipsoid.description": "Изберете елипсоид", + "worldedit.select.sphere.description": "Изберете сфера", + "worldedit.select.cyl.description": "Изберете цилиндър", + "worldedit.select.convex.limit-message": "{0} точки максимум.", + "worldedit.chunkinfo.chunk": "Чънк: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Стар формат: {0}", + "worldedit.clearclipboard.cleared": "Буферната памет е изчистена.", + "worldedit.set.done": "Операцията завърши.", + "worldedit.set.done.verbose": "Операцията завърши ({0}).", + "worldedit.regen.regenerated": "Областта е регенерирана.", + "worldedit.forest.created": "{0} дървета са сътворени.", + "worldedit.flora.created": "{0} растения са сътворени.", + "worldedit.forestgen.created": "{0} дървета са сътворени.", + "worldedit.reload.config": "Конфигурирането е презаредено!", + "worldedit.timezone.invalid": "Недействителен часови пояс", + "worldedit.version.version": "Версия на WorldEdit {0}", + "worldedit.tool.deltree.not-tree": "Това не е дърво.", + "worldedit.tool.deltree.not-floating": "Това не е плаващо дърво.", + "worldedit.tool.tree.obstructed": "Дървото не може да бъде там.", + "worldedit.tool.info.internalid.hover": "Вътрешен ид.№", + "worldedit.script.read-error": "Грешка при четене на скрипта: {0}", + "worldedit.script.unsupported": "Поддържат се само скриптове с разширение .js", + "worldedit.script.file-not-found": "Скриптът не съществува: {0}", + "worldedit.selection.convex.info.vertices": "Върхове: {0}", + "worldedit.selection.convex.info.triangles": "Триъгълници: {0}", + "worldedit.selection.ellipsoid.info.center": "Център: {0}", + "worldedit.selection.cylinder.info.center": "Център: {0}", + "worldedit.selection.cylinder.info.radius": "Радиус: {0}", + "worldedit.selection.polygon2d.info": "# точки: {0}", + "worldedit.selection.polygon2d.explain.primary": "Започване на нов многоъгълник в {0}.", + "worldedit.sideeffect.lighting": "Осветление", + "worldedit.sideeffect.neighbors": "Съседи", + "worldedit.sideeffect.validation": "Валидиране", + "worldedit.sideeffect.state.on": "Вкл.", + "worldedit.sideeffect.state.off": "Изкл.", + "worldedit.sideeffect.box.current": "Текущо", + "worldedit.cli.unknown-command": "Непозната команда!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json b/config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/brb/strings.json b/config/worldedit/.archive-unpack/2e1dd752/brb/strings.json new file mode 100644 index 0000000..d56af3a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/brb/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (van boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Biomes aan het aanzicht punt: {0}", + "worldedit.biomeinfo.position": "Biomes op uw positie: {0}", + "worldedit.biomeinfo.selection": "Biomes in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane brush radius: {0}", + "worldedit.brush.apply.description": "Pas brush toe, pas een functie toe op elk blok", + "worldedit.brush.apply.radius": "De grootte van de brush", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type brush om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf brush, voeg een functie toe op een oppervlak", + "worldedit.brush.paint.size": "De grootte van de brush", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type brush om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol brush vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder brush vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord brush vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingskwast geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtkwast geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagerskwast geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Kwast ingesteld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Kwast ontkoppeld van je huidige item.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "Uw maximaal toegestaande limiet is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Uw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Bijwerking \"{0}\" is al ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waar je bovenop staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit spelplatform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie is al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie is al inactief.", + "worldedit.watchdog.active": "Waakhondcommunicatie is nu geactiveerd.", + "worldedit.watchdog.inactive": "Waakhondcommunicatie is nu gedeactiveerd.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Je bewerkt nu de wereld {0}. (Gebruik //world om weer de huidige wereld te bewerken.)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coördinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "Ellipsoïde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoïde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vóór je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet één of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet één of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geïnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coördinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoïde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/bs/strings.json b/config/worldedit/.archive-unpack/2e1dd752/bs/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/bs/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ca/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ca/strings.json new file mode 100644 index 0000000..505bcf3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ca/strings.json @@ -0,0 +1,10 @@ +{ + "worldedit.expand.description.vert": "Amplia la selecció verticalment fins als límits del món.", + "worldedit.expand.expanded": "Regió ampliada {0} blocs", + "worldedit.expand.expanded.vert": "Regió ampliada {0} blocs (de dalt a baix).", + "worldedit.brush.apply.radius": "La mida del pinzell", + "worldedit.brush.apply.shape": "La forma de la regió", + "worldedit.brush.paint.size": "La mida del pinzell", + "worldedit.brush.paint.shape": "La forma de la regió", + "worldedit.brush.paint.density": "La densitat del pinzell" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/cs/strings.json b/config/worldedit/.archive-unpack/2e1dd752/cs/strings.json new file mode 100644 index 0000000..6c40ba1 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/cs/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Vertikálně rozšířit výběr na limity světa.", + "worldedit.expand.expanded": "Oblast rozšířena o {0} bloků", + "worldedit.expand.expanded.vert": "Oblast rozšířena o {0} bloků (shora dolů).", + "worldedit.biomeinfo.lineofsight": "Biomy ve směru pohledu: {0}", + "worldedit.biomeinfo.position": "Biomy na vaší pozici: {0}", + "worldedit.biomeinfo.selection": "Biomy ve vašem výběru: {0}", + "worldedit.brush.radius-too-large": "Maximální povolený poloměr štětce: {0}", + "worldedit.brush.apply.description": "Aplikovat funkci štětce na každý blok", + "worldedit.brush.apply.radius": "Velikost štětce", + "worldedit.brush.apply.shape": "Tvar regionu", + "worldedit.brush.apply.type": "Typ štětce k použití", + "worldedit.brush.apply.item.warning": "Tento štětec simuluje použití položek. Jeho účinky nemusí fungovat na všech plošinách, nemusí jít vrátit zpět a mohou způsobit podivné interakce s jinými módy / pluginy. Používejte na vlastní nebezpečí.", + "worldedit.brush.paint.description": "Nátěrové štětce, aplikujte funkci na povrch", + "worldedit.brush.paint.size": "Velikost štětce", + "worldedit.brush.paint.shape": "Tvar regionu", + "worldedit.brush.paint.density": "Hustota štětce", + "worldedit.brush.paint.type": "Typ štětce k použití", + "worldedit.brush.paint.item.warning": "Tento štětec simuluje použití položek. Jeho účinky nemusí fungovat na všech plošinách, nemusí jít vrátit zpět a mohou způsobit podivné interakce s jinými módy / pluginy. Používejte na vlastní nebezpečí.", + "worldedit.brush.sphere.equip": "Kulový štětec vybaven ({0}).", + "worldedit.brush.cylinder.equip": "Válcový štětec vybaven ({0} na {1}).", + "worldedit.brush.clipboard.equip": "Kulový štětec vybaven.", + "worldedit.brush.smooth.equip": "Hladký štětec je vybaven ({0} x {1}x pomocí {2}).", + "worldedit.brush.extinguish.equip": "Vybavený hasicí přístroj ({0}).", + "worldedit.brush.gravity.equip": "Gravitační štětec vybaven ({0}).", + "worldedit.brush.butcher.equip": "Řeznický štětec vybaven ({0}).", + "worldedit.brush.operation.equip": "Nataven štětec na {0}.", + "worldedit.brush.heightmap.equip": "Terénový štětec nastaven ({0}).", + "worldedit.brush.heightmap.unknown": "Neznámý terénový štětec: {0}.", + "worldedit.brush.none.equip": "Přiřazený štětec byl odstraněn z aktuální položky.", + "worldedit.setbiome.changed": "Biomy změněny na přibližně {0} blocích.", + "worldedit.setbiome.warning": "Možná se budete muset znovu připojit k vaší hře (nebo zavřít a znovu otevřít svůj svět), abyste viděli změny.", + "worldedit.drawsel.disabled": "CUI serveru zakázáno.", + "worldedit.drawsel.enabled": "CUI serveru povoleno. To podporuje pouze oblasti s maximální velikostí {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serveru je již zakázáno.", + "worldedit.drawsel.enabled.already": "CUI serveru je již povoleno.", + "worldedit.limit.too-high": "Váš maximální povolený limit je {0}.", + "worldedit.limit.set": "Limit změny bloku nastaven na {0}.", + "worldedit.limit.return-to-default": "(Použij //limit pro návrat na výchozí.)", + "worldedit.timeout.too-high": "Maximální povolený časový limit je {0}ms.", + "worldedit.timeout.set": "Časový limit nastavený na {0} ms.", + "worldedit.timeout.return-to-default": " (Použijte //timeout pro návrat do výchozího nastavení.)", + "worldedit.fast.disabled": "Rychlý režim byl vypnut.", + "worldedit.fast.enabled": "Rychlý režim byl zapnut! Osvětlení ve změněných chuncích může být špatné a možná bude potřeba se znovu připojit.", + "worldedit.fast.disabled.already": "Rychlý režim již je vypnut.", + "worldedit.fast.enabled.already": "Rychlý režim již je spuštěn.", + "worldedit.perf.sideeffect.set": "Vedlejší efekt \"{0}\" nastaven na {1}", + "worldedit.perf.sideeffect.get": "Vedlejší efekt \"{0}\" je nastaven na {1}", + "worldedit.perf.sideeffect.already-set": "Vedlejší efekt \"{0}\" je již {1}", + "worldedit.perf.sideeffect.set-all": "Všechny vedlejší efekty nastaveny na {0}", + "worldedit.reorder.current": "Režim řazení je {0}", + "worldedit.reorder.set": "Režim řazení je nyní {0}", + "worldedit.gmask.disabled": "Globální maska je vypnuta.", + "worldedit.gmask.set": "Globální maska nastavena.", + "worldedit.toggleplace.pos1": "Nyní umisťuji na pozici #1.", + "worldedit.toggleplace.player": "Nyní umisťuji na blok, ve kterém stojíte.", + "worldedit.toggleplace.not-locatable": "Nelze přepnout pokládání za těchto okolností.", + "worldedit.searchitem.too-short": "Zadejte delší vyhledávací řetězec (len > 2).", + "worldedit.searchitem.either-b-or-i": "Nemůžete současně použít vlajky 'b' a 'i'.", + "worldedit.searchitem.searching": "(Čekejte prosím... hledám položky.)", + "worldedit.watchdog.no-hook": "Tato platforma nemá žádný watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook je již aktivní.", + "worldedit.watchdog.inactive.already": "Watchdog hook již je neaktivní.", + "worldedit.watchdog.active": "Watchdog hook je nyní aktivní.", + "worldedit.watchdog.inactive": "Watchdog hook je nyní neaktivní.", + "worldedit.world.remove": "Přepsání světa bylo odstraněno.", + "worldedit.world.set": "Nastaví přepsání světa na {0} (Použijte //world pro návrat do výchozího nastavení)", + "worldedit.undo.undone": "Zrušeno {0} dostupných úprav.", + "worldedit.undo.none": "Nebylo co vrátit zpět.", + "worldedit.redo.redone": "Navráceno {0} odstraněných úprav.", + "worldedit.redo.none": "Nic k navrácení.", + "worldedit.clearhistory.cleared": "Historie vymazána.", + "worldedit.raytrace.noblock": "Žádný blok v dohledu!", + "worldedit.restore.not-configured": "Obnova snímku/zálohy není nakonfigurována.", + "worldedit.restore.not-available": "Tento snímek neexistuje nebo není k dispozici.", + "worldedit.restore.failed": "Nepodařilo se načíst snímek: {0}", + "worldedit.restore.loaded": "Snímek '{0}' načten; nyní obnovuji...", + "worldedit.restore.restored": "Obnoveno; {0} chybějcích chunků a {1} dalších chyb.", + "worldedit.restore.none-for-specific-world": "Nebyly nalezeny žádné snímky pro svět '{0}'.", + "worldedit.restore.none-for-world": "Pro tento svět nebyly nalezeny žádné snímky.", + "worldedit.restore.none-found": "Nebyly nalezeny žádné snímky.", + "worldedit.restore.none-found-console": "Nebyly nalezeny žádné snímky. Podrobnosti v konzoli.", + "worldedit.restore.chunk-not-present": "Chunky nebyly ve snímku přítomny.", + "worldedit.restore.chunk-load-failed": "Nelze načíst žádné chunky. (Špatný archiv?)", + "worldedit.restore.block-place-failed": "Chyby zabránily obnovení všech bloků.", + "worldedit.restore.block-place-error": "Poslední chyba: {0}", + "worldedit.snapshot.use.newest": "Nyní používáte nejnovější snímek.", + "worldedit.snapshot.use": "Snímek nastaven na: {0}", + "worldedit.snapshot.none-before": "Nelze najít snímek před {0}.", + "worldedit.snapshot.none-after": "Nelze najít snímek po {0}.", + "worldedit.snapshot.index-above-0": "Neplatný index, musí být větší nebo roven 1.", + "worldedit.snapshot.index-oob": "Neplatný index, musí být mezi 1 a {0}.", + "worldedit.schematic.unknown-format": "Neznámý schematický formát: {0}.", + "worldedit.schematic.load.does-not-exist": "Schéma {0} neexistuje!", + "worldedit.schematic.load.loading": "(Počkejte prosím... načítání schématu.)", + "worldedit.schematic.load.still-loading": "(Počkejte prosím... schéma se stále načítá)", + "worldedit.schematic.save.already-exists": "Toto schéma již existuje. Použijte znak -f pro jeho přepsání.", + "worldedit.schematic.save.failed-directory": "Nelze vytvořit složku pro schémata!", + "worldedit.schematic.save.saving": "(Počkejte prosím... ukládání schématu.)", + "worldedit.schematic.save.still-saving": "(Počkejte prosím... schéma se stále ukládá.)", + "worldedit.schematic.delete.does-not-exist": "Schéma {0} neexistuje!", + "worldedit.schematic.delete.failed": "Smazání {0} selhalo! Je pouze pro čtení?", + "worldedit.schematic.delete.deleted": "{0} byl smazán.", + "worldedit.schematic.formats.title": "Dostupné formáty schránky (Název: Názvy vyhledávání)", + "worldedit.schematic.unsupported-minecraft-version": "Tato verze WorldEditu nepodporuje vaši verzi Minecraftu. Schémata nebudou fungovat, dokud to nebude vyřešeno.", + "worldedit.pos.already-set": "Pozice je již nastavena.", + "worldedit.pos.console-require-coords": "Musíte poskytnout souřadnice jako konzole.", + "worldedit.hpos.no-block": "Žádný blok v dohledu!", + "worldedit.hpos.already-set": "Pozice je již nastavena.", + "worldedit.chunk.selected-multiple": "Vybrané chunky: ({0}, {1}), ({2} - {3}, {4}, {5})", + "worldedit.chunk.selected": "Vybrané chunky: {0}, {1}, {2}", + "worldedit.wand.invalid": "Položka hůlky je nesprávně nakonfigurována nebo vypnuta.", + "worldedit.wand.selwand.info": "Kliknutí levým tlačítkem: vybere pozici #1; Kliknutí pravým tlačítkem: vybere pozici #2", + "worldedit.wand.navwand.info": "Kliknutí levým tlačítkem: skok na umístění; Kliknutí pravým tlačítkem: procházet stěnami", + "worldedit.wand.selwand.now.tool": "Výběrový nástroj je nyní normálním nástrojem. Můžete jej deaktivovat pomocí {0} a navázat jej na libovolný předmět s {1} nebo získat nový nástroj s {2}.", + "worldedit.contract.contracted": "Region přenesl {0} bloků.", + "worldedit.shift.shifted": "Region přesunut.", + "worldedit.outset.outset": "Počátek regionu.", + "worldedit.inset.inset": "Vložená oblast.", + "worldedit.size.offset": "Odsazení: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Velikost: {0}", + "worldedit.size.distance": "Vzdálenost kvádru: {0}", + "worldedit.size.blocks": "Počet bloků: {0}", + "worldedit.count.counted": "Počítáno: {0}", + "worldedit.distr.no-blocks": "Nebyly započteny žádné bloky.", + "worldedit.distr.no-previous": "Žádné předchozí rozdělení.", + "worldedit.distr.total": "Celkový počet bloků: {0}", + "worldedit.select.cleared": "Výběr vymazán.", + "worldedit.select.cuboid.message": "Cuboid: klikni levým tlačítkem myši pro bod 1, klikni pravým pro bod 2", + "worldedit.select.cuboid.description": "Vyberte dva rohy kvádru", + "worldedit.select.extend.message": "Cuboid: klikni levým tlačítkem myši pro výchozí bod, pravým pro rozšíření", + "worldedit.select.extend.description": "Rychlý režim výběru kvádrů", + "worldedit.select.poly.message": "2D selektor mnohostěnů: Klikni levým/pravým tlačítkem myši pro přidání bodu.", + "worldedit.select.poly.limit-message": "Maximálně {0} bodů.", + "worldedit.select.poly.description": "Vyberte 2D mnohoúhelník s výškou", + "worldedit.select.ellipsoid.message": "Elipsoidní selektor: levým kliknutím nastavíte střed, pravým útvar rozšíříte", + "worldedit.select.ellipsoid.description": "Vyberte elipsoid", + "worldedit.select.sphere.message": "Kulový selektor: levým kliknutím nastavíte střed a pravým nastavíte poloměr", + "worldedit.select.sphere.description": "Vyberte kouli", + "worldedit.select.cyl.message": "Válcový selektor: levým kliknutím nastavíte střed a pravým útvar rozšíříte", + "worldedit.select.cyl.description": "Vyberte válec", + "worldedit.select.convex.message": "Selektor mnohostěnu: levé kliknutí vytvoří první vrchol, pravým kliknutím přidáte další.", + "worldedit.select.convex.limit-message": "Maximálně {0} bodů.", + "worldedit.select.convex.description": "Vyberte konvexní mnohostěn", + "worldedit.select.default-set": "Váš výchozí selektor regionu je nyní {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Starý formát: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Seznam chunků pro: {0}", + "worldedit.drain.drained": "{0} bloků bylo vyčerpáno.", + "worldedit.fill.created": "{0} bloků bylo vyplněno.", + "worldedit.fillr.created": "{0} bloků bylo vyplněno.", + "worldedit.fixlava.fixed": "{0} bloků bylo opraveno.", + "worldedit.fixwater.fixed": "{0} bloků bylo opraveno.", + "worldedit.removeabove.removed": "{0} bloků bylo odebráno.", + "worldedit.removebelow.removed": "{0} bloků bylo odebráno.", + "worldedit.removenear.removed": "{0} bloků bylo odebráno.", + "worldedit.replacenear.replaced": "{0} bloků bylo nahrazeno.", + "worldedit.snow.created": "{0} povrchů bylo pokryto.", + "worldedit.thaw.removed": "{0} bloků bylo rozmrazeno.", + "worldedit.green.changed": "{0} bloků bylo pokryto zelení.", + "worldedit.extinguish.removed": "{0} požárů bylo uhašeno.", + "worldedit.butcher.killed": "{0} mobů bylo zabito v okruhu {1}.", + "worldedit.butcher.explain-all": "Použijte -1 k odstranění mobů v načtených chuncích", + "worldedit.remove.removed": "{0} entit bylo označeno k odstranění.", + "worldedit.remove.explain-all": "Použij -1 pro odstranění všech entit v načtených chuncích", + "worldedit.calc.invalid": "'{0}' nelze analyzovat jako platný výraz", + "worldedit.calc.invalid.with-error": "'{0}' nelze analyzovat jako platný výraz: '{1}'", + "worldedit.paste.pasted": "Schránka byla vložena do {0}", + "worldedit.paste.selected": "Vybraná oblast schránky.", + "worldedit.rotate.no-interpolation": "Poznámka: Interpolace ještě není podporována, takže se doporučuji úhly, které jsou násobky 90.", + "worldedit.rotate.rotated": "Kopie schránky byla otočena.", + "worldedit.flip.flipped": "Kopie schránky byla překlopena.", + "worldedit.clearclipboard.cleared": "Schránka smazána.", + "worldedit.set.done": "Operace dokončena.", + "worldedit.set.done.verbose": "Operace dokončena ({0}).", + "worldedit.line.changed": "{0} bloků bylo změněno.", + "worldedit.line.invalid-type": "//line funguje pouze s volbou krychle nebo konvexního mnohostěnu", + "worldedit.curve.changed": "{0} bloků bylo změněno.", + "worldedit.curve.invalid-type": "//curve funguje pouze s vybraným konvexním mnohostěnem", + "worldedit.replace.replaced": "{0} bloků bylo nahrazeno.", + "worldedit.stack.changed": "{0} bloků se změnilo. Vrátit zpět pomocí //undo", + "worldedit.stack.intersecting-region": "Odsazení stacku se nesmí překrývat s oblastí při použití blokových jednotek", + "worldedit.regen.regenerated": "Region obnoven.", + "worldedit.regen.failed": "Nelze obnovit chunky. Podrobnosti naleznete v konzoli.", + "worldedit.walls.changed": "{0} bloků bylo změněno.", + "worldedit.faces.changed": "{0} bloků bylo změněno.", + "worldedit.overlay.overlaid": "{0} bloků bylo překryto.", + "worldedit.naturalize.naturalized": "{0} blok(y) byl(y) vytvořen(y) tak, aby vypadaly přirozeněji.", + "worldedit.center.changed": "Střed nastaven. ({0} bloků změněno)", + "worldedit.smooth.changed": "Terénová výška mapy vyhlazena. {0} bloků bylo změněno.", + "worldedit.move.moved": "{0} bloků přesunuto.", + "worldedit.deform.deformed": "{0} bloků bylo deformováno.", + "worldedit.hollow.changed": "{0} bloků bylo změněno.", + "worldedit.forest.created": "Vytvořeno {0} stromů.", + "worldedit.flora.created": "{0} rostlinstva vytvořeno.", + "worldedit.unstuck.moved": "Tady máš!", + "worldedit.ascend.obstructed": "Nebylo nad tebou nalezeno žádné volné místo.", + "worldedit.ascend.moved": "Zvýšeno o {0} úrovní.", + "worldedit.descend.obstructed": "Nebylo pod tebou nalezeno žádné volné místo.", + "worldedit.descend.moved": "Sestaveno {0} úrovní.", + "worldedit.ceil.obstructed": "Žádné volné místo nad Vámi nenalezeno.", + "worldedit.ceil.moved": "Vžum!", + "worldedit.thru.obstructed": "Před vámi nalezeno žádné volné místo.", + "worldedit.thru.moved": "Vžum!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Žádný blok v dohledu (nebo příliš daleko)!", + "worldedit.up.obstructed": "Zasáhl bys něco nad sebou.", + "worldedit.up.moved": "Vžum!", + "worldedit.cyl.invalid-radius": "Musíte buď zadat 1 nebo 2 hodnoty poloměru.", + "worldedit.cyl.created": "{0} bloků bylo vytvořeno.", + "worldedit.sphere.invalid-radius": "Musíte buď zadat 1 nebo 3 hodnoty poloměru.", + "worldedit.sphere.created": "{0} bloků bylo vytvořeno.", + "worldedit.forestgen.created": "Vytvořeno {0} stromů.", + "worldedit.pumpkins.created": "Bylo vytvořeno {0} dýní.", + "worldedit.pyramid.created": "{0} bloků bylo vytvořeno.", + "worldedit.generate.created": "{0} bloků bylo vytvořeno.", + "worldedit.generatebiome.changed": "{0} ovlivněných biomů.", + "worldedit.reload.config": "Konfigurace znovu načtena!", + "worldedit.report.written": "Hlášení WorldEditu napsáno na {0}", + "worldedit.report.error": "Nepodařilo se zapsat hlášení: {0}", + "worldedit.report.callback": "Hlášení WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Neplatné časové pásmo", + "worldedit.timezone.set": "Časové pásmo nastaveno pro tuto relaci na: {0}", + "worldedit.timezone.current": "Aktuální čas v tomto časovém pásmu je: {0}", + "worldedit.version.version": "Verze WorldEditu {0}", + "worldedit.version.bukkit.unsupported-adapter": "Tato verze WorldEdit plně nepodporuje vaši verzi Bukkitu. Blokované entity (např. truhla) budou prázdné, vlastnosti bloku (např. například).. rotace) chybí a další věci nemusí fungovat. Aktualizujte WorldEdit pro obnovení této funkce:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasa: nebyl použit žádný rozsah.", + "worldedit.trace.action-failed": "Trasa: Akce {0} v {1} vyřazeny z rozsahu {2}", + "worldedit.trace.active.already": "Trasovací režim je již aktivní.", + "worldedit.trace.inactive.already": "Trasovací režim je již neaktivní.", + "worldedit.trace.active": "Trasovací režim je nyní aktivní.", + "worldedit.trace.inactive": "Trasovací režim je nyní neaktivní.", + "worldedit.command.time-elapsed": "Uplynulo {0}s (historie: {1} změněny; {2} bloky/sekundu).", + "worldedit.command.permissions": "Nejsi oprávněn to udělat. Jsi ve správném režimu?", + "worldedit.command.player-only": "Tento příkaz musí být použit hráčem.", + "worldedit.command.error.report": "Prosím nahlaste tuto chybu: [Viz konzole]", + "worldedit.pastebin.uploading": "(Počkejte prosím... odesílání výstupu na pastebin...)", + "worldedit.session.cant-find-session": "Nelze najít relaci pro {0}", + "worldedit.platform.no-file-dialog": "Dialogy souborů nejsou ve vašem prostředí podporovány.", + "worldedit.asset.load.loading": "(Počkejte prosím... schéma se načítá.)", + "worldedit.asset.load.still-loading": "(Počkejte prosím... položka se načítá.)", + "worldedit.asset.load.failed": "Nepodařilo se načíst položku", + "worldedit.tool.max-block-changes": "Bylo dosaženo maximálního počtu změn bloků.", + "worldedit.tool.no-block": "Žádný blok v dohledu!", + "worldedit.tool.repl.equip": "Nástroj na nahrazení bloku vázaný na {0}.", + "worldedit.tool.repl.switched": "Nahrazovací nástroj přepnut na: {0}", + "worldedit.tool.data-cycler.equip": "Blokový datový cyklovač vázaný na {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nemáte oprávnění cyklovat hodnotu dat tohoto bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Data tohoto bloku nelze cyklovat!", + "worldedit.tool.data-cycler.new-value": "Hodnota {0} je nyní {1}.", + "worldedit.tool.data-cycler.cycling": "Nyní probíhá cyklování {0}.", + "worldedit.tool.deltree.equip": "Nástroj pro odstranění plovoucího stromu vázaný na {0}.", + "worldedit.tool.deltree.not-tree": "To není strom.", + "worldedit.tool.deltree.not-floating": "To není plovoucí strom.", + "worldedit.tool.tree.equip": "Nástroj stromu vázaný na {0}.", + "worldedit.tool.tree.obstructed": "Zde nemůže být strom.", + "worldedit.tool.info.equip": "Informační nástroj vázaný na {0}.", + "worldedit.tool.info.blockstate.hover": "Stav bloku", + "worldedit.tool.info.internalid.hover": "Interní ID", + "worldedit.tool.info.legacy.hover": "Starší id:data", + "worldedit.tool.info.light.hover": "Světlo bloku/Světlo nad", + "worldedit.tool.none.equip": "Nástroj není vázán na aktuální položku.", + "worldedit.tool.none.to.unequip": "Vaše aktuální položka není vázána.", + "worldedit.tool.selwand.equip": "Výběrová hůlka je vázána na {0}.", + "worldedit.tool.navwand.equip": "Navigační hůlka vázána na {0}.", + "worldedit.tool.floodfill.equip": "Záplavová výplň vázaná na {0}.", + "worldedit.tool.farwand.equip": "Dalekosáhlá hůlka přiřazená k {0}.", + "worldedit.tool.lrbuild.equip": "Stavební nástroj s dlouhým dosahem vázán na {0}.", + "worldedit.tool.lrbuild.set": "Levým tlačítkem myši nastaveno na {0}; pravým tlačítkem myši nastaveno na {1}.", + "worldedit.tool.stack.equip": "Nástroj stacku vázaný na {0}.", + "worldedit.tool.unbind-instruction": "Spusťte {0} , zatímco držíte položku pro odpojení.", + "worldedit.tool.superpickaxe.mode.single": "Režim je nyní single. Kliknutím levým tlačítkem myši s krumpáčem. // pro vypnutí.", + "worldedit.tool.superpickaxe.mode.area": "Režim je nyní plošný. Kliknutím levým tlačítkem myši s krumpáčem. // pro vypnutí.", + "worldedit.tool.superpickaxe.mode.recursive": "Režim je nyní rekurzivní. Kliknutím levým tlačítkem myši s krumpáčem. // pro vypnutí.", + "worldedit.tool.superpickaxe.max-range": "Maximální rozsah je {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super krumpáč je již povolen.", + "worldedit.tool.superpickaxe.disabled.already": "Super krumpáč je již vypnut.", + "worldedit.tool.superpickaxe.enabled": "Super krumpáč povolen.", + "worldedit.tool.superpickaxe.disabled": "Super krumpáč vypnut.", + "worldedit.tool.mask.set": "Maska štětce nastavena.", + "worldedit.tool.mask.disabled": "Maska štětce vypnuta.", + "worldedit.tool.material.set": "Materiál štětce nastaven.", + "worldedit.tool.range.set": "Byl nastaven rozsah štětce.", + "worldedit.tool.size.set": "Velikost štětce nastavena.", + "worldedit.tool.tracemask.set": "Stopová maska nastavena.", + "worldedit.tool.tracemask.disabled": "Stopová maska je vypnuta.", + "worldedit.tool.error.cannot-bind": "Nástroj {0} nelze spojit s {1}", + "worldedit.tool.error.item-only": "Bloky nelze použít.", + "worldedit.execute.script-permissions": "Nemáte oprávnění k použití tohoto skriptu.", + "worldedit.executelast.no-script": "Nejdříve použijte /cs s názvem skriptu.", + "worldedit.script.read-error": "Chyba při čtení skriptu: {0}", + "worldedit.script.unsupported": "Pouze .js skripty jsou aktuálně podporovány", + "worldedit.script.file-not-found": "Skript neexistuje: {0}", + "worldedit.script.no-script-engine": "Nepodařilo se najít nainstalovaný skriptový engine.\nPodívejte se na https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Nepodařilo se provést: {0}", + "worldedit.script.failed-console": "Spuštění se nezdařilo (viz. konzole): {0}", + "worldedit.operation.affected.biome": "{0} ovlivněných biomů", + "worldedit.operation.affected.block": "{0} ovlivněných bloků", + "worldedit.operation.affected.column": "{0} ovlivněných sloupců", + "worldedit.operation.affected.entity": "{0} ovlivněných entit", + "worldedit.operation.deform.expression": "deformováno pomocí {0}", + "worldedit.error.invalid-number": "Předpokládané číslo; udaný řetězec.", + "worldedit.error.invalid-number.matches": "Číslo očekáváno; zadaný řetězec \"{0}.", + "worldedit.error.incomplete-region": "Nejprve proveďte výběr regionu.", + "worldedit.error.unknown-block": "Název bloku '{0}' nebyl rozpoznán.", + "worldedit.error.unknown-entity": "Název entity '{0}' nebyl rozpoznán.", + "worldedit.error.unknown-mob": "Jméno tvora '{0}' nebylo rozpoznáno.", + "worldedit.error.unknown-biome": "Název biomu '{0}' nebyl rozpoznán.", + "worldedit.error.unknown-tag": "Název tagu '{0}' nebyl rozpoznán.", + "worldedit.error.empty-tag": "Název tagu '{0}' je prázdný.", + "worldedit.error.no-match": "Žádná shoda pro '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' není povolen (viz konfigurace WorldEdit).", + "worldedit.error.max-changes": "Bylo dosaženo maximálního počtu změněných bloků ({0}) v operaci.", + "worldedit.error.max-brush-radius": "Maximální poloměr štětce (v konfiguraci): {0}", + "worldedit.error.max-radius": "Maximální poloměr (v konfiguraci): {0}", + "worldedit.error.unknown-direction": "Neznámý směr: {0}", + "worldedit.error.empty-clipboard": "Schránka je prázdná. Nejprve použij //copy.", + "worldedit.error.invalid-filename": "Neplatný název souboru '{0}': {1}", + "worldedit.error.invalid-filename.invalid-characters": "Neplatné znaky, nebo chybějící rozšíření", + "worldedit.error.file-resolution": "Chyba rozlišení souboru '{0}: {1}", + "worldedit.error.file-resolution.outside-root": "Cesta je mimo povolený root", + "worldedit.error.file-resolution.resolve-failed": "Nepodařilo se vyřešit cestu", + "worldedit.error.file-aborted": "Výběr souboru přerušen.", + "worldedit.error.no-file-selected": "Nebyl vybrán žádný soubor.", + "worldedit.error.world-unloaded": "Tento svět již není načten.", + "worldedit.error.not-a-block": "Tento předmět není blok.", + "worldedit.error.not-a-block.item": "Předmět '{0}' není blok.", + "worldedit.error.incorrect-usage": "Použití: {0}", + "worldedit.error.invalid-page": "Neplatné číslo stránky", + "worldedit.error.parser.bad-state-format": "Špatný stav formátu v {0}", + "worldedit.error.parser.duplicate-property": "Duplikovat vlastnost: {0}", + "worldedit.error.parser.empty-state": "Prázdná část ve stavu", + "worldedit.error.parser.missing-equals-separator": "Chybí '='", + "worldedit.error.parser.clipboard.missing-offset": "Posun byl zadán pomocí @ ale nebyl zadán žádný posun. Použijte '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Neznámá vlastnost '{0}' pro blok '{1}'", + "worldedit.error.parser.unknown-value": "Neznámá hodnota '{0}' pro vlastnost '{1}'", + "worldedit.error.parser.empty-property": "Ve stavu prázdná vlastnost", + "worldedit.error.parser.empty-value": "Prázdná hodnota ve stavu", + "worldedit.error.parser.invalid-colon": "Neplatná dvojtečka.", + "worldedit.error.parser.invalid-expression": "Neplatný výraz: {0}", + "worldedit.error.parser.negate-nothing": "Nic nelze negovat!", + "worldedit.error.parser.hanging-lbracket": "Neplatný formát. Použití závorky na '{0}'.", + "worldedit.error.parser.missing-rbracket": "Chybí koncové ']'", + "worldedit.error.parser.missing-random-type": "Chybí typ za symbolem % pro '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Souřadnice potřebuje vyrovnat souřadnice x, y, z.", + "worldedit.error.parser.player-only": "Vstup '{0}' vyžaduje hráče!", + "worldedit.error.disabled": "Tato funkce je vypnuta (viz konfigurace WorldEdit).", + "worldedit.error.unknown": "Došlo k neznámé chybě: {0}", + "worldedit.error.missing-extent": "Není znám žádný rozsah", + "worldedit.error.missing-session": "Není známa žádná LocalSession", + "worldedit.error.missing-world": "Musíš poskytnout svět (Zkus //world)", + "worldedit.error.missing-actor": "Není znám žádný aktér", + "worldedit.selection.convex.info.vertices": "Vrcholy: {0}", + "worldedit.selection.convex.info.triangles": "Trojúhelníky: {0}", + "worldedit.selection.convex.explain.primary": "Nový výběr s vrcholem {0} byl zahájen.", + "worldedit.selection.convex.explain.secondary": "K výběru byl přidán vrchol {0}.", + "worldedit.selection.cuboid.info.pos1": "Pozice 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozice 2: {0}", + "worldedit.selection.cuboid.explain.primary": "První pozice nastavena na {0}.", + "worldedit.selection.cuboid.explain.primary-area": "První pozice nastavena na {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Druhá pozice nastavena na {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Druhá pozice nastavena na {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Výběr byl zahájen v {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Rozšířený výběr pro {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Střed: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Poloměr: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Vycentrovat pozici na {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Vycentrovat pozici na {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Poloměr nastaven na {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Poloměr nastaven na {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Změny elipsoidu musí být pro každou dimenzi.", + "worldedit.selection.cylinder.info.center": "Střed: {0}", + "worldedit.selection.cylinder.info.radius": "Poloměr: {0}", + "worldedit.selection.cylinder.explain.primary": "Začíná nový válcový výběr v {0}.", + "worldedit.selection.cylinder.explain.secondary": "Poloměr nastaven na {0}/{1} bloků. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Před nastavením poloměru musíte vybrat středový bod.", + "worldedit.selection.cylinder.error.even-horizontal": "Změny válce musí být i pro každou dimenzi.", + "worldedit.selection.polygon2d.info": "# bodů: {0}", + "worldedit.selection.polygon2d.explain.primary": "Začíná nový mnohostěn na {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Přidán bod #{0} na {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Mnohostěny lze zvětšovat pouze svisle.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Mnohostěny lze přenášet pouze svisle.", + "worldedit.selection.sphere.explain.secondary": "Poloměr nastaven na {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Poloměr nastaven na {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nelze změnit NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Nelze zvětšit průsečík regionu.", + "worldedit.selection.intersection.error.cannot-contract": "Nelze přenést průsečík regionu.", + "worldedit.selection.transform.error.cannot-expand": "Nelze zvětšit TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nelze přenést TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nelze změnit TransformedRegion.", + "worldedit.sideeffect.lighting": "Osvětlení", + "worldedit.sideeffect.lighting.description": "Aktualizovat osvětlení bloku", + "worldedit.sideeffect.neighbors": "Sousedé", + "worldedit.sideeffect.neighbors.description": "Upozorní blízké bloky změn", + "worldedit.sideeffect.update": "Aktualizace", + "worldedit.sideeffect.update.description": "Upozorní na změněný blok", + "worldedit.sideeffect.validation": "Validace", + "worldedit.sideeffect.validation.description": "Ověřuje a opravuje nekonzistentní stav světa, jako jsou odpojené bloky", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje cesty AI entity pro změny bloku", + "worldedit.sideeffect.events": "Události módů/pluginů", + "worldedit.sideeffect.events.description": "Pokud je to možné, informuje o těchto změnách další mody/pluginy", + "worldedit.sideeffect.state.on": "Zapnuto", + "worldedit.sideeffect.state.delayed": "Zpoždění", + "worldedit.sideeffect.state.off": "Vypnuto", + "worldedit.sideeffect.box.current": "Aktuální", + "worldedit.sideeffect.box.change-to": "Kliknutím nastavíte na {0}", + "worldedit.help.command-not-found": "Příkaz '{0}' nebyl nalezen.", + "worldedit.help.no-subcommands": "'{0}' nemá žádné podpříkazy. (Možná '{1}' je pro parametr?)", + "worldedit.help.subcommand-not-found": "Podpříkaz '{0}' pod '{1}' nebyl nalezen.", + "worldedit.cli.stopping": "Zastavuji!", + "worldedit.cli.unknown-command": "Neznámý příkaz!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/cy/strings.json b/config/worldedit/.archive-unpack/2e1dd752/cy/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/cy/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/da/strings.json b/config/worldedit/.archive-unpack/2e1dd752/da/strings.json new file mode 100644 index 0000000..68eecd3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/da/strings.json @@ -0,0 +1,45 @@ +{ + "worldedit.expand.description.vert": "Udvid udvælgelsen vertikalt til verdensgrænserne.", + "worldedit.expand.expanded": "Region udvidet med {0} blokke", + "worldedit.biomeinfo.lineofsight": "Biomer i synspunkt: {0}", + "worldedit.biomeinfo.position": "Biomer på din position: {0}", + "worldedit.biomeinfo.selection": "Biomer i din udvælgelse: {0}", + "worldedit.brush.apply.description": "Påfør pensel, anvend en funktion til hver blok", + "worldedit.brush.apply.radius": "Størrelsen af penslen", + "worldedit.brush.apply.shape": "Formen af regionen", + "worldedit.brush.apply.type": "Type pensel til brug", + "worldedit.brush.paint.size": "Størrelsen af penslen", + "worldedit.brush.paint.shape": "Formen af regionen", + "worldedit.brush.paint.type": "Type pensel til brug", + "worldedit.drawsel.disabled": "Server CUI deaktiveret.", + "worldedit.drawsel.disabled.already": "Server CUI allerede deaktiveret.", + "worldedit.drawsel.enabled.already": "Server CUI allerede aktiveret.", + "worldedit.limit.too-high": "Din maksimale tilladte grænse er {0}.", + "worldedit.limit.set": "Blokændringsgrænse sat til {0}.", + "worldedit.timeout.too-high": "Din maksimale tilladte timeout er {0}ms.", + "worldedit.timeout.return-to-default": " (Brug //timeout for at gå tilbage til standard.)", + "worldedit.fast.disabled": "Hurtig tilstand deaktiveret.", + "worldedit.fast.enabled": "Hurtig tilstand aktiveret. Lys i de påvirkede chunks kan være forkert og eller du skal muligvis genforbinde for at se ændringerne.", + "worldedit.fast.disabled.already": "Hurtig tilstand allerede deaktiveret.", + "worldedit.fast.enabled.already": "Hurtig tilstand allerede aktiveret.", + "worldedit.reorder.current": "Omordnet tilstand er {0}", + "worldedit.reorder.set": "Omordnet tilstand er nu {0}", + "worldedit.gmask.disabled": "Global maske deaktiveret.", + "worldedit.gmask.set": "Globalt maske sæt.", + "worldedit.toggleplace.pos1": "Placer nu ved pos #1.", + "worldedit.toggleplace.player": "Nu placeres i blokken står du i.", + "worldedit.searchitem.too-short": "Indtast en længere søgestreng (len > 2).", + "worldedit.clearhistory.cleared": "Historik slettet.", + "worldedit.raytrace.noblock": "Ingen blok i sigte!", + "worldedit.hpos.no-block": "Ingen blok i sigte!", + "worldedit.paste.pasted": "Udklipsholderen er blevet indsat ved {0}", + "worldedit.clearclipboard.cleared": "Udklipsholder ryddet.", + "worldedit.reload.config": "Konfiguration genindlæst!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Kunne ikke skrive rapport: {0}", + "worldedit.timezone.invalid": "Ugyldig tidszone", + "worldedit.timezone.set": "Tidszone indstillet for denne session til: {0}", + "worldedit.timezone.current": "Den nuværende tid i den pågældende tidszone er: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.tool.no-block": "Ingen blok i sigte!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json b/config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerüstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerüstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerüstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerüstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerüstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerüstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerüstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden für etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schließen und wieder öffnen), um Änderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstützt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige Zeitüberschreitung ist {0}ms.", + "worldedit.timeout.set": "Zeitüberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurückzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Änderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Überschreibung der Welt entfernt.", + "worldedit.world.set": "Überschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurückzukehren)", + "worldedit.undo.undone": "{0} verfügbare Bearbeitungen rückgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum Rückgängig machen verfügbar.", + "worldedit.redo.redone": "{0} verfügbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfügbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfügbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "Für die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "Für diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole für Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "Ungültiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "Ungültiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu überschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner für Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschützt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "Verfügbare Formate für Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstützt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole müssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick für Punkt 1, Rechtsklick für Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick für einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufügen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick für Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick für ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks für: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grün gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden für das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gültiger Ausdruck übersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gültiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefügt", + "worldedit.paste.selected": "Einfügebereich für Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstützt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. Rückgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole für Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natürlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du würdest etwas über dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} Kürbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "Ungültige Zeitzone", + "worldedit.timezone.set": "Zeitzone für diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstützt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach Ausmaß {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung für {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstützt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Änderungslimit für Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ändern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ändere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug für Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darüber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum Füllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "Führe {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske für Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske für Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material für Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite für Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstützt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim Ausführen: {0}", + "worldedit.script.failed-console": "Fehler beim Ausführen (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer für '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungültig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ungültige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist außerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "Ungültige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' für Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' für Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "Ungültiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "Ungültiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "Ungültiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schließende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol für '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz für die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefügt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Änderungen müssen für jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen müssen auch für jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefügt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe über den Änderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "Überprüfung", + "worldedit.sideeffect.validation.description": "Überprüft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade für die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins über diese Änderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' für einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json b/config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json new file mode 100644 index 0000000..8711c8d --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Uswahl zu de Weltgrenzene vertikal erwitere.", + "worldedit.expand.expanded": "Region um {0} Blöck erwiteret", + "worldedit.expand.expanded.vert": "Region um {0} Blöck erwiteret (obe-nach-abe).", + "worldedit.biomeinfo.lineofsight": "Biom entlang vom Fadechrüz: {0}", + "worldedit.biomeinfo.position": "Biom ah dinere Position: {0}", + "worldedit.biomeinfo.selection": "Biom ih dinere Uswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zueglahne Pinselradius: {0}", + "worldedit.brush.apply.description": "Wend en Pinsel, e Funktion uf jeden Block ah", + "worldedit.brush.apply.radius": "D'Grössi vom Pinsel", + "worldedit.brush.apply.shape": "D'Form vo de Region", + "worldedit.brush.apply.type": "Art vom zu benutzende Pinsel", + "worldedit.brush.apply.item.warning": "De Pinsel simuliert d'Verwendig vo Items. Sini Effekt funktioniered möglicherwis nöd uf allne Plattforme, chönd nöd rückgängig gmacht werde und chönd seltsami Wechselwürkige mit anderne Mods/Plugins verursache. Verwendig uf eigeni Gfahr.", + "worldedit.brush.paint.description": "Mal mit emene Pinsel, wend e Funktion uf e Oberflächi ah", + "worldedit.brush.paint.size": "D'Grössi vom Pinsel", + "worldedit.brush.paint.shape": "D'Form vo de Region", + "worldedit.brush.paint.density": "D'Dichtheit vom Pinsel", + "worldedit.brush.paint.type": "Art vom zu benutzende Pinsel", + "worldedit.brush.paint.item.warning": "De Pinsel simuliert d'Verwendig vo Items. Sini Effekt funktioniered möglicherwis nöd uf allne Plattforme, chönd nöd rückgängig gmacht werde und chönd seltsami Wechselwürkige mit anderne Mods/Plugins verursache. Verwendig uf eigeni Gfahr.", + "worldedit.brush.sphere.equip": "Chugelförmige Pinsel usgrüstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmige Pinsel usgrüstet ({0} vo {1}).", + "worldedit.brush.clipboard.equip": "Kopierpinsel usgrüstet.", + "worldedit.brush.smooth.equip": "Glättende Pinsel usgrüstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher usgrüstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerchraft-Pinsel usgrüstet ({0}).", + "worldedit.brush.butcher.equip": "Metzgerpinsel usgrüstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel uf {0} gsetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuelle Item entfernt.", + "worldedit.setbiome.changed": "D'Biom sind für ca. {0} Blöck gänderet worde.", + "worldedit.setbiome.warning": "Möglicherwiis, muesch du s'Spiel neustarte (oder schlüss und öffne dini Welt neu), um d'Änderige z'gseh.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstützt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI scho deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI scho aktiviert.", + "worldedit.limit.too-high": "Dis maximal erlaubts Limit isch {0}.", + "worldedit.limit.set": "Blockveränderigslimit uf {0} gsetzt.", + "worldedit.limit.return-to-default": "(Benutz //limit, um de Standard wiederherzstelle.)", + "worldedit.timeout.too-high": "Dini maximal zuelässigi Ziitüberschritig isch {0}ms.", + "worldedit.timeout.set": "Ziitüberschritig isch uf {0}ms gsetzt worde.", + "worldedit.timeout.return-to-default": " (Benutz //timeout, um zum Standard zruggzchere.)", + "worldedit.fast.disabled": "Schnelle Modus deaktiviert.", + "worldedit.fast.enabled": "Schnelle Modus aktiviert. D'Belüchtig ih de betroffene Chunks chan falsch sii und/oder d'Welt meuss neu betrete werde, um d'Änderige z'gseh.", + "worldedit.fast.disabled.already": "Schnelle Modus scho deaktiviert.", + "worldedit.fast.enabled.already": "Schnelle Modus scho aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeeffekt \"{0}\" gsetzt uf {1}", + "worldedit.perf.sideeffect.get": "Nebeeffekt \"{0}\" isch uf {1} gsetzt", + "worldedit.perf.sideeffect.already-set": "Nebeeffekt \"{0}\" isch scho uf {1} gsetzt", + "worldedit.perf.sideeffect.set-all": "Alli Nebeeffekt uf {0} gsetzt", + "worldedit.reorder.current": "De Neuahordnigs-Modus isch {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globali Maske deaktiviert.", + "worldedit.gmask.set": "Globali Maske gsetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bi Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Überschreibung der Welt entfernt.", + "worldedit.world.set": "Überschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurückzukehren)", + "worldedit.undo.undone": "{0} verfügbare Bearbeitungen rückgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum Rückgängig machen verfügbar.", + "worldedit.redo.redone": "{0} verfügbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfügbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfügbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "Für die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "Für diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole für Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "Ungültiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "Ungültiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu überschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner für Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nöd!", + "worldedit.schematic.delete.failed": "Lösche vo {0} fehlgschlage! Isch die Datei schribgschützt?", + "worldedit.schematic.delete.deleted": "{0} isch glöscht worde.", + "worldedit.schematic.formats.title": "Verfüegbari Format für d'Zwüscheablag (Name: Churzbezeichnig)", + "worldedit.schematic.unsupported-minecraft-version": "Die Version vo WorldEdit unterstützt dini Minecraft Version nöd. Schematic werded nöd funktioniere, bis das glöst isch.", + "worldedit.pos.already-set": "Position scho gsetzt.", + "worldedit.pos.console-require-coords": "Als Konsole müend Koordinate ahgeh werde.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position scho gsetzt.", + "worldedit.chunk.selected-multiple": "Usgwählti Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk usgwählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Uswahl-Item isch falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setz Position #1, Rechtsklick: Setz Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu de Position; Rechtsklick: Springe dur Wänd", + "worldedit.wand.selwand.now.tool": "S'Uswahl-Item isch jetzt es normals Werchzüg. Du chasch es mit {0} deaktiviere und mit {1} zu jedem Item neu zueordne oder mit {2} es neus becho.", + "worldedit.contract.contracted": "Region um {0} Blöck verchlineret.", + "worldedit.shift.shifted": "Region verschobe.", + "worldedit.outset.outset": "Region vergrösseret.", + "worldedit.inset.inset": "Region verchlineret.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Grössi: {0}", + "worldedit.size.distance": "Kubischi Distanz: {0}", + "worldedit.size.blocks": "Ahzahl vo Blöck: {0}", + "worldedit.count.counted": "Ahzahl: {0}", + "worldedit.distr.no-blocks": "Kei Blöck zellt.", + "worldedit.distr.no-previous": "Kei vorherigi Verteilige.", + "worldedit.distr.total": "Gsamti Blockahzahl: {0}", + "worldedit.select.cleared": "Uswahl ufghobe.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick für Punkt 1, Rechtsklick für Punkt 2", + "worldedit.select.cuboid.description": "Wähl zwei Egge vomene Quader", + "worldedit.select.extend.message": "Kubisch: Linksklick für en Startpunkt, Rechtsklick zum Erwitere", + "worldedit.select.extend.description": "Schnelle kubische Uswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Uswahl: Links/Rechtsklick um en Punkt hinzuezfüege.", + "worldedit.select.poly.limit-message": "maximal {0} Pünkt.", + "worldedit.select.poly.description": "Wähl es 2D-Polygon mit Höchi", + "worldedit.select.ellipsoid.message": "Ellipsoidi Uswahl: Linksklick für Mittelpunkt, Rechtsklick zum Erwitere", + "worldedit.select.ellipsoid.description": "Wähl es Ellipsoid us", + "worldedit.select.sphere.message": "Chugel Selektor: Linksklick für Mittelpunkt, Rechtsklick um Radius z'setze", + "worldedit.select.sphere.description": "Wähl e Chugle us", + "worldedit.select.cyl.message": "Zylindrische Selektor: Linksklick für Mittelpunkt, Rechtsklick zum Erwitere", + "worldedit.select.cyl.description": "Wähl en Zylinder us", + "worldedit.select.convex.message": "Konvex-Polyhedrischi Uswahl: Linksklick für de ersti Chnote, Rechtsklick zum Erwitere.", + "worldedit.select.convex.limit-message": "maximal {0} Pünkt.", + "worldedit.select.convex.description": "Wähl e Konvex-Polyhedrischi Form us", + "worldedit.select.default-set": "Dini standardmässigi Regions-Uswahl isch jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Alts Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Uflistig vo Chunks für: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grün gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden für das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gültiger Ausdruck übersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gültiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefügt", + "worldedit.paste.selected": "Einfügebereich für Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstützt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. Rückgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole für Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natürlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du würdest etwas über dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} Kürbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "Ungültige Zeitzone", + "worldedit.timezone.set": "Zeitzone für diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstützt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach Ausmaß {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung für {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstützt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Änderungslimit für Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ändern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ändere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug für Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darüber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum Füllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "Führe {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske für Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske für Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material für Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite für Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstützt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim Ausführen: {0}", + "worldedit.script.failed-console": "Fehler beim Ausführen (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer für '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungültig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ungültige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist außerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "Ungültige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' für Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' für Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "Ungültiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "Ungültiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "Ungültiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schließende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol für '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz für die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefügt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Änderungen müssen für jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen müssen auch für jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefügt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe über den Änderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "Überprüfung", + "worldedit.sideeffect.validation.description": "Überprüft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade für die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins über diese Änderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' für einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/de/strings.json b/config/worldedit/.archive-unpack/2e1dd752/de/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/de/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerüstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerüstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerüstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerüstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerüstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerüstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerüstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden für etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schließen und wieder öffnen), um Änderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstützt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige Zeitüberschreitung ist {0}ms.", + "worldedit.timeout.set": "Zeitüberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurückzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Änderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Überschreibung der Welt entfernt.", + "worldedit.world.set": "Überschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurückzukehren)", + "worldedit.undo.undone": "{0} verfügbare Bearbeitungen rückgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum Rückgängig machen verfügbar.", + "worldedit.redo.redone": "{0} verfügbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfügbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfügbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "Für die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "Für diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole für Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "Ungültiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "Ungültiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu überschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner für Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschützt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "Verfügbare Formate für Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstützt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole müssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick für Punkt 1, Rechtsklick für Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick für einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufügen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick für Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick für ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks für: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grün gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden für das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gültiger Ausdruck übersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gültiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefügt", + "worldedit.paste.selected": "Einfügebereich für Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstützt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. Rückgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole für Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natürlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du würdest etwas über dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} Kürbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "Ungültige Zeitzone", + "worldedit.timezone.set": "Zeitzone für diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstützt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach Ausmaß {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung für {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstützt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Änderungslimit für Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ändern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ändere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug für Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darüber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum Füllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "Führe {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske für Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske für Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material für Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite für Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstützt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim Ausführen: {0}", + "worldedit.script.failed-console": "Fehler beim Ausführen (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer für '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungültig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ungültige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist außerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "Ungültige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' für Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' für Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "Ungültiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "Ungültiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "Ungültiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schließende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol für '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz für die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefügt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Änderungen müssen für jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen müssen auch für jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefügt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe über den Änderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "Überprüfung", + "worldedit.sideeffect.validation.description": "Überprüft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade für die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins über diese Änderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' für einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/el/strings.json b/config/worldedit/.archive-unpack/2e1dd752/el/strings.json new file mode 100644 index 0000000..a0a5678 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/el/strings.json @@ -0,0 +1,6 @@ +{ + "worldedit.expand.expanded": "Η περιοχή επεκτάθηκε κατά {0} blocks", + "worldedit.expand.expanded.vert": "Η περιοχή επεκτάθηκε κατά {0} blocks (από πάνω προς τα κάτω).", + "worldedit.biomeinfo.position": "Biomes στην θέση σας: {0}", + "worldedit.biomeinfo.selection": "Biomes στην επιλογή σας: {0}" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json new file mode 100644 index 0000000..5ed520f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json @@ -0,0 +1,10 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.selection.ellipsoid.info.center": "Centre: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre position set to {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre position set to {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Centre: {0}", + "worldedit.selection.cylinder.explain.secondary-missing": "You must select the centre point before setting the radius.", + "worldedit.sideeffect.neighbors": "Neighbours" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json new file mode 100644 index 0000000..2fab71a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json @@ -0,0 +1,12 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.expand.expanded.vert": "Region expanded {0} blocks (top-to-bottom).", + "worldedit.biomeinfo.lineofsight": "Biomes at line of sight point: {0}", + "worldedit.biomeinfo.position": "Biomes at your position: {0}", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.paint.type": "Type of brush to use", + "worldedit.brush.sphere.equip": "Sphere brush shape equipped ({0}).", + "worldedit.pyramid.created": "{0} blocks have been created.", + "worldedit.generate.created": "{0} blocks have been created." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json new file mode 100644 index 0000000..d193584 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json @@ -0,0 +1,30 @@ +{ + "worldedit.expand.description.vert": "The sky's the limit, lads!", + "worldedit.brush.radius-too-large": "Radius of yer biggest brush what be allowed: {0}", + "worldedit.brush.apply.radius": "How big yer brush be", + "worldedit.brush.apply.shape": "The shape of yer region", + "worldedit.brush.paint.description": "Paint Brush, what be for slappin' functions to the hull, ye dill pickle", + "worldedit.brush.paint.size": "How big yer brush be", + "worldedit.brush.paint.shape": "The shape of yer region", + "worldedit.brush.paint.density": "How dense yer brush be", + "worldedit.fast.disabled": "Fast mode be scuppered.", + "worldedit.fast.enabled": "Fast mode, ahoy! Strange lights may be seen, not in keepin' with the lay of the land, the likes o' which may make you want to rejoin yer senses.", + "worldedit.fast.disabled.already": "Fast mode be scuppered already, cap'n.", + "worldedit.fast.enabled.already": "We be in Fast mode already, cap'n.", + "worldedit.gmask.disabled": "Yer global mask be clear.", + "worldedit.gmask.set": "Yer global mask be set.", + "worldedit.clearhistory.cleared": "Cleared the captain's log.", + "worldedit.raytrace.noblock": "Thar be no blocks in sight, captain!", + "worldedit.hpos.no-block": "Thar be no blocks in sight, captain!", + "worldedit.set.done": "Y'er plunderin' be complete.", + "worldedit.set.done.verbose": "Y'er plunderin' be complete ({0}).", + "worldedit.unstuck.moved": "Full speed ahead!", + "worldedit.tool.no-block": "Thar be no blocks in sight, captain!", + "worldedit.tool.deltree.not-tree": "Y'arr, that ain't no tree.", + "worldedit.tool.tree.obstructed": "Y'arr, 'tis no place for a tree.", + "worldedit.error.invalid-page": "There be no chart of that number, captain", + "worldedit.sideeffect.state.on": "Aye", + "worldedit.sideeffect.state.off": "Nay", + "worldedit.cli.stopping": "Walking the plank!", + "worldedit.cli.unknown-command": "The crew dunno yer order!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json new file mode 100644 index 0000000..384a72f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json @@ -0,0 +1,191 @@ +{ + "worldedit.expand.description.vert": "˙sʇᴉɯᴉl plɹoʍ oʇ uoᴉʇɔǝlǝs ǝɥʇ puɐdxǝ ʎllɐɔᴉʇɹǝΛ", + "worldedit.expand.expanded": "sʞɔoןq {0} pǝpuɐdxǝ uoıƃǝᴚ", + "worldedit.expand.expanded.vert": "˙(top-to-bottom) sʞɔoןq {0} pǝpuɐdxǝ uoıƃǝᴚ", + "worldedit.biomeinfo.lineofsight": "{0} :ʇuıod ʇɥƃıs ɟo ǝuıן ʇɐ sǝɯoı𐐒", + "worldedit.biomeinfo.position": "{0} :uoıʇısod ɹnoʎ ʇɐ sǝɯoı𐐒", + "worldedit.biomeinfo.selection": "{0} :uoıʇɔǝןǝs ɹnoʎ uı sǝɯoı𐐒", + "worldedit.brush.radius-too-large": "{0} :snᴉpɐɹ ɥsnɹq pǝʍollɐ ɯnɯᴉxɐW", + "worldedit.brush.apply.description": "ʞɔoןq ʎɹǝʌǝ oʇ uoıʇɔunɟ ɐ ʎןddɐ 'ɥsnɹq ʎןdd∀", + "worldedit.brush.apply.radius": "ɥsnɹq ǝɥʇ ɟo ǝzıs ǝɥ⊥", + "worldedit.brush.apply.shape": "uoıƃǝɹ ǝɥʇ ɟo ǝdɐɥs ǝɥ⊥", + "worldedit.brush.apply.type": "ǝsn oʇ ɥsnɹq ɟo ǝdʎ⊥", + "worldedit.brush.apply.item.warning": "˙ʞsᴉɹ uʍo ɹnoʎ ʇɐ ǝs∩ ˙suᴉƃnld/spoɯ ɹǝɥʇo ɥʇᴉʍ suoᴉʇɔɐɹǝʇuᴉ ǝƃuɐɹʇs ǝsnɐɔ ʎɐɯ puɐ 'ǝlqɐ-opun ǝq ʇou ʎɐɯ 'sɯɹoɟʇɐld llɐ uo ʞɹoʍ ʇou ʎɐɯ sʇɔǝɟɟǝ sʇI ˙sǝƃɐsn ɯǝʇᴉ sǝʇɐlnɯᴉs ɥsnɹq sᴉɥ┴", + "worldedit.brush.paint.description": "ǝɔɐɟɹns ɐ oʇ uoᴉʇɔunɟ ɐ ʎlddɐ 'ɥsnɹq ʇuᴉɐԀ", + "worldedit.brush.paint.size": "ɥsnɹq ǝɥʇ ɟo ǝzᴉs ǝɥ┴", + "worldedit.brush.paint.shape": "uoᴉƃǝɹ ǝɥʇ ɟo ǝdɐɥs ǝɥ┴", + "worldedit.brush.paint.density": "ɥsnɹq ǝɥʇ ɟo ʎʇᴉsuǝp ǝɥ┴", + "worldedit.brush.paint.type": "ǝsn oʇ ɥsnɹq ɟo ǝdʎ┴", + "worldedit.brush.paint.item.warning": "˙ʞsᴉɹ uʍo ɹnoʎ ʇɐ ǝs∩ ˙suᴉƃnld/spoɯ ɹǝɥʇo ɥʇᴉʍ suoᴉʇɔɐɹǝʇuᴉ ǝƃuɐɹʇs ǝsnɐɔ ʎɐɯ puɐ 'ǝlqɐ-opun ǝq ʇou ʎɐɯ 'sɯɹoɟʇɐld llɐ uo ʞɹoʍ ʇou ʎɐɯ sʇɔǝɟɟǝ sʇI ˙sǝƃɐsn ɯǝʇᴉ sǝʇɐlnɯᴉs ɥsnɹq sᴉɥ┴", + "worldedit.brush.sphere.equip": "˙({0}) pǝddᴉnbǝ ǝdɐɥs ɥsnɹq ǝɹǝɥdS", + "worldedit.brush.cylinder.equip": "˙({1} ʎq {0}) pǝddᴉnbǝ ǝdɐɥs ɥsnɹq ɹǝpuᴉlʎƆ", + "worldedit.brush.clipboard.equip": "˙pǝddᴉnbǝ ǝdɐɥs ɥsnɹq pɹɐoqdᴉlƆ", + "worldedit.brush.smooth.equip": "˙({2} ƃuᴉsn x{1} x {0}) pǝddᴉnbǝ ɥsnɹq ɥʇooɯS", + "worldedit.brush.extinguish.equip": "˙({0}) pǝddᴉnbǝ ɹǝɥsᴉnƃuᴉʇxƎ", + "worldedit.brush.gravity.equip": "˙({0}) pǝddᴉnbǝ ɥsnɹq ʎʇᴉʌɐɹפ", + "worldedit.brush.butcher.equip": "˙({0}) pǝddᴉnbǝ ɥsnɹq ɹǝɥɔʇnq", + "worldedit.brush.operation.equip": "˙{0} oʇ ɥsnɹq ʇǝS", + "worldedit.brush.heightmap.equip": "Hǝᴉƃɥʇɯɐd qɹnsɥ ǝbnᴉddǝp ({0})˙", + "worldedit.brush.heightmap.unknown": "∩uʞuoʍu ɥǝᴉƃɥʇɯɐd qɹnsɥ: {0}˙", + "worldedit.brush.none.equip": "˙ɯǝʇᴉ ʇuǝɹɹnɔ ɹnoʎ ɯoɹɟ punoqun loo┴", + "worldedit.setbiome.changed": "˙sʞɔolq {0} ʎlǝʇɐɯᴉxoɹddɐ ɹoɟ pǝƃuɐɥɔ ǝɹǝʍ sǝɯoᴉꓭ", + "worldedit.setbiome.warning": "˙sǝƃuɐɥɔ ǝǝs oʇ (plɹoʍ ɹnoʎ uǝdo-ǝɹ puɐ ǝsolɔ ɹo) ǝɯɐƃ ɹnoʎ uᴉoɾ-ǝɹ oʇ ǝʌɐɥ ʎɐɯ no⅄", + "worldedit.drawsel.disabled": "˙pǝןqɐsıp I∩Ɔ ɹǝʌɹǝS", + "worldedit.drawsel.disabled.already": "˙pǝןqɐsıp ʎpɐǝɹןɐ I∩Ɔ ɹǝʌɹǝS", + "worldedit.drawsel.enabled.already": "˙pǝןqɐuǝ ʎpɐǝɹןɐ I∩Ɔ ɹǝʌɹǝS", + "worldedit.limit.too-high": "˙{0} sı ʇıɯıן ǝןqɐʍoןןɐ ɯnɯıxɐɯ ɹno⅄", + "worldedit.limit.set": "˙{0} oʇ ʇǝs ʇıɯıן ǝƃuɐɥɔ ʞɔoן𐐒", + "worldedit.limit.return-to-default": " (˙ʇןnɐɟǝp ǝɥʇ oʇ ʞɔɐq oƃ oʇ ʇıɯıן// ǝs∩)", + "worldedit.timeout.too-high": "˙sɯ{0} sı ʇnoǝɯıʇ ǝןqɐʍoןןɐ ɯnɯıxɐɯ ɹno⅄", + "worldedit.timeout.set": "˙sɯ {0} oʇ ʇǝs ǝɯıʇ ʇnoǝɯı⊥", + "worldedit.timeout.return-to-default": " (˙ʇןnɐɟǝp ǝɥʇ oʇ ʞɔɐq oƃ oʇ ʇnoǝɯıʇ\\\\ ǝs∩)", + "worldedit.fast.disabled": "˙pǝןqɐsıp ǝpoɯ ʇsɐℲ", + "worldedit.fast.enabled": "˙sǝƃuɐɥɔ ǝǝs oʇ uıoɾǝɹ oʇ pǝǝu ʎɐɯ noʎ ɹo\\puɐ ƃuoɹʍ ǝq ʎɐɯ sʞunɥɔ pǝʇɔǝɟɟɐ ǝɥʇ uı ƃuıʇɥƃı˥ ˙pǝןqɐuǝ ǝpoɯ ʇsɐℲ", + "worldedit.fast.disabled.already": "˙pǝןqɐsıp ʎpɐǝɹןɐ ǝpoɯ ʇsɐℲ", + "worldedit.fast.enabled.already": "˙pǝןqɐuǝ ʎpɐǝɹןɐ ǝpoɯ ʇsɐℲ", + "worldedit.perf.sideeffect.set": "{1} oʇ ʇǝs ,,{0},, ʇɔǝɟɟǝ ǝpᴉS", + "worldedit.perf.sideeffect.get": "{1} oʇ ʇǝs sᴉ ,,{0},, ʇɔǝɟɟǝ ǝpᴉS", + "worldedit.perf.sideeffect.already-set": "{1} ʎpɐǝɹlɐ sᴉ ,,{0},, ʇɔǝɟɟǝ ǝpᴉS", + "worldedit.perf.sideeffect.set-all": "{0} oʇ ʇǝs sʇɔǝɟɟǝ ǝpᴉs ll∀", + "worldedit.reorder.current": "{0} sı ǝpoɯ ɹǝpɹoǝɹ ǝɥ⊥", + "worldedit.reorder.set": "{0} ʍou sı ǝpoɯ ɹǝpɹoǝɹ ǝɥ⊥", + "worldedit.gmask.disabled": "˙pǝןqɐsıp ʞsɐɯ ןɐqoן⅁", + "worldedit.gmask.set": "˙ʇǝs ʞsɐɯ ןɐqoן⅁", + "worldedit.toggleplace.pos1": "˙Ɩ# sod ʇɐ ƃuıɔɐןd ʍoN", + "worldedit.toggleplace.player": "˙uı puɐʇs noʎ ʞɔoןq ǝɥʇ ʇɐ ƃuıɔɐןd ʍoN", + "worldedit.toggleplace.not-locatable": "˙ʇxǝʇuoɔ sᴉɥʇ uᴉ ƃuᴉɔɐld ǝlƃƃoʇ ʇouuɐƆ", + "worldedit.searchitem.too-short": "˙(ⵒ < uǝן) ƃuıɹʇs ɥɔɹɐǝs ɹǝƃuoן ɐ ɹǝʇuƎ", + "worldedit.searchitem.either-b-or-i": "˙ʎןsnoǝuɐʇןnɯıs sƃɐןɟ ,ı, puɐ ,q, ǝɥʇ ɥʇoq ǝsn ʇouuɐɔ no⅄", + "worldedit.searchitem.searching": "(˙sɯǝʇᴉ ƃuᴉɥɔɹɐǝs ˙˙˙ʇᴉɐʍ ǝsɐǝlԀ)", + "worldedit.watchdog.no-hook": "˙ʞooɥ ƃopɥɔʇɐʍ ou sɐɥ ɯɹoɟʇɐld sᴉɥ┴", + "worldedit.watchdog.active.already": "˙ǝʌᴉʇɔɐ ʎpɐǝɹlɐ ʞooɥ ƃopɥɔʇɐM", + "worldedit.watchdog.inactive.already": "˙ǝʌᴉʇɔɐuᴉ ʎpɐǝɹlɐ ʞooɥ ƃopɥɔʇɐM", + "worldedit.watchdog.active": "˙ǝʌᴉʇɔɐ ʍou ʞooɥ ƃopɥɔʇɐM", + "worldedit.watchdog.inactive": "˙ǝʌᴉʇɔɐuᴉ ʍou ʞooɥ ƃopɥɔʇɐM", + "worldedit.world.remove": "˙ǝpᴉɹɹǝʌo plɹoʍ pǝʌoɯǝꓤ", + "worldedit.world.set": "(ʇlnɐɟǝp oʇ ʞɔɐq oƃ oʇ plɹoʍ// ǝs∩) ˙{0} oʇ ǝpᴉɹɹǝʌo plɹoʍ ǝɥʇ ʇǝS", + "worldedit.undo.undone": "˙sʇᴉpǝ ǝlqɐlᴉɐʌɐ {0} pᴉpu∩", + "worldedit.undo.none": "˙opun oʇ ʇɟǝl ƃuᴉɥʇoN", + "worldedit.redo.redone": "˙sʇᴉpǝ ǝlqɐlᴉɐʌɐ {0} pᴉpǝꓤ", + "worldedit.redo.none": "˙opǝɹ oʇ ʇɟǝl ƃuᴉɥʇoN", + "worldedit.clearhistory.cleared": "˙pǝɹɐǝlɔ ʎɹoʇsᴉH", + "worldedit.raytrace.noblock": "¡ʇɥƃıs uı ʞɔoןq oN", + "worldedit.restore.not-configured": "˙pǝɹnƃᴉɟuoɔ ʇou sᴉ ǝɹoʇsǝɹ dnʞɔɐq/ʇoɥsdɐuS", + "worldedit.restore.not-available": "˙ǝlqɐlᴉɐʌɐ ʇou sᴉ ɹo ʇsᴉxǝ ʇou sǝop ʇoɥsdɐus ʇɐɥ┴", + "worldedit.restore.failed": "{0} :ʇoɥsdɐus pɐol oʇ pǝlᴉɐℲ", + "worldedit.restore.loaded": "˙˙˙ƃuᴉɹoʇsǝɹ ʍou ;pǝpɐol ,{0}, ʇoɥsdɐuS", + "worldedit.restore.restored": "˙sɹoɹɹǝ ɹǝɥʇo {1} puɐ sʞunɥɔ ƃuᴉssᴉɯ {0} ;pǝɹoʇsǝɹ", + "worldedit.restore.none-for-specific-world": "˙,{0}, plɹoʍ ɹoɟ punoɟ ǝɹǝʍ sʇoɥsdɐus oN", + "worldedit.restore.none-for-world": "˙plɹoʍ sᴉɥʇ ɹoɟ punoɟ ǝɹǝʍ sʇoɥsdɐus oN", + "worldedit.restore.none-found": "˙punoɟ ǝɹǝʍ sdɐɯʇɐǝq oN", + "worldedit.restore.none-found-console": "˙slᴉɐʇǝp ɹoɟ ǝlosuoɔ ǝǝS ˙punoɟ ǝɹǝʍ sʇoɥsdɐus oN", + "worldedit.restore.chunk-not-present": "˙ʇoɥsdɐus uᴉ ʇuǝsǝɹd ʇou ǝɹǝʍ sʞunɥƆ", + "worldedit.restore.chunk-load-failed": "(¿ǝʌᴉɥɔɹɐ pɐq) ˙pǝpɐol ǝq plnoɔ sʞunɥɔ oN", + "worldedit.restore.block-place-failed": "˙pǝɹoʇsǝɹ ƃuᴉǝq ɯoɹɟ sʞɔolq ʎuɐ pǝʇuǝʌǝɹd sɹoɹɹƎ", + "worldedit.restore.block-place-error": "{0} :ɹoɹɹǝ ʇsɐ˥", + "worldedit.snapshot.use.newest": "˙ʇoɥsdɐus ʇsǝʍǝu ƃuᴉsn ʍoN", + "worldedit.snapshot.use": "{0} :oʇ ʇǝs ʇoɥsdɐuS", + "worldedit.snapshot.none-before": "˙{0} ǝɹoɟǝq ʇoɥsdɐus ɐ puᴉɟ ʇ,uplnoƆ", + "worldedit.snapshot.none-after": "˙{0} ɹǝʇɟɐ ʇoɥsdɐus ɐ puᴉɟ ʇ,uplnoƆ", + "worldedit.snapshot.index-above-0": "˙Ɩ oʇ lɐnbǝ ɹo uɐɥʇ ɹǝʇɐǝɹƃ ǝq ʇsnɯ 'xǝpuᴉ pᴉlɐʌuI", + "worldedit.snapshot.index-oob": "˙{0} puɐ Ɩ uǝǝʍʇǝq ǝq ʇsnɯ 'xǝpuᴉ pᴉlɐʌuI", + "worldedit.schematic.unknown-format": "˙{0} :ʇɐɯɹoɟ ɔᴉʇɐɯǝɥɔs uʍouʞu∩", + "worldedit.schematic.load.does-not-exist": "¡ʇsᴉxǝ ʇou sǝop {0} ɔᴉʇɐɯǝɥɔS", + "worldedit.schematic.load.loading": "(˙ɔᴉʇɐɯǝɥɔs ƃuᴉpɐol ˙˙˙ʇᴉɐʍ ǝsɐǝlԀ)", + "worldedit.schematic.load.still-loading": "(˙ɔᴉʇɐɯǝɥɔs ƃuᴉpɐol llᴉʇs ˙˙˙ʇᴉɐʍ ǝsɐǝlԀ)", + "worldedit.schematic.save.already-exists": ".ʇᴉ ǝʇᴉɹʍɹǝʌo oʇ ƃɐʅⅎ ⅎ- ǝɥʇ ǝsՈ .sʇsᴉxǝ ʎpɐǝɹʅɐ ɔᴉʇɐɯǝɥɔs ʇɐɥꓕ", + "worldedit.schematic.save.failed-directory": "¡sɔᴉʇɐɯǝɥɔs ɹoⅎ ɹǝpʅoⅎ ǝʇɐǝɹɔ ʇou pʅnoϽ", + "worldedit.schematic.save.saving": "(.ɔᴉʇɐɯǝɥɔs ƃuᴉʌɐs ...ʇᴉɐʍ ǝsɐǝʅԀ)", + "worldedit.schematic.save.still-saving": "(.ɔᴉʇɐɯǝɥɔs ƃuᴉʌɐs ʅʅᴉʇs ...ʇᴉɐʍ ǝsɐǝʅԀ)", + "worldedit.schematic.delete.does-not-exist": "¡ʇsᴉxǝ ʇou sǝop {0} ɔᴉʇɐɯǝɥɔS", + "worldedit.schematic.delete.failed": "¿ʎʅuo-pɐǝɹ ʇᴉ sI ¡pǝʅᴉɐⅎ {0} ⅎo uoᴉʇǝʅǝᗡ", + "worldedit.schematic.delete.deleted": ".pǝʇǝʅǝp uǝǝq sɐɥ {0}", + "worldedit.schematic.formats.title": "(sǝɯɐu dnʞoo⅂ :ǝɯɐN) sʇɐɯɹoⅎ pɹɐoqdᴉʅɔ ǝʅqɐʅᴉɐʌ∀", + "worldedit.schematic.unsupported-minecraft-version": ".pǝʌʅosǝɹ sᴉ sᴉɥʇ ʅᴉʇun ʞɹoʍ ʇou ʅʅᴉʍ sɔᴉʇɐɯǝɥɔS .uoᴉsɹǝʌ ʇⅎɐɹɔǝuᴉꟽ ɹnoʎ ʇɹoddns ʇou sǝop ʇᴉpƎpʅɹoϺ ⅎo uoᴉsɹǝʌ sᴉɥꓕ", + "worldedit.pos.already-set": ".ʇǝs ʎpɐǝɹʅɐ uoᴉʇᴉsoԀ", + "worldedit.pos.console-require-coords": ".ǝʅosuoɔ sɐ sǝʇɐuᴉpɹooɔ ǝpᴉʌoɹd ʇsnɯ no⅄", + "worldedit.hpos.no-block": "¡ʇɥƃıs uı ʞɔoןq oN", + "worldedit.hpos.already-set": ".ʇǝs ʎpɐǝɹʅɐ uoᴉʇᴉsoԀ", + "worldedit.chunk.selected-multiple": "({5} ʻ{4} ʻ{3}) - ({2} ʻ{1} ʻ{0}) :pǝʇɔǝʅǝs sʞunɥϽ", + "worldedit.chunk.selected": "({2} ʻ{1} ʻ{0}) :pǝʇɔǝʅǝs ʞunɥϽ", + "worldedit.wand.invalid": ".pǝʅqɐsᴉp ɹo pǝɹnƃᴉⅎuoɔ-sᴉɯ sᴉ ɯǝʇᴉ puɐϺ", + "worldedit.wand.selwand.info": "↊# sod ʇɔǝʅǝs :ʞɔᴉʅɔ ʇɥƃᴉꓤ ;⇂# sod ʇɔǝʅǝs :ʞɔᴉʅɔ ʇⅎǝ⅂", + "worldedit.wand.navwand.info": "sʅʅɐʍ ɥƃnoɹɥʇ ssɐd :ʞɔᴉʅɔ ʇɥƃᴉꓤ ;uoᴉʇɐɔoʅ oʇ dɯnɾ :ʞɔᴉʅɔ ʇⅎǝ⅂", + "worldedit.wand.selwand.now.tool": ".{2} ɥʇᴉʍ puɐʍ ʍǝu ɐ ʇǝƃ ɹo {1} ɥʇᴉʍ ɯǝʇᴉ ʎuɐ oʇ ʇᴉ puᴉqǝɹ puɐ {0} ɥʇᴉʍ ʇᴉ ǝʅqɐsᴉp uɐɔ no⅄ .ʅooʇ ʅɐɯɹou ɐ ʍou sᴉ puɐʍ uoᴉʇɔǝʅǝs ǝɥꓕ", + "worldedit.contract.contracted": ".sʞɔoʅq {0} pǝʇɔɐɹʇuoɔ uoᴉƃǝꓤ", + "worldedit.shift.shifted": ".pǝʇⅎᴉɥs uoᴉƃǝꓤ", + "worldedit.outset.outset": ".ʇǝsʇno uoᴉƃǝꓤ", + "worldedit.inset.inset": ".ʇǝsuᴉ uoᴉƃǝꓤ", + "worldedit.size.offset": "{0} :ʇǝsⅎⅎO", + "worldedit.size.type": "{0} :ǝdʎꓕ", + "worldedit.size.size": "{0} :ǝzᴉS", + "worldedit.size.distance": "{0} :ǝɔuɐʇsᴉp pᴉoqnƆ", + "worldedit.size.blocks": "{0} :sʞɔolq ɟo #", + "worldedit.count.counted": "{0} :pǝʇunoƆ", + "worldedit.distr.no-blocks": "˙pǝʇunoɔ sʞɔolq oN", + "worldedit.distr.no-previous": "˙uoᴉʇnqᴉɹʇsᴉp snoᴉʌǝɹd oN", + "worldedit.distr.total": "{0} :ʇunoƆ ʞɔolq lɐʇo┴", + "worldedit.select.cleared": "˙pǝɹɐǝlɔ uoᴉʇɔǝlǝS", + "worldedit.select.cuboid.message": "ᄅ ʇuᴉod ɹoɟ ʞɔᴉlɔ ʇɥƃᴉɹ 'Ɩ ʇuᴉod ɹoɟ ʞɔᴉlɔ ʇɟǝl :pᴉoqnƆ", + "worldedit.select.cuboid.description": "pᴉoqnɔ ɐ ɟo sɹǝuɹoɔ oʍʇ ʇɔǝlǝS", + "worldedit.select.extend.message": "puǝʇxǝ oʇ ʞɔᴉlɔ ʇɥƃᴉɹ 'ʇuᴉod ƃuᴉʇɹɐʇs ɐ ɹoɟ ʞɔᴉlɔ ʇɟǝl :pᴉoqnƆ", + "worldedit.select.extend.description": "ǝpoɯ uoᴉʇɔǝlǝs pᴉoqnɔ ʇsɐℲ", + "worldedit.butcher.explain-all": "sʞunɥɔ pǝpɐol uᴉ sqoɯ llɐ ǝʌoɯǝɹ oʇ Ɩ- ǝs∩", + "worldedit.remove.explain-all": "sʞunɥɔ pǝpɐol uᴉ sǝᴉʇᴉʇuǝ llɐ ǝʌoɯǝɹ oʇ Ɩ- ǝs∩", + "worldedit.calc.invalid": "uoᴉssǝɹdxǝ pᴉlɐʌ ɐ sɐ pǝsɹɐd ǝq ʇou plnoɔ ,{0},", + "worldedit.paste.pasted": "{0} ʇɐ pǝʇsɐd uǝǝq sɐɥ pɹɐoqdᴉlɔ ǝɥ┴", + "worldedit.rotate.no-interpolation": "˙pǝpuǝɯɯoɔǝɹ sᴉ 06 ɟo sǝldᴉʇlnɯ ǝɹɐ ʇɐɥʇ sǝlƃuɐ os 'pǝʇɹoddns ʇǝʎ ʇou sᴉ uoᴉʇɐlodɹǝʇuI :ǝʇoN", + "worldedit.rotate.rotated": "˙pǝʇɐʇoɹ uǝǝq sɐɥ ʎdoɔ pɹɐoqdᴉlɔ ǝɥ┴", + "worldedit.flip.flipped": "˙pǝddᴉlɟ uǝǝq sɐɥ ʎdoɔ pɹɐoqdᴉlɔ ǝɥ┴", + "worldedit.clearclipboard.cleared": "˙pǝɹɐǝlɔ pɹɐoqdᴉlƆ", + "worldedit.set.done": "˙pǝʇǝldɯoɔ uoᴉʇɐɹǝdO", + "worldedit.set.done.verbose": "˙({0}) pǝʇǝldɯoɔ uoᴉʇɐɹǝdO", + "worldedit.unstuck.moved": "¡oƃ noʎ ǝɹǝɥ┴", + "worldedit.ascend.obstructed": "˙punoɟ noʎ ǝʌoqɐ ʇods ǝǝɹɟ oN", + "worldedit.descend.obstructed": "˙punoɟ noʎ ʍolǝq ʇods ǝǝɹɟ oN", + "worldedit.ceil.obstructed": "˙punoɟ noʎ ǝʌoqɐ ʇods ǝǝɹɟ oN", + "worldedit.ceil.moved": "¡ɥsooM", + "worldedit.thru.obstructed": "˙punoɟ noʎ ɟo pɐǝɥɐ ʇods ǝǝɹɟ oN", + "worldedit.thru.moved": "¡ɥsooM", + "worldedit.jumpto.moved": "¡ɟooԀ", + "worldedit.jumpto.none": "¡(ʎɐʍɐ ɹɐɟ ooʇ ɹo) ʇɥƃᴉs uᴉ ʞɔolq oN", + "worldedit.up.obstructed": "˙noʎ ǝʌoqɐ ƃuᴉɥʇǝɯos ʇᴉɥ plnoʍ no⅄", + "worldedit.up.moved": "¡ɥsooM", + "worldedit.reload.config": "¡pǝpɐoןǝɹ uoıʇɐɹnƃıɟuoƆ", + "worldedit.report.written": "{0} oʇ uǝʇʇıɹʍ ʇɹodǝɹ ʇıpƎpןɹoM", + "worldedit.report.error": "{0} :ʇɹodǝɹ ǝʇıɹʍ oʇ pǝןıɐℲ", + "worldedit.report.callback": "ʇɹodǝɹ˙{0} :ʇɹodǝɹ ʇᴉpƎplɹoM", + "worldedit.timezone.invalid": "ǝuozǝɯıʇ pıןɐʌuI", + "worldedit.timezone.set": "{0} :oʇ uoıssǝs sıɥʇ ɹoɟ ʇǝs ǝuozǝɯı⊥", + "worldedit.timezone.current": "{0} :sı ǝuozǝɯıʇ ʇɐɥʇ uı ǝɯıʇ ʇuǝɹɹnɔ ǝɥ⊥", + "worldedit.version.version": "{0} uoısɹǝʌ ʇıpƎpןɹoM", + "worldedit.command.time-elapsed": "˙(ɔǝs/sʞɔolq {2} ;pǝƃuɐɥɔ {1} :ʎɹoʇsᴉɥ) pǝsdɐlǝ s{0}", + "worldedit.pastebin.uploading": "(˙˙˙uᴉqǝʇsɐd oʇ ʇndʇno ƃuᴉpuǝs ˙˙˙ʇᴉɐʍ ǝsɐǝlԀ)", + "worldedit.session.cant-find-session": "{0} ɹoɟ uoᴉssǝs puᴉɟ oʇ ǝlqɐu∩", + "worldedit.tool.max-block-changes": "˙pǝɥɔɐǝɹ ʇᴉɯᴉl ǝƃuɐɥɔ sʞɔolq xɐW", + "worldedit.tool.no-block": "¡ʇɥƃıs uı ʞɔoןq oN", + "worldedit.tool.repl.equip": "˙{0} oʇ punoq looʇ ɹǝɔɐldǝɹ ʞɔolq.", + "worldedit.tool.repl.switched": "{0} :oʇ pǝɥɔʇᴉʍs looʇ ɹǝɔɐldǝᴚ", + "worldedit.tool.data-cycler.equip": "˙{0} oʇ punoq looʇ ɹǝlɔʎɔ ɐʇɐp ʞɔolq", + "worldedit.tool.data-cycler.block-not-permitted": "˙ʞɔolq ʇɐɥʇ ɟo ǝnlɐʌ ɐʇɐp ǝɥʇ ǝlɔʎɔ oʇ pǝʇʇᴉɯɹǝd ʇou ǝɹɐ no⅄", + "worldedit.tool.data-cycler.cant-cycle": "¡pǝlɔʎɔ ǝq ʇouuɐɔ ɐʇɐp s,ʞɔolq ʇɐɥ┴", + "worldedit.tool.data-cycler.new-value": "˙{1} ʍou sᴉ {0} ɟo ǝnlɐΛ", + "worldedit.tool.data-cycler.cycling": "˙{0} ƃuᴉlɔʎɔ ʍoN", + "worldedit.tool.deltree.equip": "˙{0} oʇ punoq looʇ ɹǝʌoɯǝɹ ǝǝɹʇ ƃuᴉʇɐolℲ", + "worldedit.tool.deltree.not-tree": "˙ǝǝɹʇ ɐ ʇou s,ʇɐɥ┴", + "worldedit.tool.deltree.not-floating": "˙ǝǝɹʇ ƃuᴉʇɐolɟ ɐ ʇou s,ʇɐɥ┴", + "worldedit.tool.tree.equip": "˙{0} oʇ punoq looʇ ǝǝɹ┴", + "worldedit.tool.tree.obstructed": "˙ǝɹǝɥʇ oƃ ʇ,uɐɔ ǝǝɹʇ ∀", + "worldedit.tool.info.equip": "˙{0} oʇ punoq looʇ oɟuI", + "worldedit.tool.info.blockstate.hover": "ǝʇɐʇs ʞɔolᗺ", + "worldedit.tool.info.internalid.hover": "ᗡI lɐuɹǝʇuI", + "worldedit.tool.info.light.hover": "ǝʌoq∀ ʇɥƃᴉ˥/ʇɥƃᴉ˥ ʞɔolᗺ", + "worldedit.tool.none.equip": "˙ɯǝʇᴉ ʇuǝɹɹnɔ ɹnoʎ ɯoɹɟ punoqun loo┴", + "worldedit.tool.selwand.equip": "˙{0} oʇ punoq puɐʍ uoᴉʇɔǝlǝS", + "worldedit.tool.navwand.equip": "˙{0} oʇ punoq puɐʍ uoᴉʇɐƃᴉʌɐN", + "worldedit.tool.floodfill.equip": "˙{0} oʇ punoq looʇ llᴉɟ poolɟ ʞɔolq", + "worldedit.tool.farwand.equip": "˙{0} oʇ punoq looʇ puɐʍ ɹɐℲ", + "worldedit.tool.lrbuild.equip": "˙{0} oʇ punoq looʇ ƃuᴉplᴉnq ǝƃuɐɹ-ƃuo˥", + "worldedit.tool.lrbuild.set": "˙{1} oʇ ʇǝs ʞɔᴉlɔ-ʇɥƃᴉɹ ;{0} oʇ ʇǝs ʞɔᴉlɔ-ʇɟǝ˥", + "worldedit.operation.deform.expression": "{0} ƃuᴉsn pǝɯɹoɟǝp" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/enp/strings.json b/config/worldedit/.archive-unpack/2e1dd752/enp/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/enp/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/eo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/eo/strings.json new file mode 100644 index 0000000..0876d97 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/eo/strings.json @@ -0,0 +1,16 @@ +{ + "worldedit.expand.description.vert": "Vertikale vastigi la elektaĵon al mondaj limoj.", + "worldedit.expand.expanded": "Regiono vastigitas je {0} blokoj", + "worldedit.expand.expanded.vert": "Regiono vastigitas je {0} blokoj (de supro al malsupro).", + "worldedit.biomeinfo.lineofsight": "Biomoj en linio de vido: {0}", + "worldedit.biomeinfo.position": "Biomoj ĉe via pozicio: {0}", + "worldedit.biomeinfo.selection": "Biomoj en via elektaĵo: {0}", + "worldedit.brush.radius-too-large": "Plejgranda ebla penika radiuso: {0}", + "worldedit.brush.apply.description": "Apliki penikon, apliki funkcion al ĉiu bloko", + "worldedit.brush.apply.radius": "La grandeco de la peniko", + "worldedit.brush.apply.shape": "La formo de la regiono", + "worldedit.brush.apply.type": "Tipo de peniko por uzi", + "worldedit.brush.paint.size": "La grandeco de la peniko", + "worldedit.brush.paint.shape": "La formo de la regiono", + "worldedit.brush.paint.type": "Tipo de peniko por uzi" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json new file mode 100644 index 0000000..1a08e03 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente la selección hasta los límites del mundo.", + "worldedit.expand.expanded": "Región expandida {0} bloques", + "worldedit.expand.expanded.vert": "Región expandida {0} bloques (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en el punto de vista: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posición: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selección: {0}", + "worldedit.brush.radius-too-large": "Radio máximo de pincel permitido: {0}", + "worldedit.brush.apply.description": "Pincel de aplicación, para aplicar una función a cada bloque", + "worldedit.brush.apply.radius": "El tamaño de la brocha", + "worldedit.brush.apply.shape": "La forma de la región", + "worldedit.brush.apply.type": "Tipo de pincel a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula el uso de objetos. Es posible que sus efectos no funcionen en todas las plataformas, pueden no ser revertibles y pueden causar interacciones extrañas con otros mods/plugins. Usa bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Pincel de pintura, para aplicar una función a una superficie", + "worldedit.brush.paint.size": "El tamaño de la brocha", + "worldedit.brush.paint.shape": "La forma de la región", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de pincel a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula el uso de objetos. Es posible que sus efectos no funcionen en todas las plataformas, pueden no ser revertibles y pueden causar interacciones extrañas con otros mods/plugins. Usa bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Pincel de figura esférica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel de figura cilíndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esférica equipada.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravedad equipado ({0}).", + "worldedit.brush.butcher.equip": "Pincel de carnicero equipado ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de Elevación de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Elevación de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "Pincel desenlazado de tu objeto actual.", + "worldedit.setbiome.changed": "Los biomas fueron cambiados por aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a entrar al juego (o cerrar y reabrir tu mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Tu límite máximo permitido es {0}.", + "worldedit.limit.set": "Límite de cambio de bloques establecido en {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto.)", + "worldedit.timeout.too-high": "Tu tiempo máximo permitido es {0}ms.", + "worldedit.timeout.set": "Tiempo de espera puesto en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto.)", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminación en los chunks afectados sea errónea, y que necesites volver a entrar para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "Efecto secundario \"{0}\" está ahora en {1}", + "worldedit.perf.sideeffect.get": "Efecto secundario \"{0}\" está en {1}", + "worldedit.perf.sideeffect.already-set": "Efecto secundario \"{0}\" ya está en {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios se pusieron en {0}", + "worldedit.reorder.current": "El modo de reordenación es {0}", + "worldedit.reorder.set": "El modo de reordenación ahora es {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global definida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posición.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocación en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de búsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No podés usar las banderas 'b' e 'i' simultáneamente.", + "worldedit.searchitem.searching": "(Por favor espere... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustitución.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "{0} ediciones disponibles deshechas.", + "worldedit.undo.none": "No queda nada para deshacer.", + "worldedit.redo.redone": "{0} ediciones disponibles rehechas.", + "worldedit.redo.none": "No queda nada para rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la función de restauración (snapshot).", + "worldedit.restore.not-available": "El Punto de Restauración no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de Restauración: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de Restauración (Snapshot) '{0}'. Efectuando la restauración...", + "worldedit.restore.restored": "Restauración concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de Restauración del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de Restauración de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de Restauración.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de Restauración.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente esté corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Último error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de Restauración más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot después de {0}.", + "worldedit.snapshot.index-above-0": "Índice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Índice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavía cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavía guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ¿Acaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de búsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versión de WorldEdit no soporta tu versión de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posición ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posición ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) ► ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de Selección asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7Botón Izquierdo ► Seleccionar la 1ª posición.\\n§7Botón Derecho ► Seleccionar la 2ª posición.", + "worldedit.wand.navwand.info": "§7Botón Izquierdo ► Aparecer en el lugar señalado.\\n§7Botón Derecho ► Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selección es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La región se ha contraído {0} bloques.", + "worldedit.shift.shifted": "La región se ha desplazado.", + "worldedit.outset.outset": "La región se ha expandido.", + "worldedit.inset.inset": "La región se ha contraído.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribución anterior.", + "worldedit.distr.total": "Número Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "Selección Cúbica.\\n§7Botón Izquierdo ► Seleccionar el 1º punto.\\n§7Botón Derecho ► Seleccionar el 2º punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "Extensión de Cuboide.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selección de cuboides.", + "worldedit.select.poly.message": "Selección de Poligonal.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una región poligonal.", + "worldedit.select.ellipsoid.message": "Selección de Elipsoidal.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.ellipsoid.description": "Selecciona un región con forma elíptica.", + "worldedit.select.sphere.message": "Selección Esférica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un región con forma esférica.", + "worldedit.select.cyl.message": "Selección Cilíndrica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.cyl.description": "Selecciona un región con forma cilíndrica.", + "worldedit.select.convex.message": "Selección Poliédrica Convexa.\\n§7Botón Izquierdo ► Seleccionar el primer vértice.\\n§7Botón Derecho ► Añadir más vértices.", + "worldedit.select.convex.limit-message": "El límite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un región con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selección es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "Región MC: Región/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminación.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresión válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresión válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la región de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolación aún no es admisible, por lo que se recomienda ángulos múltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2Operación completada.", + "worldedit.set.done.verbose": "Operación completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliédricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliédricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la región colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡Ahí lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningún espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningún espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuración de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesión es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "Versión de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versión de WorldEdit no es compatible con esta versión de Bukkit. Los contenedores (ej. cofres) se quedarán vacíos, las propiedades (ej. rotación) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensión {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ¿Estás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesión de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el número máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de Alteración de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de Eliminación de Árboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Árbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Árbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de Generación de Árboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquí.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de Información a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7Información del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:Información.", + "worldedit.tool.info.light.hover": "§7Iluminación del Bloque/Iluminación Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de Selección a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de Navegación a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de Selección Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de Construcción Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7Botón Izquierdo ► {0}\\n§7Botón Derecho ► {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de Vinculación se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquí: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformación {0}.", + "worldedit.error.invalid-number": "Se esperaba un número; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un número; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una región.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuración de WorldEdit).", + "worldedit.error.max-changes": "Has superado el límite máximo de bloques que puedes modificar en cada operación. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "Dirección desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacío. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensión.", + "worldedit.error.file-resolution": "Archivo '{0}' resolución del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raíz permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "Selección de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "Número de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacío.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacía.", + "worldedit.error.parser.empty-value": "El valor del estado está vacío.", + "worldedit.error.parser.invalid-colon": "Símbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "Expresión no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo después del símbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuración de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "Extensión desconocida.", + "worldedit.error.missing-session": "Sesión local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningún actor.", + "worldedit.selection.convex.info.vertices": "§5Vértices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selección con vértice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vértice {0} en la selección.", + "worldedit.selection.cuboid.info.pos1": "§5Posición 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5Posición 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posición establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posición establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "Selección iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selección para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "Posición central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posición central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selección cilíndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.polygon2d.info": "§5Número de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nº{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polígonos sólo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polígono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una Región Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersección de región.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersección de región.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una Región Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una Región Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una Región Transformada.", + "worldedit.sideeffect.lighting": "Iluminación", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminación de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "Actualización", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "Validación", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades según los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "El comando '{0}' no pudo ser encontrado.", + "worldedit.help.no-subcommands": "'{0}' no tiene sub-comandos. (Tal vez '{1}' es para un parámetro?)", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "Parando!", + "worldedit.cli.unknown-command": "Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json new file mode 100644 index 0000000..b82a9e2 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expandir verticalmente la selección hasta el borde del mundo.", + "worldedit.expand.expanded": "Se expandió la región por {0} bloques", + "worldedit.expand.expanded.vert": "Se expandió la región por {0} bloques (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en la línea del punto de vista: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posición: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selección: {0}", + "worldedit.brush.radius-too-large": "Radio máximo permitido para la brocha: {0}", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una función a cada bloque", + "worldedit.brush.apply.radius": "Tamaño de la brocha", + "worldedit.brush.apply.shape": "La forma de la región", + "worldedit.brush.apply.type": "Tipo de brocha a usar", + "worldedit.brush.apply.item.warning": "Esta brocha simula el uso de items. Sus efectos pueden no funcionar en todas las plataformas, pueden no ser revertidos, y podrían causar interacciones extrañas y no esperadas con otros mods/plugins. Úsala bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Pintar la brocha, aplicar una función a una superficie", + "worldedit.brush.paint.size": "Tamaño de la brocha", + "worldedit.brush.paint.shape": "La forma de la región", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de brocha a usar", + "worldedit.brush.paint.item.warning": "Esta brocha simula el uso de items. Sus efectos pueden no funcionar en todas las plataformas, pueden no ser revertidos, y podrían causar interacciones extrañas y no esperadas con otros mods/plugins. Úsala bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Brocha esférica equipada ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma Cilíndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esférica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de Extinción de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Brocha establecida como {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de Elevación de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Elevación de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "Brocha desvinculada del ítem actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI del servidor desactivado.", + "worldedit.drawsel.disabled.already": "El CUI del servidor ya estaba desactivado.", + "worldedit.drawsel.enabled.already": "El CUI del servidor ya estaba habilitado.", + "worldedit.limit.too-high": "Tu límite máximo permitido es {0}.", + "worldedit.limit.set": "Se cambió el límite de cambios de bloques a {0}.", + "worldedit.limit.return-to-default": "(Puedes usar //limit para volver a los valores predeterminados.)", + "worldedit.timeout.too-high": "Tu tiempo de espera máximo permitido es {0}ms.", + "worldedit.timeout.set": "Se cambió el tiempo de espera a {0}ms.", + "worldedit.timeout.return-to-default": " (Puedes usar //timeout para volver a los valores predeterminados.)", + "worldedit.fast.disabled": "Modo rápido desactivado.", + "worldedit.fast.enabled": "Modo rápido activado. La iluminación en los chunks involucrados puede verse afectada y/o tal vez tengas que volver a unirte para ver los cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya estaba desactivado.", + "worldedit.fast.enabled.already": "El modo rápido ya estaba activado.", + "worldedit.perf.sideeffect.set": "El efecto secundario \"{0}\" ha sido cambiado a {1}", + "worldedit.perf.sideeffect.get": "El efecto secundario \"{0}\" ha sido establecido como {1}", + "worldedit.perf.sideeffect.already-set": "El efecto secundario \"{0}\" ya era {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios han sido establecidos como {0}", + "worldedit.reorder.current": "El modo de reordenación es {0}", + "worldedit.reorder.set": "El modo de reordenación ahora es {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global establecida.", + "worldedit.toggleplace.pos1": "Ahora colocando en la posición #1.", + "worldedit.toggleplace.player": "Ahora colocando en el bloque en el que estás parado.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocación en este contexto.", + "worldedit.searchitem.too-short": "Escribe una cadena más larga de búsqueda con al menos más de dos caracteres.", + "worldedit.searchitem.either-b-or-i": "No puedes usar los atributos 'b' y 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando ítems)", + "worldedit.watchdog.no-hook": "Esta plataforma no tiene un hook de watchdog.", + "worldedit.watchdog.active.already": "Hook de Watchdog ya activo.", + "worldedit.watchdog.inactive.already": "Hook de Watchdog ya inactivo.", + "worldedit.watchdog.active": "El hook de Watchdog ahora está activo.", + "worldedit.watchdog.inactive": "El hook de Watchdog ahora está inactivo.", + "worldedit.world.remove": "Se eliminó la anulación del mundo.", + "worldedit.world.set": "Se estableció la anulación del mundo a {0}. (Puedes usar //world para volver a los valores predeterminados.)", + "worldedit.undo.undone": "Se deshicieron {0} ediciones disponibles.", + "worldedit.undo.none": "No queda nada por deshacer.", + "worldedit.redo.redone": "Rehechas {0} ediciones disponibles.", + "worldedit.redo.none": "No queda nada por rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "¡No hay ningún bloque en el campo de visión!", + "worldedit.restore.not-configured": "El snapshot/restauración de la copia de seguridad no está configurado.", + "worldedit.restore.not-available": "El Punto de Restauración no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de Restauración: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de Restauración (Snapshot) '{0}'. Efectuando la restauración...", + "worldedit.restore.restored": "Restauración concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de Restauración del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de Restauración de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de Restauración.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de Restauración.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente esté corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Último error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de Restauración más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot después de {0}.", + "worldedit.snapshot.index-above-0": "Índice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Índice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Por favor espere... cargando esquema.)", + "worldedit.schematic.load.still-loading": "(Espera, todavía cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para los esquemas!", + "worldedit.schematic.save.saving": "(Por favor espere... guardando esquema.)", + "worldedit.schematic.save.still-saving": "(Espera, todavía guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡El esquema {0} no existe!", + "worldedit.schematic.delete.failed": "¡Error al eliminar {0}! ¿Es de solo lectura?", + "worldedit.schematic.delete.deleted": "{0} ha sido eliminado.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de búsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versión de WorldEdit no soporta tu versión de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posición ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay ningún bloque en el campo de visión!", + "worldedit.hpos.already-set": "Esta posición ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) ► ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de Selección asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7Botón Izquierdo ► Seleccionar la 1ª posición.\\n§7Botón Derecho ► Seleccionar la 2ª posición.", + "worldedit.wand.navwand.info": "§7Botón Izquierdo ► Aparecer en el lugar señalado.\\n§7Botón Derecho ► Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selección es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La región se ha contraído {0} bloques.", + "worldedit.shift.shifted": "La región se ha desplazado.", + "worldedit.outset.outset": "La región se ha expandido.", + "worldedit.inset.inset": "La región se ha contraído.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Tamaño: {0}", + "worldedit.size.distance": "Distancia del cuboide: {0}", + "worldedit.size.blocks": "Número de bloques: {0}", + "worldedit.count.counted": "Contado: {0}", + "worldedit.distr.no-blocks": "No se contó ningún bloque.", + "worldedit.distr.no-previous": "No hay una distribución previa.", + "worldedit.distr.total": "Cantidad total de bloques: {0}", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "Selección Cúbica.\\n§7Botón Izquierdo ► Seleccionar el 1º punto.\\n§7Botón Derecho ► Seleccionar el 2º punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "Extensión de Cuboide.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selección de cuboides.", + "worldedit.select.poly.message": "Selección de Poligonal.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una región poligonal.", + "worldedit.select.ellipsoid.message": "Selección de Elipsoidal.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.ellipsoid.description": "Seleccione un ellipsoide", + "worldedit.select.sphere.message": "Selección Esférica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Determinar el radio.", + "worldedit.select.sphere.description": "Seleccione una esfera", + "worldedit.select.cyl.message": "Selección Cilíndrica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.cyl.description": "Seleccione un cilindro", + "worldedit.select.convex.message": "Selección Poliédrica Convexa.\\n§7Botón Izquierdo ► Seleccionar el primer vértice.\\n§7Botón Derecho ► Añadir más vértices.", + "worldedit.select.convex.limit-message": "{0} puntos máximos.", + "worldedit.select.convex.description": "Selecciona un región con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selección es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}", + "worldedit.chunkinfo.mcregion-filename": "Región MC: Región/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminación.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresión válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresión válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la región de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolación aún no es admisible, por lo que se recomienda ángulos múltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "Portapapeles borrado.", + "worldedit.set.done": "§2Operación completada.", + "worldedit.set.done.verbose": "Operación completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliédricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliédricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la región colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "Región regenerada.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡Ahí lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningún espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningún espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuración de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesión es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "Versión de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versión de WorldEdit no es compatible con esta versión de Bukkit. Los contenedores (ej. cofres) se quedarán vacíos, las propiedades (ej. rotación) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensión {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ¿Estás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesión de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el número máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay ningún bloque en el campo de visión!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de Alteración de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de Eliminación de Árboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Árbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Árbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de Generación de Árboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquí.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de Información a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7Información del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:Información.", + "worldedit.tool.info.light.hover": "§7Iluminación del Bloque/Iluminación Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de Selección a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de Navegación a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de Selección Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de Construcción Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7Botón Izquierdo ► {0}\\n§7Botón Derecho ► {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de Vinculación se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquí: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformación {0}.", + "worldedit.error.invalid-number": "Se esperaba un número; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un número; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una región.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuración de WorldEdit).", + "worldedit.error.max-changes": "Has superado el límite máximo de bloques que puedes modificar en cada operación. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "Dirección desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacío. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensión.", + "worldedit.error.file-resolution": "Archivo '{0}' resolución del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raíz permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "Selección de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "Número de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacío.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacía.", + "worldedit.error.parser.empty-value": "El valor del estado está vacío.", + "worldedit.error.parser.invalid-colon": "Símbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "Expresión no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo después del símbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuración de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "Extensión desconocida.", + "worldedit.error.missing-session": "Sesión local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningún actor.", + "worldedit.selection.convex.info.vertices": "§5Vértices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selección con vértice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vértice {0} en la selección.", + "worldedit.selection.cuboid.info.pos1": "§5Posición 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5Posición 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posición establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posición establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "Selección iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selección para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "Posición central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posición central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selección cilíndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.polygon2d.info": "§5Número de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nº{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polígonos sólo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polígono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una Región Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersección de región.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersección de región.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una Región Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una Región Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una Región Transformada.", + "worldedit.sideeffect.lighting": "Iluminación", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminación de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "Actualización", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "Validación", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades según los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ¿Quizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la región seleccionada desde lo más bajo hasta lo más alto.", + "worldedit.expand.expanded": "La región se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La región se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la línea de visión: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posición es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selección: {0}", + "worldedit.brush.radius-too-large": "El radio máximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una función a cada bloque.", + "worldedit.brush.apply.radius": "El tamaño de la brocha.", + "worldedit.brush.apply.shape": "La forma de la región.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Úsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una función a una superficie.", + "worldedit.brush.paint.size": "El tamaño de la brocha.", + "worldedit.brush.paint.shape": "La forma de la región.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Úsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma Esférica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma Cilíndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esférica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de Extinción de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de Elevación de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Elevación de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Su límite máximo permitido es {0}.", + "worldedit.limit.set": "Límite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera máximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera máximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminación en los chunks afectados sea errónea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" está establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya está {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios están determinados como {0}.", + "worldedit.reorder.current": "El modo reordenación está {0}.", + "worldedit.reorder.set": "Ahora está {0} el modo reordenación.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posición.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocación en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de búsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustitución.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la función de restauración (snapshot).", + "worldedit.restore.not-available": "El Punto de Restauración no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de Restauración: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de Restauración (Snapshot) '{0}'. Efectuando la restauración...", + "worldedit.restore.restored": "Restauración concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de Restauración del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de Restauración de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de Restauración.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de Restauración.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente esté corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Último error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de Restauración más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot después de {0}.", + "worldedit.snapshot.index-above-0": "Índice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Índice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavía cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavía guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ¿Acaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de búsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versión de WorldEdit no soporta tu versión de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posición ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posición ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) ► ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de Selección asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7Botón Izquierdo ► Seleccionar la 1ª posición.\\n§7Botón Derecho ► Seleccionar la 2ª posición.", + "worldedit.wand.navwand.info": "§7Botón Izquierdo ► Aparecer en el lugar señalado.\\n§7Botón Derecho ► Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selección es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La región se ha contraído {0} bloques.", + "worldedit.shift.shifted": "La región se ha desplazado.", + "worldedit.outset.outset": "La región se ha expandido.", + "worldedit.inset.inset": "La región se ha contraído.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribución anterior.", + "worldedit.distr.total": "Número Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "Selección Cúbica.\\n§7Botón Izquierdo ► Seleccionar el 1º punto.\\n§7Botón Derecho ► Seleccionar el 2º punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "Extensión de Cuboide.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selección de cuboides.", + "worldedit.select.poly.message": "Selección de Poligonal.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una región poligonal.", + "worldedit.select.ellipsoid.message": "Selección de Elipsoidal.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.ellipsoid.description": "Selecciona un región con forma elíptica.", + "worldedit.select.sphere.message": "Selección Esférica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un región con forma esférica.", + "worldedit.select.cyl.message": "Selección Cilíndrica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.cyl.description": "Selecciona un región con forma cilíndrica.", + "worldedit.select.convex.message": "Selección Poliédrica Convexa.\\n§7Botón Izquierdo ► Seleccionar el primer vértice.\\n§7Botón Derecho ► Añadir más vértices.", + "worldedit.select.convex.limit-message": "El límite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un región con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selección es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "Región MC: Región/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminación.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresión válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresión válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la región de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolación aún no es admisible, por lo que se recomienda ángulos múltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2Operación completada.", + "worldedit.set.done.verbose": "Operación completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliédricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliédricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la región colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡Ahí lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningún espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningún espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuración de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesión es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "Versión de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versión de WorldEdit no es compatible con esta versión de Bukkit. Los contenedores (ej. cofres) se quedarán vacíos, las propiedades (ej. rotación) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensión {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ¿Estás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesión de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el número máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de Alteración de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de Eliminación de Árboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Árbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Árbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de Generación de Árboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquí.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de Información a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7Información del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:Información.", + "worldedit.tool.info.light.hover": "§7Iluminación del Bloque/Iluminación Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de Selección a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de Navegación a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de Selección Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de Construcción Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7Botón Izquierdo ► {0}\\n§7Botón Derecho ► {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de Vinculación se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquí: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformación {0}.", + "worldedit.error.invalid-number": "Se esperaba un número; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un número; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una región.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuración de WorldEdit).", + "worldedit.error.max-changes": "Has superado el límite máximo de bloques que puedes modificar en cada operación. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "Dirección desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacío. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensión.", + "worldedit.error.file-resolution": "Archivo '{0}' resolución del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raíz permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "Selección de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "Número de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacío.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacía.", + "worldedit.error.parser.empty-value": "El valor del estado está vacío.", + "worldedit.error.parser.invalid-colon": "Símbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "Expresión no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo después del símbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuración de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "Extensión desconocida.", + "worldedit.error.missing-session": "Sesión local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningún actor.", + "worldedit.selection.convex.info.vertices": "§5Vértices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selección con vértice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vértice {0} en la selección.", + "worldedit.selection.cuboid.info.pos1": "§5Posición 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5Posición 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posición establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posición establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "Selección iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selección para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "Posición central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posición central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selección cilíndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.polygon2d.info": "§5Número de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nº{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polígonos sólo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polígono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una Región Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersección de región.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersección de región.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una Región Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una Región Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una Región Transformada.", + "worldedit.sideeffect.lighting": "Iluminación", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminación de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "Actualización", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "Validación", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades según los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ¿Quizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la región seleccionada desde lo más bajo hasta lo más alto.", + "worldedit.expand.expanded": "La región se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La región se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la línea de visión: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posición es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selección: {0}", + "worldedit.brush.radius-too-large": "El radio máximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una función a cada bloque.", + "worldedit.brush.apply.radius": "El tamaño de la brocha.", + "worldedit.brush.apply.shape": "La forma de la región.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Úsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una función a una superficie.", + "worldedit.brush.paint.size": "El tamaño de la brocha.", + "worldedit.brush.paint.shape": "La forma de la región.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Úsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma Esférica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma Cilíndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esférica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de Extinción de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de Elevación de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Elevación de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Su límite máximo permitido es {0}.", + "worldedit.limit.set": "Límite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera máximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera máximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminación en los chunks afectados sea errónea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" está establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya está {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios están determinados como {0}.", + "worldedit.reorder.current": "El modo reordenación está {0}.", + "worldedit.reorder.set": "Ahora está {0} el modo reordenación.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posición.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocación en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de búsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustitución.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la función de restauración (snapshot).", + "worldedit.restore.not-available": "El Punto de Restauración no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de Restauración: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de Restauración (Snapshot) '{0}'. Efectuando la restauración...", + "worldedit.restore.restored": "Restauración concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de Restauración del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de Restauración de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de Restauración.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de Restauración.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente esté corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Último error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de Restauración más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot después de {0}.", + "worldedit.snapshot.index-above-0": "Índice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Índice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavía cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavía guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ¿Acaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de búsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versión de WorldEdit no soporta tu versión de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posición ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posición ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) ► ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de Selección asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7Botón Izquierdo ► Seleccionar la 1ª posición.\\n§7Botón Derecho ► Seleccionar la 2ª posición.", + "worldedit.wand.navwand.info": "§7Botón Izquierdo ► Aparecer en el lugar señalado.\\n§7Botón Derecho ► Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selección es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La región se ha contraído {0} bloques.", + "worldedit.shift.shifted": "La región se ha desplazado.", + "worldedit.outset.outset": "La región se ha expandido.", + "worldedit.inset.inset": "La región se ha contraído.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribución anterior.", + "worldedit.distr.total": "Número Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "Selección Cúbica.\\n§7Botón Izquierdo ► Seleccionar el 1º punto.\\n§7Botón Derecho ► Seleccionar el 2º punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "Extensión de Cuboide.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selección de cuboides.", + "worldedit.select.poly.message": "Selección de Poligonal.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una región poligonal.", + "worldedit.select.ellipsoid.message": "Selección de Elipsoidal.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.ellipsoid.description": "Selecciona un región con forma elíptica.", + "worldedit.select.sphere.message": "Selección Esférica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un región con forma esférica.", + "worldedit.select.cyl.message": "Selección Cilíndrica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.cyl.description": "Selecciona un región con forma cilíndrica.", + "worldedit.select.convex.message": "Selección Poliédrica Convexa.\\n§7Botón Izquierdo ► Seleccionar el primer vértice.\\n§7Botón Derecho ► Añadir más vértices.", + "worldedit.select.convex.limit-message": "El límite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un región con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selección es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "Región MC: Región/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminación.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresión válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresión válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la región de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolación aún no es admisible, por lo que se recomienda ángulos múltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2Operación completada.", + "worldedit.set.done.verbose": "Operación completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliédricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliédricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la región colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡Ahí lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningún espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningún espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuración de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesión es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "Versión de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versión de WorldEdit no es compatible con esta versión de Bukkit. Los contenedores (ej. cofres) se quedarán vacíos, las propiedades (ej. rotación) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensión {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ¿Estás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesión de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el número máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de Alteración de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de Eliminación de Árboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Árbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Árbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de Generación de Árboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquí.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de Información a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7Información del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:Información.", + "worldedit.tool.info.light.hover": "§7Iluminación del Bloque/Iluminación Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de Selección a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de Navegación a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de Selección Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de Construcción Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7Botón Izquierdo ► {0}\\n§7Botón Derecho ► {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de Vinculación se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquí: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformación {0}.", + "worldedit.error.invalid-number": "Se esperaba un número; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un número; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una región.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuración de WorldEdit).", + "worldedit.error.max-changes": "Has superado el límite máximo de bloques que puedes modificar en cada operación. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "Dirección desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacío. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensión.", + "worldedit.error.file-resolution": "Archivo '{0}' resolución del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raíz permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "Selección de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "Número de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacío.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacía.", + "worldedit.error.parser.empty-value": "El valor del estado está vacío.", + "worldedit.error.parser.invalid-colon": "Símbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "Expresión no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo después del símbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuración de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "Extensión desconocida.", + "worldedit.error.missing-session": "Sesión local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningún actor.", + "worldedit.selection.convex.info.vertices": "§5Vértices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selección con vértice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vértice {0} en la selección.", + "worldedit.selection.cuboid.info.pos1": "§5Posición 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5Posición 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posición establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posición establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "Selección iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selección para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "Posición central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posición central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selección cilíndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.polygon2d.info": "§5Número de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nº{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polígonos sólo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polígono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una Región Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersección de región.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersección de región.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una Región Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una Región Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una Región Transformada.", + "worldedit.sideeffect.lighting": "Iluminación", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminación de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "Actualización", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "Validación", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades según los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ¿Quizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la región seleccionada desde lo más bajo hasta lo más alto.", + "worldedit.expand.expanded": "La región se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La región se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la línea de visión: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posición es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selección: {0}", + "worldedit.brush.radius-too-large": "El radio máximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una función a cada bloque.", + "worldedit.brush.apply.radius": "El tamaño de la brocha.", + "worldedit.brush.apply.shape": "La forma de la región.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Úsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una función a una superficie.", + "worldedit.brush.paint.size": "El tamaño de la brocha.", + "worldedit.brush.paint.shape": "La forma de la región.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Úsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma Esférica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma Cilíndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esférica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de Extinción de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de Elevación de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Elevación de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Su límite máximo permitido es {0}.", + "worldedit.limit.set": "Límite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera máximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera máximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminación en los chunks afectados sea errónea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" está establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya está {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios están determinados como {0}.", + "worldedit.reorder.current": "El modo reordenación está {0}.", + "worldedit.reorder.set": "Ahora está {0} el modo reordenación.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posición.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocación en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de búsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustitución.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la función de restauración (snapshot).", + "worldedit.restore.not-available": "El Punto de Restauración no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de Restauración: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de Restauración (Snapshot) '{0}'. Efectuando la restauración...", + "worldedit.restore.restored": "Restauración concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de Restauración del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de Restauración de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de Restauración.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de Restauración.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente esté corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Último error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de Restauración más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot después de {0}.", + "worldedit.snapshot.index-above-0": "Índice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Índice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavía cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavía guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ¿Acaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de búsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versión de WorldEdit no soporta tu versión de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posición ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posición ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) ► ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de Selección asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7Botón Izquierdo ► Seleccionar la 1ª posición.\\n§7Botón Derecho ► Seleccionar la 2ª posición.", + "worldedit.wand.navwand.info": "§7Botón Izquierdo ► Aparecer en el lugar señalado.\\n§7Botón Derecho ► Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selección es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La región se ha contraído {0} bloques.", + "worldedit.shift.shifted": "La región se ha desplazado.", + "worldedit.outset.outset": "La región se ha expandido.", + "worldedit.inset.inset": "La región se ha contraído.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribución anterior.", + "worldedit.distr.total": "Número Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "Selección Cúbica.\\n§7Botón Izquierdo ► Seleccionar el 1º punto.\\n§7Botón Derecho ► Seleccionar el 2º punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "Extensión de Cuboide.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selección de cuboides.", + "worldedit.select.poly.message": "Selección de Poligonal.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una región poligonal.", + "worldedit.select.ellipsoid.message": "Selección de Elipsoidal.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.ellipsoid.description": "Selecciona un región con forma elíptica.", + "worldedit.select.sphere.message": "Selección Esférica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un región con forma esférica.", + "worldedit.select.cyl.message": "Selección Cilíndrica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.cyl.description": "Selecciona un región con forma cilíndrica.", + "worldedit.select.convex.message": "Selección Poliédrica Convexa.\\n§7Botón Izquierdo ► Seleccionar el primer vértice.\\n§7Botón Derecho ► Añadir más vértices.", + "worldedit.select.convex.limit-message": "El límite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un región con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selección es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "Región MC: Región/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminación.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresión válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresión válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la región de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolación aún no es admisible, por lo que se recomienda ángulos múltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2Operación completada.", + "worldedit.set.done.verbose": "Operación completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliédricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliédricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la región colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡Ahí lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningún espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningún espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuración de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesión es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "Versión de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versión de WorldEdit no es compatible con esta versión de Bukkit. Los contenedores (ej. cofres) se quedarán vacíos, las propiedades (ej. rotación) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensión {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ¿Estás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesión de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el número máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de Alteración de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de Eliminación de Árboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Árbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Árbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de Generación de Árboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquí.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de Información a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7Información del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:Información.", + "worldedit.tool.info.light.hover": "§7Iluminación del Bloque/Iluminación Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de Selección a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de Navegación a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de Selección Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de Construcción Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7Botón Izquierdo ► {0}\\n§7Botón Derecho ► {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de Vinculación se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquí: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformación {0}.", + "worldedit.error.invalid-number": "Se esperaba un número; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un número; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una región.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuración de WorldEdit).", + "worldedit.error.max-changes": "Has superado el límite máximo de bloques que puedes modificar en cada operación. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "Dirección desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacío. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensión.", + "worldedit.error.file-resolution": "Archivo '{0}' resolución del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raíz permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "Selección de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "Número de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacío.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacía.", + "worldedit.error.parser.empty-value": "El valor del estado está vacío.", + "worldedit.error.parser.invalid-colon": "Símbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "Expresión no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo después del símbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuración de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "Extensión desconocida.", + "worldedit.error.missing-session": "Sesión local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningún actor.", + "worldedit.selection.convex.info.vertices": "§5Vértices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selección con vértice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vértice {0} en la selección.", + "worldedit.selection.cuboid.info.pos1": "§5Posición 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5Posición 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posición establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posición establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "Selección iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selección para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "Posición central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posición central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selección cilíndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.polygon2d.info": "§5Número de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nº{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polígonos sólo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polígono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una Región Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersección de región.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersección de región.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una Región Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una Región Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una Región Transformada.", + "worldedit.sideeffect.lighting": "Iluminación", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminación de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "Actualización", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "Validación", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades según los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ¿Quizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json new file mode 100644 index 0000000..7cca430 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expanda verticalmente la selección hasta los límites del mundo.", + "worldedit.expand.expanded": "Region expandida {0} bloque(s)", + "worldedit.expand.expanded.vert": "Region expandida {0} bloque(s) (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en el punto de línea de visión: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posición: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selección: {0}", + "worldedit.brush.radius-too-large": "Radio máximo permitido a la brocha: {0}", + "worldedit.brush.apply.description": "Aplicar a brocha, aplica una función a cada bloque", + "worldedit.brush.apply.radius": "El tamaño de la brocha", + "worldedit.brush.apply.shape": "La forma de la región", + "worldedit.brush.apply.type": "Tipo de brocha a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula usos de objetos. Es posible que sus efectos no funcionen en todas las plataformas, que no se puedan deshacer y que provoquen interacciones extrañas con otros mods/complementos. Úselo bajo su propio riesgo.", + "worldedit.brush.paint.description": "Brocha, aplicar una función a una superficie", + "worldedit.brush.paint.size": "El tamaño de la brocha", + "worldedit.brush.paint.shape": "La forma de la región", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de brocha a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula usos de objetos. Es posible que sus efectos no funcionen en todas las plataformas, que no se puedan deshacer y que provoquen interacciones extrañas con otros mods/complementos. Úselo bajo su propio riesgo.", + "worldedit.brush.sphere.equip": "Equipada brocha de perfil Esférica ({0}).", + "worldedit.brush.cylinder.equip": "Equipado brocha de perfil Cilíndrica ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Equipada perfil de brocha de Portapapeles.", + "worldedit.brush.smooth.equip": "Brocha suave equipada ({0} x {1}x usado {2}).", + "worldedit.brush.extinguish.equip": "Extintor Equipado ({0}).", + "worldedit.brush.gravity.equip": "Brocha de Gravedad Equipada ({0}).", + "worldedit.brush.butcher.equip": "Brocha de carnicero Equipado ({0}).", + "worldedit.brush.operation.equip": "Establecida brocha a {0}.", + "worldedit.brush.heightmap.equip": "Brocha de Mapa de alturas Equipada ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Mapa de altura desconocido: {0}.", + "worldedit.brush.none.equip": "Brocha desenlazada de su objeto actual.", + "worldedit.setbiome.changed": "Los biomas fueron cambiados en aproximadamente {0} bloque(s).", + "worldedit.setbiome.warning": "Puede que tengas que reabrir el juego (o cerrar y volver a abrir tu mundo) para ver los cambios.", + "worldedit.drawsel.disabled": "Deshabilitado CUI del servidor.", + "worldedit.drawsel.disabled.already": "Ya esta deshabilitado el CUI del servidor.", + "worldedit.drawsel.enabled.already": "Ya esta habilitado el CUI del servidor.", + "worldedit.limit.too-high": "Su límite máximo permitido es {0}.", + "worldedit.limit.set": "Límite de cambio de bloque establecido en {0}.", + "worldedit.limit.return-to-default": "(Utilice \"//limit\" para volver al valor predeterminado).", + "worldedit.timeout.too-high": "Su tiempo de espera máximo permitido es {0} ms.", + "worldedit.timeout.set": "Tiempo de espera establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Utilice \"//timeout\" para volver al valor predeterminado).", + "worldedit.fast.disabled": "Modo rápido desactivado.", + "worldedit.fast.enabled": "Modo rápido habilitado. La iluminación en los chunks afectados puede ser incorrecta y/o es posible que deba volver a unirse para ver los cambios.", + "worldedit.fast.disabled.already": "Ya esta desactivado el modo rápido.", + "worldedit.fast.enabled.already": "Ya esta activado el modo rápido.", + "worldedit.perf.sideeffect.set": "Efecto secundario \"{0}\" establecido en {1}", + "worldedit.perf.sideeffect.get": "El efecto secundario \"{0}\" se establece en {1}", + "worldedit.perf.sideeffect.already-set": "El efecto secundario \"{0}\" ya es {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios configurados en {0}", + "worldedit.reorder.current": "El modo reordenar es {0}", + "worldedit.reorder.set": "El modo reordenar ahora es {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global establecida.", + "worldedit.toggleplace.pos1": "Colocado ahora en la posición #1.", + "worldedit.toggleplace.player": "Ahora colóquese en el bloque en el que estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocación en este contexto.", + "worldedit.searchitem.too-short": "Ingrese una cadena de búsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puede usar los indicadores 'b' e 'i' simultáneamente.", + "worldedit.searchitem.searching": "(Espere... buscando objeto(s).)", + "worldedit.watchdog.no-hook": "Esta plataforma no tiene ningún gancho guardian.", + "worldedit.watchdog.active.already": "El gancho guardian ya está activo.", + "worldedit.watchdog.inactive.already": "El gancho guardián ya esta inactivo.", + "worldedit.watchdog.active": "El gancho guardián ahora está activo.", + "worldedit.watchdog.inactive": "El gancho guardian ahora esta inactivo.", + "worldedit.world.remove": "Se elimino la invalidación del mundo.", + "worldedit.world.set": "Establezca la invalidación del mundo en {0}. (Use '//world' para volver a los valores por defecto)", + "worldedit.undo.undone": "Se deshizo {0} edicion(es) disponible(s).", + "worldedit.undo.none": "No queda nada para deshacer.", + "worldedit.redo.redone": "Se rehizo {0} edicion(es) disponible(s).", + "worldedit.redo.none": "No queda nada para rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "¡No hay bloque a la vista!", + "worldedit.restore.not-configured": "Snapshot/copia(s) de seguridad no esta configurada.", + "worldedit.restore.not-available": "Esa copia de seguridad no existe o no está disponible.", + "worldedit.restore.failed": "Falló al cargar la copia de seguridad: {0}", + "worldedit.restore.loaded": "Copia de seguridad '{0}' cargada; ahora restaurando...", + "worldedit.restore.restored": "Restaurado; {0} chunks faltantes y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No fueron encontradas copias de seguridad para el mundo '{0}'.", + "worldedit.restore.none-for-world": "No fueron encontradas copias de seguridad para este mundo.", + "worldedit.restore.none-found": "No se encontraron copias de seguridad.", + "worldedit.restore.none-found-console": "No se encontraron copias de seguridad. Consulte la consola para más detalles.", + "worldedit.restore.chunk-not-present": "Los chunks no estaban presentes en la copia de seguridad.", + "worldedit.restore.chunk-load-failed": "No se pudieron cargar chunks. (¿Archivo corrupto?)", + "worldedit.restore.block-place-failed": "Los errores impidieron restaurar los bloques.", + "worldedit.restore.block-place-error": "Último error: {0}", + "worldedit.snapshot.use.newest": "Ahora usando la copia de seguridad más reciente.", + "worldedit.snapshot.use": "Copia de seguridad establecida en: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una copia de seguridad antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una copia de seguridad después de {0}.", + "worldedit.snapshot.index-above-0": "Índice invalido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Índice invalido, debe estar entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de Esquema desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡El esquema {0} no existe!", + "worldedit.schematic.load.loading": "(Espere... cargando esquema.)", + "worldedit.schematic.load.still-loading": "(Por favor espere... aun se está cargando el esquema.)", + "worldedit.schematic.save.already-exists": "Ese esquema ya existe. Use el indicador -f para sobrescribirlo.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para los esquemas!", + "worldedit.schematic.save.saving": "(Espere... guardando el esquema.)", + "worldedit.schematic.save.still-saving": "(Por favor... aun se esta guardando el esquema.)", + "worldedit.schematic.delete.does-not-exist": "¡El esquema {0} no existe!", + "worldedit.schematic.delete.failed": "¡Error al eliminar '{0}'!. ¿Es de solo lectura?.", + "worldedit.schematic.delete.deleted": "{0} ha sido eliminado(a).", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de búsqueda)", + "worldedit.schematic.unsupported-minecraft-version": "Esta versión de WorldEdit no es compatible con su versión de Minecraft. Los esquemas no funcionarán hasta que esto se resuelva.", + "worldedit.pos.already-set": "Posición ya establecida.", + "worldedit.pos.console-require-coords": "Debe proporcionar las coordenadas por la consola.", + "worldedit.hpos.no-block": "¡No hay bloque a la vista!", + "worldedit.hpos.already-set": "Posición ya establecida.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}", + "worldedit.wand.invalid": "La herramienta de selección esta mal configurada o inhabilitada.", + "worldedit.wand.selwand.info": "Click izquierdo: seleccione posición #1; Click derecho: seleccione posicion #2", + "worldedit.wand.navwand.info": "Click izquierdo: saltar a la ubicación; Click derecho: atravesar paredes", + "worldedit.wand.selwand.now.tool": "La herramienta de selección ahora es una herramienta normal. Puede inhabilitarlo con {0} y volver a vincularlo a cualquier elemento con {1} u obtener una nueva herramienta con {2}.", + "worldedit.contract.contracted": "{0} bloque(s) contradado(s) por la region.", + "worldedit.shift.shifted": "Region desplazada.", + "worldedit.outset.outset": "La región se ha expandido.", + "worldedit.inset.inset": "Region insertada.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Tamaño: {0}", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribución anterior.", + "worldedit.distr.total": "Número Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "Selección Cúbica.\\n§7Botón Izquierdo ► Seleccionar el 1º punto.\\n§7Botón Derecho ► Seleccionar el 2º punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "Extensión de Cuboide.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selección de cuboides.", + "worldedit.select.poly.message": "Selección de Poligonal.\\n§7Botón Izquierdo ► Seleccionar el punto inicial.\\n§7Botón Derecho ► Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una región poligonal.", + "worldedit.select.ellipsoid.message": "Selección de Elipsoidal.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.ellipsoid.description": "Selecciona un región con forma elíptica.", + "worldedit.select.sphere.message": "Selección Esférica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un región con forma esférica.", + "worldedit.select.cyl.message": "Selección Cilíndrica.\\n§7Botón Izquierdo ► Seleccionar el Centro.\\n§7Botón Derecho ► Seleccionar la extensión.", + "worldedit.select.cyl.description": "Selecciona un región con forma cilíndrica.", + "worldedit.select.convex.message": "Selección Poliédrica Convexa.\\n§7Botón Izquierdo ► Seleccionar el primer vértice.\\n§7Botón Derecho ► Añadir más vértices.", + "worldedit.select.convex.limit-message": "El límite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un región con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selección es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "Región MC: Región/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminación.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresión válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresión válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la región de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolación aún no es admisible, por lo que se recomienda ángulos múltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2Operación completada.", + "worldedit.set.done.verbose": "Operación completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliédricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliédricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la región colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡Ahí lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningún espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningún espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningún espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuración de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesión es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "Versión de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versión de WorldEdit no es compatible con esta versión de Bukkit. Los contenedores (ej. cofres) se quedarán vacíos, las propiedades (ej. rotación) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensión {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ¿Estás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesión de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el número máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de Alteración de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de Eliminación de Árboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Árbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Árbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de Generación de Árboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquí.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de Información a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7Información del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:Información.", + "worldedit.tool.info.light.hover": "§7Iluminación del Bloque/Iluminación Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de Selección a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de Navegación a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de Selección Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de Construcción Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7Botón Izquierdo ► {0}\\n§7Botón Derecho ► {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de Vinculación se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botón izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquí: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformación {0}.", + "worldedit.error.invalid-number": "Se esperaba un número; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un número; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una región.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuración de WorldEdit).", + "worldedit.error.max-changes": "Has superado el límite máximo de bloques que puedes modificar en cada operación. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "Dirección desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacío. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensión.", + "worldedit.error.file-resolution": "Archivo '{0}' resolución del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raíz permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "Selección de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "Número de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacío.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacía.", + "worldedit.error.parser.empty-value": "El valor del estado está vacío.", + "worldedit.error.parser.invalid-colon": "Símbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "Expresión no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo después del símbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuración de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "Extensión desconocida.", + "worldedit.error.missing-session": "Sesión local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningún actor.", + "worldedit.selection.convex.info.vertices": "§5Vértices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selección con vértice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vértice {0} en la selección.", + "worldedit.selection.cuboid.info.pos1": "§5Posición 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5Posición 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posición establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posición establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posición establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "Selección iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selección para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "Posición central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posición central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selección cilíndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensión horizontal.", + "worldedit.selection.polygon2d.info": "§5Número de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nº{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polígonos sólo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polígono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una Región Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersección de región.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersección de región.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una Región Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una Región Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una Región Transformada.", + "worldedit.sideeffect.lighting": "Iluminación", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminación de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "Actualización", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "Validación", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades según los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ¿Quizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/et/strings.json b/config/worldedit/.archive-unpack/2e1dd752/et/strings.json new file mode 100644 index 0000000..44fa2e9 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/et/strings.json @@ -0,0 +1,86 @@ +{ + "worldedit.expand.description.vert": "Laienda valitud ala vertikaalselt maailma limiidini.", + "worldedit.expand.expanded": "Ala laiendati {0} bloki võrra", + "worldedit.expand.expanded.vert": "Ala laiendati {0} bloki võrra (ülevalt-alla).", + "worldedit.biomeinfo.lineofsight": "Bioome vaatepunktis: {0}", + "worldedit.biomeinfo.position": "Bioome sinu asukohas: {0}", + "worldedit.biomeinfo.selection": "Teie valitud bioomid: {0}", + "worldedit.brush.radius-too-large": "Maksimaalne lubatud pintsli raadius: {0}", + "worldedit.brush.apply.radius": "Pintsli suurus", + "worldedit.brush.apply.shape": "Ala kuju", + "worldedit.brush.apply.type": "Pintsli tüüp mida kasutada", + "worldedit.brush.paint.size": "Pintsli suurus", + "worldedit.brush.paint.shape": "Ala kuju", + "worldedit.brush.paint.density": "Pintsli tihedus", + "worldedit.brush.paint.type": "Pintsli tüüp mida kasutada", + "worldedit.brush.operation.equip": "Määra pintsel {0}.", + "worldedit.drawsel.disabled": "Serveri CUI keelatud.", + "worldedit.limit.too-high": "Sinu maksimaalne muutmise limiit on {0}.", + "worldedit.limit.set": "Bloki muutmis limiit {0}.", + "worldedit.undo.undone": "Tagasi võetud {0} muudatust.", + "worldedit.undo.none": "Pole mida tagasi võtta.", + "worldedit.redo.redone": "Uuesti tehtud {0} muudatust.", + "worldedit.redo.none": "Pole mida tagasi võtta.", + "worldedit.clearhistory.cleared": "Ajalugu on tühjendatud.", + "worldedit.raytrace.noblock": "Plokk pole silmapiiril!", + "worldedit.restore.block-place-error": "Viimane tõrge: {0}", + "worldedit.schematic.delete.failed": "{0} kustutamine ebaõnnestus! Kas see on kirjutuskaitstud?", + "worldedit.schematic.delete.deleted": "{0} on kustutatud.", + "worldedit.pos.already-set": "Positsioon on juba määratud.", + "worldedit.hpos.no-block": "Plokk pole silmapiiril!", + "worldedit.hpos.already-set": "Positsioon on juba määratud.", + "worldedit.chunk.selected-multiple": "Valitud kamakad: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Valitud kamakas: {0}, {1}, {2}", + "worldedit.wand.selwand.info": "Vasak klikk: valige pos #1; Parem klikk: valige pos #2", + "worldedit.size.type": "Liik: {0}", + "worldedit.size.size": "Suurus: {0}", + "worldedit.size.distance": "Kuubi distants: {0}", + "worldedit.size.blocks": "Plokkide arv: {0}", + "worldedit.count.counted": "Loetud: {0}", + "worldedit.chunkinfo.chunk": "Kamakas: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Vana formaat: {0}", + "worldedit.fill.created": "Täidetud on {0} plokki.", + "worldedit.fillr.created": "Täidetud on {0} plokki.", + "worldedit.butcher.killed": "Surmatud {0} elukat {1} raadiuses.", + "worldedit.paste.pasted": "Lõikelauad on kleebitud kohta {0}", + "worldedit.rotate.rotated": "Lõikelaua koopia on pööratud.", + "worldedit.clearclipboard.cleared": "Lõikelaud on tühjendatud.", + "worldedit.set.done": "Toiming on lõpetatud.", + "worldedit.set.done.verbose": "Toiming on lõpetatud ({0}).", + "worldedit.line.changed": "Muudetud on {0} plokki.", + "worldedit.curve.changed": "Muudetud on {0} plokki.", + "worldedit.walls.changed": "Muudetud on {0} plokki.", + "worldedit.faces.changed": "Muudetud on {0} plokki.", + "worldedit.center.changed": "Määratud keskele. (muudetud {0} plokki)", + "worldedit.hollow.changed": "Muudetud on {0} plokki.", + "worldedit.forest.created": "Loodud {0} puud.", + "worldedit.cyl.created": "Loodud on {0} plokki.", + "worldedit.sphere.created": "Loodud on {0} plokki.", + "worldedit.forestgen.created": "Loodud {0} puud.", + "worldedit.pyramid.created": "Loodud on {0} plokki.", + "worldedit.generate.created": "Loodud on {0} plokki.", + "worldedit.version.version": "WorldEdit versioon {0}", + "worldedit.tool.no-block": "Plokk pole silmapiiril!", + "worldedit.tool.deltree.not-tree": "See ei ole puu.", + "worldedit.tool.deltree.not-floating": "See puu ei ole õhus.", + "worldedit.tool.tree.obstructed": "Puu ei käi sinna.", + "worldedit.script.file-not-found": "Skripti pole olemas: {0}", + "worldedit.operation.affected.biome": "mõjutatud {0} bioomi", + "worldedit.operation.affected.block": "mõjutatud {0} plokki", + "worldedit.operation.affected.entity": "mõjutatud {0} olemit", + "worldedit.error.file-aborted": "Faili valimine katkestati.", + "worldedit.error.no-file-selected": "Ühtegi faili pole valitud.", + "worldedit.error.incorrect-usage": "Kasutus: {0}", + "worldedit.selection.cuboid.info.pos1": "Positsioon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positsioon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Esimene positsioon on määratud {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Esimene positsioon on määratud {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Teine positsioon on määratud {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Teine positsioon on määratud {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Keskus: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Keskpositsioon on määratud {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Keskpositsioon on määratud {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Keskus: {0}", + "worldedit.help.command-not-found": "Käsklust '{0}' ei leitud.", + "worldedit.cli.unknown-command": "Tundmatu käsklus!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/eu/strings.json b/config/worldedit/.archive-unpack/2e1dd752/eu/strings.json new file mode 100644 index 0000000..885cca1 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/eu/strings.json @@ -0,0 +1,129 @@ +{ + "worldedit.brush.apply.radius": "Eskuilaren tamainua", + "worldedit.brush.apply.shape": "Regioiaren forma", + "worldedit.brush.paint.size": "Eskuilaren tamainua", + "worldedit.brush.paint.shape": "Regioiaren forma", + "worldedit.brush.paint.density": "Eskuilaren dentsitatea", + "worldedit.brush.operation.equip": "Eskuila {0} esarrita.", + "worldedit.drawsel.disabled": "Zerbitzariko CUI desgaituta.", + "worldedit.fast.disabled": "Askar modua desgaituta.", + "worldedit.gmask.disabled": "Maskara globala desgaituta.", + "worldedit.gmask.set": "Maskara globala esarrita.", + "worldedit.searchitem.searching": "(Itxaron mezedez... objetuak bilatzen)", + "worldedit.undo.none": "Ezer ez desegiteko.", + "worldedit.redo.none": "Ezer ez berregiteko.", + "worldedit.clearhistory.cleared": "Legenda garbituta.", + "worldedit.restore.none-for-specific-world": "Ez dira aurkitu snapshots-rik munduan: '{0}'.", + "worldedit.restore.none-for-world": "Ez dira aurkitu snapshots-rik munduan honetan.", + "worldedit.restore.none-found": "Ez dira snapshots-rik aurkitu.", + "worldedit.restore.none-found-console": "Ez dira aurkitu snapshots-rik. Begiratu konsola xehetasunetarako.", + "worldedit.restore.block-place-error": "Pasaden errorea: {0}", + "worldedit.schematic.unknown-format": "Ezezagun schematic formatua: {0}.", + "worldedit.schematic.load.does-not-exist": "{0} Schematic-a ez da existitzen!", + "worldedit.schematic.load.loading": "(Itxaron mezedez... schematic kargatzen)", + "worldedit.schematic.load.still-loading": "(Itxaron mezedez... Schematic oraindik kargatzen ari dago)", + "worldedit.schematic.save.failed-directory": "Ezin izan da schematic-eko karpeta sortu!", + "worldedit.schematic.save.saving": "(Itxaron mezedez... Schematic gordetzen)", + "worldedit.schematic.save.still-saving": "(Itxaron mezedez... Schematic oraindik gordetzen ari dago)", + "worldedit.schematic.delete.does-not-exist": "{0} Schematic-a ez da existitzen!", + "worldedit.schematic.delete.failed": "{0} ezabapena huts egin du! Irakurri-bakarrik dago?", + "worldedit.schematic.delete.deleted": "{0} ezabatu da.", + "worldedit.wand.invalid": "Makila objetua ez dago konfiguratua edo desgaituta dago.", + "worldedit.size.type": "Mota: {0}", + "worldedit.size.size": "Tamaina: {0}", + "worldedit.count.counted": "Kontua: {0}", + "worldedit.distr.no-blocks": "Ez dira blokerik zenbatu.", + "worldedit.distr.total": "Bloke guztiren kontua: {0}", + "worldedit.select.ellipsoid.description": "Aukeratu elipsoide bat", + "worldedit.select.sphere.description": "Aukeratu esfera bat", + "worldedit.select.cyl.description": "Aukeratu zilindro bat", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formatu zaharra: {0}", + "worldedit.listchunks.listfor": "Zerrendatzen chunks: {0}", + "worldedit.fill.created": "{0} bloke bete dira.", + "worldedit.fillr.created": "{0} bloke bete dira.", + "worldedit.fixlava.fixed": "{0} bloke kompondu dira.", + "worldedit.fixwater.fixed": "{0} bloke kompondu dira.", + "worldedit.removeabove.removed": "{0} bloke ezabatu dira.", + "worldedit.removebelow.removed": "{0} bloke ezabatu dira.", + "worldedit.removenear.removed": "{0} bloke ezabatu dira.", + "worldedit.replacenear.replaced": "{0} bloke ordezkatu dira.", + "worldedit.set.done": "Operazioa osatuta.", + "worldedit.set.done.verbose": "Operazioa osatuta ({0}).", + "worldedit.line.changed": "{0} bloke aldatu dira.", + "worldedit.curve.changed": "{0} bloke aldatu dira.", + "worldedit.replace.replaced": "{0} bloke ordezkatu dira.", + "worldedit.regen.regenerated": "Regioia birsortuta.", + "worldedit.walls.changed": "{0} bloke aldatu dira.", + "worldedit.faces.changed": "{0} bloke aldatu dira.", + "worldedit.move.moved": "{0} bloke mugitu dira.", + "worldedit.deform.deformed": "{0} bloke deformatu egin dira.", + "worldedit.hollow.changed": "{0} bloke aldatu dira.", + "worldedit.forest.created": "{0} zuhaitz sortuta.", + "worldedit.flora.created": "{0} flora sortuta.", + "worldedit.unstuck.moved": "Emen daukazu!", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.created": "{0} bloke sortu dira.", + "worldedit.sphere.created": "{0} bloke sortu dira.", + "worldedit.forestgen.created": "{0} zuhaitz sortuta.", + "worldedit.pyramid.created": "{0} bloke sortu dira.", + "worldedit.generate.created": "{0} bloke sortu dira.", + "worldedit.reload.config": "Ezarpena berriro kargatuta!", + "worldedit.report.error": "Huts egin txostena idazten: {0}", + "worldedit.timezone.invalid": "Ordu-eremu baliogabea", + "worldedit.timezone.current": "Aurtengo ordu eremuko ordua: {0} da", + "worldedit.version.version": "WorldEdit bertsioa: {0}", + "worldedit.version.bukkit.unsupported-adapter": "WorldEdit-eko bertsio hau ez du onartzen Bukkit-eko bertsio honetan. Bloke entitateak (ad. Bularrak) egongo dira hutsik, blokeen propietateak (ad. biraketa) galduko dira eta beste gauzak ez dira ibiliko. Eguneratu WorldEdit funtzionaltasun horiek konpontzeko: {0}", + "worldedit.command.player-only": "Komando hau bakarrik jokalari bat erabili ahal du.", + "worldedit.pastebin.uploading": "(Mesedez itxaron... bidaltzen irteera pastebin-era)", + "worldedit.tool.no-block": "Ez dago blokerik ikus kampoan!", + "worldedit.tool.data-cycler.new-value": "{0} balioa orain {1} da.", + "worldedit.tool.deltree.not-tree": "Hori ez da zuhaitz bat.", + "worldedit.tool.tree.obstructed": "Zuhaitz bat ezin da hara joan.", + "worldedit.tool.info.blockstate.hover": "Blokearen estatua", + "worldedit.tool.info.internalid.hover": "Barneko ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.navwand.equip": "Nabigazioa makila {0}-ra lotuta.", + "worldedit.tool.superpickaxe.max-range": "Gehieneko tartea {0} da.", + "worldedit.execute.script-permissions": "Ez duzu baimena script hori exekutatzeko.", + "worldedit.executelast.no-script": "Erabili /cs script-arekin izena lehenengo.", + "worldedit.script.read-error": "Errorea Script-a irakurtzen: {0}", + "worldedit.script.unsupported": "Bakarrik .js scriptak onartzen dira", + "worldedit.script.file-not-found": "Script-a ez da existitzen: {0}", + "worldedit.script.failed": "Huts egin exekutatzen: {0}", + "worldedit.operation.affected.biome": "{0} bioma kaltetuta", + "worldedit.operation.affected.block": "{0} bloke kaltetuta", + "worldedit.operation.affected.column": "{0} zutabea kaltetuta", + "worldedit.operation.affected.entity": "{0} entitate kaltetuta", + "worldedit.operation.deform.expression": "deformatuta {0} erabiltzen", + "worldedit.error.unknown-direction": "Ezezagun norabidea: {0}", + "worldedit.error.no-file-selected": "Ez da fitxategirik hautatu.", + "worldedit.error.not-a-block": "Objetu hori ez da bloke bat.", + "worldedit.error.incorrect-usage": "Erabilera: {0}", + "worldedit.error.invalid-page": "Orrialde zenbakia baliogabea", + "worldedit.error.unknown": "Errore ezezagun jazo da: {0}", + "worldedit.selection.ellipsoid.info.center": "Zentroa: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Zentro posizioa {0} ezarrita.", + "worldedit.selection.ellipsoid.explain.primary-area": "Zentro posizioa {0} ({1}) ezarrita.", + "worldedit.selection.ellipsoid.explain.secondary": "Erradio {0} ezarrita.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Erradio {0} ({1}) ezarrita.", + "worldedit.selection.cylinder.info.center": "Zentroa: {0}", + "worldedit.selection.cylinder.info.radius": "Erradioa: {0}", + "worldedit.selection.polygon2d.info": "# puntuak: {0}", + "worldedit.selection.sphere.explain.secondary": "Erradio {0} ezarrita.", + "worldedit.selection.sphere.explain.secondary-defined": "Erradio {0} ({1}) ezarrita.", + "worldedit.sideeffect.lighting": "Argiztapena", + "worldedit.sideeffect.neighbors": "Bizilagunak", + "worldedit.sideeffect.update": "Eguneratu", + "worldedit.sideeffect.entity_ai": "Entitatearen IA", + "worldedit.sideeffect.state.on": "Piztuta", + "worldedit.sideeffect.state.off": "Amatatuta", + "worldedit.sideeffect.box.current": "Oraingo", + "worldedit.sideeffect.box.change-to": "Klik {0} ezartzeko", + "worldedit.help.command-not-found": "'{0}' Komandoa ez da aurkitu.", + "worldedit.cli.stopping": "Gelditzen!", + "worldedit.cli.unknown-command": "Komando ezezaguna!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fa/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fa/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fa/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fi/strings.json new file mode 100644 index 0000000..27f8c3d --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fi/strings.json @@ -0,0 +1,25 @@ +{ + "worldedit.gmask.disabled": "Globaali maski poistettu käytöstä.", + "worldedit.gmask.set": "Globaali maski asetettu.", + "worldedit.clearhistory.cleared": "Historia tyhjennetty.", + "worldedit.hpos.no-block": "Ei palikkaa näkyvissä!", + "worldedit.hpos.already-set": "Sijainti on jo asetettu.", + "worldedit.size.type": "Tyyppi: {0}", + "worldedit.size.size": "Koko: {0}", + "worldedit.count.counted": "Laskettu: {0}", + "worldedit.command.permissions": "Sinulla ei ole oikeuksia tehdä tätä.", + "worldedit.selection.cuboid.explain.primary": "Sijainti 1 asetettu sijaintiin {0}.", + "worldedit.selection.cuboid.explain.secondary": "Sijainti 2 asetettu sijaintiin {0}.", + "worldedit.sideeffect.events": "Mod / Plugin -tapahtumat", + "worldedit.sideeffect.events.description": "Ilmoittaa muille modeille / plugineille näistä muutoksista tarvittaessa", + "worldedit.sideeffect.state.on": "Käytössä", + "worldedit.sideeffect.state.delayed": "Myöhässä", + "worldedit.sideeffect.state.off": "Pois", + "worldedit.sideeffect.box.current": "Nykyinen", + "worldedit.sideeffect.box.change-to": "Klikkaa asettaaksesi arvoon {0}", + "worldedit.help.command-not-found": "Komentoa '{0}'ei löydy.", + "worldedit.help.no-subcommands": "'{0}' ei sisällä alikomentoja. (Ehkä '{1}' on parametrille?)", + "worldedit.help.subcommand-not-found": "Alakomentoa '{0}' kohdasta '{1}' ei löytynyt.", + "worldedit.cli.stopping": "Pysäytetään!", + "worldedit.cli.unknown-command": "Tuntematon komento!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fil/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fil/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fil/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fo/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json new file mode 100644 index 0000000..e9b3154 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Étendez la sélection verticalement vers les limites du monde.", + "worldedit.expand.expanded": "Région étendue de {0} blocs", + "worldedit.expand.expanded.vert": "Région étendue de {0} blocs (de haut en bas).", + "worldedit.biomeinfo.lineofsight": "Biomes en ligne de mire: {0}", + "worldedit.biomeinfo.position": "Biomes à votre position : {0}", + "worldedit.biomeinfo.selection": "Biomes dans votre sélection : {0}", + "worldedit.brush.radius-too-large": "Rayon maximal autorisé pour les brosses : {0}", + "worldedit.brush.apply.description": "Appliquer la brosse, appliquer une fonction à chaque bloc", + "worldedit.brush.apply.radius": "La taille de la brosse", + "worldedit.brush.apply.shape": "La forme de la région", + "worldedit.brush.apply.type": "Type de brosse à utiliser", + "worldedit.brush.apply.item.warning": "Cette brosse simule l'utilisation des objets. Ses effets peuvent ne pas fonctionner sur toutes les plateformes, peuvent ne pas être rétablies et peuvent causer d'étranges interactions avec d'autres mods/plugins. À utiliser à vos propres risques.", + "worldedit.brush.paint.description": "Brosse pinceau, applique une fonction à une surface", + "worldedit.brush.paint.size": "La taille de la brosse", + "worldedit.brush.paint.shape": "La forme de la région", + "worldedit.brush.paint.density": "La densité de la brosse", + "worldedit.brush.paint.type": "Type de brosse à utiliser", + "worldedit.brush.paint.item.warning": "Cette brosse simule l'utilisation des objets. Ses effets peuvent ne pas fonctionner sur toutes les plateformes, peuvent ne pas être rétablies et peuvent causer d'étranges interactions avec d'autres mods/plugins. À utiliser à vos propres risques.", + "worldedit.brush.sphere.equip": "Brosse à sphères équipée ({0}).", + "worldedit.brush.cylinder.equip": "Brosse à cylindres équipée ({0} par {1}).", + "worldedit.brush.clipboard.equip": "Brosse à copier-coller équipée.", + "worldedit.brush.smooth.equip": "Brosse de lissage équipée ({0} x {1}x avec {2}).", + "worldedit.brush.extinguish.equip": "Extincteur équipé ({0}).", + "worldedit.brush.gravity.equip": "Brosse à gravité équipée ({0}).", + "worldedit.brush.butcher.equip": "Brosse à massacre équipée ({0}).", + "worldedit.brush.operation.equip": "La brosse a été définie sur {0}.", + "worldedit.brush.heightmap.equip": "Brosse de la hauteur de la carte équipée ({0}).", + "worldedit.brush.heightmap.unknown": "Pinceau de la carte de hauteur inconnu : {0}.", + "worldedit.brush.none.equip": "La brosse a été retirée de l'objet en main.", + "worldedit.setbiome.changed": "Les biomes ont été changés pour environ {0} blocs.", + "worldedit.setbiome.warning": "Vous devrez peut-être rejoindre votre partie (ou fermer et rouvrir votre monde) pour voir les changements.", + "worldedit.drawsel.disabled": "CUI désactivé sur ce serveur.", + "worldedit.drawsel.enabled": "Le dessin des sélections (CUI) est activé. Il supporte uniquement les régions cubiques, avec une taille maximum de {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Le dessin des sélections (CUI) est déjà désactivé sur ce serveur.", + "worldedit.drawsel.enabled.already": "Le dessin des sélections (CUI) est déjà activé sur ce serveur.", + "worldedit.limit.too-high": "Votre limite maximum autorisable est de {0}.", + "worldedit.limit.set": "La limite de changement de blocs est défini sur {0}.", + "worldedit.limit.return-to-default": "(Utilisez //limit pour revenir à la valeur par défaut.)", + "worldedit.timeout.too-high": "Votre délai maximal autorisé est de {0}ms.", + "worldedit.timeout.set": "Le délai d'expiration a été défini à {0} ms.", + "worldedit.timeout.return-to-default": " (Utilisez //timeout pour revenir à la valeur par défaut.)", + "worldedit.fast.disabled": "Mode rapide désactivé.", + "worldedit.fast.enabled": "Mode rapide activé. L'éclairage des chunks affectés pourrait être incorrect. Il vous faut en général vous déconnecter-reconnecter pour voir des changements.", + "worldedit.fast.disabled.already": "Mode rapide déjà désactivé.", + "worldedit.fast.enabled.already": "Mode rapide déjà activé.", + "worldedit.perf.sideeffect.set": "L'effet de bord [{0}] a été défini sur [{1}].", + "worldedit.perf.sideeffect.get": "L'effet de bord [{0}] est défini sur [{1}].", + "worldedit.perf.sideeffect.already-set": "L'effet de bord [{0}] est déjà défini sur [{1}].", + "worldedit.perf.sideeffect.set-all": "Tous les effets secondaires sont définis à {0}", + "worldedit.reorder.current": "Le mode de réorganisation est {0}", + "worldedit.reorder.set": "Le mode de réorganisation est maintenant {0}", + "worldedit.gmask.disabled": "Masque global désactivé.", + "worldedit.gmask.set": "Masque global défini.", + "worldedit.toggleplace.pos1": "Désormais placé à la position #1.", + "worldedit.toggleplace.player": "Désormais placé à la position du bloc sur lequel vous êtes.", + "worldedit.toggleplace.not-locatable": "Impossible d'activer/désactiver le placement dans ce contexte.", + "worldedit.searchitem.too-short": "Entrez un plus long terme de recherche (longueur > 2).", + "worldedit.searchitem.either-b-or-i": "Il n'est pas possible d'utiliser les options -b et -i à la fois.", + "worldedit.searchitem.searching": "(Veuillez patienter... Recherche des éléments.)", + "worldedit.watchdog.no-hook": "Cette plateforme n'a pas de support pour watchdog.", + "worldedit.watchdog.active.already": "Support pour watchdog déjà actif.", + "worldedit.watchdog.inactive.already": "Support pour watchdog déjà inactif.", + "worldedit.watchdog.active": "Le support pour watchdog est maintenant actif.", + "worldedit.watchdog.inactive": "Le support pour watchdog est maintenant inactif.", + "worldedit.world.remove": "L'écrasement du monde a été supprimé.", + "worldedit.world.set": "Définir la priorité du monde à {0}. (Utilisez //world pour revenir au paramètres par défaut)", + "worldedit.undo.undone": "{0} modifications disponibles ont été annulées.", + "worldedit.undo.none": "Il ne reste plus rien à annuler.", + "worldedit.redo.redone": "{0} modifications ont été rétablies.", + "worldedit.redo.none": "Il ne reste plus rien à rétablir.", + "worldedit.clearhistory.cleared": "Historique effacé.", + "worldedit.raytrace.noblock": "Aucun bloc en vue !", + "worldedit.restore.not-configured": "Le dispositif de sauvegarde (commande /snapshot) n'est pas configuré.", + "worldedit.restore.not-available": "Ce point de sauvegarde n'existe pas ou n'est pas disponible.", + "worldedit.restore.failed": "Échec du chargement du point de sauvegarde : {0}", + "worldedit.restore.loaded": "Le point de sauvegarde {0} a été chargé. Restauration en cours...", + "worldedit.restore.restored": "Restauré ; {0} chunks manquants et {1} autres erreurs.", + "worldedit.restore.none-for-specific-world": "Pas de point de sauvegarde trouvé pour le monde « {0} ».", + "worldedit.restore.none-for-world": "Pas de point de sauvegarde trouvé pour ce monde.", + "worldedit.restore.none-found": "Aucun point de sauvegarde trouvé.", + "worldedit.restore.none-found-console": "Aucun point de sauvegarde trouvé. Consulter la console pour les détails.", + "worldedit.restore.chunk-not-present": "Des chunks n'ont pas été enregistrés dans la sauvegarde.", + "worldedit.restore.chunk-load-failed": "Aucun tronçon n'a pu être chargé. Archive corrompue ?", + "worldedit.restore.block-place-failed": "Des erreurs ont empêché la restauration des blocs.", + "worldedit.restore.block-place-error": "Dernière erreur: {0}", + "worldedit.snapshot.use.newest": "On utilise désormais le point de sauvegarde le plus récent.", + "worldedit.snapshot.use": "Point de sauvegarde défini à : {0}", + "worldedit.snapshot.none-before": "Aucune sauvegarde n'a été trouvée avant {0}.", + "worldedit.snapshot.none-after": "Aucune sauvegarde n'a été trouvée après {0}.", + "worldedit.snapshot.index-above-0": "Indice invalide, il doit être supérieur ou égal à 1.", + "worldedit.snapshot.index-oob": "Indice invalide, il doit être compris entre 1 et {0}.", + "worldedit.schematic.unknown-format": "Format schematic inconnu: {0}.", + "worldedit.schematic.load.does-not-exist": "Le Schematic {0} n'existe pas !", + "worldedit.schematic.load.loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.load.still-loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.save.already-exists": "Une sauvegarde du même nom existe déjà.\nAjouter -f à la commande pour l'écraser.", + "worldedit.schematic.save.failed-directory": "Impossible de créer le dossier pour les schematics!", + "worldedit.schematic.save.saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.save.still-saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.delete.does-not-exist": "Le Schematic {0} n'existe pas !", + "worldedit.schematic.delete.failed": "La suppression de {0} a échoué. Est-ce en lecture seule ?", + "worldedit.schematic.delete.deleted": "{0} a été supprimé.", + "worldedit.schematic.formats.title": "Formats de sauvegarde disponibles (Nom: extension du fichier)", + "worldedit.schematic.unsupported-minecraft-version": "Cette version de WorldEdit ne prend pas en charge votre version de Minecraft. Les schématics ne fonctionneront pas tant que cela ne sera pas résolu.", + "worldedit.pos.already-set": "Position déjà définie.", + "worldedit.pos.console-require-coords": "Vous devez fournir des coordonnées de la même manière que la console.", + "worldedit.hpos.no-block": "Aucun bloc en vue !", + "worldedit.hpos.already-set": "Position déjà définie.", + "worldedit.chunk.selected-multiple": "Chunks sélectionnés: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk sélectionné : {0}, {1}, {2}", + "worldedit.wand.invalid": "L'outil de sélection est mal configuré ou désactivé.", + "worldedit.wand.selwand.info": "Clic gauche : sélectionne la position #1 — Clic droit : sélectionne la position #2", + "worldedit.wand.navwand.info": "Clic gauche : se rendre au pointeur — Clic droit : traverser les murs", + "worldedit.wand.selwand.now.tool": "L'outil de sélection est désormais un outil normal. Vous pouvez le désactiver avec {0} et le réassigner à un item avec {1} ou obtenir un autre outil avec {2}.", + "worldedit.contract.contracted": "La région a été contractée de {0} blocs.", + "worldedit.shift.shifted": "Région déplacée.", + "worldedit.outset.outset": "Région dilatée.", + "worldedit.inset.inset": "Région rétrécie.", + "worldedit.size.offset": "Décalage: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Taille: {0}", + "worldedit.size.distance": "Distance cuboïde: {0}", + "worldedit.size.blocks": "Nombre de blocs: {0}", + "worldedit.count.counted": "Compté: {0}", + "worldedit.distr.no-blocks": "Aucun bloc compté.", + "worldedit.distr.no-previous": "Aucune distribution précédente.", + "worldedit.distr.total": "Nombre total de blocs: {0}", + "worldedit.select.cleared": "Sélection effacée.", + "worldedit.select.cuboid.message": "Cuboïde : clic gauche pour le point 1, clic droit pour le point 2", + "worldedit.select.cuboid.description": "Sélectionnez deux coins d'un cuboïde", + "worldedit.select.extend.message": "Cuboïde : clic gauche pour un point de départ, clic droit pour étendre", + "worldedit.select.extend.description": "Mode sélection cuboïde rapide", + "worldedit.select.poly.message": "Sélecteur de polygone 2D : Clic gauche/droite pour ajouter un point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "Sélectionnez un polygone en 2D avec une hauteur", + "worldedit.select.ellipsoid.message": "Sélecteur ellipsoïdal: clic gauche=centre, clic droit pour étendre", + "worldedit.select.ellipsoid.description": "Sélectionnez un ellipsoïde", + "worldedit.select.sphere.message": "Sélecteur sphérique : clic gauche = centre, clic droit pour définir le rayon", + "worldedit.select.sphere.description": "Sélectionnez une sphère", + "worldedit.select.cyl.message": "Sélecteur de cylindres : clic gauche=centre, clic droit pour étendre la sélection", + "worldedit.select.cyl.description": "Sélectionnez un cylindre", + "worldedit.select.convex.message": "Sélecteur de polyèdres convexes : Clic gauche = Premier sommet, clic droit pour en ajouter plus.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "Sélectionnez un polyèdre convexe", + "worldedit.select.default-set": "Votre sélecteur par défaut est désormais {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Ancien format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: région/{0}", + "worldedit.listchunks.listfor": "Listage des tronçons pour : {0}", + "worldedit.drain.drained": "{0} blocs ont été drainés.", + "worldedit.fill.created": "{0} blocs ont été remplis.", + "worldedit.fillr.created": "{0} blocs ont été remplis.", + "worldedit.fixlava.fixed": "{0} blocs ont été corrigés.", + "worldedit.fixwater.fixed": "{0} blocs ont été corrigés.", + "worldedit.removeabove.removed": "{0} blocs ont été supprimés.", + "worldedit.removebelow.removed": "{0} blocs ont été supprimés.", + "worldedit.removenear.removed": "{0} blocs ont été supprimés.", + "worldedit.replacenear.replaced": "{0} blocs ont été remplacés.", + "worldedit.snow.created": "{0} surfaces ont été recouvertes.", + "worldedit.thaw.removed": "{0} blocs ont été fondus.", + "worldedit.green.changed": "{0} blocs ont été couverts de verdure.", + "worldedit.extinguish.removed": "{0} feux ont été éteints.", + "worldedit.butcher.killed": "{0} créatures ont été tuées dans un rayon de {1}.", + "worldedit.butcher.explain-all": "Utilisez -1 pour supprimer toutes les créatures dans les tronçons chargés.", + "worldedit.remove.removed": "{0} entités ont été marquées pour la suppression.", + "worldedit.remove.explain-all": "Utilisez -1 pour supprimer toutes les entités dans les tronçons chargés.", + "worldedit.calc.invalid": "'{0}' n'a pas pu être analysé comme une expression valide", + "worldedit.calc.invalid.with-error": "'{0}' ' n'a pas pu être analysé comme une expression valide : '{1}'", + "worldedit.paste.pasted": "La sélection a été collée en {0}.", + "worldedit.paste.selected": "Région de collage du presse-papiers sélectionné.", + "worldedit.rotate.no-interpolation": "Note: L'interpolation n'est pas encore supporté, les angles multiples de 90 sont donc recommandés.", + "worldedit.rotate.rotated": "La sélection copiée/coupée a été pivotée.", + "worldedit.flip.flipped": "La sélection copiée/coupée a été inversée.", + "worldedit.clearclipboard.cleared": "Presse-papiers vidé.", + "worldedit.set.done": "Opération terminée.", + "worldedit.set.done.verbose": "Opération terminée ({0}).", + "worldedit.line.changed": "{0} blocs ont été changés.", + "worldedit.line.invalid-type": "//line ne fonctionne que pour des sélections cuboïdes ou polyèdres convexes", + "worldedit.curve.changed": "{0} blocs ont été changés.", + "worldedit.curve.invalid-type": "//curve ne fonctionne que pour des sélections polyèdres convexes", + "worldedit.replace.replaced": "{0} blocs ont été remplacés.", + "worldedit.stack.changed": "{0} blocs ont étés modifiés. Annulez avec //undo", + "worldedit.stack.intersecting-region": "Le décalage de la pile ne doit pas entrer en collision avec la région lors de l'utilisation d'unités blocs", + "worldedit.regen.regenerated": "Région régénérée.", + "worldedit.regen.failed": "Impossible de régénérer ces chunks. Regardez la console du serveur pour plus de détails.", + "worldedit.walls.changed": "{0} blocs ont été changés.", + "worldedit.faces.changed": "{0} blocs ont été changés.", + "worldedit.overlay.overlaid": "{0} blocs ont étés recouverts.", + "worldedit.naturalize.naturalized": "{0} blocs ont maintenant l'air plus naturels.", + "worldedit.center.changed": "Centre défini ({0} blocs modifiés)", + "worldedit.smooth.changed": "Hauteur du terrain lissée. {0} blocs modifiés.", + "worldedit.move.moved": "{0} blocs déplacés.", + "worldedit.deform.deformed": "{0} blocs ont été déformés.", + "worldedit.hollow.changed": "{0} blocs ont été changés.", + "worldedit.forest.created": "{0} arbres plantés.", + "worldedit.flora.created": "{0} végétations créées.", + "worldedit.unstuck.moved": "Et voilà!", + "worldedit.ascend.obstructed": "Aucun endroit libre au-dessus de vous n'a été trouvé.", + "worldedit.ascend.moved": "Augmentation de {0} niveaux.", + "worldedit.descend.obstructed": "Aucun endroit libre en dessous de vous n'a été trouvé.", + "worldedit.descend.moved": "Descendu de {0} niveaux.", + "worldedit.ceil.obstructed": "Aucun endroit libre au-dessus de vous n'a été trouvé.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Pas d'endroit libre trouvé autour de vous.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Pouf!", + "worldedit.jumpto.none": "Aucun bloc en vue (ou trop loin) !", + "worldedit.up.obstructed": "Vous vous taperiez la tête contre quelque chose au dessus de vous.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Vous devez spécifier soit 1 soit 2 valeur(s) de rayon.", + "worldedit.cyl.created": "{0} blocs ont été créés.", + "worldedit.sphere.invalid-radius": "Vous devez spécifier 1 ou bien 3 valeurs de rayon.", + "worldedit.sphere.created": "{0} blocs ont été créés.", + "worldedit.forestgen.created": "{0} arbres plantés.", + "worldedit.pumpkins.created": "{0} buissons à citrouilles créés.", + "worldedit.pyramid.created": "{0} blocs ont été créés.", + "worldedit.generate.created": "{0} blocs ont été créés.", + "worldedit.generatebiome.changed": "{0} biomes affectés.", + "worldedit.reload.config": "Configuration rechargée !", + "worldedit.report.written": "Analyse des activités de World Edit enregistrée dans :\n{0}", + "worldedit.report.error": "L'écriture du rapport a échoué : {0}", + "worldedit.report.callback": "Rapport WorldEdit : {0}.report", + "worldedit.timezone.invalid": "Fuseau horaire invalide", + "worldedit.timezone.set": "Fuseau horaire défini pour cette session sur : {0}", + "worldedit.timezone.current": "L'heure actuelle dans ce fuseau horaire est : {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Cette version de WorldEdit ne prend pas entièrement en charge votre version de Bukkit. Les entités de bloc (par exemple les coffres) seront vides, les propriétés de bloc (e. . rotation) sera manquante, et d'autres choses peuvent ne pas fonctionner. Mettez à jour WorldEdit pour restaurer cette fonctionnalité :\n{0}", + "worldedit.trace.no-tracing-extents": "Trace: Aucune étendue n'a été utilisée.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} à {1} rejetée par l'étendue {2}", + "worldedit.trace.active.already": "Mode Trace déjà activé.", + "worldedit.trace.inactive.already": "Mode Trace déjà inactif.", + "worldedit.trace.active": "Mode Trace maintenant activé.", + "worldedit.trace.inactive": "Mode Trace maintenant inactif.", + "worldedit.command.time-elapsed": "{0} sec. écoulées (historique : {1} modifiés / {2} blocs/sec.).", + "worldedit.command.permissions": "Vous n'êtes pas autorisé à faire ceci. Êtes vous dans le bon mode ?", + "worldedit.command.player-only": "Cette commande doit être utilisée avec un joueur.", + "worldedit.command.error.report": "Veuillez signaler cette erreur : [Voir la console]", + "worldedit.pastebin.uploading": "(Veuillez patienter... envoi de la sortie vers pastebin...)", + "worldedit.session.cant-find-session": "Impossible de trouver la session pour {0}", + "worldedit.platform.no-file-dialog": "Les dialogues par fichier ne sont pas supportés dans votre environnement.", + "worldedit.asset.load.loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.still-loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.failed": "Impossible de charger la ressource", + "worldedit.tool.max-block-changes": "Limite maximale de blocs modifiés atteinte.", + "worldedit.tool.no-block": "Aucun bloc en vue !", + "worldedit.tool.repl.equip": "Outil de remplacement de blocs équipé sur {0}.", + "worldedit.tool.repl.switched": "Outil de remplacement changé sur: {0}", + "worldedit.tool.data-cycler.equip": "Outil de remplacement de données de blocs équipé sur {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Vous n'êtes pas autorisé à changer la valeur des données de ce bloc.", + "worldedit.tool.data-cycler.cant-cycle": "Les données de ce bloc ne peuvent pas être changées !", + "worldedit.tool.data-cycler.new-value": "La valeur de {0} est maintenant {1}.", + "worldedit.tool.data-cycler.cycling": "Changement de {0}.", + "worldedit.tool.deltree.equip": "Outil de suppression d'arbres volants attaché à {0}.", + "worldedit.tool.deltree.not-tree": "Ceci n'est pas un arbre.", + "worldedit.tool.deltree.not-floating": "Cet arbre ne vole pas.", + "worldedit.tool.tree.equip": "Outil de plantation d'arbre équipé sur {0}.", + "worldedit.tool.tree.obstructed": "Un arbre ne peux pas pousser ici.", + "worldedit.tool.info.equip": "Outil d'information équipé sur {0}.", + "worldedit.tool.info.blockstate.hover": "État du bloc", + "worldedit.tool.info.internalid.hover": "ID interne", + "worldedit.tool.info.legacy.hover": "Ancien id:data", + "worldedit.tool.info.light.hover": "Lumière du bloc / Lumière au-dessus", + "worldedit.tool.none.equip": "Outil retiré de l'objet en main.", + "worldedit.tool.none.to.unequip": "Votre objet actuel n'est pas lié.", + "worldedit.tool.selwand.equip": "Outil de sélection attaché à [{0}].", + "worldedit.tool.navwand.equip": "Outil de navigation lié à {0}.", + "worldedit.tool.floodfill.equip": "Outil de remplacement de données de blocs équipé sur {0}.", + "worldedit.tool.farwand.equip": "Outil de sélection longue portée attaché à [{0}].", + "worldedit.tool.lrbuild.equip": "Outil de construction longue portée équipé sur {0}.", + "worldedit.tool.lrbuild.set": "Clic gauche pour {0} ; clic droit pour {1}.", + "worldedit.tool.stack.equip": "Outil de stack lié à {0}.", + "worldedit.tool.unbind-instruction": "Exécutez {0} tout en maintenant l'objet pour le désassigner.", + "worldedit.tool.superpickaxe.mode.single": "Mode unitaire activé. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.area": "Mode volume activé. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sphère activé. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.max-range": "La plage maximale est {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pioche déjà activée.", + "worldedit.tool.superpickaxe.disabled.already": "Super pioche déjà désactivée.", + "worldedit.tool.superpickaxe.enabled": "Super pioche activée.", + "worldedit.tool.superpickaxe.disabled": "Super pioche désactivée.", + "worldedit.tool.mask.set": "Masque de brosse défini.", + "worldedit.tool.mask.disabled": "Masque de brosse désactivé.", + "worldedit.tool.material.set": "Matériau de la brosse défini.", + "worldedit.tool.range.set": "Portée de brosse définie.", + "worldedit.tool.size.set": "Taille de brosse définie.", + "worldedit.tool.tracemask.set": "Masque de brosse défini.", + "worldedit.tool.tracemask.disabled": "Masque de trace désactivé.", + "worldedit.tool.error.cannot-bind": "Outil non applicable à cet objet ({0}). {1}", + "worldedit.tool.error.item-only": "Les blocs ne peuvent pas être utilisés.", + "worldedit.execute.script-permissions": "Vous n'avez pas la permission d'utiliser ce script.", + "worldedit.executelast.no-script": "Utilisez d'abord la commande /cs suivie du nom d'un script.", + "worldedit.script.read-error": "Erreur de lecture du script : {0}", + "worldedit.script.unsupported": "Seuls les scripts .js sont supportés actuellement.", + "worldedit.script.file-not-found": "Le script n'existe pas : {0}", + "worldedit.script.no-script-engine": "Impossible de trouver un moteur de script installé.\nVeuillez consulter https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Impossible d'exécuter : {0}", + "worldedit.script.failed-console": "Impossible d'exécuter (voir console): {0}", + "worldedit.operation.affected.biome": "{0} biomes affectés", + "worldedit.operation.affected.block": "{0} blocs affectés", + "worldedit.operation.affected.column": "{0} colonnes affectées", + "worldedit.operation.affected.entity": "{0} entités affectées", + "worldedit.operation.deform.expression": "déformé en utilisant {0}", + "worldedit.error.invalid-number": "On attend ici un nombre, pas une chaîne de caractères.", + "worldedit.error.invalid-number.matches": "On attend ici un nombre. Une chaîne de caractère « {0} » a été donnée.", + "worldedit.error.incomplete-region": "Il vous faut d'abord sélectionner une région.", + "worldedit.error.unknown-block": "Le nom de bloc « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-entity": "Le nom d'entité « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-mob": "Le nom de créature « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-biome": "Le nom de biome « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-tag": "Le motif « {0} » n'a pas été reconnu.", + "worldedit.error.empty-tag": "Le motif « {0} » n'a pas de contenu.", + "worldedit.error.no-match": "Pas de correspondance pour « {0} ».", + "worldedit.error.disallowed-block": "Bloc « {0} » non autorisé (voir la configuration WorldEdit).", + "worldedit.error.max-changes": "Le nombre maximal de blocs pouvant être modifiés en une opération a été atteint ({0}).", + "worldedit.error.max-brush-radius": "Rayon maximal pour les brosses (défini par la configuration) : {0}.", + "worldedit.error.max-radius": "Rayon maximal (défini par la configuration) : {0}.", + "worldedit.error.unknown-direction": "Direction inconnue : {0}", + "worldedit.error.empty-clipboard": "Votre presse-papier est vide.\nIl faut d'abord sélectionner une région puis la copier avec //copy.", + "worldedit.error.invalid-filename": "Nom de fichier « {0} » invalide : {1}", + "worldedit.error.invalid-filename.invalid-characters": "Caractères non valides ou extension de fichier manquante.", + "worldedit.error.file-resolution": "Erreur de résolution du fichier '{0}' : {1}", + "worldedit.error.file-resolution.outside-root": "Le chemin d'accès est hors du chemin source autorisé.", + "worldedit.error.file-resolution.resolve-failed": "Impossible de résoudre le chemin d'accès", + "worldedit.error.file-aborted": "La sélection du fichier a été annulée.", + "worldedit.error.no-file-selected": "Aucun fichier sélectionné.", + "worldedit.error.world-unloaded": "Le monde a déjà été déchargé.", + "worldedit.error.not-a-block": "Cet objet n'est pas un bloc.", + "worldedit.error.not-a-block.item": "Le bloc « {0} » n'est pas un bloc.", + "worldedit.error.incorrect-usage": "Utilisation: {0}", + "worldedit.error.invalid-page": "Numéro de page invalide", + "worldedit.error.parser.bad-state-format": "Mauvais format d'état dans {0}", + "worldedit.error.parser.duplicate-property": "Propriété dupliquée : {0}", + "worldedit.error.parser.empty-state": "Partie vide dans l'état", + "worldedit.error.parser.missing-equals-separator": "Séparateur \"=\" manquant", + "worldedit.error.parser.clipboard.missing-offset": "Le déport est spécifié par @ mais aucun déport n'a été donné. Utilisez #copy@[x,y,z].", + "worldedit.error.parser.unknown-property": "Propriété inconnue « {0} » pour le bloc « {1} ».", + "worldedit.error.parser.unknown-value": "Valeur inconnue « {0} » pour la propriété « {1} ».", + "worldedit.error.parser.empty-property": "Propriété vide dans l'état", + "worldedit.error.parser.empty-value": "Valeur vide dans l'état", + "worldedit.error.parser.invalid-colon": "Deux-points non valides.", + "worldedit.error.parser.invalid-expression": "Expression non valide : {0}", + "worldedit.error.parser.negate-nothing": "Impossible de retirer à rien!", + "worldedit.error.parser.hanging-lbracket": "Format non valide. Crochet en suspens sur '{0}'.", + "worldedit.error.parser.missing-rbracket": "L'état manque de suivi ']'", + "worldedit.error.parser.missing-random-type": "Il manque le type après le marqueur % pour {0}.", + "worldedit.error.parser.clipboard.missing-coordinates": "Le décalage du presse-papier nécessite des coordonnées x,y,z.", + "worldedit.error.parser.player-only": "La saisie « {0} » demande un joueur.", + "worldedit.error.disabled": "Cette fonctionnalité est désactivée (voir votre configuration WE).", + "worldedit.error.unknown": "Une erreur inconnue est survenue : {0}", + "worldedit.error.missing-extent": "Aucun Extent connu", + "worldedit.error.missing-session": "Aucune session LocalSession connue.", + "worldedit.error.missing-world": "Vous devez indiquer un monde (avec //world).", + "worldedit.error.missing-actor": "Aucun acteur n'est connu", + "worldedit.selection.convex.info.vertices": "Sommets: {0}", + "worldedit.selection.convex.info.triangles": "Triangles: {0}", + "worldedit.selection.convex.explain.primary": "Nouvelle sélection commencée avec le sommet {0}.", + "worldedit.selection.convex.explain.secondary": "Ajout du sommet {0} à la sélection.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Première position définie en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Première position définie en {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconde position définie en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconde position définie en {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Sélection démarrée en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Sélection étendue englobant {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centre: {0}", + "worldedit.selection.ellipsoid.info.radius": "Rayons X/Y/Z : {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre défini en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre défini en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Rayon défini à {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Rayon défini à {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Les changements d'ellipsoïdes doivent être les mêmes pour chaque direction.", + "worldedit.selection.cylinder.info.center": "Centre: {0}", + "worldedit.selection.cylinder.info.radius": "Rayon: {0}", + "worldedit.selection.cylinder.explain.primary": "Construction d'un nouveau cylindre à partir de {0}.", + "worldedit.selection.cylinder.explain.secondary": "Rayon défini à {0}/{1} blocs. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Il faut d'abord définir le point centre avant de définir le rayon.", + "worldedit.selection.cylinder.error.even-horizontal": "Les changements sur les cylindres doivent être les mêmes pour chaque direction horizontale.", + "worldedit.selection.polygon2d.info": "Nombre de points: {0}", + "worldedit.selection.polygon2d.explain.primary": "Démarrage d'un nouveau polygone à {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ajout du point #{0} à {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Les polygones ne peuvent être étendus que selon la verticale.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Les polygones ne peuvent être contractés que selon la verticale.", + "worldedit.selection.sphere.explain.secondary": "Rayon défini à {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Rayon défini sur {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossible de modifier la région NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Il n'est pas possible d'étendre une intersection entre régions.", + "worldedit.selection.intersection.error.cannot-contract": "Il n'est pas possible de contracter une intersection entre régions.", + "worldedit.selection.transform.error.cannot-expand": "Il n'est pas possible d'étendre une région transformée.", + "worldedit.selection.transform.error.cannot-contract": "Il n'est pas possible de contracter une région transformée.", + "worldedit.selection.transform.error.cannot-change": "Il n'est pas possible de modifier une région TransformedRegion.", + "worldedit.sideeffect.lighting": "Éclairage", + "worldedit.sideeffect.lighting.description": "Met à jour de l'éclairage des blocs", + "worldedit.sideeffect.neighbors": "Voisins", + "worldedit.sideeffect.neighbors.description": "Notifie les blocs des modifications à proximité", + "worldedit.sideeffect.update": "Mise à jour", + "worldedit.sideeffect.update.description": "Notifie le bloc modifié", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Valide et corrige les états de monde incohérents, tels que les blocs déconnectés.", + "worldedit.sideeffect.entity_ai": "IA des entités", + "worldedit.sideeffect.entity_ai.description": "Met à jour les chemins d'IA des entités pour les changements de bloc", + "worldedit.sideeffect.events": "Événements Mod/Plugin", + "worldedit.sideeffect.events.description": "Informer les autres modules et plugiciels des changements opérés", + "worldedit.sideeffect.state.on": "Activé", + "worldedit.sideeffect.state.delayed": "Délayé", + "worldedit.sideeffect.state.off": "Désactivé", + "worldedit.sideeffect.box.current": "Actuel", + "worldedit.sideeffect.box.change-to": "Cliquez pour définir à {0}", + "worldedit.help.command-not-found": "La commande '{0}' n'existe pas.", + "worldedit.help.no-subcommands": "'{0}' n'a pas de sous-commandes. ('{1}' correspond-il plutôt à un paramètre ?)", + "worldedit.help.subcommand-not-found": "La sous-commande '{0}' pour '{1}' n'a pas été trouvée.", + "worldedit.cli.stopping": "Arrêt!", + "worldedit.cli.unknown-command": "Commande inconnue!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fr/strings.json new file mode 100644 index 0000000..25e0de3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fr/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Étendez la sélection verticalement vers les limites du monde.", + "worldedit.expand.expanded": "Région étendue de {0} blocs.", + "worldedit.expand.expanded.vert": "Région étendue de {0} blocs (de haut en bas).", + "worldedit.biomeinfo.lineofsight": "Biomes en ligne de mire: {0}", + "worldedit.biomeinfo.position": "Biomes à votre position : {0}", + "worldedit.biomeinfo.selection": "Biomes dans votre sélection : {0}", + "worldedit.brush.radius-too-large": "Rayon maximal autorisé pour les brosses : {0}", + "worldedit.brush.apply.description": "Apply brush, apply a function to every block.", + "worldedit.brush.apply.radius": "La taille de la brosse", + "worldedit.brush.apply.shape": "La forme de la région", + "worldedit.brush.apply.type": "Type de brosse à utiliser", + "worldedit.brush.apply.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.paint.description": "Brosse pinceau, applique une fonction à une surface.", + "worldedit.brush.paint.size": "La taille de la brosse", + "worldedit.brush.paint.shape": "La forme de la région", + "worldedit.brush.paint.density": "La densité de la brosse", + "worldedit.brush.paint.type": "Type de brosse à utiliser", + "worldedit.brush.paint.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.sphere.equip": "Brosse à sphères équipée ({0}).", + "worldedit.brush.cylinder.equip": "Brosse à cylindres équipée ({0} par {1}).", + "worldedit.brush.clipboard.equip": "Brosse à copier-coller équipée.", + "worldedit.brush.smooth.equip": "Brosse de lissage équipée ({0} x {1}x avec {2}).", + "worldedit.brush.extinguish.equip": "Extincteur équipé ({0}).", + "worldedit.brush.gravity.equip": "Brosse à gravité équipée ({0}).", + "worldedit.brush.butcher.equip": "Brosse à massacre équipée ({0}).", + "worldedit.brush.operation.equip": "La brosse a été définie sur {0}.", + "worldedit.brush.heightmap.equip": "Brosse heightmap (hauteur) équipée ({0}).", + "worldedit.brush.heightmap.unknown": "Brosse heightmap (hauteur) inconnue : {0}.", + "worldedit.brush.none.equip": "La brosse a été retirée de l'objet en main.", + "worldedit.setbiome.changed": "Les biomes ont été changés pour environ {0} blocs.", + "worldedit.setbiome.warning": "Vous devrez peut-être rejoindre votre partie (ou fermer et rouvrir votre monde) pour voir les changements.", + "worldedit.drawsel.disabled": "Le dessin des sélections (CUI) est désactivé sur ce serveur.", + "worldedit.drawsel.enabled": "Le dessin des sélections (CUI) est activé. Il supporte uniquement les régions cubiques, avec une taille maximum de {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Le dessin des sélections (CUI) est déjà désactivé sur ce serveur.", + "worldedit.drawsel.enabled.already": "Le dessin des sélections (CUI) est déjà activé sur ce serveur.", + "worldedit.limit.too-high": "Votre limite maximum autorisable est de {0}.", + "worldedit.limit.set": "La limite de changement de blocs est défini sur {0}.", + "worldedit.limit.return-to-default": "(Utilisez //limit pour revenir à la valeur par défaut.)", + "worldedit.timeout.too-high": "Votre délai maximal autorisé est de {0}ms.", + "worldedit.timeout.set": "Le délai d'expiration a été défini à {0} ms.", + "worldedit.timeout.return-to-default": " (Utilisez //timeout pour revenir à la valeur par défaut.)", + "worldedit.fast.disabled": "Mode rapide désactivé.", + "worldedit.fast.enabled": "Mode rapide activé. L'éclairage des tronçons affectés pourrait être incorrect. Il vous faut en général vous déconnecter-reconnecter pour voir des changements.", + "worldedit.fast.disabled.already": "Mode rapide déjà désactivé.", + "worldedit.fast.enabled.already": "Mode rapide déjà activé.", + "worldedit.perf.sideeffect.set": "L'effet de bord [{0}] a été défini sur [{1}].", + "worldedit.perf.sideeffect.get": "L'effet de bord [{0}] est défini sur [{1}].", + "worldedit.perf.sideeffect.already-set": "L'effet de bord [{0}] est déjà défini sur [{1}].", + "worldedit.perf.sideeffect.set-all": "Tous les effets de bord ont été définis sur [{0}].", + "worldedit.reorder.current": "Le mode de réorganisation est {0}", + "worldedit.reorder.set": "Le mode de réorganisation est maintenant {0}", + "worldedit.gmask.disabled": "Masque global désactivé.", + "worldedit.gmask.set": "Masque global défini.", + "worldedit.toggleplace.pos1": "Désormais placé à la position #1.", + "worldedit.toggleplace.player": "Désormais placé à la position du bloc sur lequel vous êtes.", + "worldedit.toggleplace.not-locatable": "Impossible d'activer/désactiver le placement dans ce contexte.", + "worldedit.searchitem.too-short": "Entrez un plus long terme de recherche (longueur > 2).", + "worldedit.searchitem.either-b-or-i": "Il n'est pas possible d'utiliser les options -b et -i à la fois.", + "worldedit.searchitem.searching": "(Veuillez patienter... Recherche des éléments.)", + "worldedit.watchdog.no-hook": "Cette plateforme n'a pas de support pour watchdog.", + "worldedit.watchdog.active.already": "Support pour watchdog déjà actif.", + "worldedit.watchdog.inactive.already": "Support pour watchdog déjà inactif.", + "worldedit.watchdog.active": "Le support pour watchdog est maintenant actif.", + "worldedit.watchdog.inactive": "Le support pour watchdog est maintenant inactif.", + "worldedit.world.remove": "L'écrasement du monde a été supprimé.", + "worldedit.world.set": "Définir la priorité du monde à {0}. (Utilisez //world &r pour revenir au paramètres par défaut)", + "worldedit.undo.undone": "{0} modifications disponibles ont été annulées.", + "worldedit.undo.none": "Il ne reste plus rien à annuler.", + "worldedit.redo.redone": "{0} modifications ont été rétablies.", + "worldedit.redo.none": "Il ne reste plus rien à rétablir.", + "worldedit.clearhistory.cleared": "Historique effacé.", + "worldedit.raytrace.noblock": "Aucun bloc en vue !", + "worldedit.restore.not-configured": "Le dispositif de sauvegarde (commande /snapshot) n'est pas configuré.", + "worldedit.restore.not-available": "Ce point de sauvegarde n'existe pas ou n'est pas disponible.", + "worldedit.restore.failed": "Échec du chargement du point de sauvegarde : {0}", + "worldedit.restore.loaded": "Le point de sauvegarde {0} a été chargé. Restauration en cours...", + "worldedit.restore.restored": "Restauré ; {0} chunks manquants et {1} autres erreurs.", + "worldedit.restore.none-for-specific-world": "Pas de point de sauvegarde trouvé pour le monde « {0} ».", + "worldedit.restore.none-for-world": "Pas de point de sauvegarde trouvé pour ce monde.", + "worldedit.restore.none-found": "Aucun point de sauvegarde trouvé.", + "worldedit.restore.none-found-console": "Aucun point de sauvegarde trouvé. Consulter la console pour les détails.", + "worldedit.restore.chunk-not-present": "Des tronçons n'ont pas été enregistrés dans le point de sauvegarde.", + "worldedit.restore.chunk-load-failed": "Aucun tronçon n'a pu être chargé. Archive corrompue ?", + "worldedit.restore.block-place-failed": "Des erreurs ont empêché les blocs d'être restaurés.", + "worldedit.restore.block-place-error": "Dernière erreur : {0}", + "worldedit.snapshot.use.newest": "On utilise désormais le point de sauvegarde le plus récent.", + "worldedit.snapshot.use": "Point de sauvegarde défini à : {0}", + "worldedit.snapshot.none-before": "Aucun point de sauvegarde n'a été trouvé avant {0}.", + "worldedit.snapshot.none-after": "Aucun point de sauvegarde n'a été trouvé après {0}.", + "worldedit.snapshot.index-above-0": "Indice invalide, il doit être supérieur ou égal à 1.", + "worldedit.snapshot.index-oob": "Indice invalide, il doit être compris entre 1 et {0}.", + "worldedit.schematic.unknown-format": "Format schematic inconnu: {0}.", + "worldedit.schematic.load.does-not-exist": "La sauvegarde {0} n'existe pas !", + "worldedit.schematic.load.loading": "(sauvegarde de la sélection...)", + "worldedit.schematic.load.still-loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.save.already-exists": "Une sauvegarde du même nom existe déjà.\nAjouter -f à la commande pour l'écraser.", + "worldedit.schematic.save.failed-directory": "Impossible de créer le dossier pour les schematics!", + "worldedit.schematic.save.saving": "(sauvegarde de la sélection...)", + "worldedit.schematic.save.still-saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.delete.does-not-exist": "La sauvegarde {0} n'existe pas !", + "worldedit.schematic.delete.failed": "La suppression de {0} a échoué. Est-ce en lecture seule ?", + "worldedit.schematic.delete.deleted": "{0} a été supprimé.", + "worldedit.schematic.formats.title": "Formats de sauvegarde disponibles (NAME: file extension) :", + "worldedit.schematic.unsupported-minecraft-version": "Cette version de WorldEdit ne prend pas en charge votre version de Minecraft. Les schématics ne fonctionneront pas tant que cela ne sera pas résolu.", + "worldedit.pos.already-set": "Position déjà définie.", + "worldedit.pos.console-require-coords": "Vous devez fournir des coordonnées de la même manière que la console.", + "worldedit.hpos.no-block": "Aucun bloc en vue !", + "worldedit.hpos.already-set": "Position déjà définie.", + "worldedit.chunk.selected-multiple": "Tronçons sélectionnés : ({0}, {1}, {2}) à ({3}, {4},{5})", + "worldedit.chunk.selected": "Chunk sélectionné : {0}, {1}, {2}", + "worldedit.wand.invalid": "L'outil de sélection est mal configuré ou désactivé.", + "worldedit.wand.selwand.info": "Clic gauche : sélectionne la position #1 — Clic droit : sélectionne la position #2", + "worldedit.wand.navwand.info": "Clic gauche : se rendre au pointeur — Clic droit : traverser les murs", + "worldedit.wand.selwand.now.tool": "L'outil de sélection est désormais un outil normal. Vous pouvez le désactiver avec {0} et le réassigner à un item avec {1} ou obtenir un autre outil avec {2}.", + "worldedit.contract.contracted": "La région a été contractée de {0} blocs.", + "worldedit.shift.shifted": "Région déplacée.", + "worldedit.outset.outset": "Région dilatée.", + "worldedit.inset.inset": "Région rétrécie.", + "worldedit.size.offset": "Décalage : {0}", + "worldedit.size.type": "Type : {0}", + "worldedit.size.size": "Taille : {0}", + "worldedit.size.distance": "Distance cuboïde: {0}", + "worldedit.size.blocks": "Nombre de blocs : {0}", + "worldedit.count.counted": "Compté : {0}", + "worldedit.distr.no-blocks": "Aucun bloc compté.", + "worldedit.distr.no-previous": "Aucune distribution précédente.", + "worldedit.distr.total": "Nombre total de blocs: {0}", + "worldedit.select.cleared": "Sélection effacée.", + "worldedit.select.cuboid.message": "Cuboïde : clic gauche pour le point 1, clic droit pour le point 2", + "worldedit.select.cuboid.description": "Sélectionnez deux coins d'un cuboïde", + "worldedit.select.extend.message": "Cuboïde : clic gauche pour un point de départ, clic droit pour étendre", + "worldedit.select.extend.description": "Mode sélection cuboïde rapide", + "worldedit.select.poly.message": "Sélecteur de polygone 2D : Clic gauche/droite pour ajouter un point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "Sélectionnez un polygone en 2D avec une hauteur", + "worldedit.select.ellipsoid.message": "Sélecteur ellipsoïdal: clic gauche = centre, clic droit pour étendre la sélection", + "worldedit.select.ellipsoid.description": "Sélectionnez un ellipsoïde", + "worldedit.select.sphere.message": "Sélecteur sphérique : clic gauche = centre, clic droit pour définir le rayon", + "worldedit.select.sphere.description": "Sélectionnez une sphère", + "worldedit.select.cyl.message": "Sélecteur de cylindres :\nClic gauche : centre / Clic droit : étendre la sélection", + "worldedit.select.cyl.description": "Sélectionnez un cylindre", + "worldedit.select.convex.message": "Sélecteur de polyèdres convexes : Clic gauche = Premier sommet, clic droit pour en ajouter plus.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "Sélectionnez un polyèdre convexe", + "worldedit.select.default-set": "Votre sélecteur par défaut est désormais {0}.", + "worldedit.chunkinfo.chunk": "Tronçon : ({0}, {1})", + "worldedit.chunkinfo.old-filename": "Ancien format : {0}", + "worldedit.chunkinfo.mcregion-filename": "Minecraft Region : region/{0}", + "worldedit.listchunks.listfor": "Listage des tronçons pour : {0}", + "worldedit.drain.drained": "{0} blocs ont été drainé.", + "worldedit.fill.created": "{0} blocs ont été remplis.", + "worldedit.fillr.created": "{0} blocs ont été remplis.", + "worldedit.fixlava.fixed": "{0} blocs ont été corrigés.", + "worldedit.fixwater.fixed": "{0} blocs ont été corrigés.", + "worldedit.removeabove.removed": "{0} blocs ont été supprimés.", + "worldedit.removebelow.removed": "{0} blocs ont été supprimés.", + "worldedit.removenear.removed": "{0} blocs ont été supprimés.", + "worldedit.replacenear.replaced": "{0} blocs ont été remplacés.", + "worldedit.snow.created": "{0} surfaces ont été recouvertes.", + "worldedit.thaw.removed": "{0} blocs ont été fondus.", + "worldedit.green.changed": "{0} blocs ont été couverts de verdure.", + "worldedit.extinguish.removed": "{0} feux ont été éteints.", + "worldedit.butcher.killed": "{0} créatures ont été tuées dans un rayon de {1}.", + "worldedit.butcher.explain-all": "Utilisez -1 pour supprimer toutes les créatures dans les tronçons chargés.", + "worldedit.remove.removed": "{0} entités ont été marquées pour la suppression.", + "worldedit.remove.explain-all": "Utilisez -1 pour supprimer toutes les entités dans les tronçons chargés.", + "worldedit.calc.invalid": "'{0}' n'a pas pu être analysé comme une expression valide", + "worldedit.calc.invalid.with-error": "'{0}' n'a pas pu être analysé comme une expression valide : '{1}'", + "worldedit.paste.pasted": "La sélection a été collée en {0}.", + "worldedit.paste.selected": "Région de collage du presse-papiers sélectionné.", + "worldedit.rotate.no-interpolation": "Note: L'interpolation n'est pas encore supporté, les angles multiples de 90 sont donc recommandés.", + "worldedit.rotate.rotated": "La sélection copiée/coupée a été pivotée.", + "worldedit.flip.flipped": "La sélection copiée/coupée a été inversée.", + "worldedit.clearclipboard.cleared": "Presse-papiers vidé.", + "worldedit.set.done": "Opération terminée.", + "worldedit.set.done.verbose": "Opération terminée ({0}).", + "worldedit.line.changed": "{0} blocs ont été changés.", + "worldedit.line.invalid-type": "//line ne fonctionne que pour des sélections cuboïdes ou polyèdres convexes.", + "worldedit.curve.changed": "{0} blocs ont été modifiés.", + "worldedit.curve.invalid-type": "//curve ne fonctionne que pour des sélections polyèdres convexes.", + "worldedit.replace.replaced": "{0} blocs remplacés.", + "worldedit.stack.changed": "{0} blocs ont étés modifiés. Annulez avec //undo", + "worldedit.stack.intersecting-region": "Le décalage de la pile ne doit pas entrer en collision avec la région lors de l'utilisation d'unités blocs", + "worldedit.regen.regenerated": "Région régénérée.", + "worldedit.regen.failed": "Impossible de régénérer ces chunks. Regardez la console du serveur pour plus de détails.", + "worldedit.walls.changed": "{0} modifiés.", + "worldedit.faces.changed": "{0} modifiés.", + "worldedit.overlay.overlaid": "{0} blocs ont étés recouverts.", + "worldedit.naturalize.naturalized": "{0} blocs ont maintenant l'air plus naturels.", + "worldedit.center.changed": "Centre défini ({0} blocs modifiés).", + "worldedit.smooth.changed": "Hauteur du terrain lissée. {0} blocs modifiés.", + "worldedit.move.moved": "{0} blocs déplacés.", + "worldedit.deform.deformed": "{0} blocs ont été déformés.", + "worldedit.hollow.changed": "{0} blocs ont été changés.", + "worldedit.forest.created": "{0} arbres plantés.", + "worldedit.flora.created": "{0} végétations créées.", + "worldedit.unstuck.moved": "Vous y voilà !", + "worldedit.ascend.obstructed": "Aucun endroit libre au-dessus de vous n'a été trouvé.", + "worldedit.ascend.moved": "Vous montez de {0} niveaux.", + "worldedit.descend.obstructed": "Aucun endroit libre en dessous de vous n'a été trouvé.", + "worldedit.descend.moved": "Vous descendez de {0} niveaux.", + "worldedit.ceil.obstructed": "Aucun endroit libre au-dessus de vous n'a été trouvé.", + "worldedit.ceil.moved": "Pouf !", + "worldedit.thru.obstructed": "Pas d'endroit libre trouvé autour de vous.", + "worldedit.thru.moved": "Pouf !", + "worldedit.jumpto.moved": "Pouf !", + "worldedit.jumpto.none": "Aucun bloc en vue (ou trop loin) !", + "worldedit.up.obstructed": "Vous vous taperiez la tête contre quelque chose au dessus de vous.", + "worldedit.up.moved": "Pouf !", + "worldedit.cyl.invalid-radius": "Vous devez spécifier soit 1 soit 2 valeur(s) de rayon.", + "worldedit.cyl.created": "{0} blocs créés.", + "worldedit.sphere.invalid-radius": "Vous devez spécifier 1 ou bien 3 valeurs de rayon.", + "worldedit.sphere.created": "{0} blocs ont été créés.", + "worldedit.forestgen.created": "{0} arbres plantés.", + "worldedit.pumpkins.created": "{0} buissons à citrouilles créés.", + "worldedit.pyramid.created": "{0} blocs ont été créés.", + "worldedit.generate.created": "{0} blocs ont été créés.", + "worldedit.generatebiome.changed": "{0} biomes affectés.", + "worldedit.reload.config": "Configuration mise à jour !", + "worldedit.report.written": "Analyse des activités de World Edit enregistrée dans :\n{0}", + "worldedit.report.error": "L'écriture du rapport a échoué : {0}", + "worldedit.report.callback": "Rapport WorldEdit : {0}.report", + "worldedit.timezone.invalid": "Fuseau horaire invalide.", + "worldedit.timezone.set": "Fuseau horaire défini pour cette session sur : {0}", + "worldedit.timezone.current": "L'heure actuelle dans ce fuseau horaire est : {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Cette version de WorldEdit ne prend pas entièrement en charge votre version de Bukkit. Les entités de bloc (par exemple les coffres) seront vides, les propriétés de bloc (e. . rotation) sera manquante, et d'autres choses peuvent ne pas fonctionner. Mettez à jour WorldEdit pour restaurer cette fonctionnalité :\n{0}", + "worldedit.trace.no-tracing-extents": "Trace: Aucune étendue n'a été utilisée.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} à {1} rejetée par l'étendue {2}", + "worldedit.trace.active.already": "Mode Trace déjà activé.", + "worldedit.trace.inactive.already": "Mode Trace déjà inactif.", + "worldedit.trace.active": "Mode Trace maintenant activé.", + "worldedit.trace.inactive": "Mode Trace maintenant inactif.", + "worldedit.command.time-elapsed": "{0} sec. écoulées (historique : {1} modifiés / {2} blocs/sec.).", + "worldedit.command.permissions": "Vous n'êtes pas autorisé à faire ceci. Êtes vous dans le bon mode ?", + "worldedit.command.player-only": "Cette commande doit être utilisée avec un joueur.", + "worldedit.command.error.report": "Veuillez signaler cette erreur : [Voir la console]", + "worldedit.pastebin.uploading": "(envoi des résultats sur https://pastebin.com/...)", + "worldedit.session.cant-find-session": "Impossible de trouver la session pour {0}", + "worldedit.platform.no-file-dialog": "Les dialogues par fichier ne sont pas supportés dans votre environnement.", + "worldedit.asset.load.loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.still-loading": "(Veuillez patienter... toujours en chargement de la ressource.)", + "worldedit.asset.load.failed": "Impossible de charger la ressource", + "worldedit.tool.max-block-changes": "Limite maximale de blocs modifiés atteinte.", + "worldedit.tool.no-block": "Aucun bloc en vue !", + "worldedit.tool.repl.equip": "Outil de remplacement de blocs équipé sur {0}.", + "worldedit.tool.repl.switched": "Outil de remplacement changé sur: {0}", + "worldedit.tool.data-cycler.equip": "Outil de remplacement de données de blocs équipé sur {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Vous n'êtes pas autorisé à changer la valeur des données de ce bloc.", + "worldedit.tool.data-cycler.cant-cycle": "Les données de ce bloc ne peuvent pas être changées !", + "worldedit.tool.data-cycler.new-value": "La valeur de {0} est maintenant {1}.", + "worldedit.tool.data-cycler.cycling": "Changement de {0}.", + "worldedit.tool.deltree.equip": "Outil de suppression d'arbres volants attaché à {0}.", + "worldedit.tool.deltree.not-tree": "Ceci n'est pas un arbre.", + "worldedit.tool.deltree.not-floating": "Cet arbre ne vole pas.", + "worldedit.tool.tree.equip": "Outil de plantation d'arbre équipé sur {0}.", + "worldedit.tool.tree.obstructed": "Un arbre ne peux pas pousser ici.", + "worldedit.tool.info.equip": "Outil d'information équipé sur {0}.", + "worldedit.tool.info.blockstate.hover": "État du bloc", + "worldedit.tool.info.internalid.hover": "ID interne", + "worldedit.tool.info.legacy.hover": "Ancien id: data", + "worldedit.tool.info.light.hover": "Lumière du bloc / Lumière au-dessus", + "worldedit.tool.none.equip": "Outil retiré de l'objet en main.", + "worldedit.tool.none.to.unequip": "Votre objet actuel n'est pas lié.", + "worldedit.tool.selwand.equip": "Outil de sélection attaché à [{0}].", + "worldedit.tool.navwand.equip": "Outil de navigation attaché à [{0}].", + "worldedit.tool.floodfill.equip": "Outil de remplacement de données de blocs équipé sur {0}.", + "worldedit.tool.farwand.equip": "Outil de sélection longue portée attaché à [{0}].", + "worldedit.tool.lrbuild.equip": "Outil de construction longue portée équipé sur {0}.", + "worldedit.tool.lrbuild.set": "Clic gauche pour {0} ; clic droit pour {1}.", + "worldedit.tool.stack.equip": "Outil de stack lié à {0}.", + "worldedit.tool.unbind-instruction": "Exécutez {0} tout en maintenant l'objet pour le désassigner.", + "worldedit.tool.superpickaxe.mode.single": "Mode unitaire activé. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.area": "Mode volume activé. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sphère activé. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.max-range": "La portée maximale est {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pioche déjà activée.", + "worldedit.tool.superpickaxe.disabled.already": "Super pioche déjà désactivée.", + "worldedit.tool.superpickaxe.enabled": "Super pioche activée.", + "worldedit.tool.superpickaxe.disabled": "Super pioche désactivée.", + "worldedit.tool.mask.set": "Masque de brosse défini.", + "worldedit.tool.mask.disabled": "Masque de brosse désactivé.", + "worldedit.tool.material.set": "Matériau de la brosse défini.", + "worldedit.tool.range.set": "Portée de brosse définie.", + "worldedit.tool.size.set": "Taille de brosse définie.", + "worldedit.tool.tracemask.set": "Masque de brosse défini.", + "worldedit.tool.tracemask.disabled": "Masque de brosse désactivé.", + "worldedit.tool.error.cannot-bind": "Outil non applicable à cet objet ({0}). {1}", + "worldedit.tool.error.item-only": "Les blocs ne peuvent pas être utilisés", + "worldedit.execute.script-permissions": "Vous n'avez pas la permission d'utiliser ce script.", + "worldedit.executelast.no-script": "Utilisez d'abord la commande /cs suivie du nom d'un script.", + "worldedit.script.read-error": "Erreur lors de la lecture du script : {0}", + "worldedit.script.unsupported": "Seuls les scripts .js sont supportés actuellement.", + "worldedit.script.file-not-found": "Le script n'existe pas : {0}", + "worldedit.script.no-script-engine": "Impossible de trouver un moteur de script installé.\nVeuillez consulter https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Erreur lors de l’exécution : {0}", + "worldedit.script.failed-console": "Impossible d'exécuter (voir console): {0}", + "worldedit.operation.affected.biome": "{0} biomes affectés", + "worldedit.operation.affected.block": "{0} blocs affectés", + "worldedit.operation.affected.column": "{0} colonnes affectées", + "worldedit.operation.affected.entity": "{0} entités affectées", + "worldedit.operation.deform.expression": "déformé en utilisant {0}", + "worldedit.error.invalid-number": "On attend ici un nombre, pas une chaîne de caractères.", + "worldedit.error.invalid-number.matches": "On attend ici un nombre. Une chaîne de caractère « {0} » a été donnée.", + "worldedit.error.incomplete-region": "Il vous faut d'abord sélectionner une région.", + "worldedit.error.unknown-block": "Le nom de bloc « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-entity": "Le nom d'entité « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-mob": "Le nom de créature « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-biome": "Le nom de biome « {0} » n'a pas été reconnu.", + "worldedit.error.unknown-tag": "Le motif « {0} » n'a pas été reconnu.", + "worldedit.error.empty-tag": "Le motif « {0} » n'a pas de contenu.", + "worldedit.error.no-match": "Pas de correspondance pour « {0} ».", + "worldedit.error.disallowed-block": "Bloc « {0} » non autorisé sur ce serveur (voir votre configuration WE).", + "worldedit.error.max-changes": "Le nombre maximal de blocs pouvant être modifiés en une opération a été atteint ({0}).", + "worldedit.error.max-brush-radius": "Rayon maximal pour les brosses (défini par la configuration) : {0}.", + "worldedit.error.max-radius": "Rayon maximal (défini par la configuration) : {0}.", + "worldedit.error.unknown-direction": "Direction inconnue : « {0} »", + "worldedit.error.empty-clipboard": "Votre presse-papier est vide.\nIl faut d'abord sélectionner une région puis la copier avec //copy.", + "worldedit.error.invalid-filename": "Nom de fichier « {0} » invalide : {1}", + "worldedit.error.invalid-filename.invalid-characters": "Caractères non valides ou extension de fichier manquante.", + "worldedit.error.file-resolution": "Erreur de résolution du fichier '{0}' : {1}", + "worldedit.error.file-resolution.outside-root": "Le chemin d'accès est hors du chemin source autorisé.", + "worldedit.error.file-resolution.resolve-failed": "La résolution du chemin d'accès a échoué.", + "worldedit.error.file-aborted": "La sélection du fichier a été annulée.", + "worldedit.error.no-file-selected": "Aucun fichier sélectionné.", + "worldedit.error.world-unloaded": "Le monde a déjà été déchargé.", + "worldedit.error.not-a-block": "Cet objet n'est pas un bloc.", + "worldedit.error.not-a-block.item": "Le bloc « {0} » n'est pas un bloc.", + "worldedit.error.incorrect-usage": "Commande : {0}", + "worldedit.error.invalid-page": "Page invalide.", + "worldedit.error.parser.bad-state-format": "Mauvais format d'état dans {0}", + "worldedit.error.parser.duplicate-property": "Propriété redondante : {0}", + "worldedit.error.parser.empty-state": "Propriété vide dans le state (état du bloc)", + "worldedit.error.parser.missing-equals-separator": "Il manque le séparateur égal (=).", + "worldedit.error.parser.clipboard.missing-offset": "Le déport est spécifié par @ mais aucun déport n'a été donné. Utilisez #copy@[x,y,z].", + "worldedit.error.parser.unknown-property": "Propriété inconnue « {0} » pour le bloc « {1} ».", + "worldedit.error.parser.unknown-value": "Valeur inconnue « {0} » pour la propriété « {1} ».", + "worldedit.error.parser.empty-property": "Propriété vide dans l'état", + "worldedit.error.parser.empty-value": "Valeur vide dans l'état", + "worldedit.error.parser.invalid-colon": "Deux-points non valides.", + "worldedit.error.parser.invalid-expression": "Expression non valide : {0}", + "worldedit.error.parser.negate-nothing": "Impossible de ne rien nier!", + "worldedit.error.parser.hanging-lbracket": "Format non valide. Crochet en suspens sur '{0}'.", + "worldedit.error.parser.missing-rbracket": "L'état manque de suivi ']'", + "worldedit.error.parser.missing-random-type": "Il manque le type après le marqueur % pour {0}.", + "worldedit.error.parser.clipboard.missing-coordinates": "Le déport nécessite les coordonnées en X, Y, Z.", + "worldedit.error.parser.player-only": "La saisie « {0} » demande un joueur.", + "worldedit.error.disabled": "Cette fonctionnalité est désactivée (voir votre configuration WE).", + "worldedit.error.unknown": "Une erreur inconnue est survenue : {0}", + "worldedit.error.missing-extent": "Aucun Extent connu.", + "worldedit.error.missing-session": "Aucune session LocalSession connue.", + "worldedit.error.missing-world": "Vous devez indiquer un monde (avec //world).", + "worldedit.error.missing-actor": "Aucun acteur n'est connu", + "worldedit.selection.convex.info.vertices": "Sommets : {0}", + "worldedit.selection.convex.info.triangles": "Triangles : {0}", + "worldedit.selection.convex.explain.primary": "Nouvelle sélection commencée avec le sommet {0}.", + "worldedit.selection.convex.explain.secondary": "Ajout du sommet {0} à la sélection.", + "worldedit.selection.cuboid.info.pos1": "Position 1 : {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2 : {0}", + "worldedit.selection.cuboid.explain.primary": "Première position définie en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Première position définie en {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconde position définie en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconde position définie en {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Sélection démarrée en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Sélection étendue englobant {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centre : {0}", + "worldedit.selection.ellipsoid.info.radius": "Rayons X/Y/Z : {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre défini en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre défini en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Rayon défini à {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Rayon défini à {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Les mises à jour des ellipses doivent être les mêmes pour chaque direction.", + "worldedit.selection.cylinder.info.center": "Centre : {0}", + "worldedit.selection.cylinder.info.radius": "Rayon : {0}", + "worldedit.selection.cylinder.explain.primary": "Construction d'un nouveau cylindre à partir de {0}.", + "worldedit.selection.cylinder.explain.secondary": "Rayon défini à {0}/{1} blocs. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Il faut d'abord définir le point centre avant de définir le rayon.", + "worldedit.selection.cylinder.error.even-horizontal": "Les mises à jour de cylindres doivent être les mêmes pour chaque direction horizontale.", + "worldedit.selection.polygon2d.info": "# points : {0}", + "worldedit.selection.polygon2d.explain.primary": "Construction d'un nouveau polygone à partir de {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ajout du point #{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Les polygones ne peuvent être étendus que selon la verticale.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Les polygones ne peuvent être contractés que selon la verticale.", + "worldedit.selection.sphere.explain.secondary": "Rayon défini sur {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Rayon défini sur {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossible de modifier la région NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Il n'est pas possible d'étendre une intersection entre régions.", + "worldedit.selection.intersection.error.cannot-contract": "Il n'est pas possible de contracter une intersection entre régions.", + "worldedit.selection.transform.error.cannot-expand": "Il n'est pas possible d'étendre une région TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Il n'est pas possible de contracter une région TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Il n'est pas possible de modifier une région TransformedRegion.", + "worldedit.sideeffect.lighting": "Éclairage", + "worldedit.sideeffect.lighting.description": "Met à jour l'éclairage des blocs", + "worldedit.sideeffect.neighbors": "Voisinage", + "worldedit.sideeffect.neighbors.description": "Notifie les blocs des modifications à proximité", + "worldedit.sideeffect.update": "Mise à jour", + "worldedit.sideeffect.update.description": "Notifie le bloc modifié", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Valide et corrige les états de monde incohérents, tels que les blocs déconnectés.", + "worldedit.sideeffect.entity_ai": "IA des entités", + "worldedit.sideeffect.entity_ai.description": "Met à jour les chemins d'IA des entités pour les changements de bloc", + "worldedit.sideeffect.events": "Évènements modules/plugiciels", + "worldedit.sideeffect.events.description": "Informer les autres modules et plugiciels des changements opérés", + "worldedit.sideeffect.state.on": "Activé", + "worldedit.sideeffect.state.delayed": "Retardé", + "worldedit.sideeffect.state.off": "Désactivé", + "worldedit.sideeffect.box.current": "Actuel", + "worldedit.sideeffect.box.change-to": "Cliquez pour définir à {0}", + "worldedit.help.command-not-found": "La commande '{0}' n'existe pas.", + "worldedit.help.no-subcommands": "'{0}' n'a pas de sous-commandes. '{1}' correspond-il plutôt à un paramètre ?", + "worldedit.help.subcommand-not-found": "La sous-commande '{0}' pour '{1}' n'a pas été trouvée.", + "worldedit.cli.stopping": "Stop !", + "worldedit.cli.unknown-command": "Commande inconnue." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/gd/strings.json b/config/worldedit/.archive-unpack/2e1dd752/gd/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/gd/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/gl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/gl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/gl/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/got/strings.json b/config/worldedit/.archive-unpack/2e1dd752/got/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/got/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/gv/strings.json b/config/worldedit/.archive-unpack/2e1dd752/gv/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/gv/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/haw/strings.json b/config/worldedit/.archive-unpack/2e1dd752/haw/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/haw/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/he/strings.json b/config/worldedit/.archive-unpack/2e1dd752/he/strings.json new file mode 100644 index 0000000..9e4b412 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/he/strings.json @@ -0,0 +1,3 @@ +{ + "worldedit.brush.paint.type": "סוג מברשת לשימוש" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hi/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hr/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hr/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hu/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hu/strings.json new file mode 100644 index 0000000..f1c6bf5 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hu/strings.json @@ -0,0 +1,149 @@ +{ + "worldedit.expand.description.vert": "Elérted a világhatárt", + "worldedit.expand.expanded": "A régió kibővített {0} blokkokat", + "worldedit.expand.expanded.vert": "A régió kibővített {0} blokkokat (top-to-bottom).", + "worldedit.biomeinfo.lineofsight": "Biomák a látópontnál: {0}", + "worldedit.biomeinfo.position": "Biomák a látópontnál: {0}", + "worldedit.biomeinfo.selection": "A választott biomák: {0}", + "worldedit.brush.radius-too-large": "A megengedett legnagyobb kijelölés: {0}", + "worldedit.brush.apply.description": "Ecsettel felhordja a függvényt minden blokkra", + "worldedit.brush.apply.radius": "A kefe mérete", + "worldedit.brush.apply.shape": "A régió alakja", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.apply.item.warning": "Ez az ecset szimulálja a cikk használatát. Előfordulhat, hogy annak hatása nem működik minden platformon, nem működik vissza, és furcsa interakciókat okozhat más modokkal / pluginekkel. Használat csak saját felelősségre.", + "worldedit.brush.paint.description": "Paint brush, apply a function to a surface", + "worldedit.brush.paint.size": "A kefe mérete", + "worldedit.brush.paint.shape": "A régió alakja", + "worldedit.brush.paint.density": "The density of the brush", + "worldedit.brush.paint.type": "A kefe típusa", + "worldedit.brush.paint.item.warning": "Ez az ecset szimulálja a cikk használatát. Előfordulhat, hogy annak hatása nem működik minden platformon, nem működik vissza, és furcsa interakciókat okozhat más modokkal / pluginekkel. Használat csak saját felelősségre.", + "worldedit.brush.sphere.equip": "A gömbkefe alakja felszerelt ({0}).", + "worldedit.brush.cylinder.equip": "A hengerkefe alakja felszerelt ({0} készítette: {1}).", + "worldedit.brush.clipboard.equip": "Clipboard brush shape equipped.", + "worldedit.brush.smooth.equip": "Sima ecsettel felszerelt ({0} x {1} x a {2} használatával).", + "worldedit.brush.extinguish.equip": "Tűzoltó készülék felszerelve ({0}).", + "worldedit.brush.gravity.equip": "Gravity brush equipped ({0}).", + "worldedit.brush.butcher.equip": "Butcher brush equipped ({0}).", + "worldedit.brush.operation.equip": "Set brush to {0}.", + "worldedit.brush.none.equip": "Ecsettel nincs kötve az aktuális elemtől.", + "worldedit.drawsel.disabled": "Server CUI disabled.", + "worldedit.drawsel.disabled.already": "A kiszolgáló CUI már le van tiltva.", + "worldedit.drawsel.enabled.already": "Server CUI already enabled.", + "worldedit.limit.too-high": "Your maximum allowable limit is {0}.", + "worldedit.limit.set": "Block change limit set to {0}.", + "worldedit.limit.return-to-default": "(Use //limit to go back to the default.)", + "worldedit.timeout.too-high": "Your maximum allowable timeout is {0}ms.", + "worldedit.timeout.set": "Timeout time set to {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout to go back to the default.)", + "worldedit.fast.disabled": "Fast mode disabled.", + "worldedit.fast.enabled": "A gyors mód engedélyezve. Lehet, hogy az érintett darabok világítása nem megfelelő, és / vagy a változások megtekintéséhez újra csatlakoznia kell.", + "worldedit.fast.disabled.already": "A gyors mód már le van tiltva.", + "worldedit.fast.enabled.already": "Fast mode already enabled.", + "worldedit.reorder.current": "The reorder mode is {0}", + "worldedit.reorder.set": "The reorder mode is now {0}", + "worldedit.gmask.disabled": "Global mask disabled.", + "worldedit.gmask.set": "Globális maszk készlet.", + "worldedit.toggleplace.pos1": "Most az 1. pozíción helyezzük el.", + "worldedit.toggleplace.player": "Most azt a blokkot helyezem, amelyben állsz.", + "worldedit.searchitem.too-short": "Írjon be hosszabb keresési karakterláncot (len> 2).", + "worldedit.searchitem.either-b-or-i": "Nem használhatja egyszerre a „b” és az „i” zászlókat.", + "worldedit.searchitem.searching": "(Kérjük, várjon ... elemek keresése.)", + "worldedit.watchdog.no-hook": "Ezen a platformon nincs figyelőhorog.", + "worldedit.watchdog.active.already": "Az őrzőhorog már aktív.", + "worldedit.watchdog.inactive.already": "Az őrzőhorog már inaktív.", + "worldedit.watchdog.active": "Az őrző kampó aktív.", + "worldedit.watchdog.inactive": "Az őrző kampó inaktív.", + "worldedit.world.remove": "Eltávolított világ-felülbírálás.", + "worldedit.world.set": "Állítsa a világ felülbírálását {0} értékre. (A // világ használatával térjen vissza az alapértelmezéshez)", + "worldedit.undo.undone": "{0} elérhető szerkesztés visszavonva.", + "worldedit.undo.none": "Nincs semmi visszavonás.", + "worldedit.redo.redone": "Redid {0} elérhető szerkesztés.", + "worldedit.redo.none": "Nincs semmi, amit újra tudnánk tenni.", + "worldedit.clearhistory.cleared": "Az előzmények törlődtek.", + "worldedit.raytrace.noblock": "Nincs látvány!", + "worldedit.restore.not-configured": "A pillanatkép / biztonsági mentés visszaállítása nincs konfigurálva.", + "worldedit.restore.not-available": "Ez a pillanatkép nem létezik, vagy nem érhető el.", + "worldedit.restore.failed": "A pillanatkép betöltése nem sikerült: {0}", + "worldedit.restore.loaded": "Pillanatkép betöltve '{0}'; most visszaáll ...", + "worldedit.restore.restored": "helyreállt; {0} hiányzó darabok és {1} egyéb hibák.", + "worldedit.restore.none-for-specific-world": "Nem található pillanatképek a (z) '{0}' világról.", + "worldedit.restore.none-for-world": "Nem található pillanatképek erről a világról.", + "worldedit.restore.none-found": "Nem található pillanatképek.", + "worldedit.restore.none-found-console": "Nem található pillanatképek. A részleteket lásd a konzolon.", + "worldedit.restore.chunk-not-present": "Darabok nem voltak jelen pillanatképben.", + "worldedit.restore.chunk-load-failed": "Nem lehetett betölteni. (Rossz archívum?)", + "worldedit.restore.block-place-failed": "A hibák megakadályozták a blokkok helyreállítását.", + "worldedit.restore.block-place-error": "Utolsó hiba: {0}", + "worldedit.snapshot.use.newest": "Most a legújabb pillanatfelvételt használom.", + "worldedit.snapshot.use": "A pillanatfelvétel beállítása: {0}", + "worldedit.snapshot.none-before": "Nem található pillanatkép a (z) {0} előtt.", + "worldedit.snapshot.none-after": "Nem található pillanatkép a (z) {0} után.", + "worldedit.snapshot.index-above-0": "Érvénytelen indexnek legalább 1-nek kell lennie.", + "worldedit.snapshot.index-oob": "Érvénytelen indexnek 1 és {0} között kell lennie.", + "worldedit.schematic.unknown-format": "Ismeretlen vázlatformátum: {0}.", + "worldedit.schematic.load.does-not-exist": "A(z) {0} vázlat nem létezik!", + "worldedit.schematic.load.loading": "(Kérlek várj... vázlatok betöltése.)", + "worldedit.schematic.save.failed-directory": "Vázlatok mappájának létrehozása sikertelen volt.", + "worldedit.schematic.save.saving": "(Kérlek várj... vázlatok mentése.)", + "worldedit.schematic.delete.does-not-exist": "A(z) {0} vázlat nem létezik!", + "worldedit.schematic.delete.deleted": "{0} törölve lett.", + "worldedit.pos.already-set": "A pozíció már be van állítva.", + "worldedit.hpos.no-block": "Nincs látvány!", + "worldedit.hpos.already-set": "A pozíció már be van állítva.", + "worldedit.shift.shifted": "Régió eltolva.", + "worldedit.size.size": "Méret: {0}", + "worldedit.size.distance": "Téglatest távolsága: {0}", + "worldedit.count.counted": "Megszámlálva: {0}", + "worldedit.distr.no-blocks": "Egy blokk sem lett megszámlálva.", + "worldedit.distr.total": "Teljes blokkszám: {0}", + "worldedit.select.cleared": "Kijelölés törölve.", + "worldedit.select.ellipsoid.description": "Ellipszis kiválasztása", + "worldedit.select.sphere.description": "Gömb kiválasztása", + "worldedit.chunkinfo.old-filename": "Régi formátum: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Darabok listázása a következő számára: {0}", + "worldedit.drain.drained": "{0} blokk leürítve.", + "worldedit.fill.created": "{0} blokk kitöltésre került.", + "worldedit.fillr.created": "{0} blokk kitöltésre került.", + "worldedit.fixlava.fixed": "A (z) {0} blokkok javítva vannak.", + "worldedit.fixwater.fixed": "A (z) {0} blokkok javítva vannak.", + "worldedit.removeabove.removed": "{0} blokk eltávolítva.", + "worldedit.removebelow.removed": "A (z) {0} blokkok eltávolítva.", + "worldedit.removenear.removed": "A (z) {0} blokkok eltávolítva.", + "worldedit.replacenear.replaced": "A (z) {0} blokkok lecserélődtek.", + "worldedit.snow.created": "A {0} felületeket lefedték.", + "worldedit.thaw.removed": "{0} blokk kiolvasztva.", + "worldedit.green.changed": "{0} blokk füvesítve.", + "worldedit.extinguish.removed": "{0} tűz eloltva.", + "worldedit.butcher.killed": "{0} mob megölve {1} blokk hatókörben.", + "worldedit.rotate.rotated": "A vágólapon lévő másolat el lett fordítva.", + "worldedit.flip.flipped": "A vágólapon lévő másolat meg lett fordítva.", + "worldedit.clearclipboard.cleared": "Vágólap törölve.", + "worldedit.set.done": "A Művelet végrehajtva.", + "worldedit.set.done.verbose": "A Művelet végrehajtva ({0}).", + "worldedit.line.changed": "{0} blokk megváltoztatva.", + "worldedit.curve.changed": "{0} blokk megváltoztatva.", + "worldedit.replace.replaced": "A (z) {0} blokkok lecserélődtek.", + "worldedit.regen.regenerated": "Régió újragenerálva.", + "worldedit.walls.changed": "{0} blokk megváltoztatva.", + "worldedit.faces.changed": "{0} blokk megváltoztatva.", + "worldedit.move.moved": "{0} blokk elmozdítva.", + "worldedit.deform.deformed": "{0} blokk deformálva.", + "worldedit.hollow.changed": "{0} blokk megváltoztatva.", + "worldedit.unstuck.moved": "Tessék!", + "worldedit.ceil.moved": "Huss!", + "worldedit.thru.moved": "Huss!", + "worldedit.jumpto.moved": "Puff!", + "worldedit.up.moved": "Huss!", + "worldedit.forestgen.created": "{0} fa létrehozva.", + "worldedit.reload.config": "Konfiguráció újratöltve!", + "worldedit.timezone.invalid": "Érvénytelen időzóna", + "worldedit.session.cant-find-session": "Nem sikerült munkamenetet találni a(z) {0}-hoz", + "worldedit.tool.no-block": "Nincs látvány!", + "worldedit.tool.deltree.not-tree": "Ez nem egy fa.", + "worldedit.tool.deltree.not-floating": "Ez nem egy lebegő fa.", + "worldedit.tool.error.cannot-bind": "Nem lehet az eszközt rögzíteni {0}-hez: {1}", + "worldedit.tool.error.item-only": "Blokkok nem használhatóak.", + "worldedit.error.no-file-selected": "Nincs fájl kiválasztva.", + "worldedit.cli.stopping": "Leállás!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/id/strings.json b/config/worldedit/.archive-unpack/2e1dd752/id/strings.json new file mode 100644 index 0000000..a22f138 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/id/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Perluas pilihan secara vertikal ke batas dunia.", + "worldedit.expand.expanded": "Wilayah diperluas {0} blok", + "worldedit.expand.expanded.vert": "Wilayah diperluas {0} blok (atas-ke-bawah).", + "worldedit.biomeinfo.lineofsight": "Bioma pada garis pandang: {0}", + "worldedit.biomeinfo.position": "Bioma pada posisi anda: {0}", + "worldedit.biomeinfo.selection": "Bioma dalam pilihan anda: {0}", + "worldedit.brush.radius-too-large": "Radius kuas maksimum yang diizinkan: {0}", + "worldedit.brush.apply.description": "Terapkan kuas, terapkan fungsi ke setiap blok", + "worldedit.brush.apply.radius": "Ukuran kuas", + "worldedit.brush.apply.shape": "Bentuk wilayahnya", + "worldedit.brush.apply.type": "Tipe kuas yang akan digunakan", + "worldedit.brush.apply.item.warning": "Kuas ini mensimulasikan penggunaan item. Efeknya mungkin tidak bekerja pada semua platform, mungkin tidak dapat dibatalkan, dan mungkin menyebabkan interaksi aneh dengan modifikasi/plugin lain. Gunakan dengan resiko anda sendiri.", + "worldedit.brush.paint.description": "Kuas cat, terapkan fungsi ke permukaan", + "worldedit.brush.paint.size": "Ukuran kuas", + "worldedit.brush.paint.shape": "Bentuk wilayahnya", + "worldedit.brush.paint.density": "Kepadatan kuas", + "worldedit.brush.paint.type": "Tipe kuas yang akan digunakan", + "worldedit.brush.paint.item.warning": "Kuas ini mensimulasikan penggunaan item. Efeknya mungkin tidak bekerja pada semua platform, mungkin tidak dapat dibatalkan, dan mungkin menyebabkan interaksi aneh dengan modifikasi/plugin lain. Gunakan dengan resiko anda sendiri.", + "worldedit.brush.sphere.equip": "Bentuk kuas bulat dilengkapi ({0}).", + "worldedit.brush.cylinder.equip": "Bentuk kuas silinder dilengkapi ({0} oleh {1}).", + "worldedit.brush.clipboard.equip": "Bentuk kuas clipboard dilengkapi.", + "worldedit.brush.smooth.equip": "Kuas halus dilengkapi ({0} x {1}x using {2}).", + "worldedit.brush.extinguish.equip": "Pemadam dilengkapi ({0}).", + "worldedit.brush.gravity.equip": "Kuas gravitasi dilengkapi ({0}).", + "worldedit.brush.butcher.equip": "Kuas daging dilengkapi ({0}).", + "worldedit.brush.operation.equip": "Atur kuas ke {0}.", + "worldedit.brush.heightmap.equip": "Kuas ketinggian peta dilengkapi ({0}).", + "worldedit.brush.heightmap.unknown": "Kuas ketinggian peta tak diketahui: {0}.", + "worldedit.brush.none.equip": "Kuas lepas dari item anda saat ini.", + "worldedit.setbiome.changed": "Bioma diubah sekitar {0} blok.", + "worldedit.setbiome.warning": "Anda mungkin harus bergabung kembali dengan permainan anda (atau tutup dan buka kembali dunia anda) untuk melihat perubahan.", + "worldedit.drawsel.disabled": "CUI Server dinonaktifkan.", + "worldedit.drawsel.disabled.already": "CUI Server sudah dinonaktifkan.", + "worldedit.drawsel.enabled.already": "CUI Server sudah diaktifkan.", + "worldedit.limit.too-high": "Batas maksimal yang diizinkan adalah {0}.", + "worldedit.limit.set": "Batasan perubahan blok disetel ke {0}.", + "worldedit.limit.return-to-default": "(Gunakan //limit untuk kembali ke default.)", + "worldedit.timeout.too-high": "Waktu tunggu maksimum yang diizinkan adalah {0}ms.", + "worldedit.timeout.set": "Waktu tunggu disetel ke {0}ms.", + "worldedit.timeout.return-to-default": " (Gunakan //timeout untuk kembali ke default.)", + "worldedit.fast.disabled": "Mode cepat dinonaktifkan.", + "worldedit.fast.enabled": "Mode cepat diaktifkan. Pencahayaan di bagian yang terpengaruh mungkin salah dan/atau anda mungkin harus bergabung kembali untuk melihat perubahan.", + "worldedit.fast.disabled.already": "Mode cepat sudah dinonaktifkan.", + "worldedit.fast.enabled.already": "Mode cepat sudah diaktifkan.", + "worldedit.perf.sideeffect.set": "Efek samping \"{0}\" disetel ke {1}", + "worldedit.perf.sideeffect.get": "Efek samping \"{0}\" disetel ke {1}", + "worldedit.perf.sideeffect.already-set": "Efek samping \"{0}\" sudah {1}", + "worldedit.perf.sideeffect.set-all": "Semua efek samping disetel ke {0}", + "worldedit.reorder.current": "Mode penyusunan ulang adalah {0}", + "worldedit.reorder.set": "Mode penyusunan ulang sekarang menjadi {0}", + "worldedit.gmask.disabled": "Topeng global dinonaktifkan.", + "worldedit.gmask.set": "Topeng global disetel.", + "worldedit.toggleplace.pos1": "Sekarang menempatkan di pos #1.", + "worldedit.toggleplace.player": "Sekarang menempatkan di blok tempat anda berdiri.", + "worldedit.searchitem.too-short": "Masukkan pencarian string yang lebih panjang (len > 2).", + "worldedit.searchitem.either-b-or-i": "Anda tidak bisa menggunakan bendera 'b' dan 'i' secara bersamaan.", + "worldedit.searchitem.searching": "(Mohon tunggu... mencari item.)", + "worldedit.watchdog.no-hook": "Platform ini tidak memiliki kail pengawas.", + "worldedit.watchdog.active.already": "Kail pengawas sudah aktif.", + "worldedit.watchdog.inactive.already": "Kail pengawas sudah nonaktif.", + "worldedit.watchdog.active": "Kail pengawas sekarang aktif.", + "worldedit.watchdog.inactive": "Kail pengawas sekarang nonaktif.", + "worldedit.world.remove": "Timpa dunia yang dihapus.", + "worldedit.world.set": "Atur penimpaan dunia ke {0}. (Gunakan //world untuk kembali ke default)", + "worldedit.undo.undone": "Membatalkan {0} suntingan yang tersedia.", + "worldedit.undo.none": "Tidak ada yang bisa dibatalkan.", + "worldedit.redo.redone": "Mengulangi {0} suntingan yang tersedia.", + "worldedit.redo.none": "Tidak ada yang bisa diulangi.", + "worldedit.clearhistory.cleared": "Riwayat dihapus.", + "worldedit.raytrace.noblock": "Tidak ada blok dalam pandangan!", + "worldedit.restore.not-configured": "Pemulihan snapshot/cadangan tidak dikonfigurasi.", + "worldedit.restore.not-available": "Snapshot itu sudah tidak ada atau tidak tersedia.", + "worldedit.restore.failed": "Gagal memuat snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' sedang memuat; sekarang memulihkan...", + "worldedit.restore.restored": "Memulikan: {0} chunk yang hilang dan {1} kesalahan lainnya.", + "worldedit.restore.none-for-specific-world": "Tidak ada snapshot ditemukan untuk dunia '{0}'.", + "worldedit.restore.none-for-world": "Tidak ada snapshot ditemukan untuk dunia ini.", + "worldedit.restore.none-found": "Tidak ada snapshot yang ditemukan.", + "worldedit.restore.none-found-console": "Tidak ada snapshot ditemukan. Periksa konsol untuk detailnya.", + "worldedit.restore.chunk-not-present": "Potongan tidak ada dalam snapshot.", + "worldedit.restore.chunk-load-failed": "Tidak potongan yang termuat. (Arsip buruk?)", + "worldedit.restore.block-place-failed": "Kesalahan mencegah setiap blok dipulihkan.", + "worldedit.restore.block-place-error": "Kesalahan terakhir: {0}", + "worldedit.snapshot.use.newest": "Sekarang menggunakan snapshot terbaru.", + "worldedit.snapshot.use": "Snapshot disetel ke: {0}", + "worldedit.snapshot.none-before": "Tidak dapat menemukan snapshot sebelum {0}.", + "worldedit.snapshot.none-after": "Tidak dapat menemukan snapshot setelah {0}.", + "worldedit.snapshot.index-above-0": "Indeks tidak valid, harus lebih atau sama dengan 1.", + "worldedit.snapshot.index-oob": "Indeks tidak valid, harus antara 1 dan {0}.", + "worldedit.schematic.unknown-format": "Format skema yang tidak diketahui: {0}.", + "worldedit.schematic.load.does-not-exist": "Skema {0} tidak ada!", + "worldedit.schematic.load.loading": "(Mohon tunggu... memuat skema.)", + "worldedit.schematic.load.still-loading": "(Mohon tunggu... masih memuat skema.)", + "worldedit.schematic.save.already-exists": "Skema itu sudah ada. Gunakan bendera -f untuk menimpanya.", + "worldedit.schematic.save.failed-directory": "Tidak dapat membuat berkas untuk skema!", + "worldedit.schematic.save.saving": "(Mohon tunggu... menyimpan skema.)", + "worldedit.schematic.save.still-saving": "(Mohon tunggu... masih menyimpan skema.)", + "worldedit.schematic.delete.does-not-exist": "Skema {0} tidak ada!", + "worldedit.schematic.delete.failed": "Penghapusan {0} gagal! Apakah ini hanya-baca?", + "worldedit.schematic.delete.deleted": "{0} sudah dihapus.", + "worldedit.schematic.formats.title": "Format papan klip yang tersedia (Nama: Nama pencarian)", + "worldedit.schematic.unsupported-minecraft-version": "Versi WorldEdit ini tidak mendukung versi Minecraft anda. Skema tidak akan bekerja sampai ini diselesaikan.", + "worldedit.pos.already-set": "Posisi telah diatur.", + "worldedit.pos.console-require-coords": "Anda harus memberikan koordinat sebagai konsol.", + "worldedit.hpos.no-block": "Tidak ada blok dalam pandangan!", + "worldedit.hpos.already-set": "Posisi telah diatur.", + "worldedit.chunk.selected-multiple": "Potongan yang dipilih: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Potongan yang dipilih: {0}, {1}, {2}", + "worldedit.wand.invalid": "Item tongkat salah dikonfigurasi atau dinonaktifkan.", + "worldedit.wand.selwand.info": "Klik kiri: pilih pos #1; Klik kanan: pilih pos #2", + "worldedit.wand.navwand.info": "Klik kiri: menuju lokasi; Klik kanan: menembus tembok", + "worldedit.wand.selwand.now.tool": "Tongkat yang dipilih sekarang adalah alat normal. Anda dapat menonaktifkannya dengan {0} dan memasangnyaa kembali ke item apapun dengan {1} atau dapatkan tongkat baru dengan {2}.", + "worldedit.contract.contracted": "Wilayah dikontrak {0} blok.", + "worldedit.shift.shifted": "Wilayah digeser.", + "worldedit.outset.outset": "Wilayah awal.", + "worldedit.inset.inset": "Wilayah sisipan.", + "worldedit.size.offset": "Mengimbangi: {0}", + "worldedit.size.type": "Tipe: {0}", + "worldedit.size.size": "Ukuran: {0}", + "worldedit.size.distance": "Jarak berbentuk kubus: {0}", + "worldedit.size.blocks": "# blok: {0}", + "worldedit.count.counted": "Terhitung: {0}", + "worldedit.distr.no-blocks": "Tidak ada blok yang dihitung.", + "worldedit.distr.no-previous": "Tidak Ada distribusi sebelumnya.", + "worldedit.distr.total": "Jumlah Blok Total: {0}", + "worldedit.select.cleared": "Pilihan dibersihkan.", + "worldedit.select.cuboid.message": "Bentuk kubus: Klik kiri untuk poin 1, klik kanan untuk poin 2", + "worldedit.select.cuboid.description": "Pilih dua sudut berbentuk kubus", + "worldedit.select.extend.message": "Bentuk kubus: klik kiri untuk titik awal, klik kanan untuk memperpanjang", + "worldedit.select.extend.description": "Mode pemilihan kubus cepat", + "worldedit.select.poly.message": "Pemilih poligon 2D: Klik kiri/kanan untuk menambah titik.", + "worldedit.select.poly.limit-message": "{0} poin maksimum.", + "worldedit.select.poly.description": "Pilih poligon 2D dengan ketinggian", + "worldedit.select.ellipsoid.message": "Pemilih elipsoid: klik kiri=tengah, klik kanan untuk memperpanjang", + "worldedit.select.ellipsoid.description": "Pilih elipsoid", + "worldedit.select.sphere.message": "Pemilih bola: klik kiri=tengah, klik kanan untuk menyetel radius", + "worldedit.select.sphere.description": "Pilih bola", + "worldedit.select.cyl.message": "Pemilih silinder: Klik kiri=tengah, klik kanan untuk memperpanjang", + "worldedit.select.cyl.description": "Pilih silinder", + "worldedit.select.convex.message": "Pemilih polihedral cembung: Klik kiri=Titik pertama, klik kanan untuk menambahkan lebih banyak.", + "worldedit.select.convex.limit-message": "{0} poin maksimum.", + "worldedit.select.convex.description": "Pilih polihedral cembung", + "worldedit.select.default-set": "Pemilih wilayah default anda sekarang adalah {0}.", + "worldedit.chunkinfo.chunk": "Potongan: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Format lama: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: wilayah/{0}", + "worldedit.listchunks.listfor": "Daftar potongan untuk: {0}", + "worldedit.drain.drained": "{0} blok telah dikeringkan.", + "worldedit.fill.created": "{0} blok telah diisi.", + "worldedit.fillr.created": "{0} blok telah diisi.", + "worldedit.fixlava.fixed": "{0} blok telah diperbaiki.", + "worldedit.fixwater.fixed": "{0} blok telah diperbaiki.", + "worldedit.removeabove.removed": "{0} blok telah dihapus.", + "worldedit.removebelow.removed": "{0} blok telah dihapus.", + "worldedit.removenear.removed": "{0} blok telah dihapus.", + "worldedit.replacenear.replaced": "{0} blok telah diganti.", + "worldedit.snow.created": "{0} permukaan telah ditutup.", + "worldedit.thaw.removed": "{0} blok telah dicairkan.", + "worldedit.green.changed": "{0} blok telah dihijaukan.", + "worldedit.extinguish.removed": "{0} api telah dipadamkan.", + "worldedit.butcher.killed": "{0} mob telah dibunuh dalam radius {1}.", + "worldedit.butcher.explain-all": "Gunakan -1 untuk menghapus semua mob di potongan yang dimuat", + "worldedit.remove.removed": "{0} entiti telah ditandai untuk pemindahan.", + "worldedit.remove.explain-all": "Gunakan -1 untuk menghapus semua entiti di potongan yang dimuat", + "worldedit.calc.invalid": "'{0}' tidak dapat diurai sebagai ekspresi yang valid", + "worldedit.calc.invalid.with-error": "'{0}' tidak dapat diurai sebagai ekspresi yang valid: '{1}'", + "worldedit.paste.pasted": "Papan klip telah ditempelkan di {0}", + "worldedit.paste.selected": "Wilayah tempel papan klip yang dipilih.", + "worldedit.rotate.no-interpolation": "Catatan: Interpolasi belum didukung, jadi disarankan untuk menggunakan sudut pandang kelipatan 90.", + "worldedit.rotate.rotated": "Salinan papan klip telah diputar.", + "worldedit.flip.flipped": "Salinan papan klip telah dibalik.", + "worldedit.clearclipboard.cleared": "Papan klip dihapus.", + "worldedit.set.done": "Pengerjaan selesai.", + "worldedit.set.done.verbose": "Pengerjaan selesai ({0}).", + "worldedit.line.changed": "{0} blok telah diubah.", + "worldedit.line.invalid-type": "//line hanya bekerja dengan pilihan berbentuk kubus atau pemilihan polihedral cembung", + "worldedit.curve.changed": "{0} blok telah diubah.", + "worldedit.curve.invalid-type": "//curve hanya bekerja dengan pemilihan polihedral cembung", + "worldedit.replace.replaced": "{0} blok telah diganti.", + "worldedit.stack.changed": "{0} blok diubah. Pulihkan dengan //undo", + "worldedit.stack.intersecting-region": "Offset tumpukan tidak boleh bertabrakan dengan wilayah saat menggunakan unit blok", + "worldedit.regen.regenerated": "Wilayah dibuat ulang.", + "worldedit.regen.failed": "Tidak dapat membuat ulang potongan. Periksa konsol untuk detail.", + "worldedit.walls.changed": "{0} blok telah diubah.", + "worldedit.faces.changed": "{0} blok telah diubah.", + "worldedit.overlay.overlaid": "{0} blok telah dilapisi.", + "worldedit.naturalize.naturalized": "{0} blok telah dibuat untuk terlihat lebih natural.", + "worldedit.center.changed": "Set pusat. ({0} blok diubah)", + "worldedit.smooth.changed": "Peta ketinggian medan diperhalus. {0} blok berubah.", + "worldedit.move.moved": "{0} blok dipindahkan.", + "worldedit.deform.deformed": "{0} blok telah berubah bentuk.", + "worldedit.hollow.changed": "{0} blok telah diubah.", + "worldedit.forest.created": "{0} pohon dibuat.", + "worldedit.flora.created": "{0} flora dibuat.", + "worldedit.unstuck.moved": "Ini dia!", + "worldedit.ascend.obstructed": "Tidak ada tempat kosong diatas yang anda temukan.", + "worldedit.ascend.moved": "Naik {0} level.", + "worldedit.descend.obstructed": "Tidak ada tempat kosong dibawah yang anda temukan.", + "worldedit.descend.moved": "Turun {0} level.", + "worldedit.ceil.obstructed": "Tidak ada tempat kosong diatas yang anda temukan.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Tidak ada tempat di depan yang anda temukan.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Tidak ada blok dalam pandangan (atau terlalu jauh)!", + "worldedit.up.obstructed": "Anda akan mengenai sesuatu di atas anda.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Anda harus menentukan 1 atau 2 nilai radius.", + "worldedit.cyl.created": "{0} blok telah dibuat.", + "worldedit.sphere.invalid-radius": "Anda harus menentukan 1 atau 3 nilai radius.", + "worldedit.sphere.created": "{0} blok telah dibuat.", + "worldedit.forestgen.created": "{0} pohon dibuat.", + "worldedit.pumpkins.created": "{0} tambalan labu dibuat.", + "worldedit.pyramid.created": "{0} blok telah dibuat.", + "worldedit.generate.created": "{0} blok telah dibuat.", + "worldedit.generatebiome.changed": "{0} bioma terpengaruh.", + "worldedit.reload.config": "Konfigurasi dimuat ulang!", + "worldedit.report.written": "Laporan WorldEdit ditulis di {0}", + "worldedit.report.error": "Gagal membuat laporan: {0}", + "worldedit.report.callback": "Laporan WorldEdit: {0}.melaporkan", + "worldedit.timezone.invalid": "Zona waktu tidak valid", + "worldedit.timezone.set": "Zona waktu disetel untuk sesi ini ke: {0}", + "worldedit.timezone.current": "Waktu sekarang di zona waktu itu adalah: {0}", + "worldedit.version.version": "Versi WorldEdit {0}", + "worldedit.version.bukkit.unsupported-adapter": "Versi WorldEdit ini tidak sepenuhnya mendukung versi Bukkit anda. Blok entiti (misalnya peti) akan kosong, properti blok (misalnya rotasi) akan hilang, dan hal lain mungkin tak akan bekerja. Perbarui WorldEdit untuk mengembalikan fungsi ini:\n{0}", + "worldedit.trace.no-tracing-extents": "Jejak: Tidak ada batas yang digunakan.", + "worldedit.trace.action-failed": "Jejak: Aksi {0} di {1} dibuang sejauh {2}", + "worldedit.trace.active.already": "Mode jejak sudah aktif.", + "worldedit.trace.inactive.already": "Mode jejak sudah nonaktif.", + "worldedit.trace.active": "Mode jejak telah diaktifkan.", + "worldedit.trace.inactive": "Mode jejak telah dinonaktifkan.", + "worldedit.command.time-elapsed": "{0} berlalu (sejarah: {1} diubah; {2} blok/detik).", + "worldedit.command.permissions": "Anda tidak diizinkan melakukan itu. Apakah anda dalam mode yang benar?", + "worldedit.command.player-only": "Perintah ini harus digunakan dengan pemain.", + "worldedit.command.error.report": "Tolong laporkan kesalahan ini: [Lihat konsol]", + "worldedit.pastebin.uploading": "(Mohon tunggu... mengirim keluaran ke pastebin...)", + "worldedit.session.cant-find-session": "Tidak dapat menemukan sesi untuk {0}", + "worldedit.platform.no-file-dialog": "Berkas dialog tidak didukung di lingkungan anda.", + "worldedit.asset.load.loading": "(Mohon tunggu... memuat aset.)", + "worldedit.asset.load.still-loading": "(Mohon tunggu... masih memuat aset.)", + "worldedit.asset.load.failed": "Gagal memuat aset", + "worldedit.tool.max-block-changes": "Batas perubahan blok maksimal dicapai.", + "worldedit.tool.no-block": "Tidak ada blok dalam pandangan!", + "worldedit.tool.repl.equip": "Alat pengganti blok terikat ke {0}.", + "worldedit.tool.repl.switched": "Alat pengganti beralih ke: {0}", + "worldedit.tool.data-cycler.equip": "Alat siklus data blok terikat ke {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Anda tidak diizinkan untuk memutar nilai data blok itu.", + "worldedit.tool.data-cycler.cant-cycle": "Data blok tersebut tidak dapat diputar!", + "worldedit.tool.data-cycler.new-value": "Nilai {0} sekarang {1}.", + "worldedit.tool.data-cycler.cycling": "Sekarang memutar {0}.", + "worldedit.tool.deltree.equip": "Alat penghapus pohon yang mengambang terikat ke {0}.", + "worldedit.tool.deltree.not-tree": "Itu bukan pohon.", + "worldedit.tool.deltree.not-floating": "Itu bukan pohon yang mengambang.", + "worldedit.tool.tree.equip": "Alat pohon terikat ke {0}.", + "worldedit.tool.tree.obstructed": "Sebuah pohon tidak bisa pergi kesana.", + "worldedit.tool.info.equip": "Alat info terikat ke {0}.", + "worldedit.tool.info.blockstate.hover": "Keadaan blok", + "worldedit.tool.info.internalid.hover": "ID Internal", + "worldedit.tool.info.legacy.hover": "Id lama:data", + "worldedit.tool.info.light.hover": "Blok Cahaya/Cahaya Di atas", + "worldedit.tool.none.equip": "Alat lepas dari item anda saat ini.", + "worldedit.tool.none.to.unequip": "Item anda sekarang tidak terikat.", + "worldedit.tool.selwand.equip": "Pilihan tongkat terikat ke {0}.", + "worldedit.tool.navwand.equip": "Tongkat Navigasi terikat ke {0}.", + "worldedit.tool.floodfill.equip": "Alat pengisi blok terikat ke {0}.", + "worldedit.tool.farwand.equip": "Alat tongkat jauh terikat ke {0}.", + "worldedit.tool.lrbuild.equip": "Alat bangunan jarak jauh terikat ke {0}.", + "worldedit.tool.lrbuild.set": "Klik kiri setel ke {0}; klik kanan setel ke {1}.", + "worldedit.tool.stack.equip": "Alat tumpukan terikat ke {0}.", + "worldedit.tool.unbind-instruction": "Jalankan {0} sambil memegang item untuk melepaskannya.", + "worldedit.tool.superpickaxe.mode.single": "Mode sekarang sendiri. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.mode.area": "Mode sekarang area. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sekarang rekursif. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.max-range": "Jarak maksimum adalah {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Beliung super sudah diaktifkan.", + "worldedit.tool.superpickaxe.disabled.already": "Beliung super sudah dinonaktifkan.", + "worldedit.tool.superpickaxe.enabled": "Beliung super diaktifkan.", + "worldedit.tool.superpickaxe.disabled": "Beliung super dinonaktifkan.", + "worldedit.tool.mask.set": "Setel masker kuas.", + "worldedit.tool.mask.disabled": "Topeng kuas dinonaktifkan.", + "worldedit.tool.material.set": "Setel material kuas.", + "worldedit.tool.range.set": "Setel jarak kuas.", + "worldedit.tool.size.set": "Setel ukuran kuas.", + "worldedit.tool.tracemask.set": "Setel jejak masker.", + "worldedit.tool.tracemask.disabled": "Jejak masker dinonaktifkan.", + "worldedit.tool.error.cannot-bind": "Tidak dapat mengikat alat ke {0}: {1}", + "worldedit.tool.error.item-only": "Blok tidak dapat digunakan.", + "worldedit.execute.script-permissions": "Anda tidak memiliki izin untuk menggunakan skrip tersebut.", + "worldedit.executelast.no-script": "Gunakan /cs dengan nama skrip dahulu.", + "worldedit.script.read-error": "Kesalahan pembaca skrip: {0}", + "worldedit.script.unsupported": "Hanya skrip .js yang sekarang didukung", + "worldedit.script.file-not-found": "Skrip tidak ada: {0}", + "worldedit.script.no-script-engine": "Gagal menemukan mesin skrip yang terinstal.\nMohon lihat https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Gagal mengeksekusi: {0}", + "worldedit.script.failed-console": "Gagal mengeksekusi (lihat konsol): {0}", + "worldedit.operation.affected.biome": "{0} bioma terpengaruh", + "worldedit.operation.affected.block": "{0} blok terpengaruh", + "worldedit.operation.affected.column": "{0} kolom terpengaruh", + "worldedit.operation.affected.entity": "{0} entiti terpengaruh", + "worldedit.operation.deform.expression": "cacat menggunakan {0}", + "worldedit.error.invalid-number": "Jumlah diharapkan; string diberikan.", + "worldedit.error.invalid-number.matches": "Jumlah diharapkan; string \"{0}\" diberikan.", + "worldedit.error.incomplete-region": "Tentukan dahulu pemilihan wilayah.", + "worldedit.error.unknown-block": "Nama blok '{0}' tidak dikenali.", + "worldedit.error.unknown-entity": "Nama entiti '{0}' tidak dikenali.", + "worldedit.error.unknown-mob": "Nama mob '{0}' tidak dikenali.", + "worldedit.error.unknown-biome": "Nama bioma '{0}' tidak dikenali.", + "worldedit.error.unknown-tag": "Nama tag '{0}' tidak dikenali.", + "worldedit.error.empty-tag": "Nama tag '{0}' tidak ada isinya.", + "worldedit.error.no-match": "Tidak ada yang cocok untuk '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' tidak diperbolehkan (lihat konfigurasi WorldEdit).", + "worldedit.error.max-changes": "Blok maksimum diubah dalam operasi tercapai ({0}).", + "worldedit.error.max-brush-radius": "Radius maksimal kuas (dalam konfigurasi): {0}", + "worldedit.error.max-radius": "Radius maksimum (dalam konfigurasi): {0}", + "worldedit.error.unknown-direction": "Arah tidak diketahui: {0}", + "worldedit.error.empty-clipboard": "Papan klip anda kosong. Gunakan //copy dahulu.", + "worldedit.error.invalid-filename": "Nama berkas '{0}' tidak valid: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Karakter tidak valid atau ekstensi hilang", + "worldedit.error.file-resolution": "Berkas '{0}' kesalahan resolusi: {1}", + "worldedit.error.file-resolution.outside-root": "Jalur berada di luar root yang diizinkan", + "worldedit.error.file-resolution.resolve-failed": "Gagal menyelesaikan jalan", + "worldedit.error.file-aborted": "Pemilihan berkas dibatalkan.", + "worldedit.error.no-file-selected": "Tidak ada berkas yang dipilih.", + "worldedit.error.world-unloaded": "Dunia sudah dibongkar.", + "worldedit.error.not-a-block": "Item ini bukan sebuah blok.", + "worldedit.error.not-a-block.item": "Item '{0}' bukan sebuah blok.", + "worldedit.error.incorrect-usage": "Penggunaan: {0}", + "worldedit.error.invalid-page": "Nomor halaman tidak valid", + "worldedit.error.parser.bad-state-format": "Format keadaan buruk di {0}", + "worldedit.error.parser.duplicate-property": "Duplikat properti: {0}", + "worldedit.error.parser.empty-state": "Bagian dalam keadaan kosong", + "worldedit.error.parser.missing-equals-separator": "Pemisah '=' tidak ada", + "worldedit.error.parser.clipboard.missing-offset": "Offset ditentukan dengan @ tetapi tidak ada offset yang diberikan. Gunakan '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Properti tidak diketahui '{0}' untuk blok '{1}'", + "worldedit.error.parser.unknown-value": "Nilai tidak diketahui '{0}' untuk properti '{1}'", + "worldedit.error.parser.empty-property": "Properti dalam keadaan kosong", + "worldedit.error.parser.empty-value": "Nilai dalam keadaan kosong", + "worldedit.error.parser.invalid-colon": "Titik dua tidak valid.", + "worldedit.error.parser.invalid-expression": "Ekspresi yang tidak valid: {0}", + "worldedit.error.parser.negate-nothing": "Tidak dapat meniadakan apapun!", + "worldedit.error.parser.hanging-lbracket": "Format tidak valid. Braket gantung di '{0}'.", + "worldedit.error.parser.missing-rbracket": "Keadaan tidak memiliki jejak ']'", + "worldedit.error.parser.missing-random-type": "Kehilangan tipe setelah simbol % untuk '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Offset papan klip membutuhkan koordinat x,y,z.", + "worldedit.error.parser.player-only": "Input '{0}' membutuhkan pemain!", + "worldedit.error.disabled": "Fungsi ini dinonaktifkan (lihat konfigurasi WorldEdit).", + "worldedit.error.unknown": "Terjadi kesalahan yang tidak diketahui: {0}", + "worldedit.error.missing-extent": "Tidak ada Luas yang diketahui", + "worldedit.error.missing-session": "Tidak ada SesiLokal yang diketahui", + "worldedit.error.missing-world": "Anda harus menyediakan dunia (Coba //world)", + "worldedit.error.missing-actor": "Tidak ada aktor yang diketahui", + "worldedit.selection.convex.info.vertices": "Sudut: {0}", + "worldedit.selection.convex.info.triangles": "Segitiga: {0}", + "worldedit.selection.convex.explain.primary": "Memulai seleksi baru dengan simpul {0}.", + "worldedit.selection.convex.explain.secondary": "Menambahkan simpul {0} ke pilihan.", + "worldedit.selection.cuboid.info.pos1": "Posisi 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisi 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Posisi pertama disetel di {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Posisi pertama disetel di {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Posisi kedua disetel di {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Posisi kedua disetel di {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Pilihan dimulai di {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Pilihan tambahan untuk mencakup {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Pusat: {0}", + "worldedit.selection.ellipsoid.info.radius": "Radius X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posisi pusat disetel ke {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posisi pusat disetel ke {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius disetel ke {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius disetel ke {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Perubahan elipsoid harus merata untuk setiap dimensi.", + "worldedit.selection.cylinder.info.center": "Pusat: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Memulai pemilihan silinder baru di {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius disetel di {0}/{1} blok. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Anda harus memilih titik pusat sebelum menyetel radius.", + "worldedit.selection.cylinder.error.even-horizontal": "Perubahan silinder harus merata untuk setiap dimensi horizontal.", + "worldedit.selection.polygon2d.info": "# poin: {0}", + "worldedit.selection.polygon2d.explain.primary": "Memulai poligon baru di {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ditambahkan poin #{0} di {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Poligon hanya bisa diperluas secara vertikal.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Poligon hanya bisa dikontrak secara vertikal.", + "worldedit.selection.sphere.explain.secondary": "Radius disetel ke {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius disetel ke {0} ({1}).", + "worldedit.selection.null.error.immutable": "Tidak dapat mengubah WilayahNull.", + "worldedit.selection.intersection.error.cannot-expand": "Tidak dapat memperluas persimpangan wilayah.", + "worldedit.selection.intersection.error.cannot-contract": "Tidak dapat mengontrak persimpangan wilayah.", + "worldedit.selection.transform.error.cannot-expand": "Tidak dapat memperluas Wilayah yang Diubah.", + "worldedit.selection.transform.error.cannot-contract": "Tidak dapat mengontrak Wilayah yang Diubah.", + "worldedit.selection.transform.error.cannot-change": "Tidak dapat mengubah Wilayah yang Diubah.", + "worldedit.sideeffect.lighting": "Pencahayaan", + "worldedit.sideeffect.lighting.description": "Perbarui pencahayaan blok", + "worldedit.sideeffect.neighbors": "Tetangga", + "worldedit.sideeffect.neighbors.description": "Memberitahu blok perubahan terdekat", + "worldedit.sideeffect.update": "Pembaruan", + "worldedit.sideeffect.update.description": "Memberitahu blok yang diubah", + "worldedit.sideeffect.validation": "Validasi", + "worldedit.sideeffect.validation.description": "Memvalidasi dan perbaikan keadaan dunia yang tidak konsisten, seperti blok yang terputus", + "worldedit.sideeffect.entity_ai": "AI entiti", + "worldedit.sideeffect.entity_ai.description": "Memperbarui jalur AI entiti untuk perubahan blok", + "worldedit.sideeffect.events": "Acara Mod/Plugin", + "worldedit.sideeffect.events.description": "Memberitahu mod/plugin lain tentang perubahan ini jika berlaku", + "worldedit.sideeffect.state.on": "Aktif", + "worldedit.sideeffect.state.delayed": "Tertunda", + "worldedit.sideeffect.state.off": "Nonaktif", + "worldedit.sideeffect.box.current": "Saat ini", + "worldedit.sideeffect.box.change-to": "Klik untuk menyetel ke {0}", + "worldedit.help.command-not-found": "Perintah '{0}' tidak dapat ditemukan.", + "worldedit.help.no-subcommands": "'{0}' tidak memiliki sub-perintah. (Mungkin '{1}' adalah untuk parameter?)", + "worldedit.help.subcommand-not-found": "Sub-perintah '{0}' dibawah '{1}' tidak dapat ditemukan.", + "worldedit.cli.stopping": "Menghentikan!", + "worldedit.cli.unknown-command": "Perintah tidak diketahui!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ido/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ido/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ido/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ig/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ig/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ig/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/is/strings.json b/config/worldedit/.archive-unpack/2e1dd752/is/strings.json new file mode 100644 index 0000000..1abfeb0 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/is/strings.json @@ -0,0 +1,5 @@ +{ + "worldedit.expand.description.vert": "Framlengja valið svæði lóðrétt að heimsmörkum.", + "worldedit.expand.expanded": "Valið svæði framlengt um {0} kubba", + "worldedit.expand.expanded.vert": "Valið svæði framlengt um {0} kubba (frá botni til topps)." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/it/strings.json b/config/worldedit/.archive-unpack/2e1dd752/it/strings.json new file mode 100644 index 0000000..37dd8c3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/it/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Espandi la selezione verticalmente fino ai limiti del mondo.", + "worldedit.expand.expanded": "Regione aumentata di {0} blocchi", + "worldedit.expand.expanded.vert": "Regione aumentata di {0} blocchi (dall'alto al basso).", + "worldedit.biomeinfo.lineofsight": "Biomi nel punto inquadrato: {0}", + "worldedit.biomeinfo.position": "Biomi alla tua posizione: {0}", + "worldedit.biomeinfo.selection": "Biomi nella tua selezione: {0}", + "worldedit.brush.radius-too-large": "Massimo raggio pennello: {0}", + "worldedit.brush.apply.description": "Applica pennello, applica una funzione ad ogni blocco", + "worldedit.brush.apply.radius": "La dimensione del pennello", + "worldedit.brush.apply.shape": "La forma della regione", + "worldedit.brush.apply.type": "Tipo di pennello da usare", + "worldedit.brush.apply.item.warning": "Questo pennello simula l'uso di un oggetto. I suoi effetti potrebbero non funzionare su tutte le piattaforme, potrebbero non essere annullabili, e potrebbero causare strane interazioni con altre mod/plugin. Usare a proprio rischio.", + "worldedit.brush.paint.description": "Pennello vernice, applica una funzione ad una superficie", + "worldedit.brush.paint.size": "La dimensione del pennello", + "worldedit.brush.paint.shape": "La forma della regione", + "worldedit.brush.paint.density": "La densità del pennello", + "worldedit.brush.paint.type": "Tipo di pennello da usare", + "worldedit.brush.paint.item.warning": "Questo pennello simula l'uso di un oggetto. I suoi effetti potrebbero non funzionare su tutte le piattaforme, potrebbero non essere annullabili, e potrebbero causare strane interazioni con altre mod/plugin. Usare a proprio rischio.", + "worldedit.brush.sphere.equip": "Pennello a sfera equipaggiato ({0}).", + "worldedit.brush.cylinder.equip": "Pennello a cilindro equipaggiato ({0} per {1}).", + "worldedit.brush.clipboard.equip": "Pennello appunti equipaggiato.", + "worldedit.brush.smooth.equip": "Pennello liscio equipaggiato ({0} x {1}x utilizzando {2}).", + "worldedit.brush.extinguish.equip": "Estintore equipaggiato ({0}).", + "worldedit.brush.gravity.equip": "Pennello gravità equipaggiato ({0}).", + "worldedit.brush.butcher.equip": "Pennello macellaio equipaggiato ({0}).", + "worldedit.brush.operation.equip": "Imposta pennello a {0}.", + "worldedit.brush.heightmap.equip": "Pennello heightmap equipaggiato ({0}).", + "worldedit.brush.heightmap.unknown": "Pennello heightmap sconosciuto: {0}.", + "worldedit.brush.none.equip": "Pennello scollegato dall'oggetto corrente.", + "worldedit.setbiome.changed": "I biomi sono stati modificati in circa {0} blocchi.", + "worldedit.setbiome.warning": "Potresti dover uscire e rientrare dalla partita (o chiudere e riaprire il tuo mondo) per vedere le modifiche.", + "worldedit.drawsel.disabled": "Server CUI disabilitato.", + "worldedit.drawsel.disabled.already": "Server CUI già disabilitato.", + "worldedit.drawsel.enabled.already": "Server CUI già abilitato.", + "worldedit.limit.too-high": "Il tuo limite massimo consentito è {0}.", + "worldedit.limit.set": "Limite di modifica blocco impostato a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit per tornare al predefinito.)", + "worldedit.timeout.too-high": "Il tuo timeout massimo consentito è {0}ms.", + "worldedit.timeout.set": "Timeout impostato a {0} ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout per tornare al predefinito.)", + "worldedit.fast.disabled": "Modalità veloce disabilitata.", + "worldedit.fast.enabled": "Modalità veloce attivata. L'illuminazione nei chunk interessati potrebbe essere sbagliata e/o potresti dover rientrare per vedere le modifiche.", + "worldedit.fast.disabled.already": "Modalità veloce già disabilitata.", + "worldedit.fast.enabled.already": "Modalità veloce già abilitata.", + "worldedit.perf.sideeffect.set": "Effetto collaterale \"{0}\" impostato a {1}", + "worldedit.perf.sideeffect.get": "Effetto collaterale \"{0}\" è impostato a {1}", + "worldedit.perf.sideeffect.already-set": "Effetto collaterale \"{0}\" è già impostato a {1}", + "worldedit.perf.sideeffect.set-all": "Tutti gli effetti collaterali impostati su {0}", + "worldedit.reorder.current": "La modalità riordino è {0}", + "worldedit.reorder.set": "La modalità riordino è ora {0}", + "worldedit.gmask.disabled": "Maschera globale disabilitata.", + "worldedit.gmask.set": "Maschera globale impostata.", + "worldedit.toggleplace.pos1": "Posizionando a pos #1.", + "worldedit.toggleplace.player": "Posizionando al blocco in cui ti trovi.", + "worldedit.toggleplace.not-locatable": "Impossibile attivare o disattivare il posizionamento in questo contesto.", + "worldedit.searchitem.too-short": "Inserisci una stringa di ricerca più lunga (lun > 2).", + "worldedit.searchitem.either-b-or-i": "Non puoi usare contemporaneamente sia i flag 'b' che 'i'.", + "worldedit.searchitem.searching": "(Attendere prego... ricerca di oggetti)", + "worldedit.watchdog.no-hook": "Questa piattaforma non ha agganci per il watchdog.", + "worldedit.watchdog.active.already": "Aggancio watchdog già attivo.", + "worldedit.watchdog.inactive.already": "Aggancio watchdog già inattivo.", + "worldedit.watchdog.active": "Aggancio watchdog ora attivo.", + "worldedit.watchdog.inactive": "Agancio watchdog ora inattivo.", + "worldedit.world.remove": "Override del mondo rimosso.", + "worldedit.world.set": "Imposta l'override del mondo a {0}. (Usa //world per tornare ai valori predefiniti)", + "worldedit.undo.undone": "Annullate {0} modifiche disponibili.", + "worldedit.undo.none": "Niente da annullare.", + "worldedit.redo.redone": "Rifatte {0} modifiche disponibili.", + "worldedit.redo.none": "Niente da rifare.", + "worldedit.clearhistory.cleared": "Cronologia cancellata.", + "worldedit.raytrace.noblock": "Nessun blocco in vista!", + "worldedit.restore.not-configured": "Non è stato configurato il ripristino di snapshot/backup.", + "worldedit.restore.not-available": "Questo snapshot non esiste o non è disponibile.", + "worldedit.restore.failed": "Caricamento snapshot fallito: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' caricato; ripristino in corso...", + "worldedit.restore.restored": "Ripristinato; {0} chunk mancanti e {1} altri errori.", + "worldedit.restore.none-for-specific-world": "Nessuno snapshot trovato per il mondo '{0}'.", + "worldedit.restore.none-for-world": "Nessuno snapshot trovato per questo mondo.", + "worldedit.restore.none-found": "Nessuno snapshot trovato.", + "worldedit.restore.none-found-console": "Nessuno snapshot trovato. Vedi la console per i dettagli.", + "worldedit.restore.chunk-not-present": "I chunk non sono presenti nello snapshot.", + "worldedit.restore.chunk-load-failed": "Non è stato possibile caricare nessun chunk. (Archivio difettoso?)", + "worldedit.restore.block-place-failed": "Gli errori non hanno permesso il ripristino di nessun blocco.", + "worldedit.restore.block-place-error": "Ultimo errore: {0}", + "worldedit.snapshot.use.newest": "Snapshot più recente in uso.", + "worldedit.snapshot.use": "Snapshot impostato a: {0}", + "worldedit.snapshot.none-before": "Impossibile trovare uno snapshot prima di {0}.", + "worldedit.snapshot.none-after": "Impossibile trovare uno snapshot successivo a {0}.", + "worldedit.snapshot.index-above-0": "Indice errato, deve essere maggiore o uguale a 1.", + "worldedit.snapshot.index-oob": "Indice errato, deve essere compreso tra 1 e {0}.", + "worldedit.schematic.unknown-format": "Formato di schematic sconosciuto: {0}.", + "worldedit.schematic.load.does-not-exist": "La schematic {0} non esiste!", + "worldedit.schematic.load.loading": "(Attendere prego... caricamento della schematic.)", + "worldedit.schematic.load.still-loading": "(Attendere prego... caricamento della schematic ancora in corso.)", + "worldedit.schematic.save.already-exists": "La schematic esiste già. Usa il flag -f per sovrascriverlo.", + "worldedit.schematic.save.failed-directory": "Impossibile creare la cartella per le schematic!", + "worldedit.schematic.save.saving": "(Attendere prego... salvataggio della schematic.)", + "worldedit.schematic.save.still-saving": "(Attendere prego... salvataggio della schematic ancora in corso.)", + "worldedit.schematic.delete.does-not-exist": "La schematic {0} non esiste!", + "worldedit.schematic.delete.failed": "Eliminazione di {0} fallita! È in sola lettura?", + "worldedit.schematic.delete.deleted": "{0} è stato cancellato.", + "worldedit.schematic.formats.title": "Formati disponibili per gli appunti (Nome: Cerca nomi)", + "worldedit.schematic.unsupported-minecraft-version": "Questa versione di WorldEdit non supporta la tua versione di Minecraft. Le schematic non funzioneranno finché non sarà risolto.", + "worldedit.pos.already-set": "Posizione già impostata.", + "worldedit.pos.console-require-coords": "È necessario fornire le coordinate come console.", + "worldedit.hpos.no-block": "Nessun blocco in vista!", + "worldedit.hpos.already-set": "Posizione già impostata.", + "worldedit.chunk.selected-multiple": "Chunk selezionati: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk selezionati: {0}, {1}, {2}", + "worldedit.wand.invalid": "Bacchetta mal configurata o disabilitata.", + "worldedit.wand.selwand.info": "Click sinistro: seleziona pos #1; Click destro: seleziona pos #2", + "worldedit.wand.navwand.info": "Click sinistro: salta alla posizione; Click destro: passa attraverso i muri", + "worldedit.wand.selwand.now.tool": "La bacchetta selezione è ora uno strumento normale. È possibile disabilitarla con {0} e riassociarla a qualsiasi oggetto con {1} oppure ottenere una nuova bacchetta con {2}.", + "worldedit.contract.contracted": "Regione ristretta di {0} blocchi.", + "worldedit.shift.shifted": "Regione spostata.", + "worldedit.outset.outset": "Inizio della regione.", + "worldedit.inset.inset": "Inserto della regione.", + "worldedit.size.offset": "Offset: {0}", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Dimensione: {0}", + "worldedit.size.distance": "Distanza cuboide: {0}", + "worldedit.size.blocks": "# di blocchi: {0}", + "worldedit.count.counted": "Conteggiato: {0}", + "worldedit.distr.no-blocks": "Nessun blocco trovato.", + "worldedit.distr.no-previous": "Nessuna distribuzione precedente.", + "worldedit.distr.total": "Conteggio totale di blocchi: {0}", + "worldedit.select.cleared": "Selezione cancellata.", + "worldedit.select.cuboid.message": "Cuboid: click sinistro per il punto 1, click destro per il punto 2", + "worldedit.select.cuboid.description": "Seleziona due vertici di un cuboide", + "worldedit.select.extend.message": "Cuboid: click sinistro per il punto di partenza, tasto destro per estendere", + "worldedit.select.extend.description": "Modalità selezione cuboide veloce", + "worldedit.select.poly.message": "Selettore poligono 2D: Click sinistro/destro per aggiungere un punto.", + "worldedit.select.poly.limit-message": "Massimo {0} punti.", + "worldedit.select.poly.description": "Selezionare un poligono 2D con altezza", + "worldedit.select.ellipsoid.message": "Selettore ellissoide: click sinistro=centro, click destro per estendere", + "worldedit.select.ellipsoid.description": "Seleziona un ellissoide", + "worldedit.select.sphere.message": "Selettore fonte: click sinistro=centro, click destro per impostare il raggio", + "worldedit.select.sphere.description": "Seleziona una sfera", + "worldedit.select.cyl.message": "Selettore cilindrico: Click sinistro=centro, click destro per estendere", + "worldedit.select.cyl.description": "Seleziona un cilindro", + "worldedit.select.convex.message": "Selettore poliedrico convesso: click sinistro=Primo vertice, click destro per aggiungerne altri.", + "worldedit.select.convex.limit-message": "Massimo {0} punti.", + "worldedit.select.convex.description": "Seleziona un poliedro convesso", + "worldedit.select.default-set": "Il selettore regione predefinito è ora {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Vecchio formato: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regione/{0}", + "worldedit.listchunks.listfor": "Lista dei chunk per: {0}", + "worldedit.drain.drained": "{0} blocchi sono stati drenati.", + "worldedit.fill.created": "{0} blocchi sono stati riempiti.", + "worldedit.fillr.created": "{0} blocchi sono stati riempiti.", + "worldedit.fixlava.fixed": "{0} blocchi sono stati risolti.", + "worldedit.fixwater.fixed": "{0} blocchi sono stati sistemati.", + "worldedit.removeabove.removed": "{0} blocchi sono stati rimossi.", + "worldedit.removebelow.removed": "{0} blocchi sono stati rimossi.", + "worldedit.removenear.removed": "{0} blocchi sono stati rimossi.", + "worldedit.replacenear.replaced": "{0} blocchi sono stati rimpiazzati.", + "worldedit.snow.created": "{0} superfici sono state coperte.", + "worldedit.thaw.removed": "{0} blocchi sono stati sciolti.", + "worldedit.green.changed": "{0} blocchi hanno di nuovo una vegetazione.", + "worldedit.extinguish.removed": "{0} Fiamme sono stante estinte.", + "worldedit.butcher.killed": "{0} mob sono stati uccisi in un raggio di {1}.", + "worldedit.butcher.explain-all": "Usa -1 per rimuovere tutti i mob nei chunk caricati", + "worldedit.remove.removed": "{0} entità sono state contrassegnate per la rimozione.", + "worldedit.remove.explain-all": "Usa -1 per rimuovere tutti i mob nei chunk caricati", + "worldedit.calc.invalid": "'{0}' non può essere interpretato come espressione valida", + "worldedit.calc.invalid.with-error": "'{0}' non può essere interpretato come espressione valida: '{1}'", + "worldedit.paste.pasted": "Gli appunti sono stati incollati a {0}", + "worldedit.paste.selected": "Regione di incollo degli appunti selezionata.", + "worldedit.rotate.no-interpolation": "Nota: l'interpolazione non è ancora supportata, sono raccomandati angoli multipli di 90 gradi.", + "worldedit.rotate.rotated": "La copia negli appunti è stata ruotata.", + "worldedit.flip.flipped": "La copia negli appunti è stata capovolta.", + "worldedit.clearclipboard.cleared": "Appunti eliminati.", + "worldedit.set.done": "Operazione completata.", + "worldedit.set.done.verbose": "Operazione completata ({0}).", + "worldedit.line.changed": "{0} blocchi sono stati cambiati.", + "worldedit.line.invalid-type": "//line funziona solo con le selezioni cuboidi o poliedriche convesse", + "worldedit.curve.changed": "{0} blocchi sono stati cambiati.", + "worldedit.curve.invalid-type": "//curva funziona solo con selezioni poliedriche convesse", + "worldedit.replace.replaced": "{0} blocchi sono stati rimpiazzati.", + "worldedit.stack.changed": "{0} blocchi modificati. Annulla con //undo", + "worldedit.stack.intersecting-region": "L'offset dello stack non deve collidere con la regione quando si usano le unità blocco", + "worldedit.regen.regenerated": "Regione rigenerata.", + "worldedit.regen.failed": "Impossibile rigenerare i chunk. Controlla la console per i dettagli.", + "worldedit.walls.changed": "{0} blocchi sono stati cambiati.", + "worldedit.faces.changed": "{0} blocchi sono stati cambiati.", + "worldedit.overlay.overlaid": "{0} blocchi sono stati sovrapposti.", + "worldedit.naturalize.naturalized": "{0} blocchi sono stati modificati per sembrare più naturali.", + "worldedit.center.changed": "Centro impostato. ({0} blocchi cambiati)", + "worldedit.smooth.changed": "Heightmap del terreno levigata. {0} blocchi sono cambiati.", + "worldedit.move.moved": "{0} blocchi spostati.", + "worldedit.deform.deformed": "{0} blocchi sono stati deformati.", + "worldedit.hollow.changed": "{0} blocchi sono stati cambiati.", + "worldedit.forest.created": "{0} alberi creati.", + "worldedit.flora.created": "{0} flora creata.", + "worldedit.unstuck.moved": "Ecco fatto!", + "worldedit.ascend.obstructed": "Nessun punto libero trovato sopra di te.", + "worldedit.ascend.moved": "{0} livelli ascesi.", + "worldedit.descend.obstructed": "Nessun punto libero trovato sotto di te.", + "worldedit.descend.moved": "{0} livelli discesi.", + "worldedit.ceil.obstructed": "Nessun punto libero trovato sopra di te.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Nessun punto libero trovato davanti.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Nessun blocco in vista (o troppo lontano)!", + "worldedit.up.obstructed": "Colpiresti qualcosa sopra di te.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "È necessario specificare 1 o 2 valori di raggio.", + "worldedit.cyl.created": "{0} blocchi creati.", + "worldedit.sphere.invalid-radius": "È necessario specificare 1 o 3 valori di raggio.", + "worldedit.sphere.created": "{0} blocchi creati.", + "worldedit.forestgen.created": "{0} alberi creati.", + "worldedit.pumpkins.created": "{0} patch di zucca create.", + "worldedit.pyramid.created": "{0} blocchi creati.", + "worldedit.generate.created": "{0} blocchi creati.", + "worldedit.generatebiome.changed": "{0} biomi modificati.", + "worldedit.reload.config": "Configurazioni ricaricate!", + "worldedit.report.written": "Report di WorldEdit scritto in {0}", + "worldedit.report.error": "Fallita la scrittura del report {0}", + "worldedit.report.callback": "Report WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Timezone non valida", + "worldedit.timezone.set": "Timezone impostata a: {0} per questa sessione", + "worldedit.timezone.current": "L'ora corrente in quella timezone è: {0}", + "worldedit.version.version": "WorldEdit versione {0}", + "worldedit.version.bukkit.unsupported-adapter": "Questa versione di WorldEdit non supporta completamente la tua versione di Bukkit. Le block entities (ad esempio le casse) saranno vuote, le block properties (ad esempio la rotazione) mancherà e altre cose potrebbero non funzionare. Aggiorna WorldEdit per ripristinare questa funzionalità:\n{0}", + "worldedit.trace.no-tracing-extents": "Traccia: Non è stata utilizzata alcuna estensione.", + "worldedit.trace.action-failed": "Traccia: Azione(i) {0} a {1} scartata dall'estensione {2}", + "worldedit.trace.active.already": "Modalità traccia già attivata.", + "worldedit.trace.inactive.already": "Modalità traccia già disattivata.", + "worldedit.trace.active": "Modalità traccia attivata.", + "worldedit.trace.inactive": "Modalità traccia disattivata.", + "worldedit.command.time-elapsed": "{0}s trascorsi (cronologia: {1} cambiati; {2} blocchi/sec).", + "worldedit.command.permissions": "Non hai i permessi per farlo. Sei nella modalità giusta?", + "worldedit.command.player-only": "Questo comando deve essere usato con un giocatore.", + "worldedit.command.error.report": "Si prega di segnalare questo errore: [Vedi console]", + "worldedit.pastebin.uploading": "(Si prega di attendere... sto inviando l'output a pastebin...)", + "worldedit.session.cant-find-session": "Impossibile trovare la sessione per {0}", + "worldedit.platform.no-file-dialog": "File dialogs non supportati in questo ambiente.", + "worldedit.asset.load.loading": "(Attendere prego... caricamento della risorsa.)", + "worldedit.asset.load.still-loading": "(Attendere prego... caricamento della risorsa ancora in corso.)", + "worldedit.asset.load.failed": "Caricamento della risorsa fallito", + "worldedit.tool.max-block-changes": "Limite massimo di modifica blocchi raggiunto.", + "worldedit.tool.no-block": "Nessun blocco in vista!", + "worldedit.tool.repl.equip": "Strumento rimpiazza blocco associato a {0}.", + "worldedit.tool.repl.switched": "Strumento rimpiazzante cambiato con: {0}", + "worldedit.tool.data-cycler.equip": "Strumento data cycler associato a {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Non è consentito modificare i data value di quel blocco.", + "worldedit.tool.data-cycler.cant-cycle": "I dati di quel blocco non possono essere modificati!", + "worldedit.tool.data-cycler.new-value": "Il valore di {0} è ora {1}.", + "worldedit.tool.data-cycler.cycling": "Sto modificando {0}.", + "worldedit.tool.deltree.equip": "Strumento di rimozione alberi fluttuanti associato a {0}.", + "worldedit.tool.deltree.not-tree": "Non è un albero.", + "worldedit.tool.deltree.not-floating": "Non è un albero fluttuante.", + "worldedit.tool.tree.equip": "Strumento albero associato a {0}.", + "worldedit.tool.tree.obstructed": "Un albero non può crescere lì.", + "worldedit.tool.info.equip": "Strumento informazioni associato a {0}.", + "worldedit.tool.info.blockstate.hover": "Block state", + "worldedit.tool.info.internalid.hover": "ID Interno", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blocca Luce/Luce Sopra", + "worldedit.tool.none.equip": "Strumento scollegato dall'oggetto corrente.", + "worldedit.tool.none.to.unequip": "Il tuo oggetto attuale non è associato.", + "worldedit.tool.selwand.equip": "Bacchetta selezione associata a {0}.", + "worldedit.tool.navwand.equip": "Bacchetta navigazione associata a {0}.", + "worldedit.tool.floodfill.equip": "Strumento riempi liquido associato a {0}.", + "worldedit.tool.farwand.equip": "Strumento bacchetta lontana associato a {0}.", + "worldedit.tool.lrbuild.equip": "Strumento costruzione a lungo raggio associato a {0}.", + "worldedit.tool.lrbuild.set": "Click sinistro impostato a {0}; click destro impostato a {1}.", + "worldedit.tool.stack.equip": "Strumento stack associato a {0}.", + "worldedit.tool.unbind-instruction": "Esegui {0} tenendo in mano l'oggetto per disassociarlo.", + "worldedit.tool.superpickaxe.mode.single": "Modalità singola impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.mode.area": "Modalità area impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.mode.recursive": "Modalità ricorsiva impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.max-range": "L'intervallo massimo è {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super piccone già abilitato.", + "worldedit.tool.superpickaxe.disabled.already": "Super piccone già disabilitato.", + "worldedit.tool.superpickaxe.enabled": "Super piccone abilitato.", + "worldedit.tool.superpickaxe.disabled": "Super piccone disabilitato.", + "worldedit.tool.mask.set": "Maschera pennello impostata.", + "worldedit.tool.mask.disabled": "Maschera pennello disabilitata.", + "worldedit.tool.material.set": "Materiale pennello impostato.", + "worldedit.tool.range.set": "Intervallo pennello impostato.", + "worldedit.tool.size.set": "Dimensione pennello impostata.", + "worldedit.tool.tracemask.set": "Maschera traccia impostata.", + "worldedit.tool.tracemask.disabled": "Maschera traccia disabilitata.", + "worldedit.tool.error.cannot-bind": "Impossibile associare lo strumento a {0}: {1}", + "worldedit.tool.error.item-only": "I blocchi non possono essere usati.", + "worldedit.execute.script-permissions": "Non hai i permessi per usare quello script.", + "worldedit.executelast.no-script": "Usare prima /cs con un nome script.", + "worldedit.script.read-error": "Errore di lettura dello script: {0}", + "worldedit.script.unsupported": "Solo gli script .js sono attualmente supportati", + "worldedit.script.file-not-found": "Lo script non esiste: {0}", + "worldedit.script.no-script-engine": "Impossibile trovare un motore di script installato.\nVedi https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Esecuzione fallita: {0}", + "worldedit.script.failed-console": "Esecuzione fallita (vedi console): {0}", + "worldedit.operation.affected.biome": "{0} biomi modificati", + "worldedit.operation.affected.block": "{0} blocchi modificati", + "worldedit.operation.affected.column": "{0} colonne modificate", + "worldedit.operation.affected.entity": "{0} entità modificate", + "worldedit.operation.deform.expression": "deformato usando {0}", + "worldedit.error.invalid-number": "Richiesto numero; fornita stringa.", + "worldedit.error.invalid-number.matches": "Numero previsto; stringa \"{0}\" fornito.", + "worldedit.error.incomplete-region": "Prima seleziona una regione.", + "worldedit.error.unknown-block": "Il nome blocco '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-entity": "Il nome entità '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-mob": "Il nome mob '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-biome": "Il nome bioma '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-tag": "Il nome tag '{0}' non è stato riconosciuto.", + "worldedit.error.empty-tag": "Il nome tag '{0}' è vuoto.", + "worldedit.error.no-match": "Nessuna corrispondenza per '{0}'.", + "worldedit.error.disallowed-block": "Blocco '{0}' non consentito (vedi Configurazione WorldEdit).", + "worldedit.error.max-changes": "Raggiunto limite di blocchi modificabili per operazione ({0}).", + "worldedit.error.max-brush-radius": "Raggio massimo pennello (in configurazione): {0}", + "worldedit.error.max-radius": "Raggio massimo pennello (in configurazione): {0}", + "worldedit.error.unknown-direction": "Direzione sconosciuta: {0}", + "worldedit.error.empty-clipboard": "Gli appunti sono vuoti. Usare prima //copy.", + "worldedit.error.invalid-filename": "Nome file '{0}' non valido: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Caratteri errati o estensione mancante", + "worldedit.error.file-resolution": "Errore di risoluzione del file '{0}': {1}", + "worldedit.error.file-resolution.outside-root": "Il percorso è fuori dalla radice consentita", + "worldedit.error.file-resolution.resolve-failed": "Impossibile risolvere il percorso", + "worldedit.error.file-aborted": "Selezione file interrotta.", + "worldedit.error.no-file-selected": "Nessun file selezionato.", + "worldedit.error.world-unloaded": "Il mondo è stato già decaricato.", + "worldedit.error.not-a-block": "Questo oggetto non è un blocco.", + "worldedit.error.not-a-block.item": "L'oggetto '{0}' non è un blocco.", + "worldedit.error.incorrect-usage": "Uso corretto: {0}", + "worldedit.error.invalid-page": "Numero di pagina non valido", + "worldedit.error.parser.bad-state-format": "Formattazione di stato errata in {0}", + "worldedit.error.parser.duplicate-property": "Proprietà duplicata: {0}", + "worldedit.error.parser.empty-state": "Parte vuota nello stato", + "worldedit.error.parser.missing-equals-separator": "Separatore '=' mancante", + "worldedit.error.parser.clipboard.missing-offset": "Offset specificato con @ ma nessun offset dato. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Proprietà '{0}' sconosciuta per il blocco '{1}'", + "worldedit.error.parser.unknown-value": "Valore '{0}' sconosciuto per la proprietà '{1}'", + "worldedit.error.parser.empty-property": "Proprietà vuota nello stato", + "worldedit.error.parser.empty-value": "Valore vuoto nello stato", + "worldedit.error.parser.invalid-colon": "Punteggiatura errata (:).", + "worldedit.error.parser.invalid-expression": "Espressione non valida: {0}", + "worldedit.error.parser.negate-nothing": "Non può negare niente!", + "worldedit.error.parser.hanging-lbracket": "Formato non valido. parentesi aperta a '{0}'.", + "worldedit.error.parser.missing-rbracket": "Parentesi ']' finale mancante nello stato", + "worldedit.error.parser.missing-random-type": "Manca il tipo dopo il simbolo % per '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "L'offset degli appunti ha bisogno di coordinate x,y,z.", + "worldedit.error.parser.player-only": "Input '{0}' richiede un giocatore!", + "worldedit.error.disabled": "Questa funzionalità è disabilitata (vedi Configurazione WorldEdit).", + "worldedit.error.unknown": "Si è verificato un errore sconosciuto: {0}", + "worldedit.error.missing-extent": "Nessuna estensione è nota", + "worldedit.error.missing-session": "Nessuna LocalSession è nota", + "worldedit.error.missing-world": "Devi fornire un mondo (Prova //world)", + "worldedit.error.missing-actor": "Nessun attuatore è noto", + "worldedit.selection.convex.info.vertices": "Vertici: {0}", + "worldedit.selection.convex.info.triangles": "Triangoli: {0}", + "worldedit.selection.convex.explain.primary": "Iniziata nuova selezione con vertice {0}.", + "worldedit.selection.convex.explain.secondary": "Aggiunto il vertice {0} alla selezione.", + "worldedit.selection.cuboid.info.pos1": "Posizione 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posizione 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Prima posizione impostata a {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Prima posizione impostata a {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconda posizione impostata a {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconda posizione impostata a {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selezione iniziata a {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selezione estesa per includere {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centro: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Raggio: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posizione centrale impostata a {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posizione centrale impostata a {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Raggio impostato a {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Raggio impostato a {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "I cambiamenti agli ellissoidi devono essere proporzionali per ogni dimensione.", + "worldedit.selection.cylinder.info.center": "Centro: {0}", + "worldedit.selection.cylinder.info.radius": "Raggio: {0}", + "worldedit.selection.cylinder.explain.primary": "Avvio di una nuova selezione cilindrica a {0}.", + "worldedit.selection.cylinder.explain.secondary": "Raggio impostato a {0}/{1} blocchi. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Devi selezionare il punto centrale prima di impostare il raggio.", + "worldedit.selection.cylinder.error.even-horizontal": "I cambiamenti ai cilindri devono essere proporzionali per ogni dimensione orizzontale.", + "worldedit.selection.polygon2d.info": "# punti: {0}", + "worldedit.selection.polygon2d.explain.primary": "Avvio di un nuovo poligono a {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Aggiunto il punto #{0} a {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "I poligoni possono essere ampliati solo verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "I poligoni possono essere ridotti solo verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Raggio impostato a {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Raggio impostato a {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossibile cambiare NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Impossibile espandere un'intersezione regionale.", + "worldedit.selection.intersection.error.cannot-contract": "Impossibile ridurre un'intersezione regionale.", + "worldedit.selection.transform.error.cannot-expand": "Impossibile espandere una TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Impossibile ridurre una TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Impossibile cambiare una TransformedRegion.", + "worldedit.sideeffect.lighting": "Luci", + "worldedit.sideeffect.lighting.description": "Aggiornamenti illuminazione blocchi", + "worldedit.sideeffect.neighbors": "Vicini", + "worldedit.sideeffect.neighbors.description": "Notifica i blocchi vicini del cambiamento", + "worldedit.sideeffect.update": "Aggiorna", + "worldedit.sideeffect.update.description": "Notifica il blocco modificato", + "worldedit.sideeffect.validation": "Convalida", + "worldedit.sideeffect.validation.description": "Valida e corregge lo stato mondiale incoerente, come i blocchi disconnessi", + "worldedit.sideeffect.entity_ai": "IA entità", + "worldedit.sideeffect.entity_ai.description": "Aggiorna i percorsi dell'IA dell'entità per le modifiche del blocco", + "worldedit.sideeffect.events": "Eventi Mod/Plugin", + "worldedit.sideeffect.events.description": "Comunica ad altre mod/plugin queste modifiche quando applicabile", + "worldedit.sideeffect.state.on": "Acceso", + "worldedit.sideeffect.state.delayed": "Ritardato", + "worldedit.sideeffect.state.off": "Disattivo", + "worldedit.sideeffect.box.current": "Attuale", + "worldedit.sideeffect.box.change-to": "Fare click per impostare a {0}", + "worldedit.help.command-not-found": "Il comando {0} non è stato trovato.", + "worldedit.help.no-subcommands": "'{0}' non ha sottocomandi. (forse '{1}' è per un parametro?)", + "worldedit.help.subcommand-not-found": "Il sotto comando '{0}' sotto '{1}' non è stato trovato.", + "worldedit.cli.stopping": "Interrompendo!", + "worldedit.cli.unknown-command": "Comando sconosciuto!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ja/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ja/strings.json new file mode 100644 index 0000000..0315594 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ja/strings.json @@ -0,0 +1,255 @@ +{ + "worldedit.expand.description.vert": "選択範囲をワールド限界まで垂直方向に広げる", + "worldedit.expand.expanded": "エリアを {0} ブロック拡げました", + "worldedit.expand.expanded.vert": "エリアを {0} ブロック広げました (上から下まで)", + "worldedit.biomeinfo.lineofsight": "見ているバイオーム: {0}", + "worldedit.biomeinfo.position": "現在地のバイオーム: {0}", + "worldedit.biomeinfo.selection": "選択したバイオーム: {0}", + "worldedit.brush.radius-too-large": "ブラシを適用する最大半径: {0}", + "worldedit.brush.apply.description": "ブラシを利用するには、それぞれのブロックに適用してください", + "worldedit.brush.apply.radius": "ブラシの大きさ", + "worldedit.brush.apply.shape": "エリアの形状", + "worldedit.brush.apply.type": "使用するブラシのタイプ", + "worldedit.brush.apply.item.warning": "このブラシはアイテムを使用するシミュレーションを行います。全てのプラットフォームで正しく機能するとは限らない上、元の状態に復元できなくなったり、Modやプラグインと干渉して思わぬ不具合が発生する恐れがあります。使用する際はご自身の責任でお願いします。", + "worldedit.brush.paint.description": "ペイントブラシを利用するには、表面に適用してください", + "worldedit.brush.paint.size": "ブラシのサイズ", + "worldedit.brush.paint.shape": "エリアの形状", + "worldedit.brush.paint.density": "ブラシの密度", + "worldedit.brush.paint.type": "使用するブラシのタイプ", + "worldedit.brush.paint.item.warning": "このブラシはアイテムを使用するシミュレーションを行います。全てのプラットフォームで正しく機能するとは限らない上、元の状態に復元できなくなったり、Modやプラグインと干渉して思わぬ不具合が発生する恐れがあります。使用する際はご自身の責任でお願いします。", + "worldedit.brush.sphere.equip": "球体のブラシをセットしました ({0})。", + "worldedit.brush.cylinder.equip": "円柱のブラシをセットしました ({0} × {1})。", + "worldedit.brush.clipboard.equip": "クリップボードのブラシをセットしました。", + "worldedit.brush.smooth.equip": "整地ブラシをセットしました ({0} x {1} 倍 {2}を使用)。", + "worldedit.brush.extinguish.equip": "消しゴムをセットしました ({0})。", + "worldedit.brush.gravity.equip": "グラビティブラシをセットしました ({0})。", + "worldedit.brush.butcher.equip": "畜殺ブラシをセットしました ({0})。", + "worldedit.brush.operation.equip": "ブラシを {0} にセットしました。", + "worldedit.brush.heightmap.equip": "高度ブラシをセットしました ({0})。", + "worldedit.brush.heightmap.unknown": "高度ブラシが不明です。({0})", + "worldedit.brush.none.equip": "ブラシをアイテムから解除しました。", + "worldedit.setbiome.changed": "約 {0} ブロックのバイオームが変更されました。", + "worldedit.setbiome.warning": "変更を確認するには、ゲームを開き直す(またはワールドに入り直す)必要があります。", + "worldedit.drawsel.disabled": "サーバーのCUIを無効化しました", + "worldedit.drawsel.disabled.already": "サーバーのCUIは既に無効です", + "worldedit.drawsel.enabled.already": "サーバーのCUIは既に有効です", + "worldedit.limit.too-high": "あなたの利用可能な上限は {0} です", + "worldedit.limit.set": "ブロック変更の上限を {0} に設定", + "worldedit.limit.return-to-default": "( //limit を使用することで最初に戻せます)", + "worldedit.timeout.too-high": "あなたの最大タイムアウト時間は {0} ミリ秒です", + "worldedit.timeout.set": "タイムアウトの時間を {0} ミリ秒に変更しました。", + "worldedit.timeout.return-to-default": " (最初に戻るときは //timeout を使ってください)", + "worldedit.fast.disabled": "ファストモードを無効化しました", + "worldedit.fast.enabled": "ファストモードを有効にしました。影響するチャンクの明るさが正しく描写されなくなる可能性があり、変更を確認するには再度ワールドに入り直す必要があります。", + "worldedit.fast.disabled.already": "ファストモードは既に無効です", + "worldedit.fast.enabled.already": "ファストモードは既に有効です", + "worldedit.perf.sideeffect.set": "サイドエフェクト \"{0}\" を {1} に変更しました。", + "worldedit.perf.sideeffect.get": "サイドエフェクト \"{0}\" は {1} に変更されています。", + "worldedit.perf.sideeffect.already-set": "サイドエフェクト \"{0}\" はすでに {1} に変更されています。", + "worldedit.perf.sideeffect.set-all": "すべてのサイドエフェクトを {0} に変更しました。", + "worldedit.reorder.current": "再調整モードは {0} です", + "worldedit.reorder.set": "現在の再調整モードは {0} です", + "worldedit.gmask.disabled": "グローバルマスクを無効化しました", + "worldedit.gmask.set": "グローバルマスクを設定しました", + "worldedit.toggleplace.pos1": "現在 pos #1 に配置中", + "worldedit.toggleplace.player": "現在あなたが立っているブロックに配置中", + "worldedit.toggleplace.not-locatable": "このコンテキストでは配置を切り替えることができません。", + "worldedit.searchitem.too-short": "より長い検索文字列を入力してください(3文字以上)", + "worldedit.searchitem.either-b-or-i": "同時に 'b' と 'i' のフラグを設定することはできません", + "worldedit.searchitem.searching": "(アイテムを探しています、お待ちください...)", + "worldedit.watchdog.no-hook": "このプラットフォームにはウォッチドッグフックがありません", + "worldedit.watchdog.active.already": "ウォッチドッグフックは既に有効です", + "worldedit.watchdog.inactive.already": "ウォッチドッグフックは既に無効です", + "worldedit.watchdog.active": "ウォッチドッグフックを有効化しました", + "worldedit.watchdog.inactive": "ウォッチドッグフックを無効化しました", + "worldedit.world.remove": "ワールドのオーバーライドを削除しました", + "worldedit.world.set": "ワールドのオーバーライドを {0} に設定しました (最初に戻るには //world を使用してください)", + "worldedit.undo.undone": "{0} 個の編集をキャンセルしました", + "worldedit.undo.none": "キャンセルする編集がありません", + "worldedit.redo.redone": "{0} 回戻しました", + "worldedit.redo.none": "再度実行する編集がありません", + "worldedit.clearhistory.cleared": "履歴を削除しました", + "worldedit.raytrace.noblock": "視界にブロックがありません!", + "worldedit.restore.not-configured": "スナップショットまたはバックアップが作成されていません", + "worldedit.restore.not-available": "そのスナップショットは存在しないか利用できません", + "worldedit.restore.failed": "スナップショット: {0} の読み込みに失敗しました…", + "worldedit.restore.loaded": "スナップショット '{0}' の読み込みに成功しました。現在復元中です...", + "worldedit.restore.restored": "復元しましたが、{0} 個のチャンクが失われているほか、 {1} 個のエラーがあります", + "worldedit.restore.none-for-specific-world": "ワールド '{0} ' のスナップショットが見つかりませんでした。", + "worldedit.restore.none-for-world": "このワールドのスナップショットが見つかりませんでした…", + "worldedit.restore.none-found": "スナップショットが見つかりません", + "worldedit.restore.none-found-console": "スナップショットが見つかりません。詳細はコンソールを参照してください", + "worldedit.restore.chunk-not-present": "スナップショットの中にチャンクが存在しません…", + "worldedit.restore.chunk-load-failed": "チャンクが読み込めませんでした(ファイルが破損している可能性があります)", + "worldedit.restore.block-place-failed": "エラーが発生したため、ブロックの復元に失敗しました…", + "worldedit.restore.block-place-error": "前回のエラー: {0}", + "worldedit.snapshot.use.newest": "現在、最新のスナップショットを使用しています", + "worldedit.snapshot.use": "スナップショットを {0} に変更しました", + "worldedit.snapshot.none-before": "{0} 以前のスナップショットが見つかりませんでした", + "worldedit.snapshot.none-after": "{0} 以前のスナップショットが見つかりませんでした", + "worldedit.snapshot.index-above-0": "1以上でなければなりません。", + "worldedit.snapshot.index-oob": "1 から {0} の間でなければなりません", + "worldedit.schematic.unknown-format": "不明なスケマティックフォーマット: {0}", + "worldedit.schematic.load.does-not-exist": "スケマティック {0} が存在しません!", + "worldedit.schematic.load.loading": "(SCHEMATICファイルを読み込んでいます、お待ちください...)", + "worldedit.schematic.load.still-loading": "(Schematicファイルを読み込んでいます、しばらくお待ちください...)", + "worldedit.schematic.save.already-exists": "このスケマティックは既に存在します。上書きするには -fフラグを使用してください", + "worldedit.schematic.save.failed-directory": "スケマティック用のフォルダの作成に失敗しました…", + "worldedit.schematic.save.saving": "(SCHEMATICファイルを保存しています、お待ちください...)", + "worldedit.schematic.save.still-saving": "(Schematicファイルを保存しています、しばらくお待ちください...)", + "worldedit.schematic.delete.does-not-exist": "スケマティック {0} が存在しません!", + "worldedit.schematic.delete.failed": "スケマティック {0} の削除に失敗しました…(読み取り専用に設定されている可能性があります)", + "worldedit.schematic.delete.deleted": "{0} は削除されました", + "worldedit.schematic.formats.title": "利用できるクリップボードフォーマット(名前で検索)", + "worldedit.schematic.unsupported-minecraft-version": "このバージョンのWorldEditはこのMinecraftをサポートしていません。サポートするまでSCHEMATICは動作しません。", + "worldedit.pos.already-set": "すでに設定されています。", + "worldedit.pos.console-require-coords": "座標を設定する必要があります。", + "worldedit.hpos.no-block": "見ているブロックがありません!", + "worldedit.hpos.already-set": "すでに設定されています。", + "worldedit.chunk.selected-multiple": "選択されたチャンク: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "チャンク選択済み: {0}、 {1}、 {2}", + "worldedit.wand.invalid": "wandアイテムが正しく設定されていないか、無効化されています。", + "worldedit.wand.selwand.info": "左クリック: 開始位置(pos #1) を設定、右クリック: 終了位置(pos #2) を設定", + "worldedit.wand.navwand.info": "左クリック: 一番上のブロックへ移動、右クリック: 壁の向こう側へ移動", + "worldedit.wand.selwand.now.tool": "選択用の杖は通常のツールになりました。 {0} で無効にして、 {1} で任意のアイテムにまたセットするか、 {2}で新しい杖を手に入れることができます。", + "worldedit.contract.contracted": "エリアを {0} ブロック狭めました", + "worldedit.shift.shifted": "エリアを変更しました", + "worldedit.outset.outset": "保護の始まり", + "worldedit.inset.inset": "範囲の差し込み", + "worldedit.size.offset": "オフセット: {0}", + "worldedit.size.type": "タイプ: {0}", + "worldedit.size.size": "サイズ: {0}", + "worldedit.size.distance": "立方体の距離: {0}", + "worldedit.size.blocks": "ブロック数: {0}", + "worldedit.count.counted": "カウント:{0}", + "worldedit.distr.no-blocks": "ブロックはカウントされません。", + "worldedit.distr.no-previous": "以前の配布はありません。", + "worldedit.distr.total": "合計ブロック数: {0}", + "worldedit.select.cleared": "選択を解除しました。", + "worldedit.select.cuboid.message": "立方体:ポイント1を左クリック, ポイント2を右クリック", + "worldedit.select.cuboid.description": "直方体の2つのコーナーを選択", + "worldedit.select.extend.message": "立方体:始点を左クリック、延長するには右クリック", + "worldedit.select.extend.description": "高速立方体選択モード", + "worldedit.select.poly.message": "2Dポリゴンセレクター:左/右クリックしてポイントを追加します。", + "worldedit.select.poly.limit-message": "最大{0} ポイント。", + "worldedit.select.poly.description": "高さのある2Dポリゴンを選択する", + "worldedit.select.ellipsoid.message": "楕円体セレクター:左クリック=中央、右クリックで拡張", + "worldedit.select.ellipsoid.description": "楕円体を選択", + "worldedit.select.sphere.message": "球セレクター:左クリック=中央、右クリックして半径を設定", + "worldedit.select.sphere.description": "球を選択", + "worldedit.select.cyl.message": "円柱セレクター:左クリック=中央、右クリックで延長", + "worldedit.select.cyl.description": "シリンダーを選択", + "worldedit.select.convex.message": "凸多面体セレクター:左クリック=最初の頂点、右クリックでさらに追加。", + "worldedit.select.convex.limit-message": "最大{0} ポイント。", + "worldedit.select.convex.description": "凸多面体を選択してください", + "worldedit.select.default-set": "デフォルトの地域セレクタは{0} になりました。", + "worldedit.chunkinfo.chunk": "チャンク:{0}、{1}", + "worldedit.chunkinfo.old-filename": "古い形式:{0}", + "worldedit.chunkinfo.mcregion-filename": "マクレオン:地域/ {0}", + "worldedit.listchunks.listfor": "チャンクのリスト:{0}", + "worldedit.drain.drained": "{0} ブロックが空になりました。", + "worldedit.fill.created": "{0} 個のブロックが満たされました。", + "worldedit.fillr.created": "{0} 個のブロックが満たされました。", + "worldedit.fixlava.fixed": "{0} ブロックが修正されました。", + "worldedit.fixwater.fixed": "{0} ブロックが修正されました。", + "worldedit.removeabove.removed": "{0} ブロックが削除されました。", + "worldedit.removebelow.removed": "{0} ブロックが削除されました。", + "worldedit.removenear.removed": "{0} ブロックが削除されました。", + "worldedit.replacenear.replaced": "{0} 個のブロックが置き換えられました。", + "worldedit.snow.created": "{0} 個の表面が覆われています。", + "worldedit.thaw.removed": "{0} ブロックが解凍されました。", + "worldedit.green.changed": "{0} ブロックは緑化されています。", + "worldedit.extinguish.removed": "{0} 箇所の火を鎮火しました。", + "worldedit.butcher.killed": "半径{1} ブロックで{0} 匹のMobがキルされました。", + "worldedit.butcher.explain-all": "ロード済みのチャンクから全てのモブを削除する場合は、-1を入力してください", + "worldedit.remove.removed": "{0} エンティティに削除のマークが付けられました。", + "worldedit.remove.explain-all": "ロード済みのチャンクから全てのエンティティを削除する場合は、-1を入力してください", + "worldedit.calc.invalid": "'{0}' は有効な解析を実行できませんでした", + "worldedit.calc.invalid.with-error": "'{0}' は有効な式として解析できませんでした: '{1}'", + "worldedit.paste.pasted": "クリップボードの内容は {0} に貼り付けられました", + "worldedit.paste.selected": "選択したクリップボード貼り付け領域。", + "worldedit.rotate.no-interpolation": "注意:数値の補間には対応していません。そのため角度は90の倍数で指定することを推奨します", + "worldedit.rotate.rotated": "クリップボードのデータを回転しました", + "worldedit.flip.flipped": "クリップボードのデータを裏返しました", + "worldedit.clearclipboard.cleared": "クリップボードを消去しました", + "worldedit.set.done": "操作が完了しました", + "worldedit.set.done.verbose": "操作が完了しました({0})", + "worldedit.line.changed": "{0} ブロックが変更されました。", + "worldedit.line.invalid-type": "//lineは直方体選択または凸多面体選択でのみ機能します。", + "worldedit.curve.changed": "{0} ブロックが変更されました。", + "worldedit.curve.invalid-type": "//curve は凸多面体の選択でのみ動作します。", + "worldedit.replace.replaced": "{0} 個のブロックが置き換えられました。", + "worldedit.stack.changed": "{0} 個のブロックが変更されました。//undo で元に戻します。", + "worldedit.regen.regenerated": "エリアが再生成されました", + "worldedit.regen.failed": "チャンクの再生成ができませんでした。詳細はコンソールで確認してください。", + "worldedit.walls.changed": "{0} ブロックが変更されました。", + "worldedit.faces.changed": "{0} ブロックが変更されました。", + "worldedit.hollow.changed": "{0} ブロックが変更されました。", + "worldedit.unstuck.moved": "はい!", + "worldedit.ascend.obstructed": "あなたの上に利用可能な場所が見つかりませんでした", + "worldedit.descend.obstructed": "あなたの下に利用可能な場所が見つかりませんでした", + "worldedit.ceil.obstructed": "あなたの上に利用可能な場所が見つかりませんでした", + "worldedit.ceil.moved": "ビューン!", + "worldedit.thru.obstructed": "あなたの前方に利用可能な場所が見つかりませんでした", + "worldedit.thru.moved": "ビューン!", + "worldedit.jumpto.moved": "パッ!", + "worldedit.jumpto.none": "あなたの視界にブロックが存在しないか、遠すぎます!", + "worldedit.up.obstructed": "あなたの上のエリアを直撃するかもしれません", + "worldedit.up.moved": "ビューン!", + "worldedit.cyl.invalid-radius": "1または2の半径を示す必要があります", + "worldedit.sphere.invalid-radius": "1または3の半径を示す必要があります", + "worldedit.reload.config": "設定を再読み込みしました!", + "worldedit.report.written": "{0} 宛のWorldEditレポート", + "worldedit.report.error": "レポート: {0} の作成に失敗しました…", + "worldedit.report.callback": "WorldEditレポート: {0}.report", + "worldedit.timezone.invalid": "無効なタイムゾーン", + "worldedit.timezone.set": "このセッションのタイムゾーンを {0} に設定", + "worldedit.timezone.current": "そのタイムゾーンでの現在の時間: {0}", + "worldedit.version.version": "WorldEditのバージョン {0}", + "worldedit.command.time-elapsed": "{0} 秒経過 (ログ: {1} 完了; {2} ブロック/秒)", + "worldedit.pastebin.uploading": "(しばらくお待ち下さい… 結果を保存中…)", + "worldedit.session.cant-find-session": "{0} のセッションを検索できません", + "worldedit.tool.max-block-changes": "変更できるブロック数の上限に達しました!", + "worldedit.tool.no-block": "視界にブロックがありません!", + "worldedit.tool.repl.equip": "置換ツールは {0} に設定されています。", + "worldedit.tool.repl.switched": "消しゴムツールは {0} に変更されました", + "worldedit.tool.data-cycler.equip": "ブロックデータサイクラーは {0} に設定されています。", + "worldedit.tool.data-cycler.block-not-permitted": "そのブロックのデータ値をサイクルする権限がありません!", + "worldedit.tool.data-cycler.cant-cycle": "そのブロックのデータはサイクルできません!", + "worldedit.tool.data-cycler.new-value": "{0} の値は現在 {1} です", + "worldedit.tool.data-cycler.cycling": "{0} をサイクルしています", + "worldedit.tool.deltree.equip": "空中の木削除ツールを {0} にセットしました。", + "worldedit.tool.deltree.not-tree": "それは木ではありません。気のせいです。", + "worldedit.tool.deltree.not-floating": "それは空中に残った木ではありません", + "worldedit.tool.tree.equip": "木ツールを {0} にセットしました。", + "worldedit.tool.tree.obstructed": "木をそこに設置することはできません", + "worldedit.tool.info.equip": "情報ツールを {0} にセットしました。", + "worldedit.tool.info.blockstate.hover": "ブロックの状態", + "worldedit.tool.info.internalid.hover": "内部ID", + "worldedit.tool.info.light.hover": "ブロックの明るさ / 上部の明るさ", + "worldedit.tool.none.equip": "ツールをアイテムから解除しました。", + "worldedit.tool.none.to.unequip": "現在のアイテムには何もセットされていません。", + "worldedit.tool.selwand.equip": "選択用の杖を {0} にセットしました。", + "worldedit.tool.navwand.equip": "案内用の杖を {0} にセットしました。", + "worldedit.tool.floodfill.equip": "水源用ツールを {0} にセットしました。", + "worldedit.tool.farwand.equip": "遠方用杖を {0} にセットしました。", + "worldedit.tool.lrbuild.equip": "広範囲建築用ツールを {0} にセットしました。", + "worldedit.tool.lrbuild.set": "左クリックで {0} にセット、右クリックで {1} にセット", + "worldedit.tool.stack.equip": "スタックツールを {0} にセットしました。", + "worldedit.execute.script-permissions": "実行権限がありません。", + "worldedit.operation.deform.expression": "{0} を使用して変形しました", + "worldedit.error.parser.player-only": "'{0}' を入力するにはプレイヤーが必要です。", + "worldedit.selection.cuboid.explain.primary": "開始位置を {0} に設定しました。", + "worldedit.selection.cuboid.explain.primary-area": "開始位置を {0} ({1}) に設定しました。", + "worldedit.selection.cuboid.explain.secondary": "終了位置を {0} に設定しました。", + "worldedit.selection.cuboid.explain.secondary-area": "終了位置を {0} ({1}) に設定しました。", + "worldedit.selection.ellipsoid.info.center": "中央: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 半径: {0}", + "worldedit.selection.cylinder.info.center": "中央: {0}", + "worldedit.sideeffect.entity_ai": "エンティティAI", + "worldedit.sideeffect.events": "MOD/プラグイン イベント", + "worldedit.sideeffect.state.on": "オン", + "worldedit.sideeffect.state.off": "オフ", + "worldedit.help.command-not-found": "コマンド '{0}' が見つかりませんでした", + "worldedit.cli.unknown-command": "コマンドが存在しません" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ka/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ka/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ka/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kab/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kab/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kab/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kn/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kn/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kn/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ko/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ko/strings.json new file mode 100644 index 0000000..75aead4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ko/strings.json @@ -0,0 +1,344 @@ +{ + "worldedit.expand.description.vert": "선택을 세계 한계까지 수직으로 확장합니다.", + "worldedit.expand.expanded": "영역이 {0}블록 확장됨", + "worldedit.expand.expanded.vert": "영역 {0}블록 확장됨 (위에서 아래로).", + "worldedit.biomeinfo.lineofsight": "시선 지점의 생물군계: {0}", + "worldedit.biomeinfo.position": "현재 위치의 생물군계: {0}", + "worldedit.biomeinfo.selection": "선택된 곳의 생물군계: {0}", + "worldedit.brush.radius-too-large": "허용된 브러시 최대 범위: {0}", + "worldedit.brush.apply.description": "칠 브러시, 모든 블록에 칠을 적용합니다", + "worldedit.brush.apply.radius": "브러시 크기", + "worldedit.brush.apply.shape": "영역 모양", + "worldedit.brush.apply.type": "사용할 브러시의 종류", + "worldedit.brush.apply.item.warning": "이 브러시는 아이템 사용을 시뮬레이션 합니다. 이는 모든 플랫폼에서 작동하지 않을 수 있으며, 되돌릴 수 없습니다. 또한 다른 모드 혹은 플러그인과의 이상한 상호작용을 발생시킬 수 있습니다. 이를 반드시 숙지하고 사용하십시오.", + "worldedit.brush.paint.description": "페인트 브러시, 표면에 칠을 적용합니다", + "worldedit.brush.paint.size": "브러시 크기", + "worldedit.brush.paint.shape": "영역 모양", + "worldedit.brush.paint.density": "브러시 밀도", + "worldedit.brush.paint.type": "사용할 브러시의 종류", + "worldedit.brush.paint.item.warning": "이 브러시는 아이템 사용을 시뮬레이션 합니다. 이는 모든 플랫폼에서 작동하지 않을 수 있으며, 되돌릴 수 없습니다. 또한 다른 모드 혹은 플러그인과의 이상한 상호작용을 발생시킬 수 있습니다. 이를 반드시 숙지하고 사용하십시오.", + "worldedit.brush.sphere.equip": "구형 브러시 장착됨 ({0}).", + "worldedit.brush.cylinder.equip": "실린더 모양 브러시 장착됨 ({0} - {1}).", + "worldedit.brush.clipboard.equip": "클립보드 모양 브러시 장착됨.", + "worldedit.brush.smooth.equip": "부드럽게 다듬기 브러쉬 장착됨 ({0} x {1}x {2} 사용).", + "worldedit.brush.extinguish.equip": "소화기 장착됨 ({0}).", + "worldedit.brush.gravity.equip": "중력 브러시로 장착됨 ({0}).", + "worldedit.brush.butcher.equip": "도살자 브러시 장착됨 ({0}).", + "worldedit.brush.operation.equip": "브러시가 {0}으(로) 설정됨.", + "worldedit.brush.heightmap.equip": "높이맵 브러시가 장착됨 ({0})", + "worldedit.brush.heightmap.unknown": "알 수 없는 높이맵 브러시: {0}.", + "worldedit.brush.none.equip": "현재 아이템에서 브러시를 제거했습니다.", + "worldedit.setbiome.changed": "약 {0} 개 블럭의 바이옴이 변경되었습니다.", + "worldedit.setbiome.warning": "변경사항을 확인하려면 게임을 재접속해야 할 수도 있습니다(또는 월드를 닫고 다시 켜야 할 수도 있습니다).", + "worldedit.drawsel.disabled": "서버 CUI가 비활성화 되었습니다.", + "worldedit.drawsel.disabled.already": "서버 CUI는 이미 비활성화 상태입니다.", + "worldedit.drawsel.enabled.already": "서버 CUI는 이미 활성화 상태입니다.", + "worldedit.limit.too-high": "허용된 블럭의 최대치는 {0} 블럭입니다.", + "worldedit.limit.set": "블럭 변경의 최대치를 {0} 블럭으로 정하였습니다.", + "worldedit.limit.return-to-default": "(//limit을 사용하면 기본값으로 되돌아갑니다.)", + "worldedit.timeout.too-high": "허용된 지연의 최대치는 {0}ms입니다.", + "worldedit.timeout.set": "타임아웃 시간을 {0}ms로 설정했습니다.", + "worldedit.timeout.return-to-default": " (//timeout을 사용하면 기본값으로 되돌아갑니다.)", + "worldedit.fast.disabled": "고속 모드 비활성화됨.", + "worldedit.fast.enabled": "고속 모드가 활성화됨. 영향을 받은 구역의 명암이 잘못되거나 변경 사항을 확인하려면 재접속해야 할 수 있습니다.", + "worldedit.fast.disabled.already": "이미 고속 모드 비활성화됨.", + "worldedit.fast.enabled.already": "이미 고속 모드 활성화됨.", + "worldedit.perf.sideeffect.set": "부과 효과 \"{0}\"이 {1}(으)로 설정됨", + "worldedit.perf.sideeffect.get": "부과 효과 \"{0}\"(이)가 {1}(으)로 설정됨", + "worldedit.perf.sideeffect.already-set": "부과 효과 \"{0}\"(이)가 이미 {1}입니다.", + "worldedit.perf.sideeffect.set-all": "모든 부과 효과가 {0}로 설정됨", + "worldedit.reorder.current": "렌더러 모드가 {0} 입니다", + "worldedit.reorder.set": "이제 렌더러 모드는 {0} 입니다", + "worldedit.gmask.disabled": "글로벌 마스크가 비활성화 되었습니다.", + "worldedit.gmask.set": "글로벌 마스크가 생성되었습니다.", + "worldedit.toggleplace.pos1": "이제 첫 번째 위치에 설치합니다", + "worldedit.toggleplace.player": "이제 당신이 서 있는 블록 안에 설치합니다", + "worldedit.searchitem.too-short": "검색글자는 최소 3글자 이상이어야 합니다(len > 2).", + "worldedit.searchitem.either-b-or-i": "당신은 'b'와 'i' 플래그를 동시에 사용할 수 없습니다.", + "worldedit.searchitem.searching": "(아이템 검색 중입니다... 잠시만 기다려주세요.)", + "worldedit.watchdog.no-hook": "이 플랫폼에는 감시 장치 고리가 없습니다.", + "worldedit.watchdog.active.already": "감시 장치 고리가 이미 활성화되어 있습니다.", + "worldedit.watchdog.inactive.already": "감시 장치 고리가 이미 비활성화되어 있습니다.", + "worldedit.watchdog.active": "이제 감시 장치 고리가 활성화되었습니다.", + "worldedit.watchdog.inactive": "이제 감시 장치 고리가 비활성화되었습니다.", + "worldedit.undo.undone": "{0}번 가능한 편집을 취소했습니다.", + "worldedit.undo.none": "취소할 것이 없습니다.", + "worldedit.redo.redone": "{0}번의 가능한 편집을 되돌렸습니다.", + "worldedit.redo.none": "되돌릴 것이 없습니다.", + "worldedit.clearhistory.cleared": "기록 삭제됨.", + "worldedit.raytrace.noblock": "시야에 블럭이 없습니다!", + "worldedit.restore.not-configured": "스냅숏/백업 복원이 구성되지 않았습니다.", + "worldedit.restore.not-available": "스냅숏이 존재하지 않거나 사용할 수 없습니다.", + "worldedit.restore.failed": "스냅숏 불러오기를 실패했습니다: {0}", + "worldedit.restore.loaded": "스냅샷 '{0}'을(를) 불러왔고, 현재 복원 중입니다...", + "worldedit.restore.restored": "복원되었습니다만, {0}개의 청크가 손실되었고 {1}개의 다른 오류가 있습니다.", + "worldedit.restore.none-for-specific-world": "'{0}' 월드에서 스냅숏을 찾지 못했습니다.", + "worldedit.restore.none-for-world": "이 월드에서 스냅숏을 찾지 못했습니다.", + "worldedit.restore.none-found": "스냅숏을 찾지 못했습니다.", + "worldedit.restore.none-found-console": "스냅숏을 찾지 못했습니다. 자세한 내용은 콘솔을 확인해주세요.", + "worldedit.restore.chunk-not-present": "스냅샷에는 청크가 존재하지 않습니다.", + "worldedit.restore.chunk-load-failed": "청크를 불러올 수 없었습니다. (저장소 불량?)", + "worldedit.restore.block-place-failed": "오류로 인해 블록이 복원되지 않았습니다.", + "worldedit.restore.block-place-error": "최근 에러: {0}", + "worldedit.snapshot.use.newest": "최신 스냅숏을 사용 중입니다.", + "worldedit.snapshot.use": "스냅샷 설정: {0}", + "worldedit.snapshot.none-before": "{0} 이전에 생성된 스냅샷을 찾을 수 없습니다.", + "worldedit.snapshot.none-after": "{0} 이후에 생성된 스냅샷을 찾을 수 없습니다.", + "worldedit.snapshot.index-above-0": "인덱스가 유효하지 않습니다. 1 이상이어야 합니다.", + "worldedit.snapshot.index-oob": "인덱스가 유효하지 않습니다. 1과 {0} 사이어야 합니다.", + "worldedit.schematic.unknown-format": "알려지지 않은 도식 형태입니다: {0}.", + "worldedit.schematic.load.does-not-exist": "존재하지 않는 도식 {0} 입니다!", + "worldedit.schematic.load.loading": "기다려 주세요... 건축물이 저장되고 있습니다.", + "worldedit.schematic.load.still-loading": "(기다려 주세요... 아직 도식을 불러오는 중입니다.)", + "worldedit.schematic.save.already-exists": "그 도식은 이미 존재합니다. -f 플래그를 이용해 덮어씌우세요.", + "worldedit.schematic.save.failed-directory": "도식들을 위한 폴더를 생성할 수 없었습니다!", + "worldedit.schematic.save.saving": "기다려 주세요... 건축물이 저장되고 있습니다.", + "worldedit.schematic.save.still-saving": "(기다려 주세요.. 아직 도식을 저장중입니다.)", + "worldedit.schematic.delete.does-not-exist": "존재하지 않는 도식 {0} 입니다!", + "worldedit.schematic.delete.failed": "{0} 삭제에 실패하였습니다! 읽기 전용으로 되어있나요?", + "worldedit.schematic.delete.deleted": "{0} 이 삭제되었습니다", + "worldedit.schematic.formats.title": "이용할 수 있는 클립보드 형식", + "worldedit.schematic.unsupported-minecraft-version": "해당 버전의 WorldEdit은 이 Minecraft 버전을 지원하지 않습니다. 이 문제가 해결될 때까지 Schematics은 작동하지 않습니다.", + "worldedit.pos.already-set": "위치가 이미 정해졌습니다.", + "worldedit.pos.console-require-coords": "콘솔로 좌표축을 제공해야 합니다.", + "worldedit.hpos.no-block": "시야에 블럭이 없습니다!", + "worldedit.hpos.already-set": "위치가 이미 정해졌습니다.", + "worldedit.chunk.selected-multiple": "청크가 선택됨: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "청크가 선택됨: {0}, {1}, {2}", + "worldedit.wand.invalid": "지휘봉이 구성되지 않았거나 사용할 수 없습니다.", + "worldedit.wand.selwand.info": "좌클릭: #1지점 선택, 우클릭: #2지점 선택", + "worldedit.wand.navwand.info": "좌클릭: 에임으로 텔레포트; 우클릭: 벽 관통", + "worldedit.wand.selwand.now.tool": "선택된 완드가 일반 도구로 설정되었습니다. {0}로 비활성화 할 수 있고, {1}로 아무 아이템이나 다시 제본할 수 있고, 또는 {2}로 새로운 완드를 얻을 수 있습니다.", + "worldedit.contract.contracted": "영역이 {0} 블록 확장됨.", + "worldedit.shift.shifted": "지역 변경됨.", + "worldedit.outset.outset": "지역 아웃셋됨.", + "worldedit.inset.inset": "지역 인셋됨.", + "worldedit.size.offset": "오프셋: {0}", + "worldedit.size.type": "유형: {0}", + "worldedit.size.size": "크기: {0}", + "worldedit.size.distance": "큐보이드 거리: {0}", + "worldedit.size.blocks": "#의 블록 수: {0}", + "worldedit.count.counted": "카운트: {0}", + "worldedit.distr.no-blocks": "블록이 카운트되지 않았습니다", + "worldedit.distr.total": "총 블럭 갯수: {0}", + "worldedit.select.cleared": "선택한것이 정리되었습니다.", + "worldedit.select.cuboid.description": "직육면체의 두 꼭짓점을 선택합니다", + "worldedit.select.extend.message": "직육면체: 좌클릭으로 시작 지점을, 우클릭으로 연장하세요", + "worldedit.select.extend.description": "고속 직육면체 선택 모드", + "worldedit.select.poly.message": "2D 다각형 선택기: 좌/우클릭으로 꼭짓점을 추가하세요.", + "worldedit.select.poly.limit-message": "최대 {0}개 꼭짓점", + "worldedit.select.poly.description": "높이가 있는 2D 다각형 선택", + "worldedit.select.ellipsoid.description": "타원체 선택", + "worldedit.select.sphere.message": "구 선택기: 좌클릭=중앙 설정, 우클릭으로 반지름을 설정", + "worldedit.select.sphere.description": "동그라미를 선택해주세요", + "worldedit.select.cyl.message": "원기둥 선택기: 좌클릭=중앙 선택, 우클릭으로 확장", + "worldedit.select.cyl.description": "원기둥 선택", + "worldedit.select.convex.message": "볼록 다면체 선택기: 좌클릭=첫 번째 꼭짓점, 우클릭으로 더 추가.", + "worldedit.select.convex.limit-message": "최대 {0}개 꼭짓점", + "worldedit.select.default-set": "기본 지역 선택자는 이제 {0} 입니다.", + "worldedit.chunkinfo.chunk": "청크: {0}, {1}", + "worldedit.chunkinfo.old-filename": "이전 형식: {0}", + "worldedit.drain.drained": "액체 {0} 블럭이 말랐습니다.", + "worldedit.fill.created": "블럭 {0} 개가 채워졌습니다.", + "worldedit.fillr.created": "블럭 {0} 개가 채워졌습니다.", + "worldedit.fixlava.fixed": "용암 {0} 블럭이 고정되었습니다.", + "worldedit.fixwater.fixed": "물 {0} 블럭이 고정되었습니다.", + "worldedit.removeabove.removed": "블럭 {0} 개가 지워졌습니다.", + "worldedit.removebelow.removed": "블럭 {0} 개가 지워졌습니다.", + "worldedit.removenear.removed": "블럭 {0} 개가 지워졌습니다.", + "worldedit.replacenear.replaced": "블럭 {0} 개가 교체되었습니다.", + "worldedit.snow.created": "블럭 {0} 개의 표면을 덮었습니다.", + "worldedit.thaw.removed": "물 {0} 블럭이 녹았습니다.", + "worldedit.green.changed": "블럭 {0} 개가 녹지화 되었습니다.", + "worldedit.extinguish.removed": "불 {0} 블럭이 꺼졌습니다.", + "worldedit.butcher.killed": "범위 {1} 에서 몬스터 {0} 마리를 죽였습니다.", + "worldedit.butcher.explain-all": "-1을 사용하면 로드된 청크의 모든 몬스터를 제거합니다.", + "worldedit.remove.removed": "{0} 개의 엔티티가 제거 대상으로 표시되었습니다.", + "worldedit.remove.explain-all": "-1을 사용하면 로드된 청크의 모든 엔티티를 제거합니다.", + "worldedit.calc.invalid": "'{0}'을 유효한 표현식으로 바꿀 수 없습니다.", + "worldedit.paste.pasted": "클립보드를 {0} 에 붙여졌습니다.", + "worldedit.paste.selected": "클립보드 붙여넣기 영역이 선택되었습니다.", + "worldedit.rotate.no-interpolation": "참고: 보간은 아직 지원되지 않으므로 각도를 90의 배수로 지정하는 것을 추천드립니다.", + "worldedit.rotate.rotated": "클립보드에 있는 사본을 회전시켰습니다.", + "worldedit.flip.flipped": "클립보드에 있는 사본을 반전시켰습니다.", + "worldedit.clearclipboard.cleared": "클립보드를 비웠습니다.", + "worldedit.set.done": "작업이 완료되었습니다.", + "worldedit.set.done.verbose": "({0}) 작업이 완료되었습니다.", + "worldedit.line.changed": "블럭 {0} 개가 변경되었습니다.", + "worldedit.line.invalid-type": "//line은 입방형과 블럭 다면체 선택에서만 작동합니다.", + "worldedit.curve.changed": "블럭 {0} 개가 변경되었습니다.", + "worldedit.curve.invalid-type": "//curve 명령어는 블럭 다면체 선택에서만 작동합니다.", + "worldedit.replace.replaced": "블럭 {0} 개가 교체되었습니다.", + "worldedit.stack.changed": "블럭 {0} 개가 변경되었습니다. //undo로 취소할 수 있습니다.", + "worldedit.regen.regenerated": "영역이 재생성되었습니다.", + "worldedit.regen.failed": "청크를 재생성할 수 없습니다. 자세한 사항은 콘솔을 확인하세요.", + "worldedit.walls.changed": "블럭 {0} 개가 변경되었습니다.", + "worldedit.faces.changed": "블럭 {0} 개가 변경되었습니다.", + "worldedit.overlay.overlaid": "블럭 {0} 개를 덮어씌웠습니다.", + "worldedit.naturalize.naturalized": "블럭 {0} 개를 더 자연적으로 만들었습니다.", + "worldedit.center.changed": "중심이 지정되었습니다. (블럭 {0} 개가 변경되었습니다.)", + "worldedit.smooth.changed": "지형의 높이를 부드럽게 했습니다. 블럭 {0} 개가 변경되었습니다,", + "worldedit.move.moved": "블럭 {0} 개가 이동했습니다.", + "worldedit.deform.deformed": "블럭 {0} 개가 변형되었습니다.", + "worldedit.hollow.changed": "블럭 {0} 개가 변경되었습니다.", + "worldedit.forest.created": "나무 {0} 그루가 생성되었습니다.", + "worldedit.flora.created": "식물 {0} 블럭이 생성되었습니다.", + "worldedit.unstuck.moved": "나왔어요!", + "worldedit.ceil.moved": "우와아!", + "worldedit.thru.moved": "우와아!", + "worldedit.jumpto.moved": "휙!", + "worldedit.up.moved": "우와아!", + "worldedit.cyl.created": "블럭 {0} 개가 생성되었습니다.", + "worldedit.sphere.created": "블럭 {0} 개가 생성되었습니다.", + "worldedit.forestgen.created": "나무 {0} 그루가 생성되었습니다.", + "worldedit.pumpkins.created": "{0} 개의 호박무리가 생성됨.", + "worldedit.pyramid.created": "블럭 {0} 개가 생성되었습니다.", + "worldedit.generate.created": "{0} 개의 블럭이 생성되었습니다.", + "worldedit.generatebiome.changed": "생물군계가 {0} 블록 영향받음.", + "worldedit.reload.config": "환경 설정을 다시 불러왔습니다!", + "worldedit.report.written": "WorldEdit 보고서가 {0}에 쓰여졌습니다", + "worldedit.report.error": "보고서를 쓰는데 실패했습니다: {0}", + "worldedit.report.callback": "월드에딧 보고서: {0}.보고서", + "worldedit.timezone.invalid": "유효하지 않은 타임존", + "worldedit.timezone.set": "시간대가 {0} 세션으로 설정되었습니다", + "worldedit.timezone.current": "설정한 시간대에 현재 시각은 {0}입니다", + "worldedit.version.version": "월드에딧 버전 {0}", + "worldedit.trace.active.already": "추척 모드가 이미 활성화됨.", + "worldedit.trace.inactive.already": "추척 모드가 이미 비활성화됨.", + "worldedit.trace.active": "추적 모드가 활성화됨.", + "worldedit.trace.inactive": "추척 모드가 비활성화됨.", + "worldedit.command.permissions": "당신은 그렇게 할 수 없습니다. 지금 모드가 올바른가요?", + "worldedit.command.player-only": "해당 명령어는 플레이어만 사용 가능합니다.", + "worldedit.command.error.report": "이 에러를 보고해주세요: [콘솔 확인]", + "worldedit.pastebin.uploading": "(기다려주세요... 출력물을 pastebin에 보내는 중입니다...)", + "worldedit.session.cant-find-session": "{0} 에 대한 세션을 찾을 수 없습니다.", + "worldedit.asset.load.loading": "(잠시 기다려 주세요... 내부 데이터를 불러오는 중입니다.)", + "worldedit.asset.load.still-loading": "(잠시 기다려 주세요... 아직도 내부 데이터를 불러오는 중입니다.)", + "worldedit.asset.load.failed": "내부 데이터 불러오기를 실패했습니다", + "worldedit.tool.max-block-changes": "변경 가능한 블럭의 최대치에 도달하였습니다.", + "worldedit.tool.no-block": "시야에 블럭이 없습니다!", + "worldedit.tool.deltree.not-tree": "그것은 나무가 아닙니다.", + "worldedit.tool.tree.obstructed": "나무는 그곳에 갈 수 없습니다.", + "worldedit.tool.info.blockstate.hover": "블록 상태", + "worldedit.tool.info.internalid.hover": "내부 ID", + "worldedit.tool.info.legacy.hover": "레거시 아이디:데이터", + "worldedit.tool.superpickaxe.mode.single": "모드가 현재 싱글 모드입니다. 곡괭이를 좌클릭하세요. //로 비활성화 할 수 있습니다.", + "worldedit.tool.superpickaxe.mode.area": "모드가 현재 구역 모드입니다. 곡괭이를 좌클릭하세요. //로 비활성화 할 수 있습니다.", + "worldedit.tool.superpickaxe.mode.recursive": "모드가 현재 재귀 모드입니다. 곡괭이를 좌클릭하세요. //로 비활성화 할 수 있습니다.", + "worldedit.tool.superpickaxe.max-range": "최대 범위는 {0} 입니다.", + "worldedit.tool.superpickaxe.enabled.already": "슈퍼 곡괭이는 이미 활성화 상태입니다.", + "worldedit.tool.superpickaxe.disabled.already": "슈퍼 곡괭이는 이미 비활성화 상태입니다.", + "worldedit.tool.superpickaxe.enabled": "슈퍼 곡괭이가 활성화되었습니다.", + "worldedit.tool.superpickaxe.disabled": "슈퍼 곡괭이가 비활성화되었습니다.", + "worldedit.tool.mask.set": "브러시 마스크 설정됨.", + "worldedit.tool.mask.disabled": "브러시 마스크 비활성화됨.", + "worldedit.tool.material.set": "브러시 재료 설정됨.", + "worldedit.tool.range.set": "브러시 범위 설정됨.", + "worldedit.tool.size.set": "브러시 크기 설정됨.", + "worldedit.tool.tracemask.set": "트레이스 마스크가 설정되었습니다.", + "worldedit.tool.tracemask.disabled": "트레이스 마스크가 비활성화 되었습니다.", + "worldedit.tool.error.item-only": "블록을 사용할 수 없음.", + "worldedit.execute.script-permissions": "스크립트를 실행할 권한이 없습니다.", + "worldedit.executelast.no-script": "명령어 /cs 를 스크립트의 이름과 함께 입력하십시오.", + "worldedit.script.read-error": "스크립트 읽기 오류: {0}", + "worldedit.script.unsupported": ".js 스크립트만 현재 지원중입니다", + "worldedit.script.file-not-found": "{0} 스크립트가 존재하지 않습니다.", + "worldedit.script.no-script-engine": "설치된 스크립트 엔진을 찾는 데 실패했습니다. 다음 링크를 확인해주세요.\nhttps://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "실행 실패: {0}", + "worldedit.script.failed-console": "실행 실패 (콘솔 확인바람): {0}", + "worldedit.operation.affected.biome": "바이옴 {0}개가 적용됨", + "worldedit.operation.affected.block": "블록 {0} 개가 적용됨", + "worldedit.operation.affected.column": "세로열 {0}개가 적용됨", + "worldedit.operation.affected.entity": "엔티티 {0}개가 적용됨", + "worldedit.error.invalid-number": "수가 주어져야 합니다; 문자열이 주어졌습니다.", + "worldedit.error.invalid-number.matches": "수가 주어져야 하지만 문자열 {0} 이(가) 주어졌습니다.", + "worldedit.error.incomplete-region": "먼저 지역을 선택하십시오.", + "worldedit.error.unknown-block": "블럭명 '{0}'은(는) 인식되지 않았습니다.", + "worldedit.error.unknown-entity": "엔티티명 '{0}'은(는) 인식되지 않았습니다.", + "worldedit.error.unknown-mob": "몹 이름 '{0}'은(는) 인식되지 않았습니다.", + "worldedit.error.unknown-biome": "바이옴명 '{0}'은(는) 인식되지 않았습니다.", + "worldedit.error.unknown-tag": "태그명 '{0}'은(는) 인식되지 않았습니다.", + "worldedit.error.empty-tag": "태그명 '{0}'은(는) 아무런 내용이 없습니다.", + "worldedit.error.no-match": "'{0}'와(과) 일치하지 않음.", + "worldedit.error.disallowed-block": "블럭 '{0}'은 허용되지 않습니다 (WorldEdit 환경 설정 참고).", + "worldedit.error.max-changes": "처리할 수 있는 블록의 한계치를 넘어섰습니다(현재: {0}).", + "worldedit.error.max-brush-radius": "(설정 파일에 지정된) 최대 브러시 범위: {0}", + "worldedit.error.max-radius": "(설정 파일에 지정된) 최대 범위: {0}", + "worldedit.error.unknown-direction": "알 수 없는 경로: {0}", + "worldedit.error.empty-clipboard": "현재 클립보드가 비어있습니다. //copy를 먼저 사용하세요.", + "worldedit.error.invalid-filename": "'{0}' 파일명이 유효하지 않음: {1}", + "worldedit.error.file-resolution.resolve-failed": "경로를 확인하지 못했습니다", + "worldedit.error.file-aborted": "파일 선택에 실패함.", + "worldedit.error.no-file-selected": "선택된 파일이 없습니다.", + "worldedit.error.world-unloaded": "해당 세계가 이미 로드되지 않았습니다.", + "worldedit.error.not-a-block": "이 아이템은 블럭이 아닙니다.", + "worldedit.error.not-a-block.item": "아이템 '{0}'(은)는 블럭이 아닙니다.", + "worldedit.error.incorrect-usage": "사용법: {0}", + "worldedit.error.invalid-page": "유효하지 않은 페이지 번호", + "worldedit.error.parser.bad-state-format": "해당 작업을 처리하기에 {0} 블록만큼 좋은 상태가 아닙니다", + "worldedit.error.parser.duplicate-property": "복제 설정값: {0}", + "worldedit.error.parser.empty-state": "부분이 비어있음", + "worldedit.error.parser.missing-equals-separator": "'=' separator 누락됨.", + "worldedit.error.parser.clipboard.missing-offset": "@(으)로 지정된 오프셋이 있지만 오프셋이 제공되지 않았습니다. '#copy@[x,y,z]'를 사용하세요.", + "worldedit.error.parser.unknown-property": "속성 '{0}'는 '{1}'에 적용되지 않습니다.", + "worldedit.error.parser.unknown-value": "값 '{0}'는 '{1}'에 적용되지 않는 속성입니다.", + "worldedit.error.parser.empty-property": "속성이 비어있음", + "worldedit.error.parser.empty-value": "값이 비어있음", + "worldedit.error.parser.invalid-colon": "유효하지 않은 colon입니다.", + "worldedit.error.parser.invalid-expression": "잘못된 입력: {0}", + "worldedit.error.parser.player-only": "입력란 '{0}'에는 플레이어가 들어가야 합니다!", + "worldedit.error.disabled": "이 기능은 비활성화 되었습니다 (WorldEdit 환경 설정 참고).", + "worldedit.error.unknown": "알 수 없는 오류가 발생했습니다: {0}", + "worldedit.error.missing-extent": "범위가 설정되지 않았습니다.", + "worldedit.error.missing-session": "로컬섹션이 설정되지 않았습니다.", + "worldedit.error.missing-world": "월드를 먼저 제시해야 합니다 (//world 입력)", + "worldedit.error.missing-actor": "행위자가 설정되지 않았습니다.", + "worldedit.selection.convex.info.vertices": "꼭짓점: {0}", + "worldedit.selection.convex.info.triangles": "삼각형: {0}", + "worldedit.selection.cuboid.info.pos1": "위치 1: {0}", + "worldedit.selection.cuboid.info.pos2": "위치 2: {0}", + "worldedit.selection.cuboid.explain.primary": "첫번째 위치가 {0} 로 지정되었습니다.", + "worldedit.selection.cuboid.explain.primary-area": "첫번째 위치가 {0} 로 지정되었습니다. ({1})", + "worldedit.selection.cuboid.explain.secondary": "두번째 위치가 {0} 로 지정되었습니다.", + "worldedit.selection.cuboid.explain.secondary-area": "두번째 위치가 {0} 로 지정되었습니다. ({1})", + "worldedit.selection.extend.explain.primary": "{0} ({1})에서 선택 시작됨.", + "worldedit.selection.ellipsoid.info.center": "중앙: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 범위: {0}", + "worldedit.selection.ellipsoid.explain.primary": "중심 위치가 {0} 로 지정되었습니다.", + "worldedit.selection.ellipsoid.explain.primary-area": "중심 위치가 {0} 로 지정되었습니다. ({1})", + "worldedit.selection.ellipsoid.explain.secondary": "범위가 {0} 으로 정해졌습니다.", + "worldedit.selection.ellipsoid.explain.secondary-area": "범위가 {0} 으로 정해졌습니다 ({1}).", + "worldedit.selection.cylinder.info.center": "중심: {0}", + "worldedit.selection.cylinder.info.radius": "범위: {0}", + "worldedit.selection.cylinder.explain.primary": "{0} 에서 새로운 원통형 선택을 시작 중.", + "worldedit.selection.cylinder.explain.secondary": "범위가 {0}/{1} 블럭으로 정해졌습니다. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "범위를 지정하기 전에 중심점을 선택해야 합니다.", + "worldedit.selection.polygon2d.info": "# 포인트: {0}", + "worldedit.selection.polygon2d.explain.primary": "{0} 에서 새로운 폴리곤을 시작 중.", + "worldedit.selection.polygon2d.explain.secondary": "{1} 에 포인트 #{0} 를 추가했습니다.", + "worldedit.selection.sphere.explain.secondary": "범위가 {0} 으로 정해졌습니다.", + "worldedit.selection.sphere.explain.secondary-defined": "범위가 {0} 으로 정해졌습니다 ({1}).", + "worldedit.selection.intersection.error.cannot-expand": "영역을 교차로를 확장할 수 없습니다.", + "worldedit.selection.intersection.error.cannot-contract": "영역을 교차로를 수축할 수 없습니다.", + "worldedit.sideeffect.lighting": "조명", + "worldedit.sideeffect.lighting.description": "블럭 밝기 업데이트", + "worldedit.sideeffect.neighbors": "이웃", + "worldedit.sideeffect.neighbors.description": "근처 블록들의 변화를 감지합니다", + "worldedit.sideeffect.update": "업데이트", + "worldedit.sideeffect.update.description": "변경된 블럭 알리기", + "worldedit.sideeffect.validation": "확인", + "worldedit.sideeffect.entity_ai": "엔티디 AI", + "worldedit.sideeffect.entity_ai.description": "블록의 변화에 따른 엔티티 AI를 업데이트합니다", + "worldedit.sideeffect.events": "모드/플러그인 이벤트", + "worldedit.sideeffect.events.description": "해당될 때 다른 모드/플러그인에게 이 변화들에 대해 알립니다", + "worldedit.sideeffect.state.on": "켬", + "worldedit.sideeffect.state.delayed": "지연됨", + "worldedit.sideeffect.state.off": "끔", + "worldedit.sideeffect.box.current": "현재", + "worldedit.sideeffect.box.change-to": "클릭하여 {0}(으)로 설정", + "worldedit.help.command-not-found": "명령어 '{0}' 을 찾을 수 없습니다.", + "worldedit.help.no-subcommands": "{0} 는 하위 명령어가 없습니다. (혹시 '{1}'은 매개 변수인가요?)", + "worldedit.help.subcommand-not-found": "{1} 의 하위 명령어 {0} 을 찾을 수 없습니다", + "worldedit.cli.stopping": "정지하는 중!", + "worldedit.cli.unknown-command": "알 수 없는 명령어입니다!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerüstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerüstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerüstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerüstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerüstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerüstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerüstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden für etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schließen und wieder öffnen), um Änderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstützt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige Zeitüberschreitung ist {0}ms.", + "worldedit.timeout.set": "Zeitüberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurückzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Änderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Überschreibung der Welt entfernt.", + "worldedit.world.set": "Überschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurückzukehren)", + "worldedit.undo.undone": "{0} verfügbare Bearbeitungen rückgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum Rückgängig machen verfügbar.", + "worldedit.redo.redone": "{0} verfügbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfügbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfügbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "Für die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "Für diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole für Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "Ungültiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "Ungültiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu überschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner für Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschützt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "Verfügbare Formate für Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstützt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole müssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick für Punkt 1, Rechtsklick für Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick für einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufügen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick für Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick für ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks für: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grün gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden für das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gültiger Ausdruck übersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gültiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefügt", + "worldedit.paste.selected": "Einfügebereich für Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstützt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. Rückgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole für Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natürlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du würdest etwas über dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} Kürbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "Ungültige Zeitzone", + "worldedit.timezone.set": "Zeitzone für diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstützt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach Ausmaß {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung für {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstützt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Änderungslimit für Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ändern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ändere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug für Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darüber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum Füllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "Führe {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske für Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske für Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material für Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite für Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstützt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim Ausführen: {0}", + "worldedit.script.failed-console": "Fehler beim Ausführen (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer für '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungültig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ungültige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist außerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "Ungültige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' für Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' für Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "Ungültiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "Ungültiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "Ungültiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schließende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol für '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz für die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefügt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Änderungen müssen für jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen müssen auch für jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefügt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe über den Änderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "Überprüfung", + "worldedit.sideeffect.validation.description": "Überprüft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade für die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins über diese Änderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' für einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kw/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kw/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kw/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lb/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lb/strings.json new file mode 100644 index 0000000..0eba529 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lb/strings.json @@ -0,0 +1,5 @@ +{ + "worldedit.expand.description.vert": "Den ausgewielten bereich get vertikal bis un d'limiten vun der Walt erweidert.", + "worldedit.expand.expanded": "D'auswahl em {0} bleeck erweideren", + "worldedit.expand.expanded.vert": "Auswahl em {0} bleeck erweidert (uewen-no-ennen)." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/li/strings.json b/config/worldedit/.archive-unpack/2e1dd752/li/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/li/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lol/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lol/strings.json new file mode 100644 index 0000000..f4733ca --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lol/strings.json @@ -0,0 +1,308 @@ +{ + "worldedit.expand.description.vert": "VERTICALLY EXPAND TEH SELECSHUN 2 WURLD LIMITS.", + "worldedit.expand.expanded": "REGION EXPANDD {0} BLOCKZ", + "worldedit.expand.expanded.vert": "REGION EXPANDD {0} BLOCKZ (TOP-2-BOTTOM).", + "worldedit.biomeinfo.lineofsight": "BIOMEZ AT LINE OV SIGHT POINT: {0}", + "worldedit.biomeinfo.position": "BIOMEZ AT UR POSISHUN: {0}", + "worldedit.biomeinfo.selection": "BIOMEZ IN UR SELECSHUN: {0}", + "worldedit.brush.radius-too-large": "MAXIMUM ALLOWD BRUSH RADIUS: {0}", + "worldedit.brush.apply.description": "APPLY BRUSH, APPLY FUNCSHUN 2 EVRY BLOCK", + "worldedit.brush.apply.radius": "TEH SIZE OV TEH BRUSH", + "worldedit.brush.apply.shape": "TEH SHAPE OV TEH REGION", + "worldedit.brush.apply.type": "TYPE OV BRUSH 2 USE", + "worldedit.brush.apply.item.warning": "DIS BRUSH SIMULATEZ ITEM USAGEZ. ITZ EFFECTS CUD NOT WERK ON ALL PLATFORMS, CUD NOT BE UNDO-ABLE, AN CUD CAUSE STRANGE INTERACSHUNS WIF OTHR MODZ/PLUGINS. USE AT UR OWN RISK.", + "worldedit.brush.paint.description": "PAINT BRUSH, APPLY FUNCSHUN 2 SURFACE", + "worldedit.brush.paint.size": "TEH SIZE OV TEH BRUSH", + "worldedit.brush.paint.shape": "TEH SHAPE OV TEH REGION", + "worldedit.brush.paint.density": "TEH DENSITY OV TEH BRUSH", + "worldedit.brush.paint.type": "TYPE OV BRUSH 2 USE", + "worldedit.brush.paint.item.warning": "DIS BRUSH SIMULATEZ ITEM USAGEZ. ITZ EFFECTS CUD NOT WERK ON ALL PLATFORMS, CUD NOT BE UNDO-ABLE, AN CUD CAUSE STRANGE INTERACSHUNS WIF OTHR MODZ/PLUGINS. USE AT UR OWN RISK.", + "worldedit.brush.sphere.equip": "SFERE BRUSH SHAPE EQUIPPD ({0}).", + "worldedit.brush.cylinder.equip": "CYLINDR BRUSH SHAPE EQUIPPD ({0} BY {1}).", + "worldedit.brush.clipboard.equip": "CLIPBORD BRUSH SHAPE EQUIPPD.", + "worldedit.brush.smooth.equip": "SMOOTH BRUSH EQUIPPD ({0} X {1}X USIN {2}).", + "worldedit.brush.extinguish.equip": "EXTINGUISHR EQUIPPD ({0}).", + "worldedit.brush.gravity.equip": "GRAVITY BRUSH EQUIPPD ({0}).", + "worldedit.brush.butcher.equip": "BUTCHR BRUSH EQUIPPD ({0}).", + "worldedit.brush.operation.equip": "SET BRUSH 2 {0}.", + "worldedit.brush.none.equip": "BRUSH UNBOUND FRUM UR CURRENT ITEM.", + "worldedit.drawsel.disabled": "SERVR CUI DISABLD.", + "worldedit.drawsel.disabled.already": "SERVR CUI ALREADY DISABLD.", + "worldedit.drawsel.enabled.already": "SERVR CUI ALREADY ENABLD.", + "worldedit.limit.too-high": "UR MAXIMUM ALLOWABLE LIMIT IZ {0}.", + "worldedit.limit.set": "BLOCK CHANGE LIMIT SET 2 {0}.", + "worldedit.limit.return-to-default": "(USE //limit 2 GO BAK 2 TEH DEFAULT.)", + "worldedit.timeout.too-high": "UR MAXIMUM ALLOWABLE TIEMOUT IZ {0}MS.", + "worldedit.timeout.return-to-default": " (USE //timeout 2 GO BAK 2 TEH DEFAULT.)", + "worldedit.fast.disabled": "FAST MODE DISABLD.", + "worldedit.fast.enabled": "FAST MODE ENABLD. LIGHTIN IN DA AFFECTD CHUNKZ CUD BE WRONG AN/OR U CUD NED 2 REJOIN 2 C CHANGEZ.", + "worldedit.fast.disabled.already": "FAST MODE ALREADY DISABLD.", + "worldedit.fast.enabled.already": "FAST MODE ALREADY ENABLD.", + "worldedit.reorder.current": "TEH REORDR MODE IZ {0}", + "worldedit.reorder.set": "TEH REORDR MODE IZ NAO {0}", + "worldedit.gmask.disabled": "GLOBAL MASK DISABLD.", + "worldedit.gmask.set": "GLOBAL MASK SET.", + "worldedit.toggleplace.pos1": "NAO PLACIN AT POS #1.", + "worldedit.toggleplace.player": "NAO PLACIN AT TEH BLOCK U STAND IN.", + "worldedit.searchitem.too-short": "ENTR LONGR SEARCH STRIN (LEN > 2).", + "worldedit.searchitem.either-b-or-i": "U CANT USE BOTH TEH 'b' AN 'i' FLAGS SIMULTANEOUSLY.", + "worldedit.searchitem.searching": "(PLZ WAIT... SEARCHIN ITEMS.)", + "worldedit.watchdog.no-hook": "DIS PLATFORM HAS NO WATCHDOG HOOK.", + "worldedit.watchdog.active.already": "WATCHDOG HOOK ALREADY ACTIV.", + "worldedit.watchdog.inactive.already": "WATCHDOG HOOK ALREADY INACTIV.", + "worldedit.watchdog.active": "WATCHDOG HOOK NAO ACTIV.", + "worldedit.watchdog.inactive": "WATCHDOG HOOK NAO INACTIV.", + "worldedit.world.remove": "REMOVD WURLD OVERRIDE.", + "worldedit.world.set": "SET TEH WURLD OVERRIDE 2 {0}. (USE //world 2 GO BAK 2 DEFAULT)", + "worldedit.undo.undone": "UNDID {0} AVAILABLE EDITS.", + "worldedit.undo.none": "NOTHIN LEFT 2 UNDO.", + "worldedit.redo.redone": "REDID {0} AVALIBL CHAENJZ.", + "worldedit.redo.none": "NOTHIN LEFT 2 REDO.", + "worldedit.clearhistory.cleared": "HISTORY CLEARD.", + "worldedit.raytrace.noblock": "NO BLOCK IN SIGHT!", + "worldedit.restore.not-configured": "SNAPSHOT/BAKUP RESTORE IZ NOT CONFIGURD.", + "worldedit.restore.not-available": "DAT SNAPSHOT DOEZ NOT EXIST OR IZ NOT AVAILABLE.", + "worldedit.restore.failed": "FAILD 2 LOAD SNAPSHOT: {0}", + "worldedit.restore.loaded": "SNAPSHOT {0} LOADD; NAO RESTORIN...", + "worldedit.restore.restored": "RESTORD; {0} MISIN CHUNKZ AN {1} OTHR ERRORS.", + "worldedit.restore.none-for-specific-world": "NO SNAPSHUTS WUZ FINDZ 4 WURLD '{0}'.", + "worldedit.restore.none-for-world": "NO SNAPSHOTS WUZ FINDZ 4 DIS WURLD.", + "worldedit.restore.none-found": "NO SNAPSHOTS WUZ FINDZ.", + "worldedit.restore.none-found-console": "NO SNAPSHOTS WUZ FINDZ. C CONSOLE 4 DETAILS.", + "worldedit.restore.chunk-not-present": "CHUNKZ WUZ NOT PRESENT IN SNAPSHOT.", + "worldedit.restore.chunk-load-failed": "NO CHUNKZ CUD BE LOADD. (BAD ARCHIV?)", + "worldedit.restore.block-place-failed": "ERRORS PREVENTD ANY BLOCKZ FRUM BEAN RESTORD.", + "worldedit.restore.block-place-error": "LAST ERROR: {0}", + "worldedit.snapshot.use.newest": "NAO USIN NEWEST SNAPSHOT.", + "worldedit.snapshot.use": "SNAPSHOT SET 2: {0}", + "worldedit.snapshot.none-before": "COULDNT FIND SNAPSHOT BEFORE {0}.", + "worldedit.snapshot.none-after": "COULDNT FIND SNAPSHOT AFTR {0}.", + "worldedit.snapshot.index-above-0": "UNVALID INDEX, MUST BE BIGGR THAN OR TEH SAME AS 1.", + "worldedit.snapshot.index-oob": "INVALID INDEX, MUST BE TWEEN 1 AN {0}.", + "worldedit.schematic.unknown-format": "UNKNOWN SCHEMATIC FORMAT: {0}.", + "worldedit.schematic.load.does-not-exist": "SCHEMATIC {0} DOEZ NOT EXIST!", + "worldedit.schematic.load.loading": "(PLZ WAIT... LOADIN SCHEMATIC.)", + "worldedit.schematic.load.still-loading": "Plz wait! skematic still loading!", + "worldedit.schematic.save.already-exists": "DAT SCHEMATIC ALREADY EXISTS. USE TEH -f FLAG 2 OVERWRITE IT.", + "worldedit.schematic.save.failed-directory": "CUD NOT CREATE FOLDR 4 SCHEMATICS!", + "worldedit.schematic.save.saving": "(PLZ WAIT... SAVIN SCHEMATIC.)", + "worldedit.schematic.save.still-saving": "Plz wait! skematic still savingz!", + "worldedit.schematic.delete.does-not-exist": "SCHEMATIC {0} DOEZ NOT EXIST!", + "worldedit.schematic.delete.failed": "DELESHUN OV {0} FAILD! IZ READ-ONLY?", + "worldedit.schematic.delete.deleted": "{0} HAS BEEN DELETD.", + "worldedit.schematic.formats.title": "AVAILABLE CLIPBORD FORMATS (NAYM: LOOKUP NAMEZ)", + "worldedit.pos.already-set": "POSISHUN ALREADY SET.", + "worldedit.pos.console-require-coords": "U MUST PROVIDE COORDINATEZ AS CONSOLE.", + "worldedit.hpos.no-block": "NO BLOCK IN SIGHT!", + "worldedit.hpos.already-set": "POSISHUN ALREADY SET.", + "worldedit.chunk.selected-multiple": "chukz selected: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "chuk selected: {0}, {1}, {2}", + "worldedit.wand.invalid": "WAND ITEM IZ MIS-CONFIGURD OR DISABLD.", + "worldedit.wand.selwand.info": "LEFT CLICK: SELECT POS #1; RITE CLICK: SELECT POS #2", + "worldedit.wand.navwand.info": "LEFT CLICK: JUMP 2 LOCASHUN; RITE CLICK: PAS THRU WALLS", + "worldedit.wand.selwand.now.tool": "Selekshun wand now normal tol! can disable with {0}, rebind to otherr item with {1}, or get NEW wan with {2}.", + "worldedit.contract.contracted": "REGION CONTRACTD {0} BLOCKZ.", + "worldedit.shift.shifted": "REGION SHIFTD.", + "worldedit.outset.outset": "REGION OUTSET.", + "worldedit.inset.inset": "REGION INSET.", + "worldedit.size.offset": "OFFSET: {0}", + "worldedit.size.type": "TYPE: {0}", + "worldedit.size.size": "SIZE: {0}", + "worldedit.size.distance": "CUBOID DISTANCE: {0}", + "worldedit.size.blocks": "# OV BLOCKZ: {0}", + "worldedit.count.counted": "COUNTD: {0}", + "worldedit.distr.no-blocks": "NO BLOCKZ COUNTD.", + "worldedit.distr.no-previous": "NO PREVIOUS DISTRIBUSHUN.", + "worldedit.distr.total": "TOTAL BLOCK COUNT: {0}", + "worldedit.select.cleared": "SELECSHUN CLEARD.", + "worldedit.select.cuboid.message": "CUBOID: LEFT CLICK 4 POINT 1, RITE CLICK 4 POINT 2", + "worldedit.select.cuboid.description": "SELECT 2 CORNERS OV CUBOID", + "worldedit.select.extend.message": "CUBOID: LEFT CLICK 4 STARTIN POINT, RITE CLICK 2 EXTEND", + "worldedit.select.extend.description": "FAST CUBOID SELECSHUN MODE", + "worldedit.select.poly.message": "2D POLYGON SELECTOR: LEFT/RITE CLICK 2 ADD POINT.", + "worldedit.select.poly.limit-message": "{0} POINTS MAXIMUM.", + "worldedit.select.poly.description": "SELECT 2D POLYGON WIF HEIGHT", + "worldedit.select.ellipsoid.message": "ELLIPSOID SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 EXTEND", + "worldedit.select.ellipsoid.description": "SELECT AN ELLIPSOID", + "worldedit.select.sphere.message": "SFERE SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 SET RADIUS", + "worldedit.select.sphere.description": "SELECT SFERE", + "worldedit.select.cyl.message": "CYLINDRICAL SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 EXTEND", + "worldedit.select.cyl.description": "SELECT CYLINDR", + "worldedit.select.convex.message": "CONVEX POLYHEDRAL SELECTOR: LEFT CLICK=FURST VERTEX, RITE CLICK 2 ADD MOAR.", + "worldedit.select.convex.limit-message": "{0} POINTS MAXIMUM.", + "worldedit.select.convex.description": "SELECT CONVEX POLYHEDRAL", + "worldedit.select.default-set": "UR DEFAULT REGION SELECTOR IZ NAO {0}.", + "worldedit.chunkinfo.chunk": "CHUNK: {0}, {1}", + "worldedit.chunkinfo.old-filename": "OLD FORMAT: {0}", + "worldedit.chunkinfo.mcregion-filename": "MCREGION: region/{0}\n", + "worldedit.listchunks.listfor": "LISTIN CHUNKZ 4: {0}", + "worldedit.drain.drained": "{0} BLOCKZ HAS BEEN DRAIND.", + "worldedit.fill.created": "{0} BLOCKZ HAS BEEN FILLD.", + "worldedit.fillr.created": "{0} BLOCKZ HAS BEEN FILLD.", + "worldedit.fixlava.fixed": "{0} BLOCKZ HAS BEEN FIXD.", + "worldedit.fixwater.fixed": "{0} BLOCKZ HAS BEEN FIXD.", + "worldedit.removeabove.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.removebelow.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.removenear.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.replacenear.replaced": "{0} BLOCKZ HAS BEEN REPLACD.", + "worldedit.snow.created": "{0} SURFACEZ HAS BEEN COVERD.", + "worldedit.thaw.removed": "{0} BLOCKZ HAS BEEN THAWD.", + "worldedit.green.changed": "{0} BLOCKZ HAS BEEN GREEND.", + "worldedit.extinguish.removed": "{0} FIREZ HAS BEEN EXTINGUISHD.", + "worldedit.butcher.killed": "{0} MOBS HAS BEEN KILLD IN RADIUS OV {1}.", + "worldedit.butcher.explain-all": "USE -1 2 REMOOV ALL MOBS IN LOADD CHUNKZ", + "worldedit.remove.removed": "{0} ENTITIEZ HAS BEEN MARKD 4 REMOVAL.", + "worldedit.remove.explain-all": "USE -1 2 REMOOV ALL ENTITIEZ IN LOADD CHUNKZ", + "worldedit.calc.invalid": "'{0}' CUD NOT BE PARSD AS VALID EXPRESHUN", + "worldedit.paste.pasted": "TEH CLIPBORD HAS BEEN PASTD AT {0}", + "worldedit.paste.selected": "SELECTD CLIPBORD PASTE REGION.", + "worldedit.rotate.no-interpolation": "NOWT: INTERPOLASHUN IZ NOT YET SUPPORTD, SO ANGLEZ DAT R MULTIPLEZ.", + "worldedit.rotate.rotated": "TEH CLIPBORD COPY HAS BEEN ROTATD.", + "worldedit.flip.flipped": "TEH CLIPBORD COPY HAS BEEN FLIPPD.", + "worldedit.clearclipboard.cleared": "CLIPBORD CLEARD.", + "worldedit.set.done": "OPERASHUN COMPLETD.", + "worldedit.set.done.verbose": "OPERASHUN COMPLETD ({0}).", + "worldedit.line.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.line.invalid-type": "//line ONLY WERKZ WIF CUBOID SELECSHUNS OR CONVEX POLYHEDRAL SELECSHUNS", + "worldedit.curve.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.curve.invalid-type": "//curve ONLY WERKZ WIF CONVEX POLYHEDRAL SELECSHUNS", + "worldedit.replace.replaced": "{0} BLOCKZ HAS BEEN REPLACD.", + "worldedit.stack.changed": "{0} BLOCKZ CHANGD. UNDO WIF //undo", + "worldedit.regen.regenerated": "REGION REGENERATD.", + "worldedit.regen.failed": "CANT REGENERATE CHUNKZ. CHECK DA CONSOLE 4 DETAILS.", + "worldedit.walls.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.faces.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.overlay.overlaid": "{0} BLOCKZ HAS BEEN OVERLAID.", + "worldedit.naturalize.naturalized": "{0} BLOCK(S) HAS BEEN MADE 2 LOOK MOAR NACHURAL.", + "worldedit.center.changed": "SENTR SET. ({0} BLOCKZ CHANGD)", + "worldedit.smooth.changed": "TERRAINS HEIGHT MAP SMOOTHD. {0} BLOCKZ CHANGD.", + "worldedit.move.moved": "{0} BLOCKZ MOVD.", + "worldedit.deform.deformed": "{0} BLOCKZ HAS BEEN DEFORMD.", + "worldedit.hollow.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.forest.created": "{0} TREEZ CREATD.", + "worldedit.flora.created": "{0} FLORA CREATD.", + "worldedit.unstuck.moved": "THAR U GO!", + "worldedit.ascend.obstructed": "NO FREE SPOT ABOOV U FINDZ.", + "worldedit.ascend.moved": "ASCENDD {0} LEVELS.", + "worldedit.descend.obstructed": "NO FREE SPOT BELOW U FINDZ.", + "worldedit.descend.moved": "DESCENDD {0} LEVELS.", + "worldedit.ceil.obstructed": "NO FREE SPOT ABOOV U FINDZ.", + "worldedit.ceil.moved": "WOOSH!", + "worldedit.thru.obstructed": "NO FREE SPOT AHEAD OV U FINDZ.", + "worldedit.thru.moved": "WOOSH!", + "worldedit.jumpto.moved": "POOF!", + "worldedit.jumpto.none": "NO BLOCK IN SIGHT (OR 2 FAR AWAY)!", + "worldedit.up.obstructed": "U WUD HIT SOMETHIN ABOOV U.", + "worldedit.up.moved": "WOOSH!", + "worldedit.cyl.invalid-radius": "U MUST EITHR SPECIFY 1 OR 2 RADIUS VALUEZ.", + "worldedit.cyl.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.sphere.invalid-radius": "U MUST EITHR SPECIFY 1 OR 3 RADIUS VALUEZ.", + "worldedit.sphere.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.forestgen.created": "{0} TREEZ CREATD.", + "worldedit.pumpkins.created": "{0} PUMPKIN PATCHEZ CREATD.", + "worldedit.pyramid.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.generate.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.reload.config": "CONFIGURASHUN RELOADD!", + "worldedit.report.written": "WORLDEDIT REPORT WRITTEN 2 {0}", + "worldedit.report.error": "FAILD 2 RITE REPORT: {0}", + "worldedit.report.callback": "WORLDEDIT REPORT: {0}.report", + "worldedit.timezone.invalid": "INVALID TIEMZONE", + "worldedit.timezone.set": "TIEMZONE SET 4 DIS SESHUN 2: {0}", + "worldedit.timezone.current": "TEH CURRENT TIEM IN DAT TIEMZONE IZ: {0}", + "worldedit.version.version": "WORLDEDIT VERSHUN {0}", + "worldedit.command.time-elapsed": "{0}S ELAPSD (HISTORY: {1} CHANGD; {2} BLOCKZ/SEC).", + "worldedit.command.permissions": "U R NOT PERMITTD 2 DO DAT. R U IN DA RITE MODE?", + "worldedit.command.player-only": "DIS COMMAND MUST BE USD WIF PLAYR.", + "worldedit.command.error.report": "PLZ REPORT DIS ERROR: [C CONSOLE]", + "worldedit.pastebin.uploading": "(PLZ WAIT... SENDIN OUTPUT 2 PASTEBIN...)", + "worldedit.session.cant-find-session": "UNABLE 2 FIND SESHUN 4 {0}", + "worldedit.platform.no-file-dialog": "FILE DIALOGS R NOT SUPPORTD IN UR ENVIRONMENT.", + "worldedit.tool.max-block-changes": "MAX BLOCKZ CHANGE LIMIT REACHD.", + "worldedit.tool.no-block": "NO BLOCK IN SIGHT!", + "worldedit.tool.repl.equip": "BLOCK REPLACR TOOL BOUND 2 {0}.", + "worldedit.tool.repl.switched": "REPLACR TOOL SWITCHD 2: {0}", + "worldedit.tool.data-cycler.equip": "BLOCK DATA CYCLR TOOL BOUND 2 {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U R NOT PERMITTD 2 CYCLE TEH DATA VALUE OV DAT BLOCK.", + "worldedit.tool.data-cycler.cant-cycle": "DAT BLOCKZ DATA CANT BE CYCLD!", + "worldedit.tool.data-cycler.new-value": "VALUE OV {0} IZ NAO {1}.", + "worldedit.tool.data-cycler.cycling": "NAO CYCLIN {0}.", + "worldedit.tool.deltree.equip": "FLOATIN TREE REMOVR TOOL BOUND 2 {0}.", + "worldedit.tool.deltree.not-tree": "THAZ NOT TREE.", + "worldedit.tool.deltree.not-floating": "THAZ NOT FLOATIN TREE.", + "worldedit.tool.tree.equip": "TREE TOOL BOUND 2 {0}.", + "worldedit.tool.tree.obstructed": "A TREE CANT GO THAR.", + "worldedit.tool.info.equip": "INFO TOOL BOUND 2 {0}.", + "worldedit.tool.info.blockstate.hover": "BLOCK STATE", + "worldedit.tool.info.internalid.hover": "INTERNAL ID", + "worldedit.tool.info.light.hover": "BLOCK LIGHT/LIGHT ABOOV", + "worldedit.tool.none.equip": "TOOL UNBOUND FRUM UR CURRENT ITEM.", + "worldedit.tool.selwand.equip": "SELECSHUN WAND BOUND 2 {0}.", + "worldedit.tool.navwand.equip": "NAVIGASHUN WAND BOUND 2 {0}.", + "worldedit.tool.floodfill.equip": "BLOCK FLOOD FILL TOOL BOUND 2 {0}.", + "worldedit.tool.farwand.equip": "FAR WAND TOOL BOUND 2 {0}.", + "worldedit.tool.lrbuild.equip": "LONG-RANGE BUILDIN TOOL BOUND 2 {0}.", + "worldedit.tool.lrbuild.set": "LEFT-CLICK SET 2 {0}; RITE-CLICK SET 2 {1}.", + "worldedit.tool.superpickaxe.mode.single": "MODE IZ NAO SINGLE. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.mode.area": "MODE IZ NAO AREA. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.mode.recursive": "MODE IZ NAO RECURSIV. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.max-range": "MAXIMUM RANGE IZ {0}.", + "worldedit.tool.superpickaxe.enabled.already": "SUPR PICKAXE ALREADY ENABLD.", + "worldedit.tool.superpickaxe.disabled.already": "SUPR PICKAXE ALREADY DISABLD.", + "worldedit.tool.superpickaxe.enabled": "SUPR PICKAXE ENABLD.", + "worldedit.tool.superpickaxe.disabled": "SUPR PICKAXE DISABLD.", + "worldedit.tool.mask.set": "BRUSH MASK SET.", + "worldedit.tool.mask.disabled": "BRUSH MASK DISABLD.", + "worldedit.tool.material.set": "BRUSH MATERIAL SET.", + "worldedit.tool.range.set": "BRUSH RANGE SET.", + "worldedit.tool.size.set": "BRUSH SIZE SET.", + "worldedit.tool.tracemask.set": "TRACE MASK SET.", + "worldedit.tool.tracemask.disabled": "TRACE MASK DISABLD.", + "worldedit.execute.script-permissions": "U DOAN HAS PERMISHUN 2 USE DAT SCRIPT.", + "worldedit.executelast.no-script": "USE /cs WIF SCRIPT NAYM FURST.", + "worldedit.script.read-error": "SCRIPT READ ERROR: {0}", + "worldedit.script.unsupported": "ONLY .js SCRIPTS R CURRENTLY SUPPORTD", + "worldedit.script.file-not-found": "SCRIPT DOEZ NOT EXIST: {0}", + "worldedit.script.no-script-engine": "FAILD 2 FIND AN INSTALLD SCRIPT ENGINE.\nPLZ C https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "FAILD 2 EXECUTE: {0}", + "worldedit.script.failed-console": "FAILD 2 EXECUTE (C CONSOLE): {0}", + "worldedit.operation.affected.biome": "{0} BIOMEZ AFFECTD", + "worldedit.operation.affected.block": "{0} BLOCKZ AFFECTD", + "worldedit.operation.affected.column": "{0} COLUMNS AFFECTD", + "worldedit.operation.affected.entity": "{0} ENTITIEZ AFFECTD", + "worldedit.operation.deform.expression": "DEFORMD USIN {0}", + "worldedit.selection.convex.info.vertices": "VERTICEZ: {0}", + "worldedit.selection.convex.info.triangles": "TRIANGLEZ: {0}", + "worldedit.selection.convex.explain.primary": "STARTD NEW SELECSHUN WIF VERTEX {0}.", + "worldedit.selection.convex.explain.secondary": "ADDD VERTEX {0} 2 TEH SELECSHUN.", + "worldedit.selection.cuboid.info.pos1": "POSISHUN 1: {0}", + "worldedit.selection.cuboid.info.pos2": "POSISHUN 2: {0}", + "worldedit.selection.cuboid.explain.primary": "FURST POSISHUN SET 2 {0}.", + "worldedit.selection.cuboid.explain.primary-area": "FURST POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "SECOND POSISHUN SET 2 {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "SECOND POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.extend.explain.primary": "STARTD SELECSHUN AT {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "EXTENDD SELECSHUN 2 ENCOMPAS {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "SENTR: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z RADIUS: {0}", + "worldedit.selection.ellipsoid.explain.primary": "SENTR POSISHUN SET 2 {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "SENTR POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "RADIUS SET 2 {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "RADIUS SET 2 {0} ({1}).", + "worldedit.selection.cylinder.info.center": "SENTR: {0}", + "worldedit.selection.cylinder.info.radius": "RADIUS: {0}", + "worldedit.selection.cylinder.explain.primary": "STARTIN NEW CYLINDRICAL SELECSHUN AT {0}.", + "worldedit.selection.cylinder.explain.secondary": "RADIUS SET 2 {0}/{1} BLOCKZ. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U MUST SELECT TEH SENTR POINT BEFORE SETTIN TEH RADIUS.", + "worldedit.selection.polygon2d.info": "# POINTS: {0}", + "worldedit.selection.polygon2d.explain.primary": "STARTIN NEW POLYGON AT {0}.", + "worldedit.selection.polygon2d.explain.secondary": "ADDD POINT #{0} AT {1}.", + "worldedit.selection.sphere.explain.secondary": "RADIUS SET 2 {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "RADIUS SET 2 {0} ({1}).", + "worldedit.sideeffect.lighting": "LITIN", + "worldedit.sideeffect.lighting.description": "UPDATEZ BLOK LITIN", + "worldedit.help.command-not-found": "TEH COMMAND {0} CUD NOT BE FINDZ.", + "worldedit.help.no-subcommands": "{0} HAS NO SUB-COMMANDZ. (MAYBE {1} IZ 4 PARAMETR?)", + "worldedit.help.subcommand-not-found": "TEH SUB-COMMAND {0} UNDR {1} CUD NOT BE FINDZ.", + "worldedit.cli.stopping": "STOPPIN!", + "worldedit.cli.unknown-command": "UNKNOWN COMMAND!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lt/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lt/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lt/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lv/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lv/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lv/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mi/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mn/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mn/strings.json new file mode 100644 index 0000000..c8ee237 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mn/strings.json @@ -0,0 +1,35 @@ +{ + "worldedit.expand.description.vert": "Сонгосон мужийг босоо тэнхлэгийн дагуу дэлхийн хязгаар хүртэл сунгах.", + "worldedit.expand.expanded": "Муж {0} блокоор сунгагдлаа", + "worldedit.expand.expanded.vert": "Бүсийг {0} блок тэллээ (дээрээс доош).", + "worldedit.biomeinfo.lineofsight": "Харж байгаа цэгийн байгалийн бүс: {0}", + "worldedit.biomeinfo.position": "Таны байгаа газрын байгалийн бүс: {0}", + "worldedit.biomeinfo.selection": "Таны сонгосон хэсгийн байгалийн бүс: {0}", + "worldedit.brush.apply.radius": "Багсны хэмжээ", + "worldedit.brush.apply.shape": "Бүсийн хэлбэр", + "worldedit.brush.apply.type": "Ашиглах багсны төрөл", + "worldedit.brush.paint.size": "Багсны хэмжээ", + "worldedit.brush.paint.shape": "Бүсийн хэлбэр", + "worldedit.brush.paint.density": "Багсны нягтшил", + "worldedit.brush.paint.type": "Ашиглах багсны төрөл", + "worldedit.brush.operation.equip": "Багсыг {0} болгосон.", + "worldedit.brush.none.equip": "Одоогийн эд зүйлээс багсыг салгалаа.", + "worldedit.fast.disabled": "Хурдан горим унтарлаа.", + "worldedit.fast.enabled": "Хурдан горим аслаа. Өөрчлөлт хийсэн хэсгүүдийн гэрэлтүүлэг буруу байж магадгүй. Тиймээс та гараад, орж ирэх хэрэгтэй.", + "worldedit.fast.disabled.already": "Хурдан горим аль хэдийн унтарсан.", + "worldedit.fast.enabled.already": "Хурдан горим аль хэдийн ассан.", + "worldedit.clearhistory.cleared": "Түүхийг арилгасан.", + "worldedit.restore.block-place-error": "Сүүлийн алдаа: {0}", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} байхгүй байна!", + "worldedit.schematic.delete.deleted": "{0} устсан.", + "worldedit.hpos.no-block": "Харагдах блок байхгүй байна!", + "worldedit.hpos.already-set": "Байрлалыг аль хэдийн тохируулсан.", + "worldedit.shift.shifted": "Бүсийг хөдөлгөсөн.", + "worldedit.size.type": "Төрөл: {0}", + "worldedit.size.size": "Хэмжээ: {0}", + "worldedit.count.counted": "Тоолсон: {0}", + "worldedit.distr.no-blocks": "Нэг ч блок тоолоогүй.", + "worldedit.select.sphere.description": "Бөмбөрцөг сонгосон", + "worldedit.select.cyl.message": "Цилиндр сонгогч: Зүүн дарах=төв, баруун дарж өргөтгөх", + "worldedit.select.cyl.description": "Цилиндр сонгох" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/moh/strings.json b/config/worldedit/.archive-unpack/2e1dd752/moh/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/moh/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ms/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ms/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ms/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mt/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mt/strings.json new file mode 100644 index 0000000..dfc3c18 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mt/strings.json @@ -0,0 +1,19 @@ +{ + "worldedit.expand.description.vert": "Jespandu vertikalment l-għażla għal-limiti dinjija.", + "worldedit.expand.expanded": "Ir-reġjun espanda {0}-blokki", + "worldedit.expand.expanded.vert": "Ir-reġjun espanda {0}-blokki (minn fuq għal isfel).", + "worldedit.biomeinfo.lineofsight": "Bijomes fil-punt tal-vista: {0}", + "worldedit.biomeinfo.position": "Bijomes fil-pożizzjoni tiegħek: {0}", + "worldedit.biomeinfo.selection": "Bijomessi fl-għażla tiegħek: {0}", + "worldedit.brush.radius-too-large": "Raġġ massimu permess tal-pinzell: {0}", + "worldedit.brush.apply.description": "Applika x-xkupilja, applika funzjoni għal kull blokka", + "worldedit.brush.apply.radius": "Id-daqs tal-pinzell", + "worldedit.brush.apply.shape": "Il-forma tar-reġjun", + "worldedit.brush.apply.type": "Tip ta' pinzell li għandu jintuża", + "worldedit.brush.apply.item.warning": "Dan il-pinzell jissimula l-użu tal-oġġett. L-effetti tiegħu jistgħu ma jaħdmux fuq il-pjattaformi kollha, jistgħu ma jkunux jistgħu jiġu indaqs, u jistgħu jikkawżaw interazzjonijiet strambi ma' modi/plugins oħra. Uża għar- riskju tiegħek stess.", + "worldedit.brush.paint.description": "Pinzell taż-żebgħa, applika funzjoni għal wiċċ", + "worldedit.brush.paint.size": "Id-daqs tal-pinzell", + "worldedit.brush.paint.shape": "Il-forma tar-reġjun", + "worldedit.brush.paint.type": "Tip ta' pinzell li għandu jintuża", + "worldedit.brush.paint.item.warning": "Dan il-pinzell jissimula l-użu tal-oġġett. L-effetti tiegħu jistgħu ma jaħdmux fuq il-pjattaformi kollha, jistgħu ma jkunux jistgħu jiġu indaqs, u jistgħu jikkawżaw interazzjonijiet strambi ma' modi/plugins oħra. Uża għar- riskju tiegħek stess." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nds/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nds/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nds/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json new file mode 100644 index 0000000..ed9d407 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Klimaten op kijkpunt: {0}", + "worldedit.biomeinfo.position": "Vegetatie op uw positie: {0}", + "worldedit.biomeinfo.selection": "Vegetaties in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane borstel radius: {0}", + "worldedit.brush.apply.description": "Pas borstel toe, pas een functie toe aan elke blok", + "worldedit.brush.apply.radius": "De grootte van de borstel", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type van borstel om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze borstel simuleert voorwerpengebruik. De effecten werkt mogelijk niet op alle platformen, kan mogelijk niet ongedaan te maken zijn, en kan vreemde interacties met andere mods/plugins veroorzaken. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf borstel, voeg een functie toe aan een oppervlak", + "worldedit.brush.paint.size": "De grootte van de borstel", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type van borstel om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze borstel simuleert voorwerpengebruik. De effecten werkt mogelijk niet op alle platformen, kan mogelijk niet ongedaan te maken zijn, en kan vreemde interacties met andere mods/plugins veroorzaken. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol borstel vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder borstel vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord borstel vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingsborstel geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtborstel geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagersborstel geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Borstel ingeseld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Borstel ontkoppelt van je huidig voorwerp.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "De limiet voor jou is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Jouw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waarin je staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit platform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie al inactief.", + "worldedit.watchdog.active": "Watchdog haak nu actief.", + "worldedit.watchdog.inactive": "Watchdog haak nu inactief.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Stel de wereld override in op {0}. (Gebruik //world om terug te gaan naar standaard)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coördinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "Ellipsoïde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoïde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vóór je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet één of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet één of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geïnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coördinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoïde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nl/strings.json new file mode 100644 index 0000000..d56af3a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nl/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (van boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Biomes aan het aanzicht punt: {0}", + "worldedit.biomeinfo.position": "Biomes op uw positie: {0}", + "worldedit.biomeinfo.selection": "Biomes in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane brush radius: {0}", + "worldedit.brush.apply.description": "Pas brush toe, pas een functie toe op elk blok", + "worldedit.brush.apply.radius": "De grootte van de brush", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type brush om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf brush, voeg een functie toe op een oppervlak", + "worldedit.brush.paint.size": "De grootte van de brush", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type brush om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol brush vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder brush vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord brush vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingskwast geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtkwast geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagerskwast geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Kwast ingesteld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Kwast ontkoppeld van je huidige item.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "Uw maximaal toegestaande limiet is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Uw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Bijwerking \"{0}\" is al ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waar je bovenop staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit spelplatform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie is al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie is al inactief.", + "worldedit.watchdog.active": "Waakhondcommunicatie is nu geactiveerd.", + "worldedit.watchdog.inactive": "Waakhondcommunicatie is nu gedeactiveerd.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Je bewerkt nu de wereld {0}. (Gebruik //world om weer de huidige wereld te bewerken.)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coördinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "Ellipsoïde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoïde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vóór je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet één of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet één of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geïnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coördinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoïde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json new file mode 100644 index 0000000..c9db10b --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json @@ -0,0 +1,388 @@ +{ + "worldedit.expand.description.vert": "Utvid utvalg vertikalt til verdensgrensene.", + "worldedit.expand.expanded": "Region utvidet {0} blokker", + "worldedit.expand.expanded.vert": "Region utvidet {0} blokker (topp til bunn).", + "worldedit.biomeinfo.lineofsight": "Biomer i siktelinjepunkt: {0}", + "worldedit.biomeinfo.position": "Biomer ved din posisjon: {0}", + "worldedit.biomeinfo.selection": "Biomer ved ditt utvalg: {0}", + "worldedit.brush.radius-too-large": "Største tillatte penselradius: {0}", + "worldedit.brush.apply.description": "Bruk pensel, bruk en funksjon på hver blokk", + "worldedit.brush.apply.radius": "Størrelsen av pensel", + "worldedit.brush.apply.shape": "Utformingen av regionen", + "worldedit.brush.apply.type": "Type pensel som skal brukes", + "worldedit.brush.apply.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke på alle plattformer, er kanskje ikke reversible og kan forårsake merkelige interaksjoner med andre mods/plugins. Bruk på eget ansvar.", + "worldedit.brush.paint.description": "Mal pensel, bruk en funksjon på en overflate", + "worldedit.brush.paint.size": "Størrelsen av pensel", + "worldedit.brush.paint.shape": "Utformingen av regionen", + "worldedit.brush.paint.density": "Tettheten av pensel", + "worldedit.brush.paint.type": "Type pensel som skal brukes", + "worldedit.brush.paint.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke på alle plattformer, er kanskje ikke reversible og kan forårsake merkelige interaksjoner med andre mods/plugins. Bruk på eget ansvar.", + "worldedit.brush.sphere.equip": "Sfære penselutforming utstyrt ({0}).", + "worldedit.brush.cylinder.equip": "Sylinderens penselforming utstyrt ({0} av {1}).", + "worldedit.brush.clipboard.equip": "Utkappet penselutforming utstyrt.", + "worldedit.brush.smooth.equip": "Jevn pensel utstyrt ({0} x {1}x ved bruk av {2}).", + "worldedit.brush.extinguish.equip": "Brannslukker utstyrt ({0}).", + "worldedit.brush.gravity.equip": "Tyngdekraftpensel utstyrt ({0}).", + "worldedit.brush.butcher.equip": "Slakterpensel utstyrt ({0}).", + "worldedit.brush.operation.equip": "Sett pensel til {0}.", + "worldedit.brush.none.equip": "Pensel ubundet fra din gjeldende tryllestav.", + "worldedit.drawsel.disabled": "Server-BBG er deaktivert.", + "worldedit.drawsel.disabled.already": "Server-BBG er allerede deaktivert.", + "worldedit.drawsel.enabled.already": "Server-BBG er allerede aktivert.", + "worldedit.limit.too-high": "Maksimalt tillatt grense er {0}.", + "worldedit.limit.set": "Blokkendringsgrense satt til {0}.", + "worldedit.limit.return-to-default": "(Bruk //limit for å gå bake til standard.)", + "worldedit.timeout.too-high": "Maksimalt tillatte tidsavbrudd er {0}ms.", + "worldedit.timeout.set": "Tidsavbrudd satt til {0}ms.", + "worldedit.timeout.return-to-default": " (Bruk //timeout for å gå bake til standard.)", + "worldedit.fast.disabled": "Raskmodus er deaktivert.", + "worldedit.fast.enabled": "Raskmodus aktivert. Belysning i de berørte delene kan være galt og/eller du må kanskje gå inn på nytt for å se endringer.", + "worldedit.fast.disabled.already": "Raskmodus er allerede deaktivert.", + "worldedit.fast.enabled.already": "Raskmodus er allerede aktivert.", + "worldedit.perf.sideeffect.set": "Bivirkning \"{0} satt til {1}", + "worldedit.perf.sideeffect.get": "Bivirkning \"{0} er satt til {1}", + "worldedit.perf.sideeffect.already-set": "Bivirkning \"{0}\" er allerede {1}", + "worldedit.perf.sideeffect.set-all": "Alle bivirkninger satt til {0}", + "worldedit.reorder.current": "Omorganiseringsmodus er {0}", + "worldedit.reorder.set": "Omorganiseringsmodus er nå {0}", + "worldedit.gmask.disabled": "Globalmaske deaktivert.", + "worldedit.gmask.set": "Globalmaske satt.", + "worldedit.toggleplace.pos1": "Setter nå på pos #1.", + "worldedit.toggleplace.player": "Setter nå på blokken du står i.", + "worldedit.searchitem.too-short": "Skriv inn en lengre søkestreng (lengde > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan ikke bruke både de 'b' og 'i' flaggene samtidig.", + "worldedit.searchitem.searching": "(Vennligst vent... søk elementer.)", + "worldedit.watchdog.no-hook": "Denne plattformen har ingen vakthund krok.", + "worldedit.watchdog.active.already": "Vakthund krok allerede aktiv.", + "worldedit.watchdog.inactive.already": "Vakthund krok allerede uaktiv.", + "worldedit.watchdog.active": "Vakthund krok nå aktiv.", + "worldedit.watchdog.inactive": "Vakthund krok nå uaktiv.", + "worldedit.world.remove": "Fjernet verdenoverstyring.", + "worldedit.world.set": "Sette verdenovertyring til {0}. (Bruk //world for å gå bake til standard)", + "worldedit.undo.undone": "Ugjort {0} tilgjengelige redigeringer.", + "worldedit.undo.none": "Ikke noe mer å ugjøre.", + "worldedit.redo.redone": "Gjort om {0} tilgjengelige redigeringer.", + "worldedit.redo.none": "Ikke noe mer å gjøre om.", + "worldedit.clearhistory.cleared": "Logg slettet.", + "worldedit.raytrace.noblock": "Ingen blokk i blikket!", + "worldedit.restore.not-configured": "Øyeblikksbilde/sikkerhetskopiering gjenopprettingen er ikke konfigurert.", + "worldedit.restore.not-available": "Dette øyeblikksbildet finnes ikke eller er ikke tilgjengelig.", + "worldedit.restore.failed": "Kunne ikke laste inn øyeblikksbilde: {0}", + "worldedit.restore.loaded": "Øyeblikksbildet '{0}' lastet, nå gjenopprettes...", + "worldedit.restore.restored": "Gjenopprettet; {0} manglende chunks og {1} andre feil.", + "worldedit.restore.none-for-specific-world": "Fant ingen øyeblikksbilder for verden '{0}'.", + "worldedit.restore.none-for-world": "Fant ingen øyeblikksbilder for denne verden.", + "worldedit.restore.none-found": "Fant ingen øyeblikksbilder.", + "worldedit.restore.none-found-console": "Ingen øyeblikksbilder ble funnet. Se på konsoll for detaljer.", + "worldedit.restore.chunk-not-present": "Chunks ble ikke tilstede i øyeblikksbildet.", + "worldedit.restore.chunk-load-failed": "Ingen chunks kunne lastes. (Dårligt arkiv?)", + "worldedit.restore.block-place-failed": "Feil forhindret noen blokker fra å bli gjenopprettet.", + "worldedit.restore.block-place-error": "Siste feil: {0}", + "worldedit.snapshot.use.newest": "Nå bruker det nyeste øyeblikksbildet.", + "worldedit.snapshot.use": "Øyeblikksbildet satt til: {0}", + "worldedit.snapshot.none-before": "Kunne ikke finne et øyeblikksbilde før {0}.", + "worldedit.snapshot.none-after": "Kunne ikke finne et øyeblikksbilde etter {0}.", + "worldedit.snapshot.index-above-0": "Ugyldig indeks, må være større enn eller lik 1.", + "worldedit.snapshot.index-oob": "Ugyldig indeks, må være mellom 1 og {0}.", + "worldedit.schematic.unknown-format": "Ukjent skjematisk format: {0}.", + "worldedit.schematic.load.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.load.loading": "(Vennligst vent... laster skjematisk.)", + "worldedit.schematic.save.already-exists": "Den skjematiske finnes allerede. Bruk -f flagget for å overskrive den.", + "worldedit.schematic.save.failed-directory": "Kunne ikke opprette mappe for skjemaer!", + "worldedit.schematic.save.saving": "(Vennligst vent... lagre skjematisk.)", + "worldedit.schematic.delete.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.delete.failed": "Sletting av {0} mislyktes! Er den skrivebeskyttet?", + "worldedit.schematic.delete.deleted": "{0} har blitt slettet.", + "worldedit.schematic.formats.title": "Tilgjengelige utklippstavleformater (Navn: Oppslag navnene)", + "worldedit.pos.already-set": "Posisjon allerede angitt.", + "worldedit.pos.console-require-coords": "Du må gi inn koordinater som konsoll.", + "worldedit.hpos.no-block": "Ingen blokk i blikket!", + "worldedit.hpos.already-set": "Posisjon allerede angitt.", + "worldedit.chunk.selected-multiple": "Chunks valgt: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Tryllestavelementet er feilkonfigurert eller deaktivert.", + "worldedit.wand.selwand.info": "Venstreklikk: velg pos #1; Høyreklikk: velg pos #2", + "worldedit.wand.navwand.info": "Venstreklikk: hopp til område; Høyreklikk: gå gjennom vegger", + "worldedit.contract.contracted": "Region kontraktsfestet {0} blokker.", + "worldedit.shift.shifted": "Region skiftet.", + "worldedit.outset.outset": "Region utgangspunktet.", + "worldedit.inset.inset": "Region inngangspunktet.", + "worldedit.size.offset": "Forskyvning: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Størrelse: {0}", + "worldedit.size.distance": "Kuperdistanse: {0}", + "worldedit.size.blocks": "# blokker: {0}", + "worldedit.count.counted": "Tellet: {0}", + "worldedit.distr.no-blocks": "Ingen blokker tellet.", + "worldedit.distr.no-previous": "Ingen tidligere fordeling.", + "worldedit.distr.total": "Totalt Antall Blokker: {0}", + "worldedit.select.cleared": "Utvalg tømt.", + "worldedit.select.cuboid.message": "Kuben: venstreklikk for punkt 1, høyreklikk for punkt 2", + "worldedit.select.cuboid.description": "Velg to hjørner av en kuben", + "worldedit.select.extend.message": "Kuben: venstreklikk for et startpunkt, høyreklikk for å utvide", + "worldedit.select.extend.description": "Rask kubenvalgmodus", + "worldedit.select.poly.message": "2D polygonvelger: Venstre/høyreklikk for å legge til et punkt.", + "worldedit.select.poly.limit-message": "{0} punkter maksimum.", + "worldedit.select.poly.description": "Velg en 2D polygon med høyde", + "worldedit.select.ellipsoid.message": "Ellipsoid velger: venstreklikk=senter, høyreklikk for å utvide", + "worldedit.select.ellipsoid.description": "Velg en ellipsoid", + "worldedit.select.sphere.message": "Sfærevelger: venstreklikk=senter, høyreklikk for å sette radius", + "worldedit.select.sphere.description": "Velg en sfære", + "worldedit.select.cyl.message": "Sylindriskvelger: Venstreklikk=senter, høyreklikk for å utvide", + "worldedit.select.cyl.description": "Velg en sylinder", + "worldedit.select.convex.message": "Konvekspolyhedralevelger: Venstreklikk=Første verteks, høyreklikk for å legge til flere.", + "worldedit.select.convex.limit-message": "{0} punkter maksimum.", + "worldedit.select.convex.description": "Velg en konvekspolyhedrale", + "worldedit.select.default-set": "Standard regionen din er nå {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammelt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Ramser opp chunks for: {0}", + "worldedit.drain.drained": "{0} blokker ble drenert.", + "worldedit.fill.created": "{0} blokker ble fylt.", + "worldedit.fillr.created": "{0} blokker ble fylt.", + "worldedit.fixlava.fixed": "{0} blokker ble fikset.", + "worldedit.fixwater.fixed": "{0} blokker ble fikset.", + "worldedit.removeabove.removed": "{0} blokker ble fjernet.", + "worldedit.removebelow.removed": "{0} blokker ble fjernet.", + "worldedit.removenear.removed": "{0} blokker ble fjernet.", + "worldedit.replacenear.replaced": "{0} blokker ble ersattet.", + "worldedit.snow.created": "{0} overflater ble dekket.", + "worldedit.thaw.removed": "{0} blokker er tint.", + "worldedit.green.changed": "{0} blokker ble grønnet.", + "worldedit.extinguish.removed": "{0} branner er slukket.", + "worldedit.butcher.killed": "{0} vesener ble drept i en radius på {1}.", + "worldedit.butcher.explain-all": "Bruk -1 til å fjerne alle vesener i innlastede chunks", + "worldedit.remove.removed": "{0} enheter ble market for fjerning.", + "worldedit.remove.explain-all": "Bruk -1 til å fjerne alle enheter i innlastede chunks", + "worldedit.calc.invalid": "'{0}' kunne ikke analyseres som et gyldig uttrykk", + "worldedit.paste.pasted": "Utklippstavlen har blitt limt inn ved {0}", + "worldedit.paste.selected": "Valgt utklippstavle limte område.", + "worldedit.rotate.no-interpolation": "Merk: Interpolasjon er ikke støttet ennå, så vinkler som er multipler på 90 er anbefalt.", + "worldedit.rotate.rotated": "Utklippstavlen kopiering har blitt rotert.", + "worldedit.flip.flipped": "Utklippstavlen kopiering har blitt snu.", + "worldedit.clearclipboard.cleared": "Utklippstavlen er tømt.", + "worldedit.set.done": "Operasjon fullført.", + "worldedit.set.done.verbose": "Operasjon fullført ({0}).", + "worldedit.line.changed": "{0} blokker ble endret.", + "worldedit.line.invalid-type": "//linje fungerer bare med kubevalg eller konvekse polyhedralvalg", + "worldedit.curve.changed": "{0} blokker ble endret.", + "worldedit.curve.invalid-type": "//kurve fungerer bare med konvekse polyhedralvalg", + "worldedit.replace.replaced": "{0} blokker ble ersattet.", + "worldedit.stack.changed": "{0} blokker endret. Angre med //undo", + "worldedit.regen.regenerated": "Region regenerert.", + "worldedit.regen.failed": "Kan ikke regenerere chunks. Sjekk konsollen for detaljer.", + "worldedit.walls.changed": "{0} blokker ble endret.", + "worldedit.faces.changed": "{0} blokker ble endret.", + "worldedit.overlay.overlaid": "{0} blokker ble kledde.", + "worldedit.naturalize.naturalized": "{0} blokk(er) ble endret for å se mer naturlig ut.", + "worldedit.center.changed": "Senter sett. ({0} blokker endret)", + "worldedit.smooth.changed": "Terrengs høydekart er jevnet. {0} blokker endret.", + "worldedit.move.moved": "{0} blokker flyttet.", + "worldedit.deform.deformed": "{0} blokker ble deformert.", + "worldedit.hollow.changed": "{0} blokker ble endret.", + "worldedit.forest.created": "{0} trær opprettet.", + "worldedit.flora.created": "{0} flora opprettet.", + "worldedit.unstuck.moved": "Der går du!", + "worldedit.ascend.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ascend.moved": "Stigede {0} nivåer.", + "worldedit.descend.obstructed": "Ingen ledig sted under deg fant.", + "worldedit.descend.moved": "Synkende {0} nivåer.", + "worldedit.ceil.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ceil.moved": "Wuusj!", + "worldedit.thru.obstructed": "Ingen ledig sted foran deg fant.", + "worldedit.thru.moved": "Wuusj!", + "worldedit.jumpto.moved": "Poff!", + "worldedit.jumpto.none": "Ingen blokk i siktet (eller for langt borte)!", + "worldedit.up.obstructed": "Du ville truffet noe over deg.", + "worldedit.up.moved": "Wuusj!", + "worldedit.cyl.invalid-radius": "Du må enten spesifisere vediene for radius på 1 eller 2.", + "worldedit.cyl.created": "{0} blokker ble opprettet.", + "worldedit.sphere.invalid-radius": "Du må enten spesifisere vediene for radius på 1 eller 3.", + "worldedit.sphere.created": "{0} blokker ble opprettet.", + "worldedit.forestgen.created": "{0} trær opprettet.", + "worldedit.pumpkins.created": "{0} gresskar plastre opprettet.", + "worldedit.pyramid.created": "{0} blokker ble opprettet.", + "worldedit.generate.created": "{0} blokker ble opprettet.", + "worldedit.reload.config": "Konfigurasjon oppdatert!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Feilet med å skrive rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ugyldig tidssone", + "worldedit.timezone.set": "Tidssone satt for denne økten til: {0}", + "worldedit.timezone.current": "Gjeldende tid i den tidssone er: {0}", + "worldedit.version.version": "WorldEdit versjon {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denne WorldEdit versjonen støtter ikke din versjon av Bukkit. Blokker enheter (f.eks. kister) vil være tom, blokkegenskaper (e.. rotasjon) vil mangle og det kan hende at andre ting ikke virker. Oppdater WorldEdit for å gjenopprette denne funksjonen:\n{0}", + "worldedit.command.time-elapsed": "{0}s har gått (historie: {1} endret; {2} blokker/sek).", + "worldedit.command.permissions": "Du har ikke rettigheter til å gjøre det. Er du i riktig modus?", + "worldedit.command.player-only": "Denne kommandoen må brukes med en spiller.", + "worldedit.command.error.report": "Vennligst rapporter denne feilen: [Se konsoll]", + "worldedit.pastebin.uploading": "(Vennligst vent... sender utdata til pastebin...)", + "worldedit.session.cant-find-session": "Kan ikke finne økt for {0}", + "worldedit.platform.no-file-dialog": "Fildialoger er ikke støttet i ditt miljø.", + "worldedit.tool.max-block-changes": "Maksimum blokker endringsgrense nådd.", + "worldedit.tool.no-block": "Ingen blokk i blikket!", + "worldedit.tool.repl.equip": "Blokk utskiftingsverktøy bundet til {0}.", + "worldedit.tool.repl.switched": "Erstatningsverktøy byttet til: {0}", + "worldedit.tool.data-cycler.equip": "Blokk datasyklusverkøy bundet til {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Du har ikke rettigheter til å sykle dataverdien for denne blokken.", + "worldedit.tool.data-cycler.cant-cycle": "Den blokkens data kan ikke sykles!", + "worldedit.tool.data-cycler.new-value": "Verdien av {0} er nå {1}.", + "worldedit.tool.data-cycler.cycling": "Nå sykler {0}.", + "worldedit.tool.deltree.equip": "Flytende trefjerningsverktøy bundet til {0}.", + "worldedit.tool.deltree.not-tree": "Det er ingen tre.", + "worldedit.tool.deltree.not-floating": "Det er ingen flytende tre.", + "worldedit.tool.tree.equip": "Treverktøy bundet til {0}.", + "worldedit.tool.tree.obstructed": "Et tre kan ikke være der.", + "worldedit.tool.info.equip": "Informasjonsverktøy bundet til {0}.", + "worldedit.tool.info.blockstate.hover": "Blokk tilstand", + "worldedit.tool.info.internalid.hover": "Intern ID", + "worldedit.tool.info.legacy.hover": "Eldre id:data", + "worldedit.tool.info.light.hover": "Blokk Lys/Lys Over", + "worldedit.tool.none.equip": "Verktøy bundet opp fra ditt nåværende element.", + "worldedit.tool.selwand.equip": "Utvalgtryllestav bundet til {0}.", + "worldedit.tool.navwand.equip": "Navigasjontryllestav bundet til {0}.", + "worldedit.tool.floodfill.equip": "Blokk flomfyllingsverktøy bundet til {0}.", + "worldedit.tool.farwand.equip": "Langtunnatryllestav bundet til {0}.", + "worldedit.tool.lrbuild.equip": "Langrekkeviddebygningsverktøy bundet til {0}.", + "worldedit.tool.lrbuild.set": "Venstreklikk satt til {0}; høyreklikk satt til {1}.", + "worldedit.tool.stack.equip": "Stabelverktøy bundet til {0}.", + "worldedit.tool.superpickaxe.mode.single": "Modus er nå enkelt. Venstreklikk med en hakke. // for å deaktivere.", + "worldedit.tool.superpickaxe.mode.area": "Modus er nå område. Venstreklikk med en hakke. // for å deaktivere.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus er nå rekursiv. Venstreklikk med en hakke. // for å deaktivere.", + "worldedit.tool.superpickaxe.max-range": "Maksimum rekkevidde er {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superhakke er allerede aktivert.", + "worldedit.tool.superpickaxe.disabled.already": "Superhakke er allerede deaktivert.", + "worldedit.tool.superpickaxe.enabled": "Superhakke aktivert.", + "worldedit.tool.superpickaxe.disabled": "Superhakke deaktivert.", + "worldedit.tool.mask.set": "Pensel maske satt.", + "worldedit.tool.mask.disabled": "Pensel maske deaktivert.", + "worldedit.tool.material.set": "Pensel material satt.", + "worldedit.tool.range.set": "Pensel rekkevidde satt.", + "worldedit.tool.size.set": "Pensel størrelse satt.", + "worldedit.tool.tracemask.set": "Spor maske satt.", + "worldedit.tool.tracemask.disabled": "Spor maske deaktivert.", + "worldedit.tool.error.cannot-bind": "Kan ikke binde verktøy til {0}: {1}", + "worldedit.tool.error.item-only": "Blokker kan ikke brukes.", + "worldedit.execute.script-permissions": "Du har ikke tillatelse til å bruke det skriptet.", + "worldedit.executelast.no-script": "Bruk /cs med et skriptnavn først.", + "worldedit.script.read-error": "Skript lest feil: {0}", + "worldedit.script.unsupported": "Bare .js skripter støttes for øyeblikket", + "worldedit.script.file-not-found": "Skript finnes ikke: {0}", + "worldedit.script.no-script-engine": "Kunne ikke finne en installert skriptmotor.\nVennligst se https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Kunne ikke utføre: {0}", + "worldedit.script.failed-console": "Kunne ikke utføre (se konsoll): {0}", + "worldedit.operation.affected.biome": "{0} biomer påvirket", + "worldedit.operation.affected.block": "{0} blokker påvirket", + "worldedit.operation.affected.column": "{0} kolonner påvirket", + "worldedit.operation.affected.entity": "{0} enheter påvirket", + "worldedit.operation.deform.expression": "deformert ved hjelp av {0}", + "worldedit.error.invalid-number": "Nummer forventet; streng oppgitt.", + "worldedit.error.invalid-number.matches": "Nummer forventet; streng \"{0}\" oppgitt.", + "worldedit.error.incomplete-region": "Lag et regionutvalg først.", + "worldedit.error.unknown-block": "Blokknavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-entity": "Enhetnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-mob": "Vesennavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-biome": "Biomenavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-tag": "Tagnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.empty-tag": "Tagnavn '{0}' har ingen innhold.", + "worldedit.error.no-match": "Ingen lignende result for '{0}'.", + "worldedit.error.disallowed-block": "Blokk '{0}' er ikke tillat (se WorldEdit konfigurasjon).", + "worldedit.error.max-changes": "Maksimum blokker endret i en operasjon nådd ({0}).", + "worldedit.error.max-brush-radius": "Maksimal penselradius (i konfigurasjon): {0}", + "worldedit.error.max-radius": "Maksimal radius (i konfigurasjon): {0}", + "worldedit.error.unknown-direction": "Ukjent retning: {0}", + "worldedit.error.empty-clipboard": "Din utklippstavle er tom. Bruk //copy først.", + "worldedit.error.invalid-filename": "Filnavn '{0}' ugyldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ugyldig bokstavner eller utvidelse mangler", + "worldedit.error.file-resolution": "Fil '{0}' oppløsningsfeil: {1}", + "worldedit.error.file-resolution.outside-root": "Stien er utenfor tillatt root", + "worldedit.error.file-resolution.resolve-failed": "Kunne ikke løse stien", + "worldedit.error.file-aborted": "Filvalg avbrutt.", + "worldedit.error.no-file-selected": "Ingen fil valgt.", + "worldedit.error.world-unloaded": "Verden var allerede ulastet.", + "worldedit.error.not-a-block": "Dette er ikke en blokk.", + "worldedit.error.not-a-block.item": "Elementet '{0}' er ikke en blokk.", + "worldedit.error.incorrect-usage": "Bruk: {0}", + "worldedit.error.invalid-page": "Ugyldig sidenummer", + "worldedit.error.parser.bad-state-format": "Dårlig statsformat i {0}", + "worldedit.error.parser.duplicate-property": "Duplisert eiendel: {0}", + "worldedit.error.parser.empty-state": "Tom del i stat", + "worldedit.error.parser.missing-equals-separator": "Mangler '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Avvik spesifisert med @ men ingen avvik oppgitt. Bruk '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Ukjent egenskap '{0}' for blokk '{1}'", + "worldedit.error.parser.unknown-value": "Ukjent verdi '{0}' for egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tilstand", + "worldedit.error.parser.empty-value": "Tom verdi i stat", + "worldedit.error.parser.invalid-colon": "Ugyldig kolon.", + "worldedit.error.parser.invalid-expression": "Ugyldig uttrykk: {0}", + "worldedit.error.parser.negate-nothing": "Kan ikke negere ingenting!", + "worldedit.error.parser.hanging-lbracket": "Ugyldig format. Hengende hakeparentes på '{0}'.", + "worldedit.error.parser.missing-rbracket": "Tilstand mangler følgende ']'", + "worldedit.error.parser.missing-random-type": "Mangler typen etter % symbolen for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Utstedelse av utklippstavle krever x,y,z koordinater.", + "worldedit.error.parser.player-only": "Inndata '{0}' krever en spiller!", + "worldedit.error.disabled": "Denne funksjonaliteten er deaktivert (se WorldEdit konfigurasjon).", + "worldedit.error.unknown": "Ukjent feil oppstod: {0}", + "worldedit.error.missing-extent": "Ingen utstrekning er kjent", + "worldedit.error.missing-session": "Ingen lokaløkt er kjent", + "worldedit.error.missing-world": "Du må skaffe til en verden (Prøv //world)", + "worldedit.error.missing-actor": "Ingen figur er kjent", + "worldedit.selection.convex.info.vertices": "Vertikker: {0}", + "worldedit.selection.convex.info.triangles": "Triangler: {0}", + "worldedit.selection.convex.explain.primary": "Startet nytt valg med verteks {0}.", + "worldedit.selection.convex.explain.secondary": "Lagt verteks {0} til utvalget.", + "worldedit.selection.cuboid.info.pos1": "Posisjon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisjon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Første posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Første posisjon satt til {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andre posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andre posisjon satt til {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Begynte utvalg på {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utvidet utvalg til å omfatte {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Senter: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Senter posisjon satt til {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Senter posisjon satt til {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius satt til {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid endringer må være jevn for hver dimensjon.", + "worldedit.selection.cylinder.info.center": "Senter: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starter et nytt sylindrisk utvalg ved {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius satt til {0}/{1} blokker. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du må velge senterpunktet før du setter radiusen.", + "worldedit.selection.cylinder.error.even-horizontal": "Sylindere endringer må være jevn for hver horisontale dimensjon.", + "worldedit.selection.polygon2d.info": "# poeng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starter en ny polygon på {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lagt punkt #{0} til på {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan bare utvides vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan bare være kontraktes vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius satt til {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan ikke endre NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan ikke utvide et regionsskjær.", + "worldedit.selection.intersection.error.cannot-contract": "Kan ikke kontrakte et regionsskjær.", + "worldedit.selection.transform.error.cannot-expand": "Kan ikke utvide en TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan ikke krympe en TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan ikke endre en TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.lighting.description": "Oppdateringer blokk belysning", + "worldedit.sideeffect.neighbors": "Naboer", + "worldedit.sideeffect.neighbors.description": "Varsler nærliggende blokker av endringer", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerer og fikser den ukonsekvente verdenstilstanden, som for eksempel frakoblede blokker", + "worldedit.sideeffect.entity_ai": "Enhet AI", + "worldedit.sideeffect.entity_ai.description": "Oppdater Enhet AI stier for blokkendringer", + "worldedit.sideeffect.events": "Mod/Plugin Hendelser", + "worldedit.sideeffect.events.description": "Forteller andre moder/pluginer om disse endringer når det er aktuelt", + "worldedit.sideeffect.state.on": "På", + "worldedit.sideeffect.state.delayed": "Forsinket", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "Nåværende", + "worldedit.sideeffect.box.change-to": "Klikk for å sette til {0}", + "worldedit.help.command-not-found": "Kommandoen '{0}' ble ikke funnet.", + "worldedit.help.no-subcommands": "'{0}' har ingen underkommandoer. (Maybe '{1}' er for en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommando '{0}' under '{1}' ble ikke funnet.", + "worldedit.cli.stopping": "Stopper!", + "worldedit.cli.unknown-command": "Ukjent kommando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/no/strings.json b/config/worldedit/.archive-unpack/2e1dd752/no/strings.json new file mode 100644 index 0000000..c9db10b --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/no/strings.json @@ -0,0 +1,388 @@ +{ + "worldedit.expand.description.vert": "Utvid utvalg vertikalt til verdensgrensene.", + "worldedit.expand.expanded": "Region utvidet {0} blokker", + "worldedit.expand.expanded.vert": "Region utvidet {0} blokker (topp til bunn).", + "worldedit.biomeinfo.lineofsight": "Biomer i siktelinjepunkt: {0}", + "worldedit.biomeinfo.position": "Biomer ved din posisjon: {0}", + "worldedit.biomeinfo.selection": "Biomer ved ditt utvalg: {0}", + "worldedit.brush.radius-too-large": "Største tillatte penselradius: {0}", + "worldedit.brush.apply.description": "Bruk pensel, bruk en funksjon på hver blokk", + "worldedit.brush.apply.radius": "Størrelsen av pensel", + "worldedit.brush.apply.shape": "Utformingen av regionen", + "worldedit.brush.apply.type": "Type pensel som skal brukes", + "worldedit.brush.apply.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke på alle plattformer, er kanskje ikke reversible og kan forårsake merkelige interaksjoner med andre mods/plugins. Bruk på eget ansvar.", + "worldedit.brush.paint.description": "Mal pensel, bruk en funksjon på en overflate", + "worldedit.brush.paint.size": "Størrelsen av pensel", + "worldedit.brush.paint.shape": "Utformingen av regionen", + "worldedit.brush.paint.density": "Tettheten av pensel", + "worldedit.brush.paint.type": "Type pensel som skal brukes", + "worldedit.brush.paint.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke på alle plattformer, er kanskje ikke reversible og kan forårsake merkelige interaksjoner med andre mods/plugins. Bruk på eget ansvar.", + "worldedit.brush.sphere.equip": "Sfære penselutforming utstyrt ({0}).", + "worldedit.brush.cylinder.equip": "Sylinderens penselforming utstyrt ({0} av {1}).", + "worldedit.brush.clipboard.equip": "Utkappet penselutforming utstyrt.", + "worldedit.brush.smooth.equip": "Jevn pensel utstyrt ({0} x {1}x ved bruk av {2}).", + "worldedit.brush.extinguish.equip": "Brannslukker utstyrt ({0}).", + "worldedit.brush.gravity.equip": "Tyngdekraftpensel utstyrt ({0}).", + "worldedit.brush.butcher.equip": "Slakterpensel utstyrt ({0}).", + "worldedit.brush.operation.equip": "Sett pensel til {0}.", + "worldedit.brush.none.equip": "Pensel ubundet fra din gjeldende tryllestav.", + "worldedit.drawsel.disabled": "Server-BBG er deaktivert.", + "worldedit.drawsel.disabled.already": "Server-BBG er allerede deaktivert.", + "worldedit.drawsel.enabled.already": "Server-BBG er allerede aktivert.", + "worldedit.limit.too-high": "Maksimalt tillatt grense er {0}.", + "worldedit.limit.set": "Blokkendringsgrense satt til {0}.", + "worldedit.limit.return-to-default": "(Bruk //limit for å gå bake til standard.)", + "worldedit.timeout.too-high": "Maksimalt tillatte tidsavbrudd er {0}ms.", + "worldedit.timeout.set": "Tidsavbrudd satt til {0}ms.", + "worldedit.timeout.return-to-default": " (Bruk //timeout for å gå bake til standard.)", + "worldedit.fast.disabled": "Raskmodus er deaktivert.", + "worldedit.fast.enabled": "Raskmodus aktivert. Belysning i de berørte delene kan være galt og/eller du må kanskje gå inn på nytt for å se endringer.", + "worldedit.fast.disabled.already": "Raskmodus er allerede deaktivert.", + "worldedit.fast.enabled.already": "Raskmodus er allerede aktivert.", + "worldedit.perf.sideeffect.set": "Bivirkning \"{0} satt til {1}", + "worldedit.perf.sideeffect.get": "Bivirkning \"{0} er satt til {1}", + "worldedit.perf.sideeffect.already-set": "Bivirkning \"{0}\" er allerede {1}", + "worldedit.perf.sideeffect.set-all": "Alle bivirkninger satt til {0}", + "worldedit.reorder.current": "Omorganiseringsmodus er {0}", + "worldedit.reorder.set": "Omorganiseringsmodus er nå {0}", + "worldedit.gmask.disabled": "Globalmaske deaktivert.", + "worldedit.gmask.set": "Globalmaske satt.", + "worldedit.toggleplace.pos1": "Setter nå på pos #1.", + "worldedit.toggleplace.player": "Setter nå på blokken du står i.", + "worldedit.searchitem.too-short": "Skriv inn en lengre søkestreng (lengde > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan ikke bruke både de 'b' og 'i' flaggene samtidig.", + "worldedit.searchitem.searching": "(Vennligst vent... søk elementer.)", + "worldedit.watchdog.no-hook": "Denne plattformen har ingen vakthund krok.", + "worldedit.watchdog.active.already": "Vakthund krok allerede aktiv.", + "worldedit.watchdog.inactive.already": "Vakthund krok allerede uaktiv.", + "worldedit.watchdog.active": "Vakthund krok nå aktiv.", + "worldedit.watchdog.inactive": "Vakthund krok nå uaktiv.", + "worldedit.world.remove": "Fjernet verdenoverstyring.", + "worldedit.world.set": "Sette verdenovertyring til {0}. (Bruk //world for å gå bake til standard)", + "worldedit.undo.undone": "Ugjort {0} tilgjengelige redigeringer.", + "worldedit.undo.none": "Ikke noe mer å ugjøre.", + "worldedit.redo.redone": "Gjort om {0} tilgjengelige redigeringer.", + "worldedit.redo.none": "Ikke noe mer å gjøre om.", + "worldedit.clearhistory.cleared": "Logg slettet.", + "worldedit.raytrace.noblock": "Ingen blokk i blikket!", + "worldedit.restore.not-configured": "Øyeblikksbilde/sikkerhetskopiering gjenopprettingen er ikke konfigurert.", + "worldedit.restore.not-available": "Dette øyeblikksbildet finnes ikke eller er ikke tilgjengelig.", + "worldedit.restore.failed": "Kunne ikke laste inn øyeblikksbilde: {0}", + "worldedit.restore.loaded": "Øyeblikksbildet '{0}' lastet, nå gjenopprettes...", + "worldedit.restore.restored": "Gjenopprettet; {0} manglende chunks og {1} andre feil.", + "worldedit.restore.none-for-specific-world": "Fant ingen øyeblikksbilder for verden '{0}'.", + "worldedit.restore.none-for-world": "Fant ingen øyeblikksbilder for denne verden.", + "worldedit.restore.none-found": "Fant ingen øyeblikksbilder.", + "worldedit.restore.none-found-console": "Ingen øyeblikksbilder ble funnet. Se på konsoll for detaljer.", + "worldedit.restore.chunk-not-present": "Chunks ble ikke tilstede i øyeblikksbildet.", + "worldedit.restore.chunk-load-failed": "Ingen chunks kunne lastes. (Dårligt arkiv?)", + "worldedit.restore.block-place-failed": "Feil forhindret noen blokker fra å bli gjenopprettet.", + "worldedit.restore.block-place-error": "Siste feil: {0}", + "worldedit.snapshot.use.newest": "Nå bruker det nyeste øyeblikksbildet.", + "worldedit.snapshot.use": "Øyeblikksbildet satt til: {0}", + "worldedit.snapshot.none-before": "Kunne ikke finne et øyeblikksbilde før {0}.", + "worldedit.snapshot.none-after": "Kunne ikke finne et øyeblikksbilde etter {0}.", + "worldedit.snapshot.index-above-0": "Ugyldig indeks, må være større enn eller lik 1.", + "worldedit.snapshot.index-oob": "Ugyldig indeks, må være mellom 1 og {0}.", + "worldedit.schematic.unknown-format": "Ukjent skjematisk format: {0}.", + "worldedit.schematic.load.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.load.loading": "(Vennligst vent... laster skjematisk.)", + "worldedit.schematic.save.already-exists": "Den skjematiske finnes allerede. Bruk -f flagget for å overskrive den.", + "worldedit.schematic.save.failed-directory": "Kunne ikke opprette mappe for skjemaer!", + "worldedit.schematic.save.saving": "(Vennligst vent... lagre skjematisk.)", + "worldedit.schematic.delete.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.delete.failed": "Sletting av {0} mislyktes! Er den skrivebeskyttet?", + "worldedit.schematic.delete.deleted": "{0} har blitt slettet.", + "worldedit.schematic.formats.title": "Tilgjengelige utklippstavleformater (Navn: Oppslag navnene)", + "worldedit.pos.already-set": "Posisjon allerede angitt.", + "worldedit.pos.console-require-coords": "Du må gi inn koordinater som konsoll.", + "worldedit.hpos.no-block": "Ingen blokk i blikket!", + "worldedit.hpos.already-set": "Posisjon allerede angitt.", + "worldedit.chunk.selected-multiple": "Chunks valgt: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Tryllestavelementet er feilkonfigurert eller deaktivert.", + "worldedit.wand.selwand.info": "Venstreklikk: velg pos #1; Høyreklikk: velg pos #2", + "worldedit.wand.navwand.info": "Venstreklikk: hopp til område; Høyreklikk: gå gjennom vegger", + "worldedit.contract.contracted": "Region kontraktsfestet {0} blokker.", + "worldedit.shift.shifted": "Region skiftet.", + "worldedit.outset.outset": "Region utgangspunktet.", + "worldedit.inset.inset": "Region inngangspunktet.", + "worldedit.size.offset": "Forskyvning: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Størrelse: {0}", + "worldedit.size.distance": "Kuperdistanse: {0}", + "worldedit.size.blocks": "# blokker: {0}", + "worldedit.count.counted": "Tellet: {0}", + "worldedit.distr.no-blocks": "Ingen blokker tellet.", + "worldedit.distr.no-previous": "Ingen tidligere fordeling.", + "worldedit.distr.total": "Totalt Antall Blokker: {0}", + "worldedit.select.cleared": "Utvalg tømt.", + "worldedit.select.cuboid.message": "Kuben: venstreklikk for punkt 1, høyreklikk for punkt 2", + "worldedit.select.cuboid.description": "Velg to hjørner av en kuben", + "worldedit.select.extend.message": "Kuben: venstreklikk for et startpunkt, høyreklikk for å utvide", + "worldedit.select.extend.description": "Rask kubenvalgmodus", + "worldedit.select.poly.message": "2D polygonvelger: Venstre/høyreklikk for å legge til et punkt.", + "worldedit.select.poly.limit-message": "{0} punkter maksimum.", + "worldedit.select.poly.description": "Velg en 2D polygon med høyde", + "worldedit.select.ellipsoid.message": "Ellipsoid velger: venstreklikk=senter, høyreklikk for å utvide", + "worldedit.select.ellipsoid.description": "Velg en ellipsoid", + "worldedit.select.sphere.message": "Sfærevelger: venstreklikk=senter, høyreklikk for å sette radius", + "worldedit.select.sphere.description": "Velg en sfære", + "worldedit.select.cyl.message": "Sylindriskvelger: Venstreklikk=senter, høyreklikk for å utvide", + "worldedit.select.cyl.description": "Velg en sylinder", + "worldedit.select.convex.message": "Konvekspolyhedralevelger: Venstreklikk=Første verteks, høyreklikk for å legge til flere.", + "worldedit.select.convex.limit-message": "{0} punkter maksimum.", + "worldedit.select.convex.description": "Velg en konvekspolyhedrale", + "worldedit.select.default-set": "Standard regionen din er nå {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammelt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Ramser opp chunks for: {0}", + "worldedit.drain.drained": "{0} blokker ble drenert.", + "worldedit.fill.created": "{0} blokker ble fylt.", + "worldedit.fillr.created": "{0} blokker ble fylt.", + "worldedit.fixlava.fixed": "{0} blokker ble fikset.", + "worldedit.fixwater.fixed": "{0} blokker ble fikset.", + "worldedit.removeabove.removed": "{0} blokker ble fjernet.", + "worldedit.removebelow.removed": "{0} blokker ble fjernet.", + "worldedit.removenear.removed": "{0} blokker ble fjernet.", + "worldedit.replacenear.replaced": "{0} blokker ble ersattet.", + "worldedit.snow.created": "{0} overflater ble dekket.", + "worldedit.thaw.removed": "{0} blokker er tint.", + "worldedit.green.changed": "{0} blokker ble grønnet.", + "worldedit.extinguish.removed": "{0} branner er slukket.", + "worldedit.butcher.killed": "{0} vesener ble drept i en radius på {1}.", + "worldedit.butcher.explain-all": "Bruk -1 til å fjerne alle vesener i innlastede chunks", + "worldedit.remove.removed": "{0} enheter ble market for fjerning.", + "worldedit.remove.explain-all": "Bruk -1 til å fjerne alle enheter i innlastede chunks", + "worldedit.calc.invalid": "'{0}' kunne ikke analyseres som et gyldig uttrykk", + "worldedit.paste.pasted": "Utklippstavlen har blitt limt inn ved {0}", + "worldedit.paste.selected": "Valgt utklippstavle limte område.", + "worldedit.rotate.no-interpolation": "Merk: Interpolasjon er ikke støttet ennå, så vinkler som er multipler på 90 er anbefalt.", + "worldedit.rotate.rotated": "Utklippstavlen kopiering har blitt rotert.", + "worldedit.flip.flipped": "Utklippstavlen kopiering har blitt snu.", + "worldedit.clearclipboard.cleared": "Utklippstavlen er tømt.", + "worldedit.set.done": "Operasjon fullført.", + "worldedit.set.done.verbose": "Operasjon fullført ({0}).", + "worldedit.line.changed": "{0} blokker ble endret.", + "worldedit.line.invalid-type": "//linje fungerer bare med kubevalg eller konvekse polyhedralvalg", + "worldedit.curve.changed": "{0} blokker ble endret.", + "worldedit.curve.invalid-type": "//kurve fungerer bare med konvekse polyhedralvalg", + "worldedit.replace.replaced": "{0} blokker ble ersattet.", + "worldedit.stack.changed": "{0} blokker endret. Angre med //undo", + "worldedit.regen.regenerated": "Region regenerert.", + "worldedit.regen.failed": "Kan ikke regenerere chunks. Sjekk konsollen for detaljer.", + "worldedit.walls.changed": "{0} blokker ble endret.", + "worldedit.faces.changed": "{0} blokker ble endret.", + "worldedit.overlay.overlaid": "{0} blokker ble kledde.", + "worldedit.naturalize.naturalized": "{0} blokk(er) ble endret for å se mer naturlig ut.", + "worldedit.center.changed": "Senter sett. ({0} blokker endret)", + "worldedit.smooth.changed": "Terrengs høydekart er jevnet. {0} blokker endret.", + "worldedit.move.moved": "{0} blokker flyttet.", + "worldedit.deform.deformed": "{0} blokker ble deformert.", + "worldedit.hollow.changed": "{0} blokker ble endret.", + "worldedit.forest.created": "{0} trær opprettet.", + "worldedit.flora.created": "{0} flora opprettet.", + "worldedit.unstuck.moved": "Der går du!", + "worldedit.ascend.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ascend.moved": "Stigede {0} nivåer.", + "worldedit.descend.obstructed": "Ingen ledig sted under deg fant.", + "worldedit.descend.moved": "Synkende {0} nivåer.", + "worldedit.ceil.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ceil.moved": "Wuusj!", + "worldedit.thru.obstructed": "Ingen ledig sted foran deg fant.", + "worldedit.thru.moved": "Wuusj!", + "worldedit.jumpto.moved": "Poff!", + "worldedit.jumpto.none": "Ingen blokk i siktet (eller for langt borte)!", + "worldedit.up.obstructed": "Du ville truffet noe over deg.", + "worldedit.up.moved": "Wuusj!", + "worldedit.cyl.invalid-radius": "Du må enten spesifisere vediene for radius på 1 eller 2.", + "worldedit.cyl.created": "{0} blokker ble opprettet.", + "worldedit.sphere.invalid-radius": "Du må enten spesifisere vediene for radius på 1 eller 3.", + "worldedit.sphere.created": "{0} blokker ble opprettet.", + "worldedit.forestgen.created": "{0} trær opprettet.", + "worldedit.pumpkins.created": "{0} gresskar plastre opprettet.", + "worldedit.pyramid.created": "{0} blokker ble opprettet.", + "worldedit.generate.created": "{0} blokker ble opprettet.", + "worldedit.reload.config": "Konfigurasjon oppdatert!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Feilet med å skrive rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ugyldig tidssone", + "worldedit.timezone.set": "Tidssone satt for denne økten til: {0}", + "worldedit.timezone.current": "Gjeldende tid i den tidssone er: {0}", + "worldedit.version.version": "WorldEdit versjon {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denne WorldEdit versjonen støtter ikke din versjon av Bukkit. Blokker enheter (f.eks. kister) vil være tom, blokkegenskaper (e.. rotasjon) vil mangle og det kan hende at andre ting ikke virker. Oppdater WorldEdit for å gjenopprette denne funksjonen:\n{0}", + "worldedit.command.time-elapsed": "{0}s har gått (historie: {1} endret; {2} blokker/sek).", + "worldedit.command.permissions": "Du har ikke rettigheter til å gjøre det. Er du i riktig modus?", + "worldedit.command.player-only": "Denne kommandoen må brukes med en spiller.", + "worldedit.command.error.report": "Vennligst rapporter denne feilen: [Se konsoll]", + "worldedit.pastebin.uploading": "(Vennligst vent... sender utdata til pastebin...)", + "worldedit.session.cant-find-session": "Kan ikke finne økt for {0}", + "worldedit.platform.no-file-dialog": "Fildialoger er ikke støttet i ditt miljø.", + "worldedit.tool.max-block-changes": "Maksimum blokker endringsgrense nådd.", + "worldedit.tool.no-block": "Ingen blokk i blikket!", + "worldedit.tool.repl.equip": "Blokk utskiftingsverktøy bundet til {0}.", + "worldedit.tool.repl.switched": "Erstatningsverktøy byttet til: {0}", + "worldedit.tool.data-cycler.equip": "Blokk datasyklusverkøy bundet til {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Du har ikke rettigheter til å sykle dataverdien for denne blokken.", + "worldedit.tool.data-cycler.cant-cycle": "Den blokkens data kan ikke sykles!", + "worldedit.tool.data-cycler.new-value": "Verdien av {0} er nå {1}.", + "worldedit.tool.data-cycler.cycling": "Nå sykler {0}.", + "worldedit.tool.deltree.equip": "Flytende trefjerningsverktøy bundet til {0}.", + "worldedit.tool.deltree.not-tree": "Det er ingen tre.", + "worldedit.tool.deltree.not-floating": "Det er ingen flytende tre.", + "worldedit.tool.tree.equip": "Treverktøy bundet til {0}.", + "worldedit.tool.tree.obstructed": "Et tre kan ikke være der.", + "worldedit.tool.info.equip": "Informasjonsverktøy bundet til {0}.", + "worldedit.tool.info.blockstate.hover": "Blokk tilstand", + "worldedit.tool.info.internalid.hover": "Intern ID", + "worldedit.tool.info.legacy.hover": "Eldre id:data", + "worldedit.tool.info.light.hover": "Blokk Lys/Lys Over", + "worldedit.tool.none.equip": "Verktøy bundet opp fra ditt nåværende element.", + "worldedit.tool.selwand.equip": "Utvalgtryllestav bundet til {0}.", + "worldedit.tool.navwand.equip": "Navigasjontryllestav bundet til {0}.", + "worldedit.tool.floodfill.equip": "Blokk flomfyllingsverktøy bundet til {0}.", + "worldedit.tool.farwand.equip": "Langtunnatryllestav bundet til {0}.", + "worldedit.tool.lrbuild.equip": "Langrekkeviddebygningsverktøy bundet til {0}.", + "worldedit.tool.lrbuild.set": "Venstreklikk satt til {0}; høyreklikk satt til {1}.", + "worldedit.tool.stack.equip": "Stabelverktøy bundet til {0}.", + "worldedit.tool.superpickaxe.mode.single": "Modus er nå enkelt. Venstreklikk med en hakke. // for å deaktivere.", + "worldedit.tool.superpickaxe.mode.area": "Modus er nå område. Venstreklikk med en hakke. // for å deaktivere.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus er nå rekursiv. Venstreklikk med en hakke. // for å deaktivere.", + "worldedit.tool.superpickaxe.max-range": "Maksimum rekkevidde er {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superhakke er allerede aktivert.", + "worldedit.tool.superpickaxe.disabled.already": "Superhakke er allerede deaktivert.", + "worldedit.tool.superpickaxe.enabled": "Superhakke aktivert.", + "worldedit.tool.superpickaxe.disabled": "Superhakke deaktivert.", + "worldedit.tool.mask.set": "Pensel maske satt.", + "worldedit.tool.mask.disabled": "Pensel maske deaktivert.", + "worldedit.tool.material.set": "Pensel material satt.", + "worldedit.tool.range.set": "Pensel rekkevidde satt.", + "worldedit.tool.size.set": "Pensel størrelse satt.", + "worldedit.tool.tracemask.set": "Spor maske satt.", + "worldedit.tool.tracemask.disabled": "Spor maske deaktivert.", + "worldedit.tool.error.cannot-bind": "Kan ikke binde verktøy til {0}: {1}", + "worldedit.tool.error.item-only": "Blokker kan ikke brukes.", + "worldedit.execute.script-permissions": "Du har ikke tillatelse til å bruke det skriptet.", + "worldedit.executelast.no-script": "Bruk /cs med et skriptnavn først.", + "worldedit.script.read-error": "Skript lest feil: {0}", + "worldedit.script.unsupported": "Bare .js skripter støttes for øyeblikket", + "worldedit.script.file-not-found": "Skript finnes ikke: {0}", + "worldedit.script.no-script-engine": "Kunne ikke finne en installert skriptmotor.\nVennligst se https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Kunne ikke utføre: {0}", + "worldedit.script.failed-console": "Kunne ikke utføre (se konsoll): {0}", + "worldedit.operation.affected.biome": "{0} biomer påvirket", + "worldedit.operation.affected.block": "{0} blokker påvirket", + "worldedit.operation.affected.column": "{0} kolonner påvirket", + "worldedit.operation.affected.entity": "{0} enheter påvirket", + "worldedit.operation.deform.expression": "deformert ved hjelp av {0}", + "worldedit.error.invalid-number": "Nummer forventet; streng oppgitt.", + "worldedit.error.invalid-number.matches": "Nummer forventet; streng \"{0}\" oppgitt.", + "worldedit.error.incomplete-region": "Lag et regionutvalg først.", + "worldedit.error.unknown-block": "Blokknavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-entity": "Enhetnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-mob": "Vesennavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-biome": "Biomenavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-tag": "Tagnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.empty-tag": "Tagnavn '{0}' har ingen innhold.", + "worldedit.error.no-match": "Ingen lignende result for '{0}'.", + "worldedit.error.disallowed-block": "Blokk '{0}' er ikke tillat (se WorldEdit konfigurasjon).", + "worldedit.error.max-changes": "Maksimum blokker endret i en operasjon nådd ({0}).", + "worldedit.error.max-brush-radius": "Maksimal penselradius (i konfigurasjon): {0}", + "worldedit.error.max-radius": "Maksimal radius (i konfigurasjon): {0}", + "worldedit.error.unknown-direction": "Ukjent retning: {0}", + "worldedit.error.empty-clipboard": "Din utklippstavle er tom. Bruk //copy først.", + "worldedit.error.invalid-filename": "Filnavn '{0}' ugyldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ugyldig bokstavner eller utvidelse mangler", + "worldedit.error.file-resolution": "Fil '{0}' oppløsningsfeil: {1}", + "worldedit.error.file-resolution.outside-root": "Stien er utenfor tillatt root", + "worldedit.error.file-resolution.resolve-failed": "Kunne ikke løse stien", + "worldedit.error.file-aborted": "Filvalg avbrutt.", + "worldedit.error.no-file-selected": "Ingen fil valgt.", + "worldedit.error.world-unloaded": "Verden var allerede ulastet.", + "worldedit.error.not-a-block": "Dette er ikke en blokk.", + "worldedit.error.not-a-block.item": "Elementet '{0}' er ikke en blokk.", + "worldedit.error.incorrect-usage": "Bruk: {0}", + "worldedit.error.invalid-page": "Ugyldig sidenummer", + "worldedit.error.parser.bad-state-format": "Dårlig statsformat i {0}", + "worldedit.error.parser.duplicate-property": "Duplisert eiendel: {0}", + "worldedit.error.parser.empty-state": "Tom del i stat", + "worldedit.error.parser.missing-equals-separator": "Mangler '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Avvik spesifisert med @ men ingen avvik oppgitt. Bruk '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Ukjent egenskap '{0}' for blokk '{1}'", + "worldedit.error.parser.unknown-value": "Ukjent verdi '{0}' for egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tilstand", + "worldedit.error.parser.empty-value": "Tom verdi i stat", + "worldedit.error.parser.invalid-colon": "Ugyldig kolon.", + "worldedit.error.parser.invalid-expression": "Ugyldig uttrykk: {0}", + "worldedit.error.parser.negate-nothing": "Kan ikke negere ingenting!", + "worldedit.error.parser.hanging-lbracket": "Ugyldig format. Hengende hakeparentes på '{0}'.", + "worldedit.error.parser.missing-rbracket": "Tilstand mangler følgende ']'", + "worldedit.error.parser.missing-random-type": "Mangler typen etter % symbolen for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Utstedelse av utklippstavle krever x,y,z koordinater.", + "worldedit.error.parser.player-only": "Inndata '{0}' krever en spiller!", + "worldedit.error.disabled": "Denne funksjonaliteten er deaktivert (se WorldEdit konfigurasjon).", + "worldedit.error.unknown": "Ukjent feil oppstod: {0}", + "worldedit.error.missing-extent": "Ingen utstrekning er kjent", + "worldedit.error.missing-session": "Ingen lokaløkt er kjent", + "worldedit.error.missing-world": "Du må skaffe til en verden (Prøv //world)", + "worldedit.error.missing-actor": "Ingen figur er kjent", + "worldedit.selection.convex.info.vertices": "Vertikker: {0}", + "worldedit.selection.convex.info.triangles": "Triangler: {0}", + "worldedit.selection.convex.explain.primary": "Startet nytt valg med verteks {0}.", + "worldedit.selection.convex.explain.secondary": "Lagt verteks {0} til utvalget.", + "worldedit.selection.cuboid.info.pos1": "Posisjon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisjon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Første posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Første posisjon satt til {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andre posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andre posisjon satt til {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Begynte utvalg på {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utvidet utvalg til å omfatte {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Senter: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Senter posisjon satt til {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Senter posisjon satt til {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius satt til {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid endringer må være jevn for hver dimensjon.", + "worldedit.selection.cylinder.info.center": "Senter: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starter et nytt sylindrisk utvalg ved {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius satt til {0}/{1} blokker. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du må velge senterpunktet før du setter radiusen.", + "worldedit.selection.cylinder.error.even-horizontal": "Sylindere endringer må være jevn for hver horisontale dimensjon.", + "worldedit.selection.polygon2d.info": "# poeng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starter en ny polygon på {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lagt punkt #{0} til på {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan bare utvides vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan bare være kontraktes vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius satt til {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan ikke endre NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan ikke utvide et regionsskjær.", + "worldedit.selection.intersection.error.cannot-contract": "Kan ikke kontrakte et regionsskjær.", + "worldedit.selection.transform.error.cannot-expand": "Kan ikke utvide en TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan ikke krympe en TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan ikke endre en TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.lighting.description": "Oppdateringer blokk belysning", + "worldedit.sideeffect.neighbors": "Naboer", + "worldedit.sideeffect.neighbors.description": "Varsler nærliggende blokker av endringer", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerer og fikser den ukonsekvente verdenstilstanden, som for eksempel frakoblede blokker", + "worldedit.sideeffect.entity_ai": "Enhet AI", + "worldedit.sideeffect.entity_ai.description": "Oppdater Enhet AI stier for blokkendringer", + "worldedit.sideeffect.events": "Mod/Plugin Hendelser", + "worldedit.sideeffect.events.description": "Forteller andre moder/pluginer om disse endringer når det er aktuelt", + "worldedit.sideeffect.state.on": "På", + "worldedit.sideeffect.state.delayed": "Forsinket", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "Nåværende", + "worldedit.sideeffect.box.change-to": "Klikk for å sette til {0}", + "worldedit.help.command-not-found": "Kommandoen '{0}' ble ikke funnet.", + "worldedit.help.no-subcommands": "'{0}' har ingen underkommandoer. (Maybe '{1}' er for en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommando '{0}' under '{1}' ble ikke funnet.", + "worldedit.cli.stopping": "Stopper!", + "worldedit.cli.unknown-command": "Ukjent kommando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/oc/strings.json b/config/worldedit/.archive-unpack/2e1dd752/oc/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/oc/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/oj/strings.json b/config/worldedit/.archive-unpack/2e1dd752/oj/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/oj/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/pl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/pl/strings.json new file mode 100644 index 0000000..6f3296a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/pl/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Pionowo rozszerz wybór do granic świata.", + "worldedit.expand.expanded": "Rozszerzono obszar o bloki (w sumie {0})", + "worldedit.expand.expanded.vert": "Rozszerzono obszar o bloki (w sumie {0} z góry na dół).", + "worldedit.biomeinfo.lineofsight": "Biomy w zasięgu wzroku: {0}", + "worldedit.biomeinfo.position": "Biom, w którym jesteś: {0}", + "worldedit.biomeinfo.selection": "Biomy w twoim obszarze zaznaczenia: {0}", + "worldedit.brush.radius-too-large": "Maksymalny dozwolony promień pędzla: {0}", + "worldedit.brush.apply.description": "Zastosuj pędzel, zastosuj funkcję do każdego bloku", + "worldedit.brush.apply.radius": "Rozmiar pędzla", + "worldedit.brush.apply.shape": "Kształt obszaru", + "worldedit.brush.apply.type": "Rodzaj pędzla do użycia", + "worldedit.brush.apply.item.warning": "Ten pędzel symuluje użycie przedmiotu. Jego efekty mogą działać nie na wszystkich platformach, mogą być nieodwracalne i mogą powodować dziwne interakcje z innymi modami/wtyczkami. Używaj na własne ryzyko.", + "worldedit.brush.paint.description": "Pędzel malarski, nakładanie funkcji na powierzchnię", + "worldedit.brush.paint.size": "Rozmiar pędzla", + "worldedit.brush.paint.shape": "Kształt obszaru", + "worldedit.brush.paint.density": "Gęstość pędzla", + "worldedit.brush.paint.type": "Rodzaj używanego pędzla", + "worldedit.brush.paint.item.warning": "Ten pędzel symuluje użycie przedmiotu. Jego efekty mogą działać nie na wszystkich platformach, mogą być nieodwracalne i mogą powodować dziwne interakcje z innymi modami/wtyczkami. Używaj na własne ryzyko.", + "worldedit.brush.sphere.equip": "Wyposażono w pędzel kulisty ({0}).", + "worldedit.brush.cylinder.equip": "Wyposażono w pędzel walcowy ({0} na {1}).", + "worldedit.brush.clipboard.equip": "Wyposażono w pędzel o kształcie ze schowka.", + "worldedit.brush.smooth.equip": "Wyposażono w pędzel wygładzający ({0} × {1}× przy użyciu: {2}).", + "worldedit.brush.extinguish.equip": "Wyposażono w gaśnicę ({0}).", + "worldedit.brush.gravity.equip": "Wyposażono w pędzel grawitacyjny ({0}).", + "worldedit.brush.butcher.equip": "Wyposażono w pędzel rzeźniczy ({0}).", + "worldedit.brush.operation.equip": "Wybrano pędzel {0}.", + "worldedit.brush.heightmap.equip": "Wyposażono w pędzel mapy wysokościowej ({0}).", + "worldedit.brush.heightmap.unknown": "Nieznany pędzel mapy wysokościowej: {0}.", + "worldedit.brush.none.equip": "Usunięto przypisany pędzel z obecnego przedmiotu.", + "worldedit.setbiome.changed": "Zmieniono biomy dla około tylu bloków: {0}.", + "worldedit.setbiome.warning": "W celu zobaczenia zmian, może być wymagane ponowne dołączenie do gry (albo otwarcie świata).", + "worldedit.drawsel.disabled": "Dezaktywowano CUI serwera.", + "worldedit.drawsel.enabled": "Aktywowano CUI serwera. Obsługuje tylko obszary prostokątne o maksymalnym rozmiarze {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serwera już jest zdezaktywowane.", + "worldedit.drawsel.enabled.already": "CUI serwera już jest aktywowane.", + "worldedit.limit.too-high": "Twój maksymalny dozwolony limit wynosi {0}.", + "worldedit.limit.set": "Ustawiono limit ilości zmienianych bloków na {0}.", + "worldedit.limit.return-to-default": "(Powróć do wartości domyślnej, używając polecenia //limit)", + "worldedit.timeout.too-high": "Twój maksymalny dozwolony limit czasu wynosi {0} ms.", + "worldedit.timeout.set": "Zmieniono limit czasu na {0} ms.", + "worldedit.timeout.return-to-default": " (Użyj //timeout w celu powrotu do wartości domyślnej.)", + "worldedit.fast.disabled": "Tryb szybki wyłączony.", + "worldedit.fast.enabled": "Tryb szybki włączony. Oświetlenie w objętych chunkach może być niewłaściwe i/lub może zaistnieć potrzeba ponownego dołączenia, w celu ujrzenia zmian.", + "worldedit.fast.disabled.already": "Tryb szybki już jest wyłączony.", + "worldedit.fast.enabled.already": "Tryb szybki już jest włączony.", + "worldedit.perf.sideeffect.set": "Efekt poboczny „{0}” został ustawiony na {1}", + "worldedit.perf.sideeffect.get": "Efekt poboczny „{0}” jest ustawiony na {1}", + "worldedit.perf.sideeffect.already-set": "Efekt poboczny „{0}” już został ustawiony na {1}", + "worldedit.perf.sideeffect.set-all": "Wszystkie działania niepożądane ustawione na {0}", + "worldedit.reorder.current": "Tryb zmiany kolejności wynosi {0}", + "worldedit.reorder.set": "Tryb zmiany kolejności teraz wynosi {0}", + "worldedit.gmask.disabled": "Maska globalna wyłączona.", + "worldedit.gmask.set": "Ustawiono maskę globalną.", + "worldedit.toggleplace.pos1": "Umieszczanie w pozycji nr 1.", + "worldedit.toggleplace.player": "Stawianie bloku w miejscu, w którym stoisz.", + "worldedit.toggleplace.not-locatable": "Nie można przełączyć umieszczania w tym kontekście.", + "worldedit.searchitem.too-short": "Wprowadź dłuższy ciąg do wyszukania. (dł. > 2).", + "worldedit.searchitem.either-b-or-i": "Nie możesz używać flagi \"b\" oraz \"i\" jednocześnie.", + "worldedit.searchitem.searching": "(Proszę czekać... wyszukiwanie przedmiotów.)", + "worldedit.watchdog.no-hook": "Ta platforma nie ma punktu zaczepienia licznika alarmowego.", + "worldedit.watchdog.active.already": "Punkt zaczepienia licznika alarmowego już jest aktywny.", + "worldedit.watchdog.inactive.already": "Punkt zaczepienia licznika alarmowego już jest nieaktywny.", + "worldedit.watchdog.active": "Punkt zaczepienia licznika alarmowego aktywowany.", + "worldedit.watchdog.inactive": "Punkt zaczepienia licznika alarmowego dezaktywowany.", + "worldedit.world.remove": "Usunięto zastąpienie świata.", + "worldedit.world.set": "Ustawiono zastąpienie świata {0}. (Użyj //world aby powrócić do domyślnego)", + "worldedit.undo.undone": "Cofnięto edycje. (dost. {0}).", + "worldedit.undo.none": "Nie ma już nic do cofnięcia.", + "worldedit.redo.redone": "Ponowiono dostępne edycje ({0}).", + "worldedit.redo.none": "Nie ma już nic do ponowienia.", + "worldedit.clearhistory.cleared": "Wyczyszczono historię.", + "worldedit.raytrace.noblock": "Brak bloku w zasięgu!", + "worldedit.restore.not-configured": "Przywrócenie kopii zapasowej/migawki nie jest skonfigurowane.", + "worldedit.restore.not-available": "Ta migawka nie istnieje lub jest niedostępna.", + "worldedit.restore.failed": "Błąd ładowania migawki: {0}", + "worldedit.restore.loaded": "Załadowano migawkę \"{0}\"; trwa przywracanie...", + "worldedit.restore.restored": "Przywrócono; brakujące chunki: {0}, inne błędy: {1}.", + "worldedit.restore.none-for-specific-world": "Nie znaleziono migawek świata \"{0}\".", + "worldedit.restore.none-for-world": "Nie znaleziono migawek dla tego świata.", + "worldedit.restore.none-found": "Nie znaleziono migawek.", + "worldedit.restore.none-found-console": "Nie znaleziono migawek. Zobacz konsolę dla szczegółów.", + "worldedit.restore.chunk-not-present": "Brak obecnych chunków w migawce.", + "worldedit.restore.chunk-load-failed": "Nie można załadować żadnych chunków. (niewłaściwe archiwum?)", + "worldedit.restore.block-place-failed": "Błędy uniemożliwiły przywrócenie jakichkolwiek bloków.", + "worldedit.restore.block-place-error": "Ostatni błąd: {0}", + "worldedit.snapshot.use.newest": "Używasz najnowszej migawki.", + "worldedit.snapshot.use": "Ustawiono migawkę na: {0}", + "worldedit.snapshot.none-before": "Nie można znaleźć migawki przed {0}.", + "worldedit.snapshot.none-after": "Nie można znaleźć migawki po {0}.", + "worldedit.snapshot.index-above-0": "Nieprawidłowy indeks, musi być on większy lub równy 1.", + "worldedit.snapshot.index-oob": "Nieprawidłowy indeks, musi być on pomiędzy 1 a {0}.", + "worldedit.schematic.unknown-format": "Nieznany format schematu: {0}.", + "worldedit.schematic.load.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.load.loading": "(Proszę czekać... wczytywanie schematu.)", + "worldedit.schematic.load.still-loading": "(Proszę czekać... wczytywanie schematu nadal trwa).", + "worldedit.schematic.save.already-exists": "Ten schemat już istnieje. Użyj flagi -f aby go nadpisać.", + "worldedit.schematic.save.failed-directory": "Nie udało się stworzyć folderu dla schematów!", + "worldedit.schematic.save.saving": "(Proszę czekać... zapisywanie schematu.)", + "worldedit.schematic.save.still-saving": "(Proszę czekać... zapisywanie schematu nadal trwa).", + "worldedit.schematic.delete.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.delete.failed": "Nie udało się usunąć: {0}! Czy jest tylko do odczytu?", + "worldedit.schematic.delete.deleted": "Usunięto: {0}.", + "worldedit.schematic.formats.title": "Dostępne formaty schowka (nazwa: krótka)", + "worldedit.schematic.unsupported-minecraft-version": "Ta wersja WorldEdit nie obsługuje tej wersji Minecrafta. Schematy nie będą działać, póki ten problem nie zostanie rozwiązany.", + "worldedit.pos.already-set": "Pozycja już ustawiona.", + "worldedit.pos.console-require-coords": "Współrzędne muszą być określone jako konsola.", + "worldedit.hpos.no-block": "Brak bloku w zasięgu!", + "worldedit.hpos.already-set": "Pozycja już ustawiona.", + "worldedit.chunk.selected-multiple": "Zaznaczono chunki: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Wybrano chunk: {0}, {1}, {2}", + "worldedit.wand.invalid": "Przedmiot różdżki jest nieprawidłowo skonfigurowany lub wyłączony.", + "worldedit.wand.selwand.info": "Lewy klik: zaznacz pozycję 1.; Prawy klik: zaznacz pozycję 2.", + "worldedit.wand.navwand.info": "Lewy klik: skocz do miejsca; Prawy klik: przejdź przez ścianę", + "worldedit.wand.selwand.now.tool": "Różdżka wyboru jest teraz normalnym narzędziem. Możesz ją wyłączyć używając {0} i powiązać z dowolną rzeczą używając {1}, oraz zdobyć nową różdżkę używając {2}.", + "worldedit.contract.contracted": "Obszar zwężony o {0} bl.", + "worldedit.shift.shifted": "Obszar przesunięty.", + "worldedit.outset.outset": "Obszar poszerzony.", + "worldedit.inset.inset": "Obszar zwężony.", + "worldedit.size.offset": "Przesunięcie: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Rozmiar: {0}", + "worldedit.size.distance": "Odległość prostopadłościanu: {0}", + "worldedit.size.blocks": "Nr bloków: {0}", + "worldedit.count.counted": "Policzono: {0}", + "worldedit.distr.no-blocks": "Nie policzono bloków.", + "worldedit.distr.no-previous": "Brak poprzednich dystrybucji.", + "worldedit.distr.total": "Całkowita Liczba Bloków: {0}", + "worldedit.select.cleared": "Wyczyszczono zaznaczenie.", + "worldedit.select.cuboid.message": "Kuboid: kliknij lewym, aby zaznaczyć pierwszy punkt, kliknij prawym, aby zaznaczyć drugi punkt", + "worldedit.select.cuboid.description": "Wybierz dwa narożniki kuboidu", + "worldedit.select.extend.message": "Kuboid: kliknij lewym, aby wybrać punkt startowy, kliknij prawym, aby rozszerzyć", + "worldedit.select.extend.description": "Tryb szybkiego wyboru kuboidu", + "worldedit.select.poly.message": "Wybór wielokąta 2D: Lewy/prawy klik — dodawanie punktu.", + "worldedit.select.poly.limit-message": "Maksimum {0} pkt.", + "worldedit.select.poly.description": "Wybór wielokąta dwuwymiarowego o dowolnej wysokości", + "worldedit.select.ellipsoid.message": "Wybór elipsoidalny: Lewy klik = środek; prawy klik — rozszerzanie", + "worldedit.select.ellipsoid.description": "Wybór elipsoidy", + "worldedit.select.sphere.message": "Wybór sferyczny: Lewy klik = środek, prawy klik — ustawianie promienia", + "worldedit.select.sphere.description": "Wybór sfery", + "worldedit.select.cyl.message": "Wybór walcowy: Lewy klik = środek; prawy klik — rozszerzanie", + "worldedit.select.cyl.description": "Wybór walca", + "worldedit.select.convex.message": "Wybór wypukły wieloboczny: Lewy klik = Pierwszy wierzchołek; prawy klik — więcej.", + "worldedit.select.convex.limit-message": "Maksimum {0} pkt.", + "worldedit.select.convex.description": "Zaznacz figurę wypukłą wieloboczną", + "worldedit.select.default-set": "Twój domyślny selektor obszaru to teraz {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Stary format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Lista chunków dla: {0}", + "worldedit.drain.drained": "Osuszono bloki (w sumie {0}).", + "worldedit.fill.created": "Wypełniono blokami (w sumie {0}).", + "worldedit.fillr.created": "Wypełniono blokami (w sumie {0}).", + "worldedit.fixlava.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.fixwater.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.removeabove.removed": "Usunięto bloki (w sumie {0}).", + "worldedit.removebelow.removed": "Usunięto bloki (w sumie {0}).", + "worldedit.removenear.removed": "Usunięto bloki (w sumie {0}).", + "worldedit.replacenear.replaced": "Zastąpiono bloki (w sumie {0}).", + "worldedit.snow.created": "Pokryto powierzchnie (w sumie {0}).", + "worldedit.thaw.removed": "Stopiono bloki (w sumie {0}).", + "worldedit.green.changed": "Pokryto zielenią bloki (w sumie {0}).", + "worldedit.extinguish.removed": "Ugaszono bloki ognia (w sumie {0}).", + "worldedit.butcher.killed": "Zabito moby (w sumie {0}) w promieniu {1} bl.", + "worldedit.butcher.explain-all": "Użyj -1, aby usunąć wszystkie moby z załadowanych chunków", + "worldedit.remove.removed": "Wyznaczono byty do usunięcia (w sumie {0}).", + "worldedit.remove.explain-all": "Użyj -1, aby usunąć wszystkie byty z załadowanych chunków", + "worldedit.calc.invalid": "Błąd analizy wartości \"{0}\" jako właściwego wyrażenia", + "worldedit.calc.invalid.with-error": "Błąd analizy wartości \"{0}\" jako właściwego wyrażenia: \"{1}\"", + "worldedit.paste.pasted": "Wklejono schowek do: {0}", + "worldedit.paste.selected": "Zaznaczono obszar wklejania ze schowka.", + "worldedit.rotate.no-interpolation": "Informacja: Interpolacja nie jest jeszcze wspierana, więc zalecane są kąty o wielokrotności liczby 90.", + "worldedit.rotate.rotated": "Zawartość schowka została obrócona.", + "worldedit.flip.flipped": "Zawartość schowka została odbita.", + "worldedit.clearclipboard.cleared": "Schowek wyczyszczony.", + "worldedit.set.done": "Operacja zakończona.", + "worldedit.set.done.verbose": "Operacja zakończona ({0}).", + "worldedit.line.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.line.invalid-type": "Polecenie //line działa tylko w przypadku zaznaczeń prostopadłościennych lub wypukłych wielościennych", + "worldedit.curve.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.curve.invalid-type": "Polecenie //curve działa tylko w przypadku zaznaczeń wypukłych wielościennych", + "worldedit.replace.replaced": "Zastąpiono bloki (w sumie {0}).", + "worldedit.stack.changed": "Zmieniono bloki (w sumie {0}). Użyj //undo w celu cofnięcia.", + "worldedit.stack.intersecting-region": "Przesunięcie stosu nie może kolidować z obszarem, podczas używania jednostek blokowych", + "worldedit.regen.regenerated": "Zregenerowano obszar.", + "worldedit.regen.failed": "Nie udało się zregenerować chunków. Po więcej informacji, zajrzyj do konsoli.", + "worldedit.walls.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.faces.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.overlay.overlaid": "Nałożono bloki (w sumie {0}).", + "worldedit.naturalize.naturalized": "Nadano naturalnego wyglądu blokom (zmodyfikowane bloki: {0}).", + "worldedit.center.changed": "Ustawiono środek. (zmodyfikowane bloki: {0})", + "worldedit.smooth.changed": "Wygładzono wysokość terenu. Zmodyfikowane bloki: {0}.", + "worldedit.move.moved": "Przesunięto bloki (w sumie {0}).", + "worldedit.deform.deformed": "Zdeformowano bloki (w sumie {0}).", + "worldedit.hollow.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.forest.created": "Stworzono {0} drzew.", + "worldedit.flora.created": "Stworzono roślinność (w sumie {0}).", + "worldedit.unstuck.moved": "Proszę bardzo!", + "worldedit.ascend.obstructed": "Nie znaleziono nad tobą wolnej przestrzeni.", + "worldedit.ascend.moved": "Przeniesiono cię {0} poz. wyżej.", + "worldedit.descend.obstructed": "Nie znaleziono pod tobą wolnej przestrzeni.", + "worldedit.descend.moved": "Przeniesiono cię {0} poz. niżej.", + "worldedit.ceil.obstructed": "Nie znaleziono nad tobą wolnej przestrzeni.", + "worldedit.ceil.moved": "Ziuuu!", + "worldedit.thru.obstructed": "Nie znaleziono przed tobą wolnej przestrzeni.", + "worldedit.thru.moved": "Ziuuu!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Brak bloku w zasięgu (lub jest za daleko)!", + "worldedit.up.obstructed": "Uderzysz w coś nad sobą.", + "worldedit.up.moved": "Ziuuu!", + "worldedit.cyl.invalid-radius": "Musisz podać 1 lub 2 wartości promienia.", + "worldedit.cyl.created": "Stworzono bloki (w sumie {0}).", + "worldedit.sphere.invalid-radius": "Musisz podać 1 lub 3 wartości promienia.", + "worldedit.sphere.created": "Stworzono bloki (w sumie {0}).", + "worldedit.forestgen.created": "Stworzono drzewa (w sumie {0}).", + "worldedit.pumpkins.created": "Stworzono grupki dyń (w sumie {0}).", + "worldedit.pyramid.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generate.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generatebiome.changed": "{0} biomów uległo zmianie.", + "worldedit.reload.config": "Przeładowano konfigurację!", + "worldedit.report.written": "Raport WorldEdit został zapisany do: {0}", + "worldedit.report.error": "Błąd zapisywania raportu: {0}", + "worldedit.report.callback": "Raport WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Niewłaściwa strefa czasowa", + "worldedit.timezone.set": "Ustawiono strefę czasową na tę sesję: {0}", + "worldedit.timezone.current": "Obecny czas w tej strefie czasowej: {0}", + "worldedit.version.version": "WorldEdit — wersja: {0}", + "worldedit.version.bukkit.unsupported-adapter": "Ta wersja WorldEdit nie obsługuje w pełni twojej wersji pluginu Bukkit. Byty bloków (np. skrzynie) będą puste, właściwości bloków (np. obrót) zostaną pominięte, a nie działać mogą też inne rzeczy. Zaktualizuj WorldEdit, aby przywrócić tę funkcjonalność:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasowanie: Nie użyto żadnych rozszerzeń", + "worldedit.trace.action-failed": "Trasowanie: Odrzucono czynność/-ci {0} w pozycji {1} rozszerzeniem {2}", + "worldedit.trace.active.already": "Tryb trasowania już jest włączony.", + "worldedit.trace.inactive.already": "Tryb trasowania już jest wyłączony.", + "worldedit.trace.active": "Włączono tryb trasowania.", + "worldedit.trace.inactive": "Wyłączono tryb trasowania.", + "worldedit.command.time-elapsed": "Minęło {0} sek. (historia: {1} zmienionych; {2} bloków/sek.)", + "worldedit.command.permissions": "Nie masz do tego uprawnień. Na pewno jesteś w dobrym trybie?", + "worldedit.command.player-only": "To polecenie musi zostać użyte na graczu.", + "worldedit.command.error.report": "Zgłoś ten błąd: [Zobacz konsolę]", + "worldedit.pastebin.uploading": "(Proszę czekać... wysyłanie danych wyjściowych na pastebin...)", + "worldedit.session.cant-find-session": "Nie można odnaleźć sesji dla {0}", + "worldedit.platform.no-file-dialog": "Okna dialogowe plików nie są wspierane w twoim środowisku.", + "worldedit.asset.load.loading": "(Proszę czekać... ładowanie zasobu).", + "worldedit.asset.load.still-loading": "(Proszę czekać... ładowanie zasobu nadal trwa).", + "worldedit.asset.load.failed": "Błąd ładowania zasobu", + "worldedit.tool.max-block-changes": "Osiągnięto limit ilości zmienianych bloków.", + "worldedit.tool.no-block": "Brak bloku w zasięgu!", + "worldedit.tool.repl.equip": "Narzędzie zamiany bloków przypisano do: {0}.", + "worldedit.tool.repl.switched": "Narzędzie zamiany przełączono do: {0}", + "worldedit.tool.data-cycler.equip": "Narzędzie przełączające dane bloków przypisano do: {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nie masz uprawnień do przełączania wartości danych tego bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Dane tego bloku nie mogą być przełączone!", + "worldedit.tool.data-cycler.new-value": "Wartość {0} wynosi teraz {1}.", + "worldedit.tool.data-cycler.cycling": "Cykliczne przełączanie: {0}.", + "worldedit.tool.deltree.equip": "Narzędzie usuwania unoszących się drzew przypisano do: {0}.", + "worldedit.tool.deltree.not-tree": "To nie jest drzewo.", + "worldedit.tool.deltree.not-floating": "To nie jest unoszące się drzewo.", + "worldedit.tool.tree.equip": "Malarz drzew przypisano do: {0}.", + "worldedit.tool.tree.obstructed": "Nie można umieścić tam drzewa.", + "worldedit.tool.info.equip": "Narzędzie informacyjne przypisano do: {0}.", + "worldedit.tool.info.blockstate.hover": "Stan bloku", + "worldedit.tool.info.internalid.hover": "Wewnętrzne ID", + "worldedit.tool.info.legacy.hover": "Przestarzały tag id:data", + "worldedit.tool.info.light.hover": "Światło bloku/Światło powyżej", + "worldedit.tool.none.equip": "Usunięto przypisane narzędzie z obecnego przedmiotu.", + "worldedit.tool.none.to.unequip": "Nie przypisano obecnego przedmiotu.", + "worldedit.tool.selwand.equip": "Różdżkę zaznaczającą przypisano do: {0}.", + "worldedit.tool.navwand.equip": "Różdżkę nawigacyjną przypisano do: {0}.", + "worldedit.tool.floodfill.equip": "Narzędzie wypełniające blokami przypisano do: {0}.", + "worldedit.tool.farwand.equip": "Różdżka dalekosiężna przypisana do {0}.", + "worldedit.tool.lrbuild.equip": "Dalekosiężne narzędzie budowlane przypisano do: {0}.", + "worldedit.tool.lrbuild.set": "Lewy przycisk ustawiono na {0}; prawy przycisk ustawiono na {1}.", + "worldedit.tool.stack.equip": "Narzędzie stosu przypisano do: {0}.", + "worldedit.tool.unbind-instruction": "Uruchom {0} trzymając przedmiot aby usunąć przypisanie.", + "worldedit.tool.superpickaxe.mode.single": "Ustawiono tryb pojedynczy. Kliknij lewym, trzymając kilof. Wyłącz poleceniem //", + "worldedit.tool.superpickaxe.mode.area": "Ustawiono tryb obszarowy. Kliknij lewym, trzymając kilof. Wyłącz poleceniem //", + "worldedit.tool.superpickaxe.mode.recursive": "Ustawiono tryb rekursywny. Kliknij lewym, trzymając kilof. Wyłącz poleceniem //", + "worldedit.tool.superpickaxe.max-range": "Maksymalny zakres to {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superkilof jest już włączony.", + "worldedit.tool.superpickaxe.disabled.already": "Superkilof jest już wyłączony.", + "worldedit.tool.superpickaxe.enabled": "Superkilof włączony.", + "worldedit.tool.superpickaxe.disabled": "Superkilof wyłączony.", + "worldedit.tool.mask.set": "Ustawiono maskę pędzla.", + "worldedit.tool.mask.disabled": "Wyłączono maskę pędzla.", + "worldedit.tool.material.set": "Ustawiono materiał pędzla.", + "worldedit.tool.range.set": "Ustawiono zakres pędzla.", + "worldedit.tool.size.set": "Ustawiono rozmiar pędzla.", + "worldedit.tool.tracemask.set": "Ustawiono maskę trasującą.", + "worldedit.tool.tracemask.disabled": "Maska trasująca wyłączona.", + "worldedit.tool.error.cannot-bind": "Nie można przypisać narzędzia do {0}: {1}", + "worldedit.tool.error.item-only": "Nie można używać bloków.", + "worldedit.execute.script-permissions": "Nie masz uprawnień do korzystania z tego skryptu.", + "worldedit.executelast.no-script": "Najpierw użyj /cs z nazwą skryptu.", + "worldedit.script.read-error": "Błąd odczytu skryptu: {0}", + "worldedit.script.unsupported": "Obecnie są wspierane tylko skrypty .js", + "worldedit.script.file-not-found": "Skrypt nie istnieje: {0}", + "worldedit.script.no-script-engine": "Nie udało się znaleźć zainstalowanego silnika skryptu.\nPrzejdź do: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Nie udało się wykonać: {0}", + "worldedit.script.failed-console": "Nie udało się wykonać (zobacz konsolę): {0}", + "worldedit.operation.affected.biome": "Objęto biomy (w sumie {0})", + "worldedit.operation.affected.block": "Objęto bloki (w sumie {0})", + "worldedit.operation.affected.column": "Objęto kolumny (w sumie {0})", + "worldedit.operation.affected.entity": "Objęto byty (w sumie {0})", + "worldedit.operation.deform.expression": "zdeformowano przy użyciu: {0}", + "worldedit.error.invalid-number": "Oczekiwano liczbę; otrzymano ciąg znaków.", + "worldedit.error.invalid-number.matches": "Oczekiwano liczbę; otrzymano ciąg „{0}”.", + "worldedit.error.incomplete-region": "Najpierw zaznacz obszar.", + "worldedit.error.unknown-block": "Nazwa bloku '{0}' nie została rozpoznana.", + "worldedit.error.unknown-entity": "Nazwa obiektu '{0}' nie została rozpoznana.", + "worldedit.error.unknown-mob": "Nazwa moba '{0}' nie została rozpoznana.", + "worldedit.error.unknown-biome": "Nazwa biomu '{0}' nie została rozpoznana.", + "worldedit.error.unknown-tag": "Nazwa tagu '{0}' nie została rozpoznana.", + "worldedit.error.empty-tag": "Nazwa tagu '{0}' nie ma zawartości.", + "worldedit.error.no-match": "Brak dopasowania dla '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' jest niedozwolony (zobacz konfigurację WorldEdit).", + "worldedit.error.max-changes": "Osiągnięto maksymalną liczbę bloków zmienionych w operacji ({0}).", + "worldedit.error.max-brush-radius": "Maksymalny promień pędzla (w konfiguracji): {0}", + "worldedit.error.max-radius": "Maksymalny promień (w konfiguracji): {0}", + "worldedit.error.unknown-direction": "Nieznany kierunek: {0}", + "worldedit.error.empty-clipboard": "Twój schowek jest pusty. Najpierw użyj polecenia //copy.", + "worldedit.error.invalid-filename": "Niepoprawna nazwa pliku „{0}\": {1}", + "worldedit.error.invalid-filename.invalid-characters": "Niedozwolone znaki lub brakujące rozszerzenie", + "worldedit.error.file-resolution": "Błąd rozpoznania pliku „{0}”: {1}", + "worldedit.error.file-resolution.outside-root": "Ścieżka znajduje się poza dozwolonym katalogiem", + "worldedit.error.file-resolution.resolve-failed": "Nie udało się rozwiązać ścieżki", + "worldedit.error.file-aborted": "Wybieranie pliku przerwane.", + "worldedit.error.no-file-selected": "Nie wybrano pliku.", + "worldedit.error.world-unloaded": "Świat już został zwolniony.", + "worldedit.error.not-a-block": "Ten przedmiot nie jest blokiem.", + "worldedit.error.not-a-block.item": "Przedmiot „{0}” nie jest blokiem.", + "worldedit.error.incorrect-usage": "Składnia: {0}", + "worldedit.error.invalid-page": "Nieprawidłowy numer strony", + "worldedit.error.parser.bad-state-format": "Błędny format stanu w {0}", + "worldedit.error.parser.duplicate-property": "Zduplikowana właściwość: {0}", + "worldedit.error.parser.empty-state": "Pusta część w stanie", + "worldedit.error.parser.missing-equals-separator": "Brakujący separator (=)", + "worldedit.error.parser.clipboard.missing-offset": "Określono przesunięcie za pomocą znaku @, ale nie zostało ono podane. Użyj „#copy@[x,y,z]”.", + "worldedit.error.parser.unknown-property": "Nieznana właściwość „{0}” bloku „{1}”", + "worldedit.error.parser.unknown-value": "Nieznana wartość „{0}” właściwości „{1}”", + "worldedit.error.parser.empty-property": "Pusta właściwość w stanie", + "worldedit.error.parser.empty-value": "Pusta wartość w stanie", + "worldedit.error.parser.invalid-colon": "Nieprawidłowe użycie dwukropka.", + "worldedit.error.parser.invalid-expression": "Nieprawidłowe wyrażenie: {0}", + "worldedit.error.parser.negate-nothing": "Nie można zmienić znaku przy niczym!", + "worldedit.error.parser.hanging-lbracket": "Nieprawidłowy format. Niedomknięty nawias przy „{0}”.", + "worldedit.error.parser.missing-rbracket": "W stanie brakuje kończącego nawiasu ( ] )", + "worldedit.error.parser.missing-random-type": "Brak określonego typu po symbolu % „{0}”", + "worldedit.error.parser.clipboard.missing-coordinates": "Przesunięcie schowka wymaga współrzędnych x, y, z.", + "worldedit.error.parser.player-only": "Dane „{0}” wymagają gracza!", + "worldedit.error.disabled": "Ta funkcja jest wyłączona (skonsultuj konfigurację WorldEdit).", + "worldedit.error.unknown": "Wystąpił nieznany błąd: {0}", + "worldedit.error.missing-extent": "Nie jest znany żaden zakres", + "worldedit.error.missing-session": "Nie jest znana żadna sesja lokalna", + "worldedit.error.missing-world": "Należy określić świat (Spróbuj poleceniem //world)", + "worldedit.error.missing-actor": "Nie jest znany żaden aktor", + "worldedit.selection.convex.info.vertices": "Wierzchołki: {0}", + "worldedit.selection.convex.info.triangles": "Trójkąty: {0}", + "worldedit.selection.convex.explain.primary": "Zaznaczenie rozpoczęte wierzchołkiem {0}.", + "worldedit.selection.convex.explain.secondary": "Dodano wierzchołek ({0}) do zaznaczenia.", + "worldedit.selection.cuboid.info.pos1": "Pozycja 1.: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozycja 2.: {0}", + "worldedit.selection.cuboid.explain.primary": "Ustawiono pozycję pierwszą: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Ustawiono pozycję pierwszą: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Ustawiono pozycję drugą: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Ustawiono pozycję drugą: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Zaznaczenie rozpoczęte przy {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Rozszerzono zaznaczenie w celu objęcia: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Środek: {0}", + "worldedit.selection.ellipsoid.info.radius": "Promień jako X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Ustawiono pozycję środka: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Ustawiono pozycję środka: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Ustawiono promień: {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Ustawiono promień: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Zmiany elipsoidalne muszą być równe dla każdego wymiaru.", + "worldedit.selection.cylinder.info.center": "Środek: {0}", + "worldedit.selection.cylinder.info.radius": "Promień: {0}", + "worldedit.selection.cylinder.explain.primary": "Rozpoczynasz zaznaczenie walcowe przy {0}.", + "worldedit.selection.cylinder.explain.secondary": "Ustawiono promień: {0}/{1} bl. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Najpierw wybierz punkt środkowy, zanim ustalisz promień.", + "worldedit.selection.cylinder.error.even-horizontal": "Zmiany stożkowe muszą być równe dla każdego wymiaru poziomego.", + "worldedit.selection.polygon2d.info": "Nr punktów: {0}", + "worldedit.selection.polygon2d.explain.primary": "Rozpoczynasz nowy wielokąt przy {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Dodano punkt #{0} przy {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Wielokąty można rozszerzyć tylko pionowo.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Wielokąty można zwężyć tylko pionowo.", + "worldedit.selection.sphere.explain.secondary": "Ustawiono promień: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Ustawiono promień: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nie można zmienić regionu o zerowej wartości.", + "worldedit.selection.intersection.error.cannot-expand": "Nie można rozszerzyć przecięcia obszarów.", + "worldedit.selection.intersection.error.cannot-contract": "Nie można skrócić przecięcia obszarów.", + "worldedit.selection.transform.error.cannot-expand": "Nie można rozszerzyć TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nie można skrócić TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nie można zmienić TransformedRegion.", + "worldedit.sideeffect.lighting": "Piorun", + "worldedit.sideeffect.lighting.description": "Aktualizuje bloki oświetleniowe", + "worldedit.sideeffect.neighbors": "Sąsiedzi", + "worldedit.sideeffect.neighbors.description": "Powiadamia o zmianach pobliskich bloków", + "worldedit.sideeffect.update": "Aktualizuj", + "worldedit.sideeffect.update.description": "Powiadamia zmieniony blok", + "worldedit.sideeffect.validation": "Sprawdzanie poprawności", + "worldedit.sideeffect.validation.description": "Sprawdza poprawność i naprawia niespójności stanu świata, takie jak rozłączone bloki", + "worldedit.sideeffect.entity_ai": "AI bytów", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje ścieżki dla SI bytów, aby te odzwierciedlały zmiany bloków", + "worldedit.sideeffect.events": "Wydarzenia moda/pluginu", + "worldedit.sideeffect.events.description": "W stosownych przypadkach informuje inne mody/pluginy o tych zmianach", + "worldedit.sideeffect.state.on": "Wł.", + "worldedit.sideeffect.state.delayed": "Opóź.", + "worldedit.sideeffect.state.off": "Wył.", + "worldedit.sideeffect.box.current": "Bieżący", + "worldedit.sideeffect.box.change-to": "Kliknij, aby ustawić {0}", + "worldedit.help.command-not-found": "Polecenie \"{0}\" nie zostało znalezione.", + "worldedit.help.no-subcommands": "\"{0}\" nie ma podpoleceń. (Może \"{1}\" oznacza parametr?)", + "worldedit.help.subcommand-not-found": "Nie znaleziono podpolecenia \"{0}\" dla \"{1}\".", + "worldedit.cli.stopping": "Zatrzymywanie!", + "worldedit.cli.unknown-command": "Nieznane polecenie!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json b/config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json new file mode 100644 index 0000000..f848996 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json @@ -0,0 +1,319 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente a selecção até aos limites do mundo.", + "worldedit.expand.expanded": "Região expandida em {0} blocos", + "worldedit.expand.expanded.vert": "Região expandida em {0} blocos (de cima para baixo).", + "worldedit.biomeinfo.lineofsight": "Biomas na linha de visão: {0}", + "worldedit.biomeinfo.position": "Biomas na sua posição: {0}", + "worldedit.biomeinfo.selection": "Biomas na sua seleção: {0}", + "worldedit.brush.radius-too-large": "Raio máximo permitido do pincel: {0}", + "worldedit.brush.apply.description": "Aplicar pincel, aplicar uma função a cada bloco", + "worldedit.brush.apply.radius": "O tamanho do pincel", + "worldedit.brush.apply.shape": "O formato da região", + "worldedit.brush.apply.type": "Tipo de pincel para usar", + "worldedit.brush.apply.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem não funcionar em todas as plataformas, podem não ser desfeitas e podem causar estranhas interações com outros mods/plugins. Use por sua própria conta e risco.", + "worldedit.brush.paint.description": "Pincel para pintar, aplicar uma função a uma superfície", + "worldedit.brush.paint.size": "O tamanho do pincel", + "worldedit.brush.paint.shape": "O formato da região", + "worldedit.brush.paint.density": "A densidade do pincel", + "worldedit.brush.paint.type": "Tipo de pincel para usar", + "worldedit.brush.paint.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem não funcionar em todas as plataformas, podem não ser reversíveis e podem causar interacções estranhas com outros mods/plugins. Usar por conta própria.", + "worldedit.brush.sphere.equip": "Pincel com forma esférica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel com forma cilíndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Pincel com forma 'clipboard' equipado.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1} x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravidade equipado. ({0}).", + "worldedit.brush.butcher.equip": "Pincel talhante equipado ({0}).", + "worldedit.brush.operation.equip": "Definir pincel para {0}.", + "worldedit.brush.none.equip": "Pincel desvinculado do teu item actual.", + "worldedit.drawsel.disabled": "CUI do servidor desativado.", + "worldedit.drawsel.disabled.already": "CUI do servidor já se encontra desativado.", + "worldedit.drawsel.enabled.already": "A CUI do Servidor já está habilitada.", + "worldedit.limit.too-high": "Seu limite máximo permitido é de {0}.", + "worldedit.limit.set": "Limite de alterações dos blocos definido para {0}.", + "worldedit.limit.return-to-default": "(Use //limit para voltar ao padrão.)", + "worldedit.timeout.too-high": "Seu 'timeout' máximo permitido é {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout para voltar ao padrão.)", + "worldedit.fast.disabled": "Modo rápido desativado.", + "worldedit.fast.enabled": "Modo rápido ativado. Iluminação nos chunks afetados podem estar errados e/ou você poderá ter de voltar a entrar no jogo para ver as alterações.", + "worldedit.fast.disabled.already": "Modo rápido já está desativado.", + "worldedit.fast.enabled.already": "Modo administrador já habilitado.", + "worldedit.reorder.current": "O modo de reordenação é {0}", + "worldedit.reorder.set": "O modo de reordenação é agora {0}", + "worldedit.gmask.disabled": "Máscara global desativada.", + "worldedit.gmask.set": "Máscara global definida.", + "worldedit.toggleplace.pos1": "Colocando agora na posição #1.", + "worldedit.toggleplace.player": "Colocando agora no bloco que você está posicionado.", + "worldedit.searchitem.too-short": "Digite uma string de pesquisa mais comprida (dimensão > 2).", + "worldedit.searchitem.either-b-or-i": "Não se pode usar as flags \"b\" e \"i\" simultaneamente.", + "worldedit.searchitem.searching": "(Por favor aguarde... pesquisando itens.)", + "worldedit.watchdog.no-hook": "Esta plataforma não tem hooks de watchdog.", + "worldedit.watchdog.active.already": "Extensão watchdog já se encontra ativada.", + "worldedit.watchdog.inactive.already": "Extensão watchdog já se encontra desativada.", + "worldedit.watchdog.active": "Extensão watchdog está agora ativada.", + "worldedit.watchdog.inactive": "Extensão watchdog está agora desativada.", + "worldedit.world.remove": "Substituição do mundo removida.", + "worldedit.world.set": "Define a substituição do mundo para {0}. (Use //world para voltar ao padrão)", + "worldedit.undo.undone": "Foram restauradas {0} edições possíveis.", + "worldedit.undo.none": "Não existe mais nada para desfazer.", + "worldedit.redo.redone": "{0} edições disponíveis foram refeitas.", + "worldedit.redo.none": "Não existe mais nada para refazer.", + "worldedit.clearhistory.cleared": "Histórico limpo.", + "worldedit.raytrace.noblock": "Nenhum bloco no campo de visão!", + "worldedit.restore.not-configured": "Restauração de snapshot/backup não está configurada.", + "worldedit.restore.not-available": "Este snapshot não existe ou não está disponível.", + "worldedit.restore.failed": "Falha ao carregar o snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' carregado; restaurando agora...", + "worldedit.restore.restored": "Restaurado; {0} chunks faltando e {1} outros erros.", + "worldedit.restore.none-for-specific-world": "Nenhum snapshot foi encontrado para o mundo '{0}'.", + "worldedit.restore.none-for-world": "Nenhuma snapshot foi encontrada para este mundo.", + "worldedit.restore.none-found": "Nenhuma snapshot foi encontrada.", + "worldedit.restore.none-found-console": "Nenhum snapshot foi encontrado. Consulte o console para obter detalhes.", + "worldedit.restore.chunk-not-present": "Chunks não estavam presentes no snapshot.", + "worldedit.restore.chunk-load-failed": "Nenhum chunks pode ser carregado. (Arquivo danificado?)", + "worldedit.restore.block-place-failed": "Erros impediram que qualquer bloco fosse restaurado.", + "worldedit.restore.block-place-error": "Último erro: {0}", + "worldedit.snapshot.use.newest": "Agora usando o snapshot mais recente.", + "worldedit.snapshot.use": "Snapshot definida para: {0}", + "worldedit.snapshot.none-before": "Não foi possível encontrar um snapshot antes de {0}.", + "worldedit.snapshot.none-after": "Não foi possível encontrar um snapshot antes de {0}.", + "worldedit.snapshot.index-above-0": "Índice invalido, o valor deve ser superior ou igual a 1.", + "worldedit.snapshot.index-oob": "Índice inválido, deve estar entre 1 e {0}.", + "worldedit.schematic.unknown-format": "Formato esquema desconhecido: {0}.", + "worldedit.schematic.load.does-not-exist": "Esquema {0} não existe!", + "worldedit.schematic.load.loading": "(Aguarde... carregando diagrama.)", + "worldedit.schematic.save.already-exists": "Esse esquema já existe. Use a flag -f para substituí-lo.", + "worldedit.schematic.save.failed-directory": "Não foi possível criar pasta para esquemas!", + "worldedit.schematic.save.saving": "(Aguarde... salvando esquema.)", + "worldedit.schematic.delete.does-not-exist": "Esquema {0} não existe!", + "worldedit.schematic.delete.failed": "Remoção de {0} falhou! É somente leitura?", + "worldedit.schematic.delete.deleted": "{0} foi excluído.", + "worldedit.schematic.formats.title": "Formatos disponíveis da área de transferência (Nome: Pesquisar nomes)", + "worldedit.pos.already-set": "Posição já definida.", + "worldedit.pos.console-require-coords": "Você deve fornecer coordenadas como console.", + "worldedit.hpos.no-block": "Nenhum bloco no campo de visão!", + "worldedit.hpos.already-set": "Posição já definida.", + "worldedit.chunk.selected-multiple": "Chunks selecionados: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "O item da Varinha está mal configurado ou desativado.", + "worldedit.wand.selwand.info": "Clique Esquerdo: seleciona pos #1; Clique Direito: seleciona pos #2", + "worldedit.wand.navwand.info": "Botão esquerdo: pula para a localização; Botão direito: atravessa as paredes", + "worldedit.contract.contracted": "Região encolhida em {0} blocos.", + "worldedit.shift.shifted": "Região deslocada.", + "worldedit.outset.outset": "Região iniciada.", + "worldedit.inset.inset": "Região intercalada.", + "worldedit.size.offset": "Deslocamento: {0}", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Tamanho: {0}", + "worldedit.size.distance": "Distância do cubóide: {0}", + "worldedit.size.blocks": "# de blocos: {0}", + "worldedit.count.counted": "Contado: {0}", + "worldedit.distr.no-blocks": "Blocos não contados.", + "worldedit.distr.no-previous": "Nenhuma distribuição anterior.", + "worldedit.distr.total": "Contagem total de blocos: {0}", + "worldedit.select.cleared": "Seleção limpa.", + "worldedit.select.cuboid.message": "Cuboid: clique esquerdo para o ponto 1, clique direito para o ponto 2", + "worldedit.select.cuboid.description": "Selecione dois cantos do cubo", + "worldedit.select.extend.message": "Cubóide: clique com o botão esquerdo para um ponto de partida, clique com o botão direito para estender", + "worldedit.select.extend.description": "Modo de seleção rápida de cubóide", + "worldedit.select.poly.message": "Seletor polígono 2D: Clique esquerdo / direito para adicionar um ponto.", + "worldedit.select.poly.limit-message": "Máximo de {0} pontos.", + "worldedit.select.poly.description": "Selecione um polígono 2D com altura", + "worldedit.select.ellipsoid.message": "Seletor de elipsóide: clique esquerdo = centro, clique direito para estender", + "worldedit.select.ellipsoid.description": "Selecione um elipsóide", + "worldedit.select.sphere.message": "Seletor de elipsóide: clique esquerdo = centro, clique direito para estender", + "worldedit.select.sphere.description": "Selecione uma esfera", + "worldedit.select.cyl.message": "Seletor cilíndrico: clique esquerdo = centro, clique direito para estender", + "worldedit.select.cyl.description": "Selecionar um cilindro", + "worldedit.select.convex.message": "Seletor poliédrico convexo: Clique esquerdo = Primeiro vértice, clique direito para adicionar mais.", + "worldedit.select.convex.limit-message": "Máximo de {0} pontos.", + "worldedit.select.convex.description": "Selecione um poliedro convexo", + "worldedit.select.default-set": "Seu seletor de região padrão agora é {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formato antigo: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: região/{0}", + "worldedit.listchunks.listfor": "Listando chunks para: {0}", + "worldedit.drain.drained": "{0} blocos foram drenados.", + "worldedit.fill.created": "{0} blocos foram preenchidos.", + "worldedit.fillr.created": "{0} blocos foram preenchidos.", + "worldedit.fixlava.fixed": "{0} blocos foram fixados.", + "worldedit.fixwater.fixed": "{0} blocos foram fixados.", + "worldedit.removeabove.removed": "{0} blocos foram removidos.", + "worldedit.removebelow.removed": "{0} blocos foram removidos.", + "worldedit.removenear.removed": "{0} blocos foram removidos.", + "worldedit.replacenear.replaced": "{0} blocos foram substituídos.", + "worldedit.snow.created": "{0} mensagens foram cobertos.", + "worldedit.thaw.removed": "{0} blocos foram dissolvidos.", + "worldedit.green.changed": "{0} blocos foram esverdeados.", + "worldedit.extinguish.removed": "{0} fogos foram apagados.", + "worldedit.butcher.killed": "{0} mobs foram mortos em um raio de {1}.", + "worldedit.butcher.explain-all": "Use -1 para remover todos os mobs nos chunks carregados", + "worldedit.remove.removed": "{0} entidades foram marcadas para remoção.", + "worldedit.remove.explain-all": "Use -1 para remover todos os mobs nos chunks carregados", + "worldedit.calc.invalid": "'{0}' não pode ser analisado como uma expressão válida", + "worldedit.paste.pasted": "A área de transferência foi colada em {0}", + "worldedit.paste.selected": "Selecionada área de transferência de cola.", + "worldedit.rotate.no-interpolation": "Nota: A interpolação ainda não é suportada, sendo recomendados ângulos que são múltiplos de 90.", + "worldedit.rotate.rotated": "A cópia da área de transferência foi girada.", + "worldedit.flip.flipped": "A cópia da área de transferência foi girada.", + "worldedit.clearclipboard.cleared": "Área de transferência foi limpa.", + "worldedit.set.done": "Operação concluída.", + "worldedit.set.done.verbose": "Operação concluída ({0}).", + "worldedit.line.changed": "{0} blocos foram alterados.", + "worldedit.line.invalid-type": "//linha só funciona com seleções cubóides ou seleções convexas poliedrais", + "worldedit.curve.changed": "{0} blocos foram alterados.", + "worldedit.curve.invalid-type": "//curva só funciona com seleções poliedrais convexas", + "worldedit.replace.replaced": "{0} blocos foram substituídos.", + "worldedit.stack.changed": "{0} bloqueios alterados. Desfazer com //undo", + "worldedit.regen.regenerated": "Região regenerada.", + "worldedit.regen.failed": "Não foi possível regenerar chunks. Verifique o console para detalhes.", + "worldedit.walls.changed": "{0} blocos foram alterados.", + "worldedit.faces.changed": "{0} blocos foram alterados.", + "worldedit.overlay.overlaid": "{0} blocos foram recobertos.", + "worldedit.naturalize.naturalized": "{0} bloco(s) foram feitos para parecer mais naturais.", + "worldedit.center.changed": "Conjunto do centro. ({0} blocos alterados)", + "worldedit.smooth.changed": "A altura do terreno foi suavizada. {0} blocos mudaram.", + "worldedit.move.moved": "{0} blocos movidos.", + "worldedit.deform.deformed": "{0} blocos foram deformados.", + "worldedit.hollow.changed": "{0} blocos foram alterados.", + "worldedit.forest.created": "{0} árvores foram criadas.", + "worldedit.flora.created": "{0} árvores foram criadas.", + "worldedit.unstuck.moved": "Muito bem!", + "worldedit.ascend.obstructed": "Não há lugar livre acima de onde você está.", + "worldedit.ascend.moved": "Ascendeu {0} níveis.", + "worldedit.descend.obstructed": "Não há lugar livre acima de onde você está.", + "worldedit.descend.moved": "Desceu {0} níveis.", + "worldedit.ceil.obstructed": "Não há lugar livre acima de onde você está.", + "worldedit.ceil.moved": "Uau!", + "worldedit.thru.obstructed": "Não há lugar livre acima de onde você está.", + "worldedit.thru.moved": "Uau!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Nenhum bloco visível (ou muito para longe)!", + "worldedit.up.obstructed": "Você atingiria algo acima de você.", + "worldedit.up.moved": "Uau!", + "worldedit.cyl.invalid-radius": "Você deve especificar 1 ou 2 valores de raio.", + "worldedit.cyl.created": "{0} blocos foram criados.", + "worldedit.sphere.invalid-radius": "Você deve especificar 1 ou 3 valores de raio.", + "worldedit.sphere.created": "{0} blocos foram criados.", + "worldedit.forestgen.created": "{0} árvores foram criadas.", + "worldedit.pumpkins.created": "{0} patches de abóbora criados.", + "worldedit.pyramid.created": "{0} blocos foram criados.", + "worldedit.generate.created": "{0} blocos foram criados.", + "worldedit.reload.config": "Configuração recarregada!", + "worldedit.report.written": "Relatório WorldEdit gravado em {0}", + "worldedit.report.error": "Falha ao gravar relatório: {0}", + "worldedit.report.callback": "Relatório WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Fuso horário inválido", + "worldedit.timezone.set": "Fuso horário definido para esta sessão para: {0}", + "worldedit.timezone.current": "A hora atual neste fuso horário é: {0}", + "worldedit.version.version": "WorldEdit versão {0}", + "worldedit.version.bukkit.unsupported-adapter": "Esta versão do WorldEdit não suporta totalmente a sua versão do Bukkit. Bloquear entidades (por exemplo, baús) ficará vazia, propriedades do bloco (por exemplo, rotação) estarão faltando, e outras coisas podem não funcionar. Atualize o WorldEdit para restaurar esta funcionalidade:\n{0}", + "worldedit.command.time-elapsed": "{0}s decorridos (histórico: {1} alterado; {2} blocos/seg).", + "worldedit.command.permissions": "Você não tem permissão para fazer isso. Está no modo certo?", + "worldedit.command.player-only": "Esse comando deve ser usado com um jogador.", + "worldedit.command.error.report": "Por favor, reporte este erro: [Ver console]", + "worldedit.pastebin.uploading": "(Por favor, aguarde... enviando a saída para pastebin...)", + "worldedit.session.cant-find-session": "Não foi possível encontrar a sessão para {0}", + "worldedit.platform.no-file-dialog": "Diálogos de arquivo não são suportados em seu ambiente.", + "worldedit.tool.max-block-changes": "Limite máximo de blocos alterados foi atingido.", + "worldedit.tool.no-block": "Nenhum bloco no campo de visão!", + "worldedit.tool.repl.equip": "Ferramenta de substituição de bloco vinculada a {0}.", + "worldedit.tool.repl.switched": "Ferramenta de substituição de bloco mudou para: {0}", + "worldedit.tool.data-cycler.equip": "Ferramenta de substituição de bloco vinculada a {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Você não tem permissão para ciclo do valor de dados desse bloco.", + "worldedit.tool.data-cycler.cant-cycle": "Os dados deste bloco não podem ser alterados!", + "worldedit.tool.data-cycler.new-value": "O valor de {0} agora é {1}.", + "worldedit.tool.data-cycler.cycling": "Agora fazendo o ciclo{0}.", + "worldedit.tool.deltree.equip": "Ferramenta de remoção de árvore flutuante vinculada a {0}.", + "worldedit.tool.deltree.not-tree": "Isso não é uma árvore.", + "worldedit.tool.deltree.not-floating": "Isso não é uma árvore flutuante.", + "worldedit.tool.tree.equip": "Ferramenta de árvore vinculada a {0}.", + "worldedit.tool.tree.obstructed": "Uma árvore não pode ir lá.", + "worldedit.tool.info.equip": "Ferramenta de informação vinculada a {0}.", + "worldedit.tool.info.blockstate.hover": "Estado do Bloco", + "worldedit.tool.info.internalid.hover": "ID interno", + "worldedit.tool.info.legacy.hover": "Id Legado: dados", + "worldedit.tool.info.light.hover": "Bloco claro/luz acima", + "worldedit.tool.none.equip": "Pincel desvinculado do seu item atual.", + "worldedit.tool.selwand.equip": "Varinha de seleção vinculada a {0}.", + "worldedit.tool.navwand.equip": "Varinha de navegação vinculada a {0}.", + "worldedit.tool.floodfill.equip": "Ferramenta de inundação de bloco vinculada a {0}.", + "worldedit.tool.farwand.equip": "Ferramenta Varinha remota vinculada a {0}.", + "worldedit.tool.lrbuild.equip": "Ferramenta de construção de longo alcance vinculada a {0}.", + "worldedit.tool.lrbuild.set": "Clique esquerdo definido para {0}; clique com o botão direito definido para {1}.", + "worldedit.tool.superpickaxe.mode.single": "O modo agora é simples. Clique com o botão esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.mode.area": "O modo agora é área. Clique com o botão esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.mode.recursive": "O modo agora é recursivo. Clique com o botão esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.max-range": "Alcance máximo é de {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super picareta já está habilitada.", + "worldedit.tool.superpickaxe.disabled.already": "Super picareta já está desativada.", + "worldedit.tool.superpickaxe.enabled": "Super picareta ativada.", + "worldedit.tool.superpickaxe.disabled": "Super picareta desativada.", + "worldedit.tool.mask.set": "Mascara de pincel definida.", + "worldedit.tool.mask.disabled": "Máscara de pincel desativada.", + "worldedit.tool.material.set": "Material pincelado definido.", + "worldedit.tool.range.set": "Alcance do pincel definido.", + "worldedit.tool.size.set": "Tamanho do pincel definido.", + "worldedit.tool.tracemask.set": "Máscara de rastreamento definida.", + "worldedit.tool.tracemask.disabled": "Máscara de rastreamento desativada.", + "worldedit.execute.script-permissions": "Você não tem permissão para usar esse script.", + "worldedit.executelast.no-script": "Use /cs com um nome de script primeiro.", + "worldedit.script.read-error": "Erro ao ler script: {0}", + "worldedit.script.unsupported": "Somente scripts .js são atualmente suportados", + "worldedit.script.file-not-found": "Script não existe: {0}", + "worldedit.script.no-script-engine": "Falha ao encontrar um mecanismo de script instalado.\nPor favor, veja https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Falha ao executar: {0}", + "worldedit.script.failed-console": "Falha ao executar (ver console): {0}", + "worldedit.operation.affected.biome": "{0} biomas afetados", + "worldedit.operation.affected.block": "{0} blocos afetados", + "worldedit.operation.affected.column": "{0} colunas afetadas", + "worldedit.operation.affected.entity": "{0} entidades afetadas", + "worldedit.operation.deform.expression": "deformado usando {0}", + "worldedit.selection.convex.info.vertices": "Vértices: {0}", + "worldedit.selection.convex.info.triangles": "Triângulos: {0}", + "worldedit.selection.convex.explain.primary": "Iniciou uma nova seleção com um vértice {0}.", + "worldedit.selection.convex.explain.secondary": "Um vértice {0} foi adicionado à seleção.", + "worldedit.selection.cuboid.info.pos1": "Posição 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posição 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Primeira posição definida para {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primeira posição definida para {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posição definida para {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posição definida para {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Seleção iniciada em {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Seleção estendida para englobar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centro: {0}", + "worldedit.selection.ellipsoid.info.radius": "Raio X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posição central definida para {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posição do centro definida para {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Raio definido para {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Raio definido para {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Centro: {0}", + "worldedit.selection.cylinder.info.radius": "Raio: {0}", + "worldedit.selection.cylinder.explain.primary": "Iniciando uma nova seleção cilíndrica em {0}.", + "worldedit.selection.cylinder.explain.secondary": "Raio definido para {0}/{1} blocos. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Você deve selecionar o ponto central antes de definir o raio.", + "worldedit.selection.polygon2d.info": "# pontos: {0}", + "worldedit.selection.polygon2d.explain.primary": "Iniciando um novo polígono em {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ponto adicionado #{0} em {1}.", + "worldedit.selection.sphere.explain.secondary": "Raio definido para {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Raio definido para {0} ({1}).", + "worldedit.sideeffect.lighting": "Iluminação", + "worldedit.sideeffect.lighting.description": "Atualizar iluminação de bloco", + "worldedit.sideeffect.neighbors": "Vizinhos", + "worldedit.sideeffect.neighbors.description": "Notifica blocos de mudanças próximos", + "worldedit.sideeffect.validation": "Validação", + "worldedit.sideeffect.validation.description": "Valida e corrige o estado incoerente do mundo, como bloqueios desconectados", + "worldedit.sideeffect.entity_ai": "Entidade IA", + "worldedit.sideeffect.entity_ai.description": "Atualiza os caminhos IA da entidade para as alterações do bloco", + "worldedit.sideeffect.events": "Eventos de Mod/Plugin", + "worldedit.sideeffect.events.description": "Diz a outros mods/plugins sobre essas alterações quando aplicável", + "worldedit.sideeffect.state.on": "Ligado", + "worldedit.sideeffect.state.delayed": "Adiada", + "worldedit.sideeffect.state.off": "Desligado", + "worldedit.sideeffect.box.current": "Atual", + "worldedit.sideeffect.box.change-to": "Clique para definir para {0}", + "worldedit.help.command-not-found": "O comando '{0}' não foi encontrado.", + "worldedit.help.no-subcommands": "'{0}' não possui subcomandos. (Talvez '{1}' seja para um parâmetro?)", + "worldedit.help.subcommand-not-found": "O subcomando '{0}' em '{1}' não foi encontrado.", + "worldedit.cli.stopping": "Parando!", + "worldedit.cli.unknown-command": "Comando desconhecido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json b/config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json new file mode 100644 index 0000000..a847046 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json @@ -0,0 +1,66 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente a selecção até aos limites do mundo.", + "worldedit.expand.expanded": "Região expandida {0} blocos", + "worldedit.expand.expanded.vert": "Região expandida {0} blocos (cima para baixo).", + "worldedit.biomeinfo.lineofsight": "Biomas na linha de visão: {0}", + "worldedit.biomeinfo.position": "Biomas na tua posição: {0}", + "worldedit.biomeinfo.selection": "Biomas na tua selecção: {0}", + "worldedit.brush.radius-too-large": "Raio máximo permitido do pincel: {0}", + "worldedit.brush.apply.description": "Aplicar pincel, aplicar uma função a cada bloco", + "worldedit.brush.apply.radius": "O tamanho do pincel", + "worldedit.brush.apply.shape": "O formato da região", + "worldedit.brush.apply.type": "Tipo de pincel a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem não funcionar em todas as plataformas, podem não ser irreversíveis e podem causar interacções estranhas com outros mods/plugins. Usar por conta própria.", + "worldedit.brush.paint.description": "Pincel para pintar, aplicar uma função a uma superfície", + "worldedit.brush.paint.size": "O tamanho do pincel", + "worldedit.brush.paint.shape": "O formato da região", + "worldedit.brush.paint.density": "A densidade do pincel", + "worldedit.brush.paint.type": "Tipo de pincel a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem não funcionar em todas as plataformas, podem não ser irreversíveis e podem causar interacções estranhas com outros mods/plugins. Usar por conta própria.", + "worldedit.brush.sphere.equip": "Pincel com forma esférica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel com forma cilíndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Pincel com forma 'clipboard' equipado.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1} x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravidade equipado. ({0}).", + "worldedit.brush.butcher.equip": "Pincel talhante equipado ({0}).", + "worldedit.brush.operation.equip": "Definir pincel para {0}.", + "worldedit.brush.none.equip": "Pincel desvinculado do teu item actual.", + "worldedit.drawsel.disabled": "CUI do servidor desactivado.", + "worldedit.drawsel.disabled.already": "CUI do servidor já se encontra desactivado.", + "worldedit.drawsel.enabled.already": "CUI do servidor já se encontra activado.", + "worldedit.limit.too-high": "O teu limite máximo permitido é {0}.", + "worldedit.limit.set": "Limite de alterações dos blocos definido para {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para voltar ao padrão.)", + "worldedit.timeout.too-high": "Seu 'timeout' máximo permitido é {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para voltar ao padrão.)", + "worldedit.fast.disabled": "Modo rápido desactivado.", + "worldedit.fast.enabled": "Modo rápido activado. Iluminação nos chunks afectados podem estar errados e/ou poderás ter de voltar a entrar no jogo para ver alterações.", + "worldedit.fast.disabled.already": "Modo rápido já se encontra desactivado.", + "worldedit.fast.enabled.already": "Modo rápido já se encontra activado.", + "worldedit.reorder.current": "O modo de reordenação é {0}", + "worldedit.reorder.set": "O modo de reordenação é agora {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global definida.", + "worldedit.toggleplace.pos1": "Colocando agora na posição #1.", + "worldedit.toggleplace.player": "Colocando agora no bloco que pisas.", + "worldedit.searchitem.too-short": "Digita uma string de pesquisa maior (dimensão > 2).", + "worldedit.searchitem.either-b-or-i": "Não podes usar ambos os atributos 'b' e 'i' simultaneamente.", + "worldedit.searchitem.searching": "(Por favor aguarda... A pesquisar itens.)", + "worldedit.watchdog.no-hook": "Esta plataforma não possui extensões watchdog.", + "worldedit.watchdog.active.already": "Extensão watchdog já se encontra activado.", + "worldedit.watchdog.inactive.already": "Extensão watchdog já se encontra desactivado.", + "worldedit.watchdog.active": "Extensão watchdog está agora activado.", + "worldedit.watchdog.inactive": "Extensão watchdog está agora desactivado.", + "worldedit.world.remove": "Substituição do mundo removida.", + "worldedit.world.set": "Define a substituição do mundo para {0}. (Usa //world para voltar ao padrão)", + "worldedit.undo.undone": "Foram restauradas {0} edições possíveis.", + "worldedit.undo.none": "Não existe mais para desfazer.", + "worldedit.redo.redone": "{0} edições disponíveis foram refeitas.", + "worldedit.redo.none": "Não existe mais para refazer.", + "worldedit.clearhistory.cleared": "Histórico limpo.", + "worldedit.raytrace.noblock": "Nenhum bloco no campo de visão!", + "worldedit.hpos.no-block": "Nenhum bloco no campo de visão!", + "worldedit.wand.navwand.info": "Botão esquerdo: pule para a localização; Botão direito: atravessa as paredes", + "worldedit.tool.no-block": "Nenhum bloco no campo de visão!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ro/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ro/strings.json new file mode 100644 index 0000000..4104a58 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ro/strings.json @@ -0,0 +1,20 @@ +{ + "worldedit.expand.description.vert": "Selectia a fost extinsa vertical pana la limita.", + "worldedit.expand.expanded": "Regiunea a fost extinsa {0} blocuri", + "worldedit.expand.expanded.vert": "Regiunea a fost extinsa {0} blocuri (de sus pana jos).", + "worldedit.biomeinfo.position": "Biome-uri la pozitia ta: {0}", + "worldedit.biomeinfo.selection": "Biome-uri in selectia ta: {0}", + "worldedit.brush.radius-too-large": "Raza maxima permisă a pensulei: {0}", + "worldedit.brush.apply.description": "Aplica pensula, aplica o functie pentru fiecare bloc", + "worldedit.brush.apply.radius": "Marimea pensulei", + "worldedit.brush.apply.shape": "Forma regiunii", + "worldedit.brush.apply.type": "Tip de pensula folosit", + "worldedit.brush.apply.item.warning": "Aceasta pensula simuleaza folosirea unui obiect. Efectele acesteia s-ar putea sa nu functioneze pe toate platformele, s-ar putea sa nu fie anulabila, si poate cauza interactii neobisnuite cu alte mod-uri/plugin-uri. Folositi pe propria raspundere.", + "worldedit.brush.paint.description": "Pensula de pictat, aplica o functie pe o suprafata", + "worldedit.brush.paint.size": "Marimea pensulei", + "worldedit.brush.paint.shape": "Forma regiunii", + "worldedit.brush.paint.density": "Densitatea pensulei", + "worldedit.brush.paint.type": "Tip de pensula folosit", + "worldedit.brush.paint.item.warning": "Aceasta pensula simuleaza folosirea unui obiect. Efectele acesteia s-ar putea sa nu functioneze pe toate platformele, s-ar putea sa nu fie anulabila, si poate cauza interactii neobisnuite cu alte mod-uri/plugin-uri. Folositi pe propria raspundere.", + "worldedit.brush.sphere.equip": "Pensula cu forma de sfera echipata ({0})." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ru/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ru/strings.json new file mode 100644 index 0000000..4383507 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ru/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Расширить выделенную область по вертикали от 0 до максимальной высоты строительства.", + "worldedit.expand.expanded": "Регион расширен на {0} блока(ов)", + "worldedit.expand.expanded.vert": "Выделенная область расширена на {0} блока(ов) (от самой нижней точки до самой высшей точки).", + "worldedit.biomeinfo.lineofsight": "Биомы в поле зрения: {0}", + "worldedit.biomeinfo.position": "Биом там, где вы стоите: {0}", + "worldedit.biomeinfo.selection": "Биомы в выделенной области: {0}", + "worldedit.brush.radius-too-large": "Максимально разрешенный радиус кисти: {0}", + "worldedit.brush.apply.description": "Применить кисть, применить функцию к каждому блоку", + "worldedit.brush.apply.radius": "Размер кисти", + "worldedit.brush.apply.shape": "Форма региона", + "worldedit.brush.apply.type": "Тип кисти для использования", + "worldedit.brush.apply.item.warning": "Эта кисть имитирует использование предметов. Она может работать не на всех платформах. Не всегда можно отменить. Плохо взаимодействует с другими плагинами/модами. Используйте на свой страх и риск.", + "worldedit.brush.paint.description": "Кисть, применить функцию к поверхности", + "worldedit.brush.paint.size": "Размер кисти", + "worldedit.brush.paint.shape": "Форма региона", + "worldedit.brush.paint.density": "Плотность кисти", + "worldedit.brush.paint.type": "Тип кисти для использования", + "worldedit.brush.paint.item.warning": "Эта кисть имитирует использование предметов. Она может работать не на всех платформах. Не всегда можно отменить уже сделанное ей. Плохо взаимодействует с другими плагинами/модами. Используйте на свой страх и риск.", + "worldedit.brush.sphere.equip": "Кисть сферической формы экипирована ({0}).", + "worldedit.brush.cylinder.equip": "Кисть цилиндрической формы экипирована ({0} на {1}).", + "worldedit.brush.clipboard.equip": "Кисть буфера обмена экипирована.", + "worldedit.brush.smooth.equip": "Сглаживающая кисть экипирована ({0} x {1}x с маской {2}).", + "worldedit.brush.extinguish.equip": "Огнетушитель экипирован ({0}).", + "worldedit.brush.gravity.equip": "Гравитационная кисть экипирована ({0}).", + "worldedit.brush.butcher.equip": "Забойная кисть экипирована ({0}).", + "worldedit.brush.operation.equip": "Установите кисть на {0}.", + "worldedit.brush.heightmap.equip": "Кисть карты высот экипирована ({0}).", + "worldedit.brush.heightmap.unknown": "Неизвестная кисть карты высот: {0}.", + "worldedit.brush.none.equip": "Кисть отвязана от предмета в вашей руке.", + "worldedit.setbiome.changed": "Биом был изменен примерно у {0} блоков.", + "worldedit.setbiome.warning": "Возможно, вам придется пере-подключиться к вашей игре (или пере-открыть свой мир), чтобы увидеть изменения.", + "worldedit.drawsel.disabled": "CUI сервера отключен.", + "worldedit.drawsel.enabled": "CUI сервера включен. Он поддерживает только регионы выделенные как кубоид с максимальным размером {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI сервера уже отключен.", + "worldedit.drawsel.enabled.already": "CUI сервера уже включен.", + "worldedit.limit.too-high": "Ваш максимально допустимый лимит составляет {0}.", + "worldedit.limit.set": "Лимит изменения блока установлен: {0}.", + "worldedit.limit.return-to-default": "(Используйте //limit, чтобы вернуться к значению по умолчанию.)", + "worldedit.timeout.too-high": "Ваш максимальный допустимый перерыв {0} мс.", + "worldedit.timeout.set": "Время ожидания установлено на {0}мс.", + "worldedit.timeout.return-to-default": " (Используйте //timeout, чтобы вернуть значение по умолчанию.)", + "worldedit.fast.disabled": "Быстрый режим отключен.", + "worldedit.fast.enabled": "Быстрый режим включен. Свет в затрагиваемых чанках может быть неправильным. Вам может потребоваться перезайти, чтобы увидеть изменения.", + "worldedit.fast.disabled.already": "Быстрый режим уже отключен.", + "worldedit.fast.enabled.already": "Быстрый режим уже включен.", + "worldedit.perf.sideeffect.set": "Побочный эффект \"{0}\" установлен на {1}", + "worldedit.perf.sideeffect.get": "Побочный эффект \"{0}\" установлен на {1}", + "worldedit.perf.sideeffect.already-set": "Побочный эффект \"{0}\" уже установлен на {1}", + "worldedit.perf.sideeffect.set-all": "Все побочные эффекты установлены на {0}", + "worldedit.reorder.current": "Режим повторения {0}", + "worldedit.reorder.set": "Режим повторения {0}", + "worldedit.gmask.disabled": "Глобальная маска отключена.", + "worldedit.gmask.set": "Глобальная маска установлена.", + "worldedit.toggleplace.pos1": "Первая точка возвращена на исходное местоположение.", + "worldedit.toggleplace.player": "Блок на котором вы стоите теперь считается первой точкой выделения.", + "worldedit.toggleplace.not-locatable": "Нельзя переключить выделение в этой ситуации.", + "worldedit.searchitem.too-short": "Введите длинную строку поиска (len > 2).", + "worldedit.searchitem.either-b-or-i": "Вы не можете одновременно использовать флаги 'b' и 'i'.", + "worldedit.searchitem.searching": "(Пожалуйста, подождите... поиск предметов.)", + "worldedit.watchdog.no-hook": "У этой платформы нет watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook уже включен.", + "worldedit.watchdog.inactive.already": "Watchdog hook уже отключен.", + "worldedit.watchdog.active": "Watchdog hook включен.", + "worldedit.watchdog.inactive": "Watchdog hook отключен.", + "worldedit.world.remove": "Переопределение мира удалено.", + "worldedit.world.set": "Установить переопределение мира: {0}. (Используйте //world, чтобы вернуть значение по умолчанию)", + "worldedit.undo.undone": "Отменено изменений: {0}.", + "worldedit.undo.none": "Нечего отменять.", + "worldedit.redo.redone": "Возвращено изменений: {0}.", + "worldedit.redo.none": "Нечего возвращать.", + "worldedit.clearhistory.cleared": "История очищена.", + "worldedit.raytrace.noblock": "Нет блоков в поле зрения!", + "worldedit.restore.not-configured": "Снепшоты/резервное копирование не настроены.", + "worldedit.restore.not-available": "Этот снепшот не существует или недоступен.", + "worldedit.restore.failed": "Не удалось загрузить снепшот: {0}", + "worldedit.restore.loaded": "Снимок \"{0}\" был загружен; восстанавливается...", + "worldedit.restore.restored": "Восстановлено; {0} недостает чанков и {1} другие ошибки.", + "worldedit.restore.none-for-specific-world": "Снепшоты для мира '{0}' не найдены.", + "worldedit.restore.none-for-world": "Снепшоты для этого мира не найдены.", + "worldedit.restore.none-found": "Снепшоты не найдены.", + "worldedit.restore.none-found-console": "Снепшоты не найдены. Подробная информация в консоли.", + "worldedit.restore.chunk-not-present": "Чунки не присутствовали в снапшоте.", + "worldedit.restore.chunk-load-failed": "Не удалось загрузить чанки. (Плохой архив?)", + "worldedit.restore.block-place-failed": "Ошибки мешали восстановлению любых блоков.", + "worldedit.restore.block-place-error": "Последняя ошибка: {0}", + "worldedit.snapshot.use.newest": "Теперь используйте новый снапшот.", + "worldedit.snapshot.use": "Снапшот установлен: {0}", + "worldedit.snapshot.none-before": "Снепшоты до {0} не найдены.", + "worldedit.snapshot.none-after": "Снепшоты после{0} не найдены.", + "worldedit.snapshot.index-above-0": "Некорректное значение, индекс должен быть больше или равен 1.", + "worldedit.snapshot.index-oob": "Некорректное значение, индекс должен быть между 1 и {0}.", + "worldedit.schematic.unknown-format": "Неизвестный формат схемы: {0}.", + "worldedit.schematic.load.does-not-exist": "Схема {0} не существует!", + "worldedit.schematic.load.loading": "(Пожалуйста, подождите... загрузка схемы)", + "worldedit.schematic.load.still-loading": "(Пожалуйста, подождите... загрузка схемы.)", + "worldedit.schematic.save.already-exists": "Схема с таким названием уже существует. Используйте флаг -f для перезаписи.", + "worldedit.schematic.save.failed-directory": "Не удалось создать папку для схем!", + "worldedit.schematic.save.saving": "(Пожалуйста, подождите... сохранение схемы)", + "worldedit.schematic.save.still-saving": "(Пожалуйста, подождите... сохранение схемы.)", + "worldedit.schematic.delete.does-not-exist": "Схема {0} не существует!", + "worldedit.schematic.delete.failed": "Ошибка при удалении схемы {0}! Возможно у файла установлен атрибут \"Только для чтения\"?", + "worldedit.schematic.delete.deleted": "Схема {0} удалена.", + "worldedit.schematic.formats.title": "Доступные форматы схем (Название: расширения)", + "worldedit.schematic.unsupported-minecraft-version": "Эта версия WorldEdit не поддерживает вашу версию Minecraft. Схемы не будут работать, пока это не будет решено.", + "worldedit.pos.already-set": "Точка уже установлена.", + "worldedit.pos.console-require-coords": "При использовании этой команды из консоли вы должны указывать координаты.", + "worldedit.hpos.no-block": "Нет блоков в поле зрения!", + "worldedit.hpos.already-set": "Точка уже установлена.", + "worldedit.chunk.selected-multiple": "Выбранные чанки: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Выбранный чанк: {0}, {1}, {2}", + "worldedit.wand.invalid": "Предмет для выделения территории не настроен или отключен.", + "worldedit.wand.selwand.info": "ЛКМ - первая точка; ПКМ - вторая точка", + "worldedit.wand.navwand.info": "ЛКМ: переместиться в точку; ПКМ: пройти через стену", + "worldedit.wand.selwand.now.tool": "Палочка выбора теперь обычный инструмент. Вы можете отключеть это введя {0}, привязать к другому предмету введя {1}, или получить новую палочку выбора введя {2}.", + "worldedit.contract.contracted": "Выделенная область уменьшена на {0} блока(ов).", + "worldedit.shift.shifted": "Выделенная область сдвинута.", + "worldedit.outset.outset": "Выделенная область расширена.", + "worldedit.inset.inset": "Выделенная область сжата.", + "worldedit.size.offset": "Смещение: {0}", + "worldedit.size.type": "Тип: {0}", + "worldedit.size.size": "Габариты: {0}", + "worldedit.size.distance": "Расстояние кубоида: {0}", + "worldedit.size.blocks": "Количество блоков: {0}", + "worldedit.count.counted": "Количество: {0}", + "worldedit.distr.no-blocks": "Блоки не найдены.", + "worldedit.distr.no-previous": "Нет предыдущего распределения.", + "worldedit.distr.total": "Всего блоков: {0}", + "worldedit.select.cleared": "Выделение очищено.", + "worldedit.select.cuboid.message": "Кубоид: ЛКМ - первая точка, ПКМ- вторая точка", + "worldedit.select.cuboid.description": "Выбелите два угла кубоида", + "worldedit.select.extend.message": "Кубоид: ЛКМ - начальная точка; ПКМ - расширить", + "worldedit.select.extend.description": "Режим быстрого выбора кубоида", + "worldedit.select.poly.message": "2D многоугольник: ПКМ/ЛКМ - добавить точку.", + "worldedit.select.poly.limit-message": "{0} точки(ек) максимум.", + "worldedit.select.poly.description": "Выделите 2D многоугольник с высотой", + "worldedit.select.ellipsoid.message": "Эллипсоид: ЛКМ - центр; ПКМ - расширить", + "worldedit.select.ellipsoid.description": "Выберите эллипсоид", + "worldedit.select.sphere.message": "Сфера: ЛКМ - центр; ПКМ - радиус", + "worldedit.select.sphere.description": "Выберите сферу", + "worldedit.select.cyl.message": "Цилиндр: ЛКМ - центр; ПКМ - расширить", + "worldedit.select.cyl.description": "Выберите цилиндр", + "worldedit.select.convex.message": "Выпуклый многоугольник: ЛКМ - первая вершина; ПКМ - добавить вершину.", + "worldedit.select.convex.limit-message": "{0} точки(ек) максимум.", + "worldedit.select.convex.description": "Выберите выпуклый многогранник", + "worldedit.select.default-set": "Ваш выбор региона по умолчанию {0}.", + "worldedit.chunkinfo.chunk": "Чанк: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Старый формат: {0}", + "worldedit.chunkinfo.mcregion-filename": "Майнкрафт Регион: region/{0}", + "worldedit.listchunks.listfor": "Список чанков: {0}", + "worldedit.drain.drained": "{0} блока(ов) осушено.", + "worldedit.fill.created": "{0} блока(ов) заполнено.", + "worldedit.fillr.created": "{0} блока(ов) заполнено.", + "worldedit.fixlava.fixed": "{0} блока(ов) исправлено.", + "worldedit.fixwater.fixed": "{0} блока(ов) исправлено.", + "worldedit.removeabove.removed": "{0} блока(ов) удалено.", + "worldedit.removebelow.removed": "{0} блока(ов) удалено.", + "worldedit.removenear.removed": "{0} блока(ов) удалено.", + "worldedit.replacenear.replaced": "{0} блока(ов) заменено.", + "worldedit.snow.created": "{0} блока(ов) покрыто снегом.", + "worldedit.thaw.removed": "{0} блока(ов) очищено от снега.", + "worldedit.green.changed": "{0} блока(ов) озеленено.", + "worldedit.extinguish.removed": "{0} очага(ов) огня потушены.", + "worldedit.butcher.killed": "{0} моба(ов) убито в радиусе {1}.", + "worldedit.butcher.explain-all": "Используйте -1 для удаления всех мобов в загруженных чанках", + "worldedit.remove.removed": "{0} сущности(ей) отмечены для удаления.", + "worldedit.remove.explain-all": "Используйте -1 для удаления всех мобов в загруженных чанках", + "worldedit.calc.invalid": "'{0}' не может быть обработано как допустимое выражение", + "worldedit.calc.invalid.with-error": "'{0}' не может быть обработано как допустимое выражение: '{1}'", + "worldedit.paste.pasted": "Буфер обмена был вставлен в {0}", + "worldedit.paste.selected": "Выделена область, в которую будет вставлено содержимое буфера обмена.", + "worldedit.rotate.no-interpolation": "Примечание: Интерполяция еще не поддерживается, поэтому рекомендуется использовать углы кратные 90.", + "worldedit.rotate.rotated": "Содержимое буфера обмена повёрнуто.", + "worldedit.flip.flipped": "Содержимое буфера обмена зеркально отражено.", + "worldedit.clearclipboard.cleared": "Буфер обмена очищен.", + "worldedit.set.done": "Операция завершена.", + "worldedit.set.done.verbose": "Операция завершена ({0}).", + "worldedit.line.changed": "{0} блока(ов) изменено.", + "worldedit.line.invalid-type": "//line работает только с выделениями типа кубоид или выпуклый многогранник", + "worldedit.curve.changed": "{0} блока(ов) изменено.", + "worldedit.curve.invalid-type": "//curve работает только с выпуклыми многогранниками", + "worldedit.replace.replaced": "{0} блока(ов) заменено.", + "worldedit.stack.changed": "{0} блока(ов) изменено. Используйте //undo, чтобы отменить", + "worldedit.stack.intersecting-region": "Продление блоков не должно пересекатся с регионом при использовании блоков", + "worldedit.regen.regenerated": "Выделенная область регенерирована.", + "worldedit.regen.failed": "Не удалось регенерировать выделенную область. Подробная информация в консоли.", + "worldedit.walls.changed": "{0} блока(ов) изменено.", + "worldedit.faces.changed": "{0} блока(ов) изменено.", + "worldedit.overlay.overlaid": "{0} блока(ов) наложено.", + "worldedit.naturalize.naturalized": "{0} блока(ов) теперь выглядят более естественно.", + "worldedit.center.changed": "Центр измененов. ({0} блока(ов) изменено)", + "worldedit.smooth.changed": "Ландшафт сглажен. {0} блока(ов) изменено.", + "worldedit.move.moved": "{0} блока(ов) перемещено.", + "worldedit.deform.deformed": "{0} блока(ов) деформировано.", + "worldedit.hollow.changed": "{0} блока(ов) изменено.", + "worldedit.forest.created": "{0} дерева(ьев) создано.", + "worldedit.flora.created": "{0} растения(ий) создано.", + "worldedit.unstuck.moved": "Вы освободились!", + "worldedit.ascend.obstructed": "Нет свободного места над вами.", + "worldedit.ascend.moved": "Подняться на {0} уровня(ей).", + "worldedit.descend.obstructed": "Нет свободного места под вами.", + "worldedit.descend.moved": "Спуститься на {0} уровня(ей).", + "worldedit.ceil.obstructed": "Нет свободного места над вами.", + "worldedit.ceil.moved": "Вжух!", + "worldedit.thru.obstructed": "Нет свободного места перед вами.", + "worldedit.thru.moved": "Вжух!", + "worldedit.jumpto.moved": "Бац!", + "worldedit.jumpto.none": "Нет блока в поле зрения (или он слишком далеко)!", + "worldedit.up.obstructed": "Ты бы ударил что-то над собой.", + "worldedit.up.moved": "Вжух!", + "worldedit.cyl.invalid-radius": "Значение радиуса должно быть 1 или 2.", + "worldedit.cyl.created": "{0} блока(ов) создано.", + "worldedit.sphere.invalid-radius": "Значение радиуса должно быть 1 или 3.", + "worldedit.sphere.created": "{0} блока(ов) создано.", + "worldedit.forestgen.created": "{0} дерева(ьев) создано.", + "worldedit.pumpkins.created": "{0} тыкв(ы) создано.", + "worldedit.pyramid.created": "{0} блока(ов) создано.", + "worldedit.generate.created": "{0} блока(ов) создано.", + "worldedit.generatebiome.changed": "{0} биома(ов) затронуты.", + "worldedit.reload.config": "Конфигурация обновлена!", + "worldedit.report.written": "WorldEdit отчет записан на {0}", + "worldedit.report.error": "Не удалось написать отчет: {0}", + "worldedit.report.callback": "Отчёт WorldEdit: {0}.отчёт", + "worldedit.timezone.invalid": "Неверный часовой пояс", + "worldedit.timezone.set": "Часовой пояс для этой сессии изменен: {0}", + "worldedit.timezone.current": "Текущее время в этом часовом поясе: {0}", + "worldedit.version.version": "Версия WorldEdit {0}", + "worldedit.version.bukkit.unsupported-adapter": "Эта версия WorldEdit не поддерживает вашу версию Bukkit до конца. Блоки-сущности (например, сундуки) будут пустыми, состояния блоков (например, поворот) будут отсутствовать, и другие функции могут не работать. Обновите WorldEdit, чтобы восстановить этот функционал:\n{0}", + "worldedit.trace.no-tracing-extents": "Трассировка: Расширения не были использованы.", + "worldedit.trace.action-failed": "Трассировка: Действие(я) {0} на позиции {1} отклонено расширением {2}", + "worldedit.trace.active.already": "Режим трассировки уже активен.", + "worldedit.trace.inactive.already": "Режим трассировки уже неактивен.", + "worldedit.trace.active": "Режим трассировки активирован.", + "worldedit.trace.inactive": "Режим трассировки деактивирован.", + "worldedit.command.time-elapsed": "{0}с истекло (история: {1} изменено; {2} блоков/сек).", + "worldedit.command.permissions": "У вас нет на это права!", + "worldedit.command.player-only": "Эту команду можно использовать только из игры.", + "worldedit.command.error.report": "Пожалуйста, сообщите об этой ошибке: [Смотрите консоль]", + "worldedit.pastebin.uploading": "(Пожалуйста, подождите... отправка вывода на pastebin...)", + "worldedit.session.cant-find-session": "Не удалось найти сессию для {0}", + "worldedit.platform.no-file-dialog": "Файловый диалог не поддерживается в вашей среде.", + "worldedit.asset.load.loading": "(Пожалуйста, подождите... загрузка ресурса.)", + "worldedit.asset.load.still-loading": "(Пожалуйста, подождите... загрузка ресурса.)", + "worldedit.asset.load.failed": "Не удалось загрузить ресурс", + "worldedit.tool.max-block-changes": "Достигнут лимит изменения блоков.", + "worldedit.tool.no-block": "Нет блока в поле зрения!", + "worldedit.tool.repl.equip": "Инструмент замены блоков привязан к {0}.", + "worldedit.tool.repl.switched": "Инструмент замены переключен на: {0}", + "worldedit.tool.data-cycler.equip": "Инструмент для переключения данных блока был назначен на {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "У вас нет разрешения на переключение значений данных этого блока.", + "worldedit.tool.data-cycler.cant-cycle": "Данные этого блока не могут быть переключены!", + "worldedit.tool.data-cycler.new-value": "Значение {0} теперь {1}.", + "worldedit.tool.data-cycler.cycling": "Сейчас велосипед {0}.", + "worldedit.tool.deltree.equip": "Инструмент удаления парящих деревьев привязан к {0}.", + "worldedit.tool.deltree.not-tree": "Это не дерево.", + "worldedit.tool.deltree.not-floating": "Это не плавающее дерево.", + "worldedit.tool.tree.equip": "Инструмент создания деревьев привязан к {0}.", + "worldedit.tool.tree.obstructed": "Дерево не может быть там.", + "worldedit.tool.info.equip": "Инструмент информации о блоке привязан к {0}.", + "worldedit.tool.info.blockstate.hover": "Состояние блока", + "worldedit.tool.info.internalid.hover": "Внутренний ID", + "worldedit.tool.info.legacy.hover": "Устаревший id:data", + "worldedit.tool.info.light.hover": "Блокировать Свет/Свет Сверху", + "worldedit.tool.none.equip": "Инструмент отвязан от предмета в вашей руке.", + "worldedit.tool.none.to.unequip": "Предмет в вашей руке не привязан.", + "worldedit.tool.selwand.equip": "Палочка выбора привязана к {0}.", + "worldedit.tool.navwand.equip": "Палочка навигации привязана к {0}.", + "worldedit.tool.floodfill.equip": "Инструмент заливки блоков привязан к {0}.", + "worldedit.tool.farwand.equip": "Инструмент удаленного выделения привязан к {0}.", + "worldedit.tool.lrbuild.equip": "Строительный инструмент дальнего действия привязан к {0}.", + "worldedit.tool.lrbuild.set": "Щелкните левой кнопкой мыши на {0}; правой кнопкой мыши задаётся {1}.", + "worldedit.tool.stack.equip": "Инструмент продления блоков привязан к {0}.", + "worldedit.tool.unbind-instruction": "Введите {0} держа предмет что-бы отвязать его.", + "worldedit.tool.superpickaxe.mode.single": "Одиночный режим. Щёлкните левую кнопку мыши с киркой. // для выключения.", + "worldedit.tool.superpickaxe.mode.area": "Режим области. Щелкните левой кнопкой мыши с киркой. // для выключения.", + "worldedit.tool.superpickaxe.mode.recursive": "Рекурсивный режим. Щёлкните левой кнопкой мыши с киркой. // для выключения.", + "worldedit.tool.superpickaxe.max-range": "Максимальный диапазон: {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Супер-кирка уже включена.", + "worldedit.tool.superpickaxe.disabled.already": "Супер-кирка уже отключена.", + "worldedit.tool.superpickaxe.enabled": "Супер-кирка включена.", + "worldedit.tool.superpickaxe.disabled": "Супер-кирка отключена.", + "worldedit.tool.mask.set": "Маска для кисти установлена.", + "worldedit.tool.mask.disabled": "Маска для кисти отключена.", + "worldedit.tool.material.set": "Материал кисти установлен.", + "worldedit.tool.range.set": "Диапозон кисти установлен.", + "worldedit.tool.size.set": "Размер кисти установлен.", + "worldedit.tool.tracemask.set": "Маска трассировки установлена.", + "worldedit.tool.tracemask.disabled": "Маска трассировки отключена.", + "worldedit.tool.error.cannot-bind": "Не удается привязать инструмент к {0}: {1}", + "worldedit.tool.error.item-only": "Блоки не могут быть использоваться.", + "worldedit.execute.script-permissions": "У вас нет права на использование этого скрипта.", + "worldedit.executelast.no-script": "Сначала используйте /cs с названием скрипта.", + "worldedit.script.read-error": "Ошибка при чтении скрипта: {0}", + "worldedit.script.unsupported": "В настоящее время поддерживаются только скрипты с расширением js", + "worldedit.script.file-not-found": "Скрипт не существует: {0}", + "worldedit.script.no-script-engine": "Не удалось найти установленный скриптовый движок.\nСмотрите https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Ошибка при выполнении: {0}", + "worldedit.script.failed-console": "Ошибка при выполнении (смотрите консоль): {0}", + "worldedit.operation.affected.biome": "{0} биома(ов) затронуты", + "worldedit.operation.affected.block": "{0} блока(ов) затронуты", + "worldedit.operation.affected.column": "{0} столба(ов) затронуто", + "worldedit.operation.affected.entity": "{0} сущности(ей) затронуто", + "worldedit.operation.deform.expression": "деформировано с помощью {0}", + "worldedit.error.invalid-number": "Числа нет, а строка есть.", + "worldedit.error.invalid-number.matches": "Числа нет, а строка \"{0}\" есть.", + "worldedit.error.incomplete-region": "Сначала выберите регион.", + "worldedit.error.unknown-block": "Не удается распознать название блока '{0}'.", + "worldedit.error.unknown-entity": "Не удается распознать название сущности '{0}'.", + "worldedit.error.unknown-mob": "Не удается распознать название моба '{0}'.", + "worldedit.error.unknown-biome": "Не удается распознать название биома '{0}'.", + "worldedit.error.unknown-tag": "Не удается распознать название тега '{0}'.", + "worldedit.error.empty-tag": "Тег '{0}' ничего не содержит.", + "worldedit.error.no-match": "Ничего не нашлось по запросу '{0}'.", + "worldedit.error.disallowed-block": "Блок '{0}' запрещен (см. конфигурацию WorldEdit).", + "worldedit.error.max-changes": "Достигнуто максимальное количество изменённых блоков в операции ({0}).", + "worldedit.error.max-brush-radius": "Максимальный радиус кисти есть {0} (см. конфигурацию WorldEdit)", + "worldedit.error.max-radius": "Максимальный радиус есть {0} (см. конфигурацию WorldEdit)", + "worldedit.error.unknown-direction": "Неизвестное направление: {0}", + "worldedit.error.empty-clipboard": "Буфер обмена пуст. Используйте //copy.", + "worldedit.error.invalid-filename": "Недопустимое имя файла '{0}': {1}", + "worldedit.error.invalid-filename.invalid-characters": "Недопустимые символы или отсутствуют расширение", + "worldedit.error.file-resolution": "Ошибка чтения файла '{0}': {1}", + "worldedit.error.file-resolution.outside-root": "Путь за пределами разрешенной директории", + "worldedit.error.file-resolution.resolve-failed": "Не удалось прочитать путь", + "worldedit.error.file-aborted": "Выбор файла отменён.", + "worldedit.error.no-file-selected": "Файл не выбран.", + "worldedit.error.world-unloaded": "Мир уже подавно выгружен.", + "worldedit.error.not-a-block": "Эта вещь не является блоком.", + "worldedit.error.not-a-block.item": "'{0}' не является блоком.", + "worldedit.error.incorrect-usage": "Правильный вариант: {0}", + "worldedit.error.invalid-page": "Неверный номер страницы", + "worldedit.error.parser.bad-state-format": "Неверный формат состояния в {0}", + "worldedit.error.parser.duplicate-property": "Повторяющееся свойство: {0}", + "worldedit.error.parser.empty-state": "Пустая часть в состоянии", + "worldedit.error.parser.missing-equals-separator": "Отсутствует разделитель '='", + "worldedit.error.parser.clipboard.missing-offset": "Смещение указано с @, но значение не указано. Используйте '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Неизвестное свойство '{0}' для блока '{1}'", + "worldedit.error.parser.unknown-value": "Неизвестное значение '{0}' для свойства '{1}'", + "worldedit.error.parser.empty-property": "Пустое свойство в состоянии", + "worldedit.error.parser.empty-value": "Пустое значение в состоянии", + "worldedit.error.parser.invalid-colon": "Некорректное двоеточие.", + "worldedit.error.parser.invalid-expression": "Недопустимое выражение: {0}", + "worldedit.error.parser.negate-nothing": "Нельзя отрицать ничто!", + "worldedit.error.parser.hanging-lbracket": "Некорректный формат. Висящая скобка на позиции '{0}'.", + "worldedit.error.parser.missing-rbracket": "У состояния отсутствует закрывающая ']'", + "worldedit.error.parser.missing-random-type": "Не указан тип после символа % в '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Смещение буфера обмена требует x,y,z координат.", + "worldedit.error.parser.player-only": "Команда '{0}' требует игрока!", + "worldedit.error.disabled": "Эта функция отключена (см. конфигурацию WorldEdit).", + "worldedit.error.unknown": "Произошла неизвестная ошибка: {0}", + "worldedit.error.missing-extent": "Расширение отсутствует", + "worldedit.error.missing-session": "Локальная сессия отсутствует", + "worldedit.error.missing-world": "Вам нужно указать мир (Попробуйте //world)", + "worldedit.error.missing-actor": "Исполнитель отсутствует", + "worldedit.selection.convex.info.vertices": "Вершины: {0}", + "worldedit.selection.convex.info.triangles": "Треугольники: {0}", + "worldedit.selection.convex.explain.primary": "Выделение области начато, первая вершина {0}.", + "worldedit.selection.convex.explain.secondary": "Добавить {0} верну к выделенной области.", + "worldedit.selection.cuboid.info.pos1": "Точка 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Точка 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Первая точка установлена: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Первая точка установлена: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Вторая точка установлена: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Вторая точка установлена: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Начальная точка установлена: {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Выделенная область после расширения включает: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Центр: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z радиус: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Центр установлен: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Центр установлен: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Радиус изменен {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Радиус изменен: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Изменения эллипсоида должны быть чётными для каждого измерения.", + "worldedit.selection.cylinder.info.center": "Центр: {0}", + "worldedit.selection.cylinder.info.radius": "Радиус: {0}", + "worldedit.selection.cylinder.explain.primary": "Начало нового цилиндрического выделения в {0}.", + "worldedit.selection.cylinder.explain.secondary": "Радиус изменен {0}/{1} блока(ов). ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Вам нужно выбрать центр перед установкой радиуса.", + "worldedit.selection.cylinder.error.even-horizontal": "Изменения цилиндра должны быть чётными для каждого горизонтального измерения.", + "worldedit.selection.polygon2d.info": "# очков: {0}", + "worldedit.selection.polygon2d.explain.primary": "Первая точка многоугольника: {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Добавлена {0} точка: {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Полигоны могут быть расширены только вертикально.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Полигоны могут быть сокращены только вертикально.", + "worldedit.selection.sphere.explain.secondary": "Радиус изменен: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Радиус изменен: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Невозможно изменить NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Невозможно расширить пересечение регионов.", + "worldedit.selection.intersection.error.cannot-contract": "Невозможно сократить пересечение регионов.", + "worldedit.selection.transform.error.cannot-expand": "Невозможно расширить TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Невозможно сократить TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Невозможно изменитьTransformedRegion.", + "worldedit.sideeffect.lighting": "Освещение", + "worldedit.sideeffect.lighting.description": "Обновляет освещение блоков", + "worldedit.sideeffect.neighbors": "Соседи", + "worldedit.sideeffect.neighbors.description": "Оповещает соседние блоки об изменениях", + "worldedit.sideeffect.update": "Обновить", + "worldedit.sideeffect.update.description": "Уведомляет измененный блок", + "worldedit.sideeffect.validation": "Проверка", + "worldedit.sideeffect.validation.description": "Проверяет и исправляет некорректное состояние мира, такое как разъединённые блоки", + "worldedit.sideeffect.entity_ai": "ИИ сущностей", + "worldedit.sideeffect.entity_ai.description": "Обновляет пути перемещения в ИИ сущностей, чтобы учесть изменения блоков", + "worldedit.sideeffect.events": "События мода/плагина", + "worldedit.sideeffect.events.description": "Сообщает другим модам/плагинам об этих изменениях, когда это применимо", + "worldedit.sideeffect.state.on": "Вкл.", + "worldedit.sideeffect.state.delayed": "Отложено", + "worldedit.sideeffect.state.off": "Выкл.", + "worldedit.sideeffect.box.current": "Сейчас", + "worldedit.sideeffect.box.change-to": "Нажмите, чтобы установить на {0}", + "worldedit.help.command-not-found": "Команда '{0}' не найдена.", + "worldedit.help.no-subcommands": "У команды '{0}' нет подкоманд. (Возможно '{1}' это параметр)", + "worldedit.help.subcommand-not-found": "Подкоманда '{0}' '{1}' не найдена.", + "worldedit.cli.stopping": "Остановка!", + "worldedit.cli.unknown-command": "Неизвестная команда!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/se/strings.json b/config/worldedit/.archive-unpack/2e1dd752/se/strings.json new file mode 100644 index 0000000..e800d86 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/se/strings.json @@ -0,0 +1,17 @@ +{ + "worldedit.restore.block-place-error": "Maŋimus meattáhus: {0}", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.up.moved": "Woosh!", + "worldedit.timezone.invalid": "Boasttu áigiavádat", + "worldedit.tool.info.internalid.hover": "Siskkáldas ID", + "worldedit.error.incorrect-usage": "Geavaheapmi: {0}", + "worldedit.selection.convex.info.triangles": "Golbmačiehka: {0}", + "worldedit.selection.cuboid.info.pos1": "Sajus 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Sajus 2: {0}", + "worldedit.selection.ellipsoid.info.center": "Guovddáš: {0}", + "worldedit.selection.cylinder.info.center": "Guovddáš: {0}", + "worldedit.sideeffect.state.on": "Oaivi", + "worldedit.sideeffect.state.off": "Eret alde" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sk/strings.json new file mode 100644 index 0000000..ad8d040 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sk/strings.json @@ -0,0 +1,123 @@ +{ + "worldedit.expand.description.vert": "Vertikálne expanduje selekciu na svetový limit.", + "worldedit.expand.expanded": "Región bol expandovaný o {0} blokov", + "worldedit.expand.expanded.vert": "Región bol expandovaný o {0} blokov (z hora nadol).", + "worldedit.biomeinfo.lineofsight": "Biomy na dohľad: {0}", + "worldedit.biomeinfo.position": "Biomy na vašej pozícií: {0}", + "worldedit.biomeinfo.selection": "Biomy vo vašej selekcií: {0}", + "worldedit.brush.radius-too-large": "Maximálny povolený rádius štetca: {0}", + "worldedit.brush.apply.description": "Aplikuj štetec, aplikuj funkciu na každý blok", + "worldedit.brush.apply.radius": "Veľkosť štetca", + "worldedit.brush.apply.shape": "Tvar regiónu", + "worldedit.brush.apply.type": "Typ štetca na použitie", + "worldedit.brush.apply.item.warning": "Tento štetec simuluje použitie predmetov. Jeho efekty možno nebudú fungovať na každej platforme, možno nebude možné vrátenie späť a môže zapríčiniť zvláštne interakcie s ostatnými módami a pluginami. Používajte na vlastnú zodpovednosť.", + "worldedit.brush.paint.description": "Štetec na maľovanie, aplikuj funkciu na povrch", + "worldedit.brush.paint.size": "Veľkosť štetca", + "worldedit.brush.paint.shape": "Tvar regiónu", + "worldedit.brush.paint.density": "Hustota štetca", + "worldedit.brush.paint.type": "Typ štetca na použitie", + "worldedit.brush.paint.item.warning": "Tento štetec simuluje použitie predmetov. Jeho efekty možno nebudú fungovať na každej platforme, možno nebude možné vrátenie späť a môže zapríčiniť zvláštne interakcie s ostatnými módami a pluginami. Používajte na vlastnú zodpovednosť.", + "worldedit.brush.sphere.equip": "Sférický tvar štetca vybavená ({0}).", + "worldedit.brush.cylinder.equip": "Valcový tvar štetca vybavený ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Kopírovací tvar štetca vybavený.", + "worldedit.brush.smooth.equip": "Hladiaci štetec vybavený ({0} x {1}x použitím {2}).", + "worldedit.brush.extinguish.equip": "Hasiaci prístroj vybavený ({0}).", + "worldedit.brush.gravity.equip": "Gravitačný štetec vybavený ({0}).", + "worldedit.brush.butcher.equip": "Mäsiarsky štetec vybavený ({0}).", + "worldedit.brush.operation.equip": "Nastaviť štetec na {0}.", + "worldedit.brush.none.equip": "Štetec odviazaný od tvojho momentálneho predmetu.", + "worldedit.setbiome.changed": "Biómy boli zmenené pre približne {0} kociek.", + "worldedit.setbiome.warning": "Možno sa budete musieť znovu pripojiť (znovu otvoriť svet) aby ste videli vykonanú zmenu.", + "worldedit.drawsel.disabled": "Serverové CUI vypnuté.", + "worldedit.drawsel.disabled.already": "Serverové CUI už bolo vypnuté.", + "worldedit.drawsel.enabled.already": "Serverové CUI už bolo povolené.", + "worldedit.limit.too-high": "Tvoj maximálny povolený limit je {0}.", + "worldedit.limit.set": "Zmena blokového limitu nastavený na {0}.", + "worldedit.limit.return-to-default": "(Použi //limit na návrat do pôvodného nastavenia.)", + "worldedit.timeout.too-high": "Tvoj maximálny čas na vypršanie je {0}ms.", + "worldedit.timeout.set": "Čas na vypršanie nastavený na {0}ms.", + "worldedit.timeout.return-to-default": " (Použi //timeout na návrat do pôvodného nastavenia.)", + "worldedit.fast.disabled": "Rýchly režim vypnutý.", + "worldedit.fast.enabled": "Rýchly režim povolený. Blesky v ovplyvnených chunkoch môže byť zlé a možno budeš musieť sa znova napojiť aby si videl zmeny.", + "worldedit.fast.disabled.already": "Rýchly režim je už vypnutý.", + "worldedit.fast.enabled.already": "Rýchly režim je už povolený.", + "worldedit.perf.sideeffect.set": "Vedľajší efekt \"{0}\" nastavený na {1}", + "worldedit.perf.sideeffect.get": "Vedľajší efekt \"{0}\" je nastavený na {1}", + "worldedit.perf.sideeffect.already-set": "Vedľajší efekt \"{0}\" je už nastavený na {1}", + "worldedit.perf.sideeffect.set-all": "Všetky vedľajšie efekty nastavené na {0}", + "worldedit.reorder.current": "Režim pre usporiadanie je {0}", + "worldedit.reorder.set": "Režim pre usporiadanie je teraz {0}", + "worldedit.gmask.disabled": "Globálna maska vypnutá.", + "worldedit.gmask.set": "Globálna maska nastavená.", + "worldedit.toggleplace.pos1": "Pokladám na pozícii #1.", + "worldedit.toggleplace.player": "Pokladám na blok v ktorom stojíš.", + "worldedit.searchitem.too-short": "Zadajte dlhší vyhľadávací reťazec (dĺžka > 2).", + "worldedit.searchitem.either-b-or-i": "Nemôžeš použiť vlajky 'b' a 'i' naraz.", + "worldedit.searchitem.searching": "(Prosím počkajte... hľadám predmety.)", + "worldedit.watchdog.no-hook": "Táto platforma nemá watchdog hák.", + "worldedit.watchdog.active.already": "Watchdog hák je už aktívny.", + "worldedit.watchdog.inactive.already": "Watchdog hák je už neaktívny.", + "worldedit.watchdog.active": "Watchdog hák aktívny.", + "worldedit.watchdog.inactive": "Watchdog hák neaktívny.", + "worldedit.world.remove": "Vymazané prepísanie sveta.", + "worldedit.world.set": "Nastaviť prepísanie sveta na {0}. (Použi //world na návrat do pôvodného nastavenia)", + "worldedit.undo.undone": "Vrátené {0} dostupné úpravy.", + "worldedit.undo.none": "Nič, čo by bolo možné vrátiť späť.", + "worldedit.redo.redone": "Prerobené {0} dostupné úpravy.", + "worldedit.redo.none": "Nič, čo by bolo možné prerobiť.", + "worldedit.clearhistory.cleared": "História zmazaná.", + "worldedit.raytrace.noblock": "Žiaden blok na dohľad!", + "worldedit.restore.not-configured": "Snapshot/zálohovanie nieje nakonfigurované.", + "worldedit.restore.not-available": "Ten snapshot neexistuje alebo nieje dostupný.", + "worldedit.restore.failed": "Načítanie snapshotu zlyhalo: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' načítaný; obnovujem...", + "worldedit.restore.restored": "Obnovených; {0} chýbajúcich chunkov a {1} ostatných chýb.", + "worldedit.restore.none-for-specific-world": "Žiadne snapshoty neboli nájdené pre svet '{0}'.", + "worldedit.restore.none-for-world": "Žiadne snapshoty neboli nájdené pre tento svet.", + "worldedit.restore.none-found": "Nenašli sa žiadne snapshoty.", + "worldedit.restore.none-found-console": "Nenašli sa žiadne snapshoty. Pozri konzolu pre detaily.", + "worldedit.restore.chunk-not-present": "Chunky neboli prítomné v snapshote.", + "worldedit.restore.chunk-load-failed": "Žiadne chunky nemohli byť načítané. (Zlý archív?)", + "worldedit.restore.block-place-failed": "Chyby zabránili obnovu akýchkoľvek blokov.", + "worldedit.restore.block-place-error": "Posledná chyba: {0}", + "worldedit.snapshot.use.newest": "Používa najnovší snapshot.", + "worldedit.snapshot.use": "Snapshot nastavený na: {0}", + "worldedit.snapshot.none-before": "Nebolo možné nájsť snapshot pred {0}.", + "worldedit.snapshot.none-after": "Nebolo možné nájsť snapshot po {0}.", + "worldedit.snapshot.index-above-0": "Chyba, hodnota musí byť väčšia alebo rovná 1.", + "worldedit.snapshot.index-oob": "Chyba, index musí mať hodnotu medzi 1 a {0}.", + "worldedit.schematic.unknown-format": "Neznámy schématický formát: {0}.", + "worldedit.schematic.load.does-not-exist": "Schéma {0} neexistuje!", + "worldedit.schematic.load.loading": "(Prosím počkajte... načítavanie schémy.)", + "worldedit.schematic.load.still-loading": "(Prosím počkajte... stále načítavam schému.)", + "worldedit.schematic.save.already-exists": "Táto schéma už existuje. Použite -f flag na jej prepísanie.", + "worldedit.schematic.save.failed-directory": "Nebolo možné vytvoriť priečinok pre schému!", + "worldedit.schematic.save.saving": "(Prosím počkajte... načítavanie schémy.)", + "worldedit.schematic.save.still-saving": "(Prosím počkajte... stále ukladám schému.)", + "worldedit.schematic.delete.does-not-exist": "Schéma {0} neexistuje!", + "worldedit.schematic.delete.failed": "Chyba vo vymazávaní {0}!", + "worldedit.schematic.delete.deleted": "Položka {0} bola odstránená.", + "worldedit.schematic.formats.title": "Dostupné formáty schránky (Názov: Vyhľadávacie mená)", + "worldedit.schematic.unsupported-minecraft-version": "Táto verzia WorldEditu nepodporuje vašu Minecraft verziu. Schémy nebudú fungovať pokým toto nebude opravené.", + "worldedit.pos.already-set": "Pozícia je už nastavená.", + "worldedit.pos.console-require-coords": "Je potreba poskytnúť súradnice konzoly.", + "worldedit.hpos.no-block": "Žiaden blok na dohľad!", + "worldedit.hpos.already-set": "Pozícia je už nastavená.", + "worldedit.chunk.selected-multiple": "Vybrané chunky: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk označený: {0}, {1}, {2}", + "worldedit.wand.invalid": "Položka prútika je nesprávne nakonfigurovaná alebo zakázaná.", + "worldedit.wand.selwand.info": "Ľavé tlačidlo: výber prvej pozície; Pravé tlačidlo: výber druhej pozície", + "worldedit.wand.navwand.info": "Ľavé tlačidlo: skočiť na umiestnenie; Pravé tlačidlo: prejsť cez steny", + "worldedit.contract.contracted": "Oblasť bola rozšírená o {0} blokov.", + "worldedit.shift.shifted": "Oblasť posunutá.", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Veľkosť: {0}", + "worldedit.size.distance": "Vzdialenosť kvádra: {0}", + "worldedit.size.blocks": "# blokov: {0}", + "worldedit.count.counted": "Spočítaných: {0}", + "worldedit.distr.no-blocks": "Žiadny bloky spočítané.", + "worldedit.distr.no-previous": "Žiadne predchádzajúce rozdelenie.", + "worldedit.distr.total": "Celkový Počet Blokov: {0}", + "worldedit.select.cleared": "Označenie vymazané.", + "worldedit.tool.no-block": "Žiaden blok na dohľad!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sl/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/so/strings.json b/config/worldedit/.archive-unpack/2e1dd752/so/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/so/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sq/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sq/strings.json new file mode 100644 index 0000000..710f1f0 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sq/strings.json @@ -0,0 +1,83 @@ +{ + "worldedit.expand.description.vert": "Zgjero vertikalisht zgjedhjen në kufijtë e botës.", + "worldedit.expand.expanded": "Rajon i zgjatur prej {0} blloqe", + "worldedit.expand.expanded.vert": "Rajon i zgjatur prej {0} blloqe (Lart tej fund).", + "worldedit.biomeinfo.lineofsight": "Biomet në pikën e shikimit : {0}", + "worldedit.biomeinfo.position": "Biomët në pozicionin tuaj : {0}", + "worldedit.biomeinfo.selection": "Biomët në zgjedhjen tuaj : {0}", + "worldedit.brush.radius-too-large": "Rrezja maksimale e lejuar e furçës : {0}", + "worldedit.brush.apply.description": "Aplikoni furçë, zbatoni një funksion në çdo bllok", + "worldedit.brush.apply.radius": "Madhësia e furçës", + "worldedit.brush.apply.shape": "Forma e rajonit", + "worldedit.brush.apply.type": "Lloji i furçës për t’u përdorur", + "worldedit.brush.apply.item.warning": "Kjo furçë simulon përdorimet e sendeve. Efektet e saj mund të mos funksionojnë në të gjitha platformat, mund të mos jenë të pa-aftësuar dhe mund të shkaktojnë ndërveprime të çuditshme me mod/shtojcat e tjera. Përdorni me rrezikun tuaj.", + "worldedit.brush.paint.description": "Furça me bojë, aplikoni një funksion në një sipërfaqe", + "worldedit.brush.paint.size": "Madhësia e furçës", + "worldedit.brush.paint.shape": "Forma e rajonit", + "worldedit.brush.paint.density": "Dendësia e furçës", + "worldedit.brush.paint.type": "Lloji i furçës për t’u përdorur", + "worldedit.brush.paint.item.warning": "Kjo furçë simulon përdorimet e sendeve. Efektet e saj mund të mos funksionojnë në të gjitha platformat, mund të mos jenë të pa-aftësuar dhe mund të shkaktojnë ndërveprime të çuditshme me mod/shtojcat e tjera. Përdorni me rrezikun tuaj.", + "worldedit.brush.sphere.equip": "Formë e pajisur ({0}) për furçë sferike.", + "worldedit.brush.cylinder.equip": "Formë e pajisur ({0} nga {1}). për furçë cilindri.", + "worldedit.brush.clipboard.equip": "Furçë me kopje e pajisur.", + "worldedit.brush.smooth.equip": "Furça zbutëse e pajisur ({0} x {1} x duke përdorur {2}).", + "worldedit.brush.extinguish.equip": "Zjarrfikës i pajisur ({0}).", + "worldedit.brush.gravity.equip": "Furça e gravitetit e pajisur ({0}).", + "worldedit.brush.butcher.equip": "Furça kasapi e pajisur ({0}).", + "worldedit.brush.operation.equip": "Vendosni furçën në {0}.", + "worldedit.brush.none.equip": "Furça u hoq nga objekti në dorë.", + "worldedit.drawsel.disabled": "Serveri CUI u çaktivizua.", + "worldedit.drawsel.disabled.already": "Server CUI është çaktivizuar tashmë.", + "worldedit.drawsel.enabled.already": "Serveri CUI është aktivizuar tashmë.", + "worldedit.limit.too-high": "Kufiri juaj maksimal i lejueshëm është {0}.", + "worldedit.limit.set": "Kufiri i ndryshimit të bllokut është vendosur në {0}.", + "worldedit.limit.return-to-default": "(Përdorni //limit për t'u rikthyer në parazgjedhje.)", + "worldedit.timeout.too-high": "Afati juaj maksimal i lejueshëm është {0}ms.", + "worldedit.timeout.set": "Koha e afatit të caktuar është {0}ms.", + "worldedit.timeout.return-to-default": " (Përdorni //timeout për t'u rikthyer në parazgjedhje.)", + "worldedit.fast.disabled": "Modaliteti i shpejtë është çaktivizuar.", + "worldedit.fast.enabled": "Modaliteti i shpejtë i aktivizuar. Ndriçimi në copëzat e prekura mund të jetë i gabuar dhe/ose ju mund të keni nevojë të ribeni përsëri për të parë ndryshime.", + "worldedit.fast.disabled.already": "Modaliteti i shpejtë është çaktivizuar tashmë.", + "worldedit.fast.enabled.already": "Modaliteti i shpejtë është aktivizuar tashmë.", + "worldedit.reorder.current": "Modaliteti i riorganizimit është {0}", + "worldedit.reorder.set": "Modaliteti i riorganizimit tani është {0}", + "worldedit.gmask.disabled": "Maska globale është çaktivizuar.", + "worldedit.gmask.set": "Maskë globale e përcaktuar.", + "worldedit.toggleplace.pos1": "Tani duke u vendosur në pos #1.", + "worldedit.toggleplace.player": "Tani duke u vendosur në blloku ku ju jeni duke qëndruar.", + "worldedit.searchitem.too-short": "Futni një varg kërkimi më të gjatë (gjat > 2).", + "worldedit.searchitem.either-b-or-i": "Ju nuk mund të përdorni të dyja flamurët 'b' dhe 'i' njëkohësisht.", + "worldedit.searchitem.searching": "(Ju lutemi prisni... duke kërkuar artikuj.)", + "worldedit.watchdog.no-hook": "Kjo platformë nuk ka goditje watchdog.", + "worldedit.watchdog.active.already": "Watchdog tashmë aktive.", + "worldedit.watchdog.inactive.already": "Watchdog tashmë joaktive.", + "worldedit.watchdog.active": "Watchdog tani është aktive.", + "worldedit.watchdog.inactive": "Watchdog tani është joaktive.", + "worldedit.world.remove": "Tejkaloja i botës e hequr.", + "worldedit.world.set": "Vendoseni që bota të tejkalojë në {0}. (Përdorni //botë për të kthyer përsëri në parazgjedhje)", + "worldedit.undo.undone": "Undid {0} redaktimet në dispozicion.", + "worldedit.undo.none": "Asgjë nuk mbetet për të zhbërë.", + "worldedit.clearhistory.cleared": "Historia u pastrua.", + "worldedit.raytrace.noblock": "Nuk ka bllok në shikim!", + "worldedit.hpos.no-block": "Nuk ka bllok në shikim!", + "worldedit.hpos.already-set": "Pozicioni i vendosur tashmë.", + "worldedit.chunk.selected-multiple": "Copëza të zgjedhura : ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Shkopit është i konfiguruar gabimisht ose i çaktivizuar.", + "worldedit.wand.selwand.info": "Klikoni në të majtë : zgjidhni poz #1 ; Klikoni me të djathtën : zgjidhni pozin #2", + "worldedit.wand.navwand.info": "Klikoni në të majtë : kërce në vendndodhje ; Klikoni me të djathtën : kaloni nëpër mure", + "worldedit.contract.contracted": "Rajoni është kontraktuar nga {0} blloqe.", + "worldedit.shift.shifted": "Rajoni u zhvendos.", + "worldedit.outset.outset": "Rajoni është dilatuar.", + "worldedit.inset.inset": "Rajoni është zvogëluar.", + "worldedit.size.offset": "Ndryshim : {0}", + "worldedit.size.type": "Lloji : {0}", + "worldedit.size.size": "Madhësia : {0}", + "worldedit.size.distance": "Distanca kuboide : {0}", + "worldedit.size.blocks": "Numri i blloqeve : {0}", + "worldedit.count.counted": "Numëruar : {0}", + "worldedit.distr.no-blocks": "Asnjë bllok nuk llogaritet.", + "worldedit.distr.no-previous": "Asnjë shpërndarje e mëparshme.", + "worldedit.distr.total": "Numri total i bllokut : {0}", + "worldedit.select.cleared": "Zgjedhja u pastrua.", + "worldedit.tool.no-block": "Nuk ka bllok në shikim!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sr/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sr/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/strings.json b/config/worldedit/.archive-unpack/2e1dd752/strings.json new file mode 100644 index 0000000..55c565e --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/strings.json @@ -0,0 +1,445 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.expand.expanded.vert": "Region expanded {0} blocks (top-to-bottom).", + + "worldedit.biomeinfo.lineofsight": "Biomes at line of sight point: {0}", + "worldedit.biomeinfo.position": "Biomes at your position: {0}", + "worldedit.biomeinfo.selection": "Biomes in your selection: {0}", + + "worldedit.brush.radius-too-large": "Maximum allowed brush radius: {0}", + "worldedit.brush.apply.description": "Apply brush, apply a function to every block", + "worldedit.brush.apply.radius": "The size of the brush", + "worldedit.brush.apply.shape": "The shape of the region", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.apply.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.paint.description": "Paint brush, apply a function to a surface", + "worldedit.brush.paint.size": "The size of the brush", + "worldedit.brush.paint.shape": "The shape of the region", + "worldedit.brush.paint.density": "The density of the brush", + "worldedit.brush.paint.type": "Type of brush to use", + "worldedit.brush.paint.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.sphere.equip": "Sphere brush shape equipped ({0}).", + "worldedit.brush.cylinder.equip": "Cylinder brush shape equipped ({0} by {1}).", + "worldedit.brush.clipboard.equip": "Clipboard brush shape equipped.", + "worldedit.brush.smooth.equip": "Smooth brush equipped ({0} x {1}x using {2}).", + "worldedit.brush.extinguish.equip": "Extinguisher equipped ({0}).", + "worldedit.brush.gravity.equip": "Gravity brush equipped ({0}).", + "worldedit.brush.butcher.equip": "Butcher brush equipped ({0}).", + "worldedit.brush.operation.equip": "Set brush to {0}.", + "worldedit.brush.heightmap.equip": "Heightmap brush equipped ({0}).", + "worldedit.brush.heightmap.unknown": "Unknown heightmap brush: {0}.", + "worldedit.brush.none.equip": "Brush unbound from your current item.", + + "worldedit.setbiome.changed": "Biomes were changed for approximately {0} blocks.", + "worldedit.setbiome.warning": "You may have to re-join your game (or close and re-open your world) to see changes.", + + "worldedit.drawsel.disabled": "Server CUI disabled.", + "worldedit.drawsel.enabled": "Server CUI enabled. This only supports cuboid regions, with a maximum size of {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server CUI already disabled.", + "worldedit.drawsel.enabled.already": "Server CUI already enabled.", + "worldedit.limit.too-high": "Your maximum allowable limit is {0}.", + "worldedit.limit.set": "Block change limit set to {0}.", + "worldedit.limit.return-to-default": "(Use //limit to go back to the default.)", + "worldedit.timeout.too-high": "Your maximum allowable timeout is {0}ms.", + "worldedit.timeout.set": "Timeout time set to {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout to go back to the default.)", + "worldedit.fast.disabled": "Fast mode disabled.", + "worldedit.fast.enabled": "Fast mode enabled. Lighting in the affected chunks may be wrong and/or you may need to rejoin to see changes.", + "worldedit.fast.disabled.already": "Fast mode already disabled.", + "worldedit.fast.enabled.already": "Fast mode already enabled.", + "worldedit.perf.sideeffect.set": "Side effect \"{0}\" set to {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is set to {1}", + "worldedit.perf.sideeffect.already-set": "Side effect \"{0}\" is already {1}", + "worldedit.perf.sideeffect.set-all": "All side effects set to {0}", + "worldedit.reorder.current": "The reorder mode is {0}", + "worldedit.reorder.set": "The reorder mode is now {0}", + "worldedit.gmask.disabled": "Global mask disabled.", + "worldedit.gmask.set": "Global mask set.", + "worldedit.toggleplace.pos1": "Now placing at pos #1.", + "worldedit.toggleplace.player": "Now placing at the block you stand in.", + "worldedit.toggleplace.not-locatable": "Cannot toggle placing in this context.", + "worldedit.searchitem.too-short": "Enter a longer search string (len > 2).", + "worldedit.searchitem.either-b-or-i": "You cannot use both the 'b' and 'i' flags simultaneously.", + "worldedit.searchitem.searching": "(Please wait... searching items.)", + "worldedit.watchdog.no-hook": "This platform has no watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook already active.", + "worldedit.watchdog.inactive.already": "Watchdog hook already inactive.", + "worldedit.watchdog.active": "Watchdog hook now active.", + "worldedit.watchdog.inactive": "Watchdog hook now inactive.", + "worldedit.world.remove": "Removed world override.", + "worldedit.world.set": "Set the world override to {0}. (Use //world to go back to default)", + + "worldedit.undo.undone": "Undid {0} available edits.", + "worldedit.undo.none": "Nothing left to undo.", + "worldedit.redo.redone": "Redid {0} available edits.", + "worldedit.redo.none": "Nothing left to redo.", + "worldedit.clearhistory.cleared": "History cleared.", + + "worldedit.raytrace.noblock": "No block in sight!", + + "worldedit.restore.not-configured": "Snapshot/backup restore is not configured.", + "worldedit.restore.not-available": "That snapshot does not exist or is not available.", + "worldedit.restore.failed": "Failed to load snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' loaded; now restoring...", + "worldedit.restore.restored": "Restored; {0} missing chunks and {1} other errors.", + "worldedit.restore.none-for-specific-world": "No snapshots were found for world '{0}'.", + "worldedit.restore.none-for-world": "No snapshots were found for this world.", + "worldedit.restore.none-found": "No snapshots were found.", + "worldedit.restore.none-found-console": "No snapshots were found. See console for details.", + "worldedit.restore.chunk-not-present": "Chunks were not present in snapshot.", + "worldedit.restore.chunk-load-failed": "No chunks could be loaded. (Bad archive?)", + "worldedit.restore.block-place-failed": "Errors prevented any blocks from being restored.", + "worldedit.restore.block-place-error": "Last error: {0}", + + "worldedit.snapshot.use.newest": "Now using newest snapshot.", + "worldedit.snapshot.use": "Snapshot set to: {0}", + "worldedit.snapshot.none-before": "Couldn't find a snapshot before {0}.", + "worldedit.snapshot.none-after": "Couldn't find a snapshot after {0}.", + "worldedit.snapshot.index-above-0": "Invalid index, must be greater than or equal to 1.", + "worldedit.snapshot.index-oob": "Invalid index, must be between 1 and {0}.", + + "worldedit.schematic.unknown-format": "Unknown schematic format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} does not exist!", + "worldedit.schematic.load.loading": "(Please wait... loading schematic.)", + "worldedit.schematic.load.still-loading": "(Please wait... still loading schematic.)", + "worldedit.schematic.save.already-exists": "That schematic already exists. Use the -f flag to overwrite it.", + "worldedit.schematic.save.failed-directory": "Could not create folder for schematics!", + "worldedit.schematic.save.saving": "(Please wait... saving schematic.)", + "worldedit.schematic.save.still-saving": "(Please wait... still saving schematic.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} does not exist!", + "worldedit.schematic.delete.failed": "Deletion of {0} failed! Is it read-only?", + "worldedit.schematic.delete.deleted": "{0} has been deleted.", + "worldedit.schematic.formats.title": "Available clipboard formats (Name: Lookup names)", + "worldedit.schematic.unsupported-minecraft-version": "This version of WorldEdit does not support your Minecraft version. Schematics will not work until this is resolved.", + + "worldedit.pos.already-set": "Position already set.", + "worldedit.pos.console-require-coords": "You must provide coordinates as console.", + "worldedit.hpos.no-block": "No block in sight!", + "worldedit.hpos.already-set": "Position already set.", + "worldedit.chunk.selected-multiple": "Chunks selected: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk selected: {0}, {1}, {2}", + "worldedit.wand.invalid": "Wand item is mis-configured or disabled.", + "worldedit.wand.selwand.info": "Left click: select pos #1; Right click: select pos #2", + "worldedit.wand.navwand.info": "Left click: jump to location; Right click: pass through walls", + "worldedit.wand.selwand.now.tool": "The selection wand is now a normal tool. You can disable it with {0} and rebind it to any item with {1} or get a new wand with {2}.", + "worldedit.contract.contracted": "Region contracted {0} blocks.", + "worldedit.shift.shifted": "Region shifted.", + "worldedit.outset.outset": "Region outset.", + "worldedit.inset.inset": "Region inset.", + "worldedit.size.offset": "Offset: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Size: {0}", + "worldedit.size.distance": "Cuboid distance: {0}", + "worldedit.size.blocks": "# of blocks: {0}", + "worldedit.count.counted": "Counted: {0}", + "worldedit.distr.no-blocks": "No blocks counted.", + "worldedit.distr.no-previous": "No previous distribution.", + "worldedit.distr.total": "Total Block Count: {0}", + "worldedit.select.cleared": "Selection cleared.", + "worldedit.select.cuboid.message": "Cuboid: left click for point 1, right click for point 2", + "worldedit.select.cuboid.description": "Select two corners of a cuboid", + "worldedit.select.extend.message": "Cuboid: left click for a starting point, right click to extend", + "worldedit.select.extend.description": "Fast cuboid selection mode", + "worldedit.select.poly.message": "2D polygon selector: Left/right click to add a point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "Select a 2D polygon with height", + "worldedit.select.ellipsoid.message": "Ellipsoid selector: left click=center, right click to extend", + "worldedit.select.ellipsoid.description": "Select an ellipsoid", + "worldedit.select.sphere.message": "Sphere selector: left click=center, right click to set radius", + "worldedit.select.sphere.description": "Select a sphere", + "worldedit.select.cyl.message": "Cylindrical selector: Left click=center, right click to extend", + "worldedit.select.cyl.description": "Select a cylinder", + "worldedit.select.convex.message": "Convex polyhedral selector: Left click=First vertex, right click to add more.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "Select a convex polyhedral", + "worldedit.select.default-set": "Your default region selector is now {0}.", + + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Old format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Listing chunks for: {0}", + + "worldedit.drain.drained": "{0} blocks have been drained.", + "worldedit.fill.created": "{0} blocks have been filled.", + "worldedit.fillr.created": "{0} blocks have been filled.", + "worldedit.fixlava.fixed": "{0} blocks have been fixed.", + "worldedit.fixwater.fixed": "{0} blocks have been fixed.", + "worldedit.removeabove.removed": "{0} blocks have been removed.", + "worldedit.removebelow.removed": "{0} blocks have been removed.", + "worldedit.removenear.removed": "{0} blocks have been removed.", + "worldedit.replacenear.replaced": "{0} blocks have been replaced.", + "worldedit.snow.created": "{0} surfaces have been covered.", + "worldedit.thaw.removed": "{0} blocks have been thawed.", + "worldedit.green.changed": "{0} blocks have been greened.", + "worldedit.extinguish.removed": "{0} fires have been extinguished.", + "worldedit.butcher.killed": "{0} mobs have been killed in a radius of {1}.", + "worldedit.butcher.explain-all": "Use -1 to remove all mobs in loaded chunks", + "worldedit.remove.removed": "{0} entities have been marked for removal.", + "worldedit.remove.explain-all": "Use -1 to remove all entities in loaded chunks", + "worldedit.calc.invalid": "'{0}' could not be parsed as a valid expression", + "worldedit.calc.invalid.with-error": "'{0}' could not be parsed as a valid expression: '{1}'", + + "worldedit.paste.pasted": "The clipboard has been pasted at {0}", + "worldedit.paste.selected": "Selected clipboard paste region.", + "worldedit.rotate.no-interpolation": "Note: Interpolation is not yet supported, so angles that are multiples of 90 is recommended.", + "worldedit.rotate.rotated": "The clipboard copy has been rotated.", + "worldedit.flip.flipped": "The clipboard copy has been flipped.", + "worldedit.clearclipboard.cleared": "Clipboard cleared.", + + "worldedit.set.done": "Operation completed.", + "worldedit.set.done.verbose": "Operation completed ({0}).", + "worldedit.line.changed": "{0} blocks have been changed.", + "worldedit.line.invalid-type": "//line only works with cuboid selections or convex polyhedral selections", + "worldedit.curve.changed": "{0} blocks have been changed.", + "worldedit.curve.invalid-type": "//curve only works with convex polyhedral selections", + "worldedit.replace.replaced": "{0} blocks have been replaced.", + "worldedit.stack.changed": "{0} blocks changed. Undo with //undo", + "worldedit.stack.intersecting-region": "Stack offset must not collide with the region when using block units", + "worldedit.regen.regenerated": "Region regenerated.", + "worldedit.regen.failed": "Unable to regenerate chunks. Check console for details.", + "worldedit.walls.changed": "{0} blocks have been changed.", + "worldedit.faces.changed": "{0} blocks have been changed.", + "worldedit.overlay.overlaid": "{0} blocks have been overlaid.", + "worldedit.naturalize.naturalized": "{0} block(s) have been made to look more natural.", + "worldedit.center.changed": "Center set. ({0} blocks changed)", + "worldedit.smooth.changed": "Terrain's height map smoothed. {0} blocks changed.", + "worldedit.move.moved": "{0} blocks moved.", + "worldedit.deform.deformed": "{0} blocks have been deformed.", + "worldedit.hollow.changed": "{0} blocks have been changed.", + "worldedit.forest.created": "{0} trees created.", + "worldedit.flora.created": "{0} flora created.", + + "worldedit.unstuck.moved": "There you go!", + "worldedit.ascend.obstructed": "No free spot above you found.", + "worldedit.ascend.moved": "Ascended {0} levels.", + "worldedit.descend.obstructed": "No free spot below you found.", + "worldedit.descend.moved": "Descended {0} levels.", + "worldedit.ceil.obstructed": "No free spot above you found.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "No free spot ahead of you found.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "No block in sight (or too far away)!", + "worldedit.up.obstructed": "You would hit something above you.", + "worldedit.up.moved": "Woosh!", + + "worldedit.cyl.invalid-radius": "You must either specify 1 or 2 radius values.", + "worldedit.cyl.created": "{0} blocks have been created.", + "worldedit.sphere.invalid-radius": "You must either specify 1 or 3 radius values.", + "worldedit.sphere.created": "{0} blocks have been created.", + "worldedit.forestgen.created": "{0} trees created.", + "worldedit.pumpkins.created": "{0} pumpkin patches created.", + "worldedit.pyramid.created": "{0} blocks have been created.", + "worldedit.generate.created": "{0} blocks have been created.", + "worldedit.generatebiome.changed": "{0} biomes affected.", + + "worldedit.reload.config": "Configuration reloaded!", + "worldedit.report.written": "WorldEdit report written to {0}", + "worldedit.report.error": "Failed to write report: {0}", + "worldedit.report.callback": "WorldEdit report: {0}.report", + "worldedit.timezone.invalid": "Invalid timezone", + "worldedit.timezone.set": "Timezone set for this session to: {0}", + "worldedit.timezone.current": "The current time in that timezone is: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "This WorldEdit version does not fully support your version of Bukkit. Block entities (e.g. chests) will be empty, block properties (e.g. rotation) will be missing, and other things may not work. Update WorldEdit to restore this functionality:\n{0}", + + "worldedit.trace.no-tracing-extents": "Trace: No extent was used.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} at {1} discarded by extent {2}", + "worldedit.trace.active.already": "Trace mode already active.", + "worldedit.trace.inactive.already": "Trace mode already inactive.", + "worldedit.trace.active": "Trace mode now active.", + "worldedit.trace.inactive": "Trace mode now inactive.", + + "worldedit.command.time-elapsed": "{0}s elapsed (history: {1} changed; {2} blocks/sec).", + "worldedit.command.permissions": "You are not permitted to do that. Are you in the right mode?", + "worldedit.command.player-only": "This command must be used with a player.", + "worldedit.command.error.report": "Please report this error: [See console]", + "worldedit.pastebin.uploading": "(Please wait... sending output to pastebin...)", + "worldedit.session.cant-find-session": "Unable to find session for {0}", + "worldedit.platform.no-file-dialog": "File dialogs are not supported in your environment.", + + "worldedit.asset.load.loading": "(Please wait... loading asset.)", + "worldedit.asset.load.still-loading": "(Please wait... still loading asset.)", + "worldedit.asset.load.failed": "Failed to load asset", + + "worldedit.tool.max-block-changes": "Max blocks change limit reached.", + "worldedit.tool.no-block": "No block in sight!", + "worldedit.tool.repl.equip": "Block replacer tool bound to {0}.", + "worldedit.tool.repl.switched": "Replacer tool switched to: {0}", + "worldedit.tool.data-cycler.equip": "Block data cycler tool bound to {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "You are not permitted to cycle the data value of that block.", + "worldedit.tool.data-cycler.cant-cycle": "That block's data cannot be cycled!", + "worldedit.tool.data-cycler.new-value": "Value of {0} is now {1}.", + "worldedit.tool.data-cycler.cycling": "Now cycling {0}.", + "worldedit.tool.deltree.equip": "Floating tree remover tool bound to {0}.", + "worldedit.tool.deltree.not-tree": "That's not a tree.", + "worldedit.tool.deltree.not-floating": "That's not a floating tree.", + "worldedit.tool.tree.equip": "Tree tool bound to {0}.", + "worldedit.tool.tree.obstructed": "A tree can't go there.", + "worldedit.tool.info.equip": "Info tool bound to {0}.", + "worldedit.tool.info.blockstate.hover": "Block state", + "worldedit.tool.info.internalid.hover": "Internal ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Block Light/Light Above", + "worldedit.tool.none.equip": "Tool unbound from your current item.", + "worldedit.tool.none.to.unequip": "Your current item is not bound.", + "worldedit.tool.selwand.equip": "Selection wand bound to {0}.", + "worldedit.tool.navwand.equip": "Navigation wand bound to {0}.", + "worldedit.tool.floodfill.equip": "Block flood fill tool bound to {0}.", + "worldedit.tool.farwand.equip": "Far wand tool bound to {0}.", + "worldedit.tool.lrbuild.equip": "Long-range building tool bound to {0}.", + "worldedit.tool.lrbuild.set": "Left-click set to {0}; right-click set to {1}.", + "worldedit.tool.stack.equip": "Stack tool bound to {0}.", + + "worldedit.tool.unbind-instruction": "Run {0} while holding the item to unbind it.", + + "worldedit.tool.superpickaxe.mode.single": "Mode is now single. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.mode.area": "Mode is now area. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode is now recursive. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.max-range": "Maximum range is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pickaxe already enabled.", + "worldedit.tool.superpickaxe.disabled.already": "Super pickaxe already disabled.", + "worldedit.tool.superpickaxe.enabled": "Super pickaxe enabled.", + "worldedit.tool.superpickaxe.disabled": "Super pickaxe disabled.", + "worldedit.tool.mask.set": "Brush mask set.", + "worldedit.tool.mask.disabled": "Brush mask disabled.", + "worldedit.tool.material.set": "Brush material set.", + "worldedit.tool.range.set": "Brush range set.", + "worldedit.tool.size.set": "Brush size set.", + "worldedit.tool.tracemask.set": "Trace mask set.", + "worldedit.tool.tracemask.disabled": "Trace mask disabled.", + "worldedit.tool.error.cannot-bind": "Can't bind tool to {0}: {1}", + "worldedit.tool.error.item-only": "Blocks can't be used.", + + "worldedit.execute.script-permissions": "You don't have permission to use that script.", + "worldedit.executelast.no-script": "Use /cs with a script name first.", + "worldedit.script.read-error": "Script read error: {0}", + "worldedit.script.unsupported": "Only .js scripts are currently supported", + "worldedit.script.file-not-found": "Script does not exist: {0}", + "worldedit.script.no-script-engine": "Failed to find an installed script engine.\nPlease see https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Failed to execute: {0}", + "worldedit.script.failed-console": "Failed to execute (see console): {0}", + + "worldedit.operation.affected.biome": "{0} biomes affected", + "worldedit.operation.affected.block": "{0} blocks affected", + "worldedit.operation.affected.column": "{0} columns affected", + "worldedit.operation.affected.entity": "{0} entities affected", + "worldedit.operation.deform.expression": "deformed using {0}", + + "worldedit.error.invalid-number": "Number expected; string given.", + "worldedit.error.invalid-number.matches": "Number expected; string \"{0}\" given.", + "worldedit.error.incomplete-region": "Make a region selection first.", + "worldedit.error.unknown-block": "Block name '{0}' was not recognized.", + "worldedit.error.unknown-entity": "Entity name '{0}' was not recognized.", + "worldedit.error.unknown-mob": "Mob name '{0}' was not recognized.", + "worldedit.error.unknown-biome": "Biome name '{0}' was not recognized.", + "worldedit.error.unknown-tag": "Tag name '{0}' was not recognized.", + "worldedit.error.empty-tag": "Tag name '{0}' has no contents.", + "worldedit.error.no-match": "No match for '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' not allowed (see WorldEdit configuration).", + "worldedit.error.max-changes": "Max blocks changed in an operation reached ({0}).", + "worldedit.error.max-brush-radius": "Maximum brush radius (in configuration): {0}", + "worldedit.error.max-radius": "Maximum radius (in configuration): {0}", + "worldedit.error.unknown-direction": "Unknown direction: {0}", + "worldedit.error.empty-clipboard": "Your clipboard is empty. Use //copy first.", + "worldedit.error.invalid-filename": "Filename '{0}' invalid: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Invalid characters or extension missing", + "worldedit.error.file-resolution": "File '{0}' resolution error: {1}", + "worldedit.error.file-resolution.outside-root": "Path is outside allowable root", + "worldedit.error.file-resolution.resolve-failed": "Failed to resolve path", + "worldedit.error.file-aborted": "File selection aborted.", + "worldedit.error.no-file-selected": "No file selected.", + "worldedit.error.world-unloaded": "The world was unloaded already.", + "worldedit.error.not-a-block": "This item is not a block.", + "worldedit.error.not-a-block.item": "The item '{0}' is not a block.", + "worldedit.error.incorrect-usage": "Usage: {0}", + "worldedit.error.invalid-page": "Invalid page number", + "worldedit.error.parser.bad-state-format": "Bad state format in {0}", + "worldedit.error.parser.duplicate-property": "Duplicate property: {0}", + "worldedit.error.parser.empty-state": "Empty part in state", + "worldedit.error.parser.missing-equals-separator": "Missing '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Offset specified with @ but no offset given. Use '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unknown property '{0}' for block '{1}'", + "worldedit.error.parser.unknown-value": "Unknown value '{0}' for property '{1}'", + "worldedit.error.parser.empty-property": "Empty property in state", + "worldedit.error.parser.empty-value": "Empty value in state", + "worldedit.error.parser.invalid-colon": "Invalid colon.", + "worldedit.error.parser.invalid-expression": "Invalid expression: {0}", + "worldedit.error.parser.negate-nothing": "Cannot negate nothing!", + "worldedit.error.parser.hanging-lbracket": "Invalid format. Hanging bracket at '{0}'.", + "worldedit.error.parser.missing-rbracket": "State is missing trailing ']'", + "worldedit.error.parser.missing-random-type": "Missing the type after the % symbol for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Clipboard offset needs x,y,z coordinates.", + "worldedit.error.parser.player-only": "Input '{0}' requires a player!", + "worldedit.error.disabled": "This functionality is disabled (see WorldEdit configuration).", + "worldedit.error.unknown": "Unknown error occurred: {0}", + "worldedit.error.missing-extent": "No Extent is known", + "worldedit.error.missing-session": "No LocalSession is known", + "worldedit.error.missing-world": "You need to provide a world (Try //world)", + "worldedit.error.missing-actor": "No actor is known", + + "worldedit.selection.convex.info.vertices": "Vertices: {0}", + "worldedit.selection.convex.info.triangles": "Triangles: {0}", + "worldedit.selection.convex.explain.primary": "Started new selection with vertex {0}.", + "worldedit.selection.convex.explain.secondary": "Added vertex {0} to the selection.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "First position set to {0}.", + "worldedit.selection.cuboid.explain.primary-area": "First position set to {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Second position set to {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Second position set to {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Started selection at {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extended selection to encompass {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Center: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Center position set to {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Center position set to {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius set to {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius set to {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid changes must be even for each dimension.", + "worldedit.selection.cylinder.info.center": "Center: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starting a new cylindrical selection at {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius set to {0}/{1} blocks. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "You must select the center point before setting the radius.", + "worldedit.selection.cylinder.error.even-horizontal": "Cylinders changes must be even for each horizontal dimension.", + "worldedit.selection.polygon2d.info": "# points: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starting a new polygon at {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Added point #{0} at {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons can only be expanded vertically.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons can only be contracted vertically.", + "worldedit.selection.sphere.explain.secondary": "Radius set to {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius set to {0} ({1}).", + "worldedit.selection.null.error.immutable": "Cannot change NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Cannot expand a region intersection.", + "worldedit.selection.intersection.error.cannot-contract": "Cannot contract a region intersection.", + "worldedit.selection.transform.error.cannot-expand": "Cannot expand a TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Cannot contract a TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Cannot change a TransformedRegion.", + + "worldedit.sideeffect.lighting": "Lighting", + "worldedit.sideeffect.lighting.description": "Updates block lighting", + "worldedit.sideeffect.neighbors": "Neighbors", + "worldedit.sideeffect.neighbors.description": "Notifies nearby blocks of changes", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Notifies the changed block", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Validates and fixes inconsistent world state, such as disconnected blocks", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.entity_ai.description": "Updates Entity AI paths for the block changes", + "worldedit.sideeffect.events": "Mod/Plugin Events", + "worldedit.sideeffect.events.description": "Tells other mods/plugins about these changes when applicable", + "worldedit.sideeffect.state.on": "On", + "worldedit.sideeffect.state.delayed": "Delayed", + "worldedit.sideeffect.state.off": "Off", + "worldedit.sideeffect.box.current": "Current", + "worldedit.sideeffect.box.change-to": "Click to set to {0}", + + "worldedit.help.command-not-found": "The command '{0}' could not be found.", + "worldedit.help.no-subcommands": "'{0}' has no sub-commands. (Maybe '{1}' is for a parameter?)", + "worldedit.help.subcommand-not-found": "The sub-command '{0}' under '{1}' could not be found.", + + "worldedit.cli.stopping": "Stopping!", + "worldedit.cli.unknown-command": "Unknown command!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json new file mode 100644 index 0000000..9a5f349 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json @@ -0,0 +1,363 @@ +{ + "worldedit.expand.description.vert": "Expandera vertikalt markerat området till världsgränsen.", + "worldedit.expand.expanded": "Område expanderat {0} block", + "worldedit.expand.expanded.vert": "Område expanderat {0} block (från topp till botten).", + "worldedit.biomeinfo.lineofsight": "Biom inom synhåll: {0}", + "worldedit.biomeinfo.position": "Biom på det block du står på: {0}", + "worldedit.biomeinfo.selection": "Biom som du markerat: {0}", + "worldedit.brush.radius-too-large": "Maximalt tillåten radie på borste: {0}", + "worldedit.brush.apply.description": "Appliceringspenseln, applicera en funktion på varje block", + "worldedit.brush.apply.radius": "Storleken av penseln", + "worldedit.brush.apply.shape": "Formen av regionen", + "worldedit.brush.apply.type": "Typ av pensel att använda", + "worldedit.brush.apply.item.warning": "Denna borste simulerar föremålsanvändning. Dess effekter kanske inte fungerar på alla plattformar, kanske inte kan ångras, och kan orsaka konstiga interaktioner med andra mods/plugins. Använd på egen risk.", + "worldedit.brush.paint.description": "Målarpensel, applicera en funktion på en yta", + "worldedit.brush.paint.size": "Storleken av penseln", + "worldedit.brush.paint.shape": "Formen av regionen", + "worldedit.brush.paint.density": "Densiteten av penseln", + "worldedit.brush.paint.type": "Typ av pensel att använda", + "worldedit.brush.paint.item.warning": "Denna borste simulerar föremålsanvändning. Dess effekter kanske inte fungerar på alla plattformar, kanske inte kan ångras, och kan orsaka konstiga interaktioner med andra mods/plugins. Använd på egen risk.", + "worldedit.brush.sphere.equip": "Sfärpenselform utrustad ({0}).", + "worldedit.brush.cylinder.equip": "Cylinderpenselform utrustad ({0} av {1}).", + "worldedit.brush.extinguish.equip": "Brandsläckare utrustad ({0}).", + "worldedit.brush.gravity.equip": "Gravitetspensel utrustad ({0}).", + "worldedit.brush.butcher.equip": "Slaktpensel utrustad ({0}).", + "worldedit.brush.operation.equip": "Ställ in penseln till {0}.", + "worldedit.brush.heightmap.equip": "Heightmap-pensel utrustad ({0}).", + "worldedit.brush.heightmap.unknown": "Okänd heightmap-pensel: {0}.", + "worldedit.brush.none.equip": "Pensel obunden från ditt aktuella föremål.", + "worldedit.setbiome.changed": "Biomer har ändrats för ungefär {0} block.", + "worldedit.setbiome.warning": "Du kan behöva återansluta till ditt spel (eller stänga och åter öppna din värld) för att se förändringar.", + "worldedit.drawsel.disabled": "Server CUI inaktiverad.", + "worldedit.drawsel.disabled.already": "Server CUI redan inaktiverad.", + "worldedit.drawsel.enabled.already": "Server CUI redan aktiverad.", + "worldedit.limit.too-high": "Din maximalt tillåten gräns är {0}.", + "worldedit.limit.set": "Block ändringsgräns satt till {0}.", + "worldedit.limit.return-to-default": "(Använd //limit för att återvända till standardinställningar.)", + "worldedit.timeout.too-high": "Din maximalt tillåten timeout är {0}ms.", + "worldedit.timeout.set": "Längd av Timeout inställd på {0}ms.", + "worldedit.timeout.return-to-default": " (Använd //timeout för att återvända till standardinställningar.)", + "worldedit.fast.disabled": "Snabbt läge inaktiverad.", + "worldedit.fast.enabled": "Snabbt läge aktiverad. Belysningen i de påverkade chunkarna kan vara fel och/eller du kan behöva återansluta för att se ändringarna.", + "worldedit.fast.disabled.already": "Snabbt läge redan inaktiverad.", + "worldedit.fast.enabled.already": "Snabbt läge redan aktiverad.", + "worldedit.perf.sideeffect.set": "Bieffekt \"{0}\" inställd på {1}", + "worldedit.perf.sideeffect.get": "Bieffekt \"{0}\" är inställd på {1}", + "worldedit.perf.sideeffect.already-set": "Bieffekt \"{0}\" är redan {1}", + "worldedit.perf.sideeffect.set-all": "Alla bieffekter inställda på {0}", + "worldedit.gmask.disabled": "Global mask inaktiverad.", + "worldedit.gmask.set": "Global mask inställd.", + "worldedit.toggleplace.pos1": "Placerar nu på pos #1.", + "worldedit.toggleplace.player": "Placerar nu vid blocket du står i.", + "worldedit.searchitem.too-short": "Ange en längre söksträng (längd > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan inte använda både 'b' och 'i' flaggorna samtidigt.", + "worldedit.searchitem.searching": "(Var god vänta... söker efter föremål.)", + "worldedit.watchdog.no-hook": "Denna plattform har ingen watchdog krok.", + "worldedit.watchdog.active.already": "Watchdog krok redan aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog krok redan inaktiv.", + "worldedit.watchdog.active": "Watchdog krok är nu aktiv.", + "worldedit.watchdog.inactive": "Watchdog krok är nu inaktiv.", + "worldedit.world.remove": "Borttagen världsöverskridning.", + "worldedit.world.set": "Ställ in världsöverskridningen till {0}. (Använd //world för att återvända till standardinställningar.)", + "worldedit.undo.undone": "{0} tillgängliga redigeringar ångrades.", + "worldedit.undo.none": "Inget kvar att ångra.", + "worldedit.redo.redone": "{0} tillgängliga redigeringar gjordes om.", + "worldedit.redo.none": "Inget kvar att göra om.", + "worldedit.clearhistory.cleared": "Historik rensad.", + "worldedit.raytrace.noblock": "Inget block i sikte!", + "worldedit.restore.not-configured": "Snapshot/backupåterställning är inte konfigurerat.", + "worldedit.restore.not-available": "Den snapshoten finns inte eller är ej tillgänglig.", + "worldedit.restore.failed": "Misslyckades att ladda snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' laddad; återställer...", + "worldedit.restore.restored": "Återställde; {0} saknade chunks och {1} andra fel.", + "worldedit.restore.none-for-specific-world": "Inga snapshots hittades för värld '{0}'.", + "worldedit.restore.none-for-world": "Snapshots för denna värld kunde inte hittas.", + "worldedit.restore.none-found": "Inga snapshots hittades.", + "worldedit.restore.none-found-console": "Inga snapshots hittades. Detaljer finns i konsolen.", + "worldedit.restore.chunk-not-present": "Chunks ej närvarande i snapshoten.", + "worldedit.restore.chunk-load-failed": "Inga chunks kunde laddas in. (Dåligt arkiv?)", + "worldedit.restore.block-place-failed": "Fel hindrade alla block från att återställas.", + "worldedit.restore.block-place-error": "Senaste felet: {0}", + "worldedit.snapshot.use.newest": "Nu används den senaste snapshoten.", + "worldedit.snapshot.use": "Snapshot inställd på: {0}", + "worldedit.snapshot.none-before": "Kunde inte hitta en snapshot före {0}.", + "worldedit.snapshot.none-after": "Kunde inte hitta en snapshot efter {0}.", + "worldedit.snapshot.index-above-0": "Ogiltigt index, måste vara större än eller lika med 1.", + "worldedit.snapshot.index-oob": "Ogiltigt index, måste ligga mellan 1 och {0}.", + "worldedit.schematic.unknown-format": "Okänt Schematic format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} finns inte!", + "worldedit.schematic.load.loading": "(Var god vänta... laddar schematic.)", + "worldedit.schematic.load.still-loading": "(Var god vänta... laddar fortfarande schematic.)", + "worldedit.schematic.save.already-exists": "Denna schematic finns redan. Använd flaggan -f för att skriva över den.", + "worldedit.schematic.save.failed-directory": "Kunde inte skapa mapp för schematics!", + "worldedit.schematic.save.saving": "(Var god vänta... sparar schematic.)", + "worldedit.schematic.save.still-saving": "(Var god vänta... sparar fortfarande schematic.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} finns inte!", + "worldedit.schematic.delete.failed": "Borttagning av {0} misslyckades! Är det skrivskyddat?", + "worldedit.schematic.delete.deleted": "{0} har raderats.", + "worldedit.schematic.unsupported-minecraft-version": "Denna version av WorldEdit stöder inte din Minecraft-version. Schematics kommer inte att fungera förrän detta är löst.", + "worldedit.pos.already-set": "Position redan angiven.", + "worldedit.pos.console-require-coords": "Du måste ange koordinater som konsol.", + "worldedit.hpos.no-block": "Inget block i sikte!", + "worldedit.hpos.already-set": "Position redan angiven.", + "worldedit.chunk.selected-multiple": "Valda chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk vald: {0}, {1}, {2}", + "worldedit.wand.invalid": "Stavföremålet är felkonfigurerat eller inaktiverat.", + "worldedit.wand.selwand.info": "Vänsterklick: välj position #1; Högerklick: välj position #2", + "worldedit.wand.navwand.info": "Vänsterklick: hoppa till plats; Högerklicka: passera genom väggar", + "worldedit.shift.shifted": "Region skiftad.", + "worldedit.inset.inset": "Region inlagd.", + "worldedit.size.offset": "Förskjutning: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Storlek: {0}", + "worldedit.size.distance": "Cuboid distans: {0}", + "worldedit.size.blocks": "Antal block: {0}", + "worldedit.count.counted": "Räknade: {0}", + "worldedit.distr.no-blocks": "Inga block räknades.", + "worldedit.distr.no-previous": "Ingen tidigare distribution.", + "worldedit.distr.total": "Totalt antal block: {0}", + "worldedit.select.cleared": "Markering rensad.", + "worldedit.select.cuboid.message": "Cuboid: vänsterklicka för punkt 1, högerklicka för punkt 2", + "worldedit.select.cuboid.description": "Välj två hörn av en cuboid", + "worldedit.select.extend.message": "Cuboid: vänsterklicka för en utgångspunkt, högerklicka för att förlänga", + "worldedit.select.extend.description": "Snabb cuboid markeringsläge", + "worldedit.select.poly.message": "2D polygon selector: Vänster/högerklicka för att lägga till en punkt.", + "worldedit.select.poly.limit-message": "Maximalt {0} poäng.", + "worldedit.select.poly.description": "Välj en 2D polygon med höjd", + "worldedit.select.ellipsoid.message": "Ellipsoidselektor: vänsterklick för mittpunkten, högerklicka för att förlänga", + "worldedit.select.ellipsoid.description": "Välj en ellipsoid", + "worldedit.select.sphere.message": "Sfärselektor: vänsterklick för mittpunkten, högerklicka för att ställa in radie", + "worldedit.select.sphere.description": "Välj en sfär", + "worldedit.select.cyl.message": "Cylinderselektor: vänsterklick för mittpunkten, högerklicka för att förlänga", + "worldedit.select.cyl.description": "Välj en cylinder", + "worldedit.select.convex.message": "Konvex polyheder-selektor: Vänster click = Första toppunkten, högerklicka för att lägga till mer.", + "worldedit.select.convex.limit-message": "Maximalt {0} poäng.", + "worldedit.select.convex.description": "Välj en konvex polyeder", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammalt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.drain.drained": "{0} block har tömts.", + "worldedit.fill.created": "{0} block har fyllts i.", + "worldedit.fillr.created": "{0} block har fyllts i.", + "worldedit.fixlava.fixed": "{0} block har fixats.", + "worldedit.fixwater.fixed": "{0} block har fixats.", + "worldedit.removeabove.removed": "{0} block har tagits bort.", + "worldedit.removebelow.removed": "{0} block har tagits bort.", + "worldedit.removenear.removed": "{0} block har tagits bort.", + "worldedit.replacenear.replaced": "{0} block har ersatts.", + "worldedit.snow.created": "{0} ytor har täckts.", + "worldedit.thaw.removed": "{0} block har tinats.", + "worldedit.green.changed": "{0} block har växt gräss.", + "worldedit.extinguish.removed": "{0} bränder har släckts.", + "worldedit.butcher.killed": "{0} varelser har dödats i en radie av {1}.", + "worldedit.butcher.explain-all": "Använd -1 för att ta bort alla varelser i chunkerna som laddats in", + "worldedit.remove.removed": "{0} entiteter har markerats för borttagning.", + "worldedit.remove.explain-all": "Använd -1 för att ta bort alla entiteter i chunkerna som laddats in", + "worldedit.calc.invalid": "'{0}' kunde inte tolkas som ett giltigt uttryck", + "worldedit.calc.invalid.with-error": "'{0}' kunde inte tolkas som ett giltigt uttryck: '{1}'", + "worldedit.paste.pasted": "Urklipp har klistrats in vid {0}", + "worldedit.clearclipboard.cleared": "Urklipp rensat.", + "worldedit.set.done": "Handling utförd.", + "worldedit.set.done.verbose": "Handling utförd ({0}).", + "worldedit.line.changed": "{0} block har ändrats.", + "worldedit.line.invalid-type": "//line fungerar endast med cuboidval eller konvex polyeder-val", + "worldedit.curve.changed": "{0} block har ändrats.", + "worldedit.curve.invalid-type": "//curve fungerar endast med konvex polyederl-val", + "worldedit.replace.replaced": "{0} block har ersatts.", + "worldedit.stack.changed": "{0} block har ändrats. Ångra med //undo", + "worldedit.stack.intersecting-region": "Stack offset får inte kollidera med regionen vid användning av blockenheter", + "worldedit.regen.regenerated": "Region regenererad.", + "worldedit.walls.changed": "{0} block har ändrats.", + "worldedit.faces.changed": "{0} block har ändrats.", + "worldedit.overlay.overlaid": "{0} block har täckts över.", + "worldedit.naturalize.naturalized": "{0} block har gjorts för att se mer naturligt ut.", + "worldedit.center.changed": "Mittpunkt satt. ({0} block ändrade)", + "worldedit.smooth.changed": "Terrängens heightmap har blivit utjämnad. {0} block ändrades.", + "worldedit.move.moved": "{0} block flyttades.", + "worldedit.deform.deformed": "{0} block har deformerats.", + "worldedit.hollow.changed": "{0} block har ändrats.", + "worldedit.forest.created": "{0} träd skapade.", + "worldedit.flora.created": "{0} flora skapades.", + "worldedit.unstuck.moved": "Så där ja!", + "worldedit.ascend.obstructed": "Det finns inget ledigt utrymme ovanför dig.", + "worldedit.ascend.moved": "Steg up {0} nivåer.", + "worldedit.descend.obstructed": "Det finns inget ledigt utrymme under dig.", + "worldedit.descend.moved": "Steg ner {0} nivåer.", + "worldedit.ceil.obstructed": "Det finns inget ledigt utrymme ovanför dig.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Det finns inget ledigt utrymme framför dig.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Inget block i sikte (eller för långt borta)!", + "worldedit.up.obstructed": "Du hade träffat något ovanför dig.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Du måste antingen ange 1 eller 2 radie värden.", + "worldedit.cyl.created": "{0} block har skapats.", + "worldedit.sphere.invalid-radius": "Du måste antingen ange 1 eller 3 radie värden.", + "worldedit.sphere.created": "{0} block har skapats.", + "worldedit.forestgen.created": "{0} träd skapade.", + "worldedit.pumpkins.created": "{0} pumpafält skapade.", + "worldedit.pyramid.created": "{0} block har skapats.", + "worldedit.generate.created": "{0} block har skapats.", + "worldedit.generatebiome.changed": "{0} biomer påverkade.", + "worldedit.reload.config": "Konfigurationen laddades om!", + "worldedit.report.written": "WorldEdit rapport skriven till {0}", + "worldedit.report.error": "Kunde inte skriva rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ogiltig tidszon", + "worldedit.timezone.set": "Tidszon inställd för denna session till: {0}", + "worldedit.timezone.current": "Den aktuella tiden i den tidszonen är: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denna version av WorldEdit stöder inte helt din version av Bukkit. Blockentiteter (t.ex. kistor) kommer att vara tomma, blockegenskaper (t.ex. rotation) kommer att saknas, och andra saker kanske inte fungerar. Uppdatera WorldEdit för att återställa denna funktionalitet:\n{0}", + "worldedit.trace.active.already": "Spårningsläge redan aktivt.", + "worldedit.trace.inactive.already": "Spårningsläge redan inaktivt.", + "worldedit.trace.active": "Spårningsläge är nu aktivt.", + "worldedit.trace.inactive": "Spårningsläge är nu inaktivt.", + "worldedit.command.permissions": "Du har inte tillåtelse att göra det. Är du i rätt läge?", + "worldedit.command.player-only": "Detta kommando måste användas med en spelare.", + "worldedit.command.error.report": "Rapportera detta fel: [Se konsol]", + "worldedit.pastebin.uploading": "(Var god vänta... skickar data till pastebin...)", + "worldedit.asset.load.loading": "(Var god vänta... laddar tillgång.)", + "worldedit.asset.load.still-loading": "(Var god vänta... laddar fortfarande tillgång.)", + "worldedit.asset.load.failed": "Misslyckades att ladda tillgången", + "worldedit.tool.no-block": "Inget block i sikte!", + "worldedit.tool.repl.equip": "Blockutbytesverktyg bundet till {0}.", + "worldedit.tool.repl.switched": "Utbytesverktyget byttes till: {0}", + "worldedit.tool.data-cycler.new-value": "Värdet av {0} är nu {1}.", + "worldedit.tool.deltree.not-tree": "Det är inte ett träd.", + "worldedit.tool.deltree.not-floating": "Det är inte ett flytande träd.", + "worldedit.tool.tree.equip": "Trädverktyg bundet till {0}.", + "worldedit.tool.tree.obstructed": "Ett träd kan inte gå dit.", + "worldedit.tool.info.equip": "Informationsverktyg är bundet till {0}.", + "worldedit.tool.info.blockstate.hover": "Block status", + "worldedit.tool.info.internalid.hover": "Internt ID", + "worldedit.tool.none.to.unequip": "Din nuvarande föremål är inte bunden.", + "worldedit.tool.selwand.equip": "Markeringsstav bunden till {0}.", + "worldedit.tool.navwand.equip": "Navigationsstav bunden till {0}.", + "worldedit.tool.floodfill.equip": "Blockfyllningsverktyg bunden till {0}.", + "worldedit.tool.lrbuild.set": "Vänsterklick satt till {0}; högerklick satt till {1}.", + "worldedit.tool.superpickaxe.max-range": "Maximalt räckvidd är {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pickaxe redan aktiverad.", + "worldedit.tool.superpickaxe.disabled.already": "Super pickaxe redan inaktiverad.", + "worldedit.tool.superpickaxe.enabled": "Super pickaxe aktiverad.", + "worldedit.tool.superpickaxe.disabled": "Super pickaxe inaktiverad.", + "worldedit.tool.mask.set": "Penselmask ändrat.", + "worldedit.tool.mask.disabled": "Penselmask inaktiverad.", + "worldedit.tool.material.set": "Penselmaterial ändrat.", + "worldedit.tool.range.set": "Penselräckvidd ändrat.", + "worldedit.tool.size.set": "Penselstorlek ändrat.", + "worldedit.tool.tracemask.set": "Trace mask ändrat.", + "worldedit.tool.tracemask.disabled": "Trace mask inaktiverad.", + "worldedit.tool.error.cannot-bind": "Kan inte binda verktyget till {0}: {1}", + "worldedit.tool.error.item-only": "Blocken kan inte användas.", + "worldedit.execute.script-permissions": "Du har inte tillstånd att använda detta skript.", + "worldedit.executelast.no-script": "Använd /cs med ett skriptnamn först.", + "worldedit.script.read-error": "Fel vid skriptläsning: {0}", + "worldedit.script.unsupported": "Endast .js-skript stöds för närvarande", + "worldedit.script.file-not-found": "Skriptet kunde inte finnas: {0}", + "worldedit.script.no-script-engine": "Det gick inte att hitta en installerad skriptmotor.\nSe https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Misslyckades att utföra: {0}", + "worldedit.script.failed-console": "Misslyckades att utföra (mer info i konsolen): {0}", + "worldedit.operation.affected.biome": "{0} biomer påverkade", + "worldedit.operation.affected.block": "{0} block påverkade", + "worldedit.operation.affected.column": "{0} kolumner påverkade", + "worldedit.operation.affected.entity": "{0} entiteter påverkade", + "worldedit.operation.deform.expression": "deformeras med {0}", + "worldedit.error.invalid-number": "Nummer förväntas; sträng angiven.", + "worldedit.error.invalid-number.matches": "Nummer förväntas; sträng \"{0}\"angiven.", + "worldedit.error.incomplete-region": "Gör ett regionval först.", + "worldedit.error.unknown-block": "Blocknamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-entity": "Entitetsnamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-mob": "Varelsenamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-biome": "Biomnamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-tag": "Taggnamn '{0}' kändes inte igen.", + "worldedit.error.empty-tag": "Taggnamn '{0}' har inget innehåll.", + "worldedit.error.no-match": "Ingen match för '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' ej tillåtet (se WorldEdit konfiguration).", + "worldedit.error.max-brush-radius": "Maximal penselradie (i konfiguration): {0}", + "worldedit.error.max-radius": "Maximal radie (i konfiguration): {0}", + "worldedit.error.unknown-direction": "Okänd riktning: {0}", + "worldedit.error.empty-clipboard": "Urklipp är tomt. Använd //copy först.", + "worldedit.error.invalid-filename": "Filnamn '{0}' ogiltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ogiltiga tecken eller saknande filsuffix", + "worldedit.error.file-resolution.outside-root": "Vägen är utanför tillåten rot", + "worldedit.error.file-resolution.resolve-failed": "Misslyckades att hitta väg", + "worldedit.error.file-aborted": "Filval avbröts.", + "worldedit.error.no-file-selected": "Ingen fil vald.", + "worldedit.error.not-a-block": "Detta föremål är inte ett block.", + "worldedit.error.not-a-block.item": "Föremålet '{0}' är inte ett block.", + "worldedit.error.incorrect-usage": "Användning: {0}", + "worldedit.error.invalid-page": "Ogiltigt sidnummer", + "worldedit.error.parser.empty-state": "Tom del i tillståndet", + "worldedit.error.parser.missing-equals-separator": "Saknar '=' separator", + "worldedit.error.parser.unknown-property": "Okänd egenskap '{0}' för block '{1}'", + "worldedit.error.parser.unknown-value": "Okänt värde '{0}' för egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tillståndet", + "worldedit.error.parser.empty-value": "Tomt värde i tillståndet", + "worldedit.error.parser.invalid-colon": "Ogiltigt kolon.", + "worldedit.error.parser.invalid-expression": "Ogiltigt uttryck: {0}", + "worldedit.error.parser.missing-rbracket": "Tillståndet saknar efterföljande ']'", + "worldedit.error.parser.clipboard.missing-coordinates": "Urklipp offset behöver x,y,z koordinater.", + "worldedit.error.parser.player-only": "Input '{0}' kräver en spelare!", + "worldedit.error.disabled": "Denna funktion är inaktiverad (se WorldEdit konfiguration).", + "worldedit.error.unknown": "Ett okänt fel uppstod: {0}", + "worldedit.error.missing-extent": "Inget Extent kändes igen", + "worldedit.error.missing-session": "Ingen LocalSession kändes igen", + "worldedit.error.missing-world": "Du måste bereda en värld (Prova //world)", + "worldedit.error.missing-actor": "Ingen aktör kändes igen", + "worldedit.selection.convex.info.vertices": "Hörn: {0}", + "worldedit.selection.convex.info.triangles": "Trianglar: {0}", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Första positionen satt till {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Första positionen satt till {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andra positionen satt till {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andra positionen satt till {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Börjat val på {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utökad markering för att omfatta {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Mittpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Mittpunktens position satt till {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Mittpunktens position satt till {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radien satt till {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radien satt till {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Mittpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radie: {0}", + "worldedit.selection.cylinder.explain.secondary": "Radien satt till {0}/{1} block. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du måste välja mittpunkten innan du ställer in radien.", + "worldedit.selection.cylinder.error.even-horizontal": "Ändringar till cylindrar måste vara jämna för varje horisontell dimension.", + "worldedit.selection.polygon2d.info": "# poäng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Börjat en ny polygon vid {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lade till punkt #{0} vid {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan endast utökas vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan endast krympas vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radien satt till {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radien satt till {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan inte ändra NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan inte expandera en regionkorsning.", + "worldedit.selection.intersection.error.cannot-contract": "Kan inte krympa en regionkorsning.", + "worldedit.selection.transform.error.cannot-expand": "Kan inte expandera TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan inte krympa TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan inte ändra ett TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.neighbors": "Grannar", + "worldedit.sideeffect.neighbors.description": "Notifierar närliggande block av ändringar", + "worldedit.sideeffect.update": "Uppdatera", + "worldedit.sideeffect.update.description": "Notifierar det ändrade blocket", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerar och rättar inkonsekventa världstillstånd, såsom frånkopplade block", + "worldedit.sideeffect.entity_ai": "Entitet AI", + "worldedit.sideeffect.entity_ai.description": "Uppdaterar Entitet AIs sökvägar för blockförändringar", + "worldedit.sideeffect.events": "Mod/Plugin event", + "worldedit.sideeffect.events.description": "Säger till andra mods/plugins om dessa ändringar i förekommande fall", + "worldedit.sideeffect.state.on": "På", + "worldedit.sideeffect.state.delayed": "Försenat", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "Nuvarande", + "worldedit.sideeffect.box.change-to": "Klicka för att ställa in till {0}", + "worldedit.help.command-not-found": "Kommandot '{0}' kunde inte hittas.", + "worldedit.help.no-subcommands": "'{0}' har inga underkommandon. (Kanske '{1}' är för en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommandot '{0}' under '{1}' kunde inte hittas.", + "worldedit.cli.stopping": "Avbyter!", + "worldedit.cli.unknown-command": "Okänt kommando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/swg/strings.json b/config/worldedit/.archive-unpack/2e1dd752/swg/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/swg/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rückgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerüstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerüstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerüstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerüstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerüstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerüstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerüstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden für etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schließen und wieder öffnen), um Änderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstützt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige Zeitüberschreitung ist {0}ms.", + "worldedit.timeout.set": "Zeitüberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurückzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Änderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Überschreibung der Welt entfernt.", + "worldedit.world.set": "Überschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurückzukehren)", + "worldedit.undo.undone": "{0} verfügbare Bearbeitungen rückgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum Rückgängig machen verfügbar.", + "worldedit.redo.redone": "{0} verfügbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfügbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfügbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "Für die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "Für diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole für Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "Ungültiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "Ungültiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu überschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner für Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschützt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "Verfügbare Formate für Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstützt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole müssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick für Punkt 1, Rechtsklick für Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick für einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufügen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick für Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick für Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick für ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks für: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefüllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grün gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden für das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gültiger Ausdruck übersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gültiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefügt", + "worldedit.paste.selected": "Einfügebereich für Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstützt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. Rückgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole für Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natürlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle über dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du würdest etwas über dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} Kürbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "Ungültige Zeitzone", + "worldedit.timezone.set": "Zeitzone für diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstützt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach Ausmaß {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung für {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstützt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Änderungslimit für Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ändern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ändere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug für Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darüber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum Füllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken für große Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "Führe {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske für Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske für Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material für Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite für Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstützt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim Ausführen: {0}", + "worldedit.script.failed-console": "Fehler beim Ausführen (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer für '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungültig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ungültige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist außerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "Ungültige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' für Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' für Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "Ungültiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "Ungültiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "Ungültiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schließende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol für '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz für die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefügt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Änderungen müssen für jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen müssen auch für jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefügt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe über den Änderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "Überprüfung", + "worldedit.sideeffect.validation.description": "Überprüft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade für die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins über diese Änderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' für einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/szl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/szl/strings.json new file mode 100644 index 0000000..6f3296a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/szl/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Pionowo rozszerz wybór do granic świata.", + "worldedit.expand.expanded": "Rozszerzono obszar o bloki (w sumie {0})", + "worldedit.expand.expanded.vert": "Rozszerzono obszar o bloki (w sumie {0} z góry na dół).", + "worldedit.biomeinfo.lineofsight": "Biomy w zasięgu wzroku: {0}", + "worldedit.biomeinfo.position": "Biom, w którym jesteś: {0}", + "worldedit.biomeinfo.selection": "Biomy w twoim obszarze zaznaczenia: {0}", + "worldedit.brush.radius-too-large": "Maksymalny dozwolony promień pędzla: {0}", + "worldedit.brush.apply.description": "Zastosuj pędzel, zastosuj funkcję do każdego bloku", + "worldedit.brush.apply.radius": "Rozmiar pędzla", + "worldedit.brush.apply.shape": "Kształt obszaru", + "worldedit.brush.apply.type": "Rodzaj pędzla do użycia", + "worldedit.brush.apply.item.warning": "Ten pędzel symuluje użycie przedmiotu. Jego efekty mogą działać nie na wszystkich platformach, mogą być nieodwracalne i mogą powodować dziwne interakcje z innymi modami/wtyczkami. Używaj na własne ryzyko.", + "worldedit.brush.paint.description": "Pędzel malarski, nakładanie funkcji na powierzchnię", + "worldedit.brush.paint.size": "Rozmiar pędzla", + "worldedit.brush.paint.shape": "Kształt obszaru", + "worldedit.brush.paint.density": "Gęstość pędzla", + "worldedit.brush.paint.type": "Rodzaj używanego pędzla", + "worldedit.brush.paint.item.warning": "Ten pędzel symuluje użycie przedmiotu. Jego efekty mogą działać nie na wszystkich platformach, mogą być nieodwracalne i mogą powodować dziwne interakcje z innymi modami/wtyczkami. Używaj na własne ryzyko.", + "worldedit.brush.sphere.equip": "Wyposażono w pędzel kulisty ({0}).", + "worldedit.brush.cylinder.equip": "Wyposażono w pędzel walcowy ({0} na {1}).", + "worldedit.brush.clipboard.equip": "Wyposażono w pędzel o kształcie ze schowka.", + "worldedit.brush.smooth.equip": "Wyposażono w pędzel wygładzający ({0} × {1}× przy użyciu: {2}).", + "worldedit.brush.extinguish.equip": "Wyposażono w gaśnicę ({0}).", + "worldedit.brush.gravity.equip": "Wyposażono w pędzel grawitacyjny ({0}).", + "worldedit.brush.butcher.equip": "Wyposażono w pędzel rzeźniczy ({0}).", + "worldedit.brush.operation.equip": "Wybrano pędzel {0}.", + "worldedit.brush.heightmap.equip": "Wyposażono w pędzel mapy wysokościowej ({0}).", + "worldedit.brush.heightmap.unknown": "Nieznany pędzel mapy wysokościowej: {0}.", + "worldedit.brush.none.equip": "Usunięto przypisany pędzel z obecnego przedmiotu.", + "worldedit.setbiome.changed": "Zmieniono biomy dla około tylu bloków: {0}.", + "worldedit.setbiome.warning": "W celu zobaczenia zmian, może być wymagane ponowne dołączenie do gry (albo otwarcie świata).", + "worldedit.drawsel.disabled": "Dezaktywowano CUI serwera.", + "worldedit.drawsel.enabled": "Aktywowano CUI serwera. Obsługuje tylko obszary prostokątne o maksymalnym rozmiarze {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serwera już jest zdezaktywowane.", + "worldedit.drawsel.enabled.already": "CUI serwera już jest aktywowane.", + "worldedit.limit.too-high": "Twój maksymalny dozwolony limit wynosi {0}.", + "worldedit.limit.set": "Ustawiono limit ilości zmienianych bloków na {0}.", + "worldedit.limit.return-to-default": "(Powróć do wartości domyślnej, używając polecenia //limit)", + "worldedit.timeout.too-high": "Twój maksymalny dozwolony limit czasu wynosi {0} ms.", + "worldedit.timeout.set": "Zmieniono limit czasu na {0} ms.", + "worldedit.timeout.return-to-default": " (Użyj //timeout w celu powrotu do wartości domyślnej.)", + "worldedit.fast.disabled": "Tryb szybki wyłączony.", + "worldedit.fast.enabled": "Tryb szybki włączony. Oświetlenie w objętych chunkach może być niewłaściwe i/lub może zaistnieć potrzeba ponownego dołączenia, w celu ujrzenia zmian.", + "worldedit.fast.disabled.already": "Tryb szybki już jest wyłączony.", + "worldedit.fast.enabled.already": "Tryb szybki już jest włączony.", + "worldedit.perf.sideeffect.set": "Efekt poboczny „{0}” został ustawiony na {1}", + "worldedit.perf.sideeffect.get": "Efekt poboczny „{0}” jest ustawiony na {1}", + "worldedit.perf.sideeffect.already-set": "Efekt poboczny „{0}” już został ustawiony na {1}", + "worldedit.perf.sideeffect.set-all": "Wszystkie działania niepożądane ustawione na {0}", + "worldedit.reorder.current": "Tryb zmiany kolejności wynosi {0}", + "worldedit.reorder.set": "Tryb zmiany kolejności teraz wynosi {0}", + "worldedit.gmask.disabled": "Maska globalna wyłączona.", + "worldedit.gmask.set": "Ustawiono maskę globalną.", + "worldedit.toggleplace.pos1": "Umieszczanie w pozycji nr 1.", + "worldedit.toggleplace.player": "Stawianie bloku w miejscu, w którym stoisz.", + "worldedit.toggleplace.not-locatable": "Nie można przełączyć umieszczania w tym kontekście.", + "worldedit.searchitem.too-short": "Wprowadź dłuższy ciąg do wyszukania. (dł. > 2).", + "worldedit.searchitem.either-b-or-i": "Nie możesz używać flagi \"b\" oraz \"i\" jednocześnie.", + "worldedit.searchitem.searching": "(Proszę czekać... wyszukiwanie przedmiotów.)", + "worldedit.watchdog.no-hook": "Ta platforma nie ma punktu zaczepienia licznika alarmowego.", + "worldedit.watchdog.active.already": "Punkt zaczepienia licznika alarmowego już jest aktywny.", + "worldedit.watchdog.inactive.already": "Punkt zaczepienia licznika alarmowego już jest nieaktywny.", + "worldedit.watchdog.active": "Punkt zaczepienia licznika alarmowego aktywowany.", + "worldedit.watchdog.inactive": "Punkt zaczepienia licznika alarmowego dezaktywowany.", + "worldedit.world.remove": "Usunięto zastąpienie świata.", + "worldedit.world.set": "Ustawiono zastąpienie świata {0}. (Użyj //world aby powrócić do domyślnego)", + "worldedit.undo.undone": "Cofnięto edycje. (dost. {0}).", + "worldedit.undo.none": "Nie ma już nic do cofnięcia.", + "worldedit.redo.redone": "Ponowiono dostępne edycje ({0}).", + "worldedit.redo.none": "Nie ma już nic do ponowienia.", + "worldedit.clearhistory.cleared": "Wyczyszczono historię.", + "worldedit.raytrace.noblock": "Brak bloku w zasięgu!", + "worldedit.restore.not-configured": "Przywrócenie kopii zapasowej/migawki nie jest skonfigurowane.", + "worldedit.restore.not-available": "Ta migawka nie istnieje lub jest niedostępna.", + "worldedit.restore.failed": "Błąd ładowania migawki: {0}", + "worldedit.restore.loaded": "Załadowano migawkę \"{0}\"; trwa przywracanie...", + "worldedit.restore.restored": "Przywrócono; brakujące chunki: {0}, inne błędy: {1}.", + "worldedit.restore.none-for-specific-world": "Nie znaleziono migawek świata \"{0}\".", + "worldedit.restore.none-for-world": "Nie znaleziono migawek dla tego świata.", + "worldedit.restore.none-found": "Nie znaleziono migawek.", + "worldedit.restore.none-found-console": "Nie znaleziono migawek. Zobacz konsolę dla szczegółów.", + "worldedit.restore.chunk-not-present": "Brak obecnych chunków w migawce.", + "worldedit.restore.chunk-load-failed": "Nie można załadować żadnych chunków. (niewłaściwe archiwum?)", + "worldedit.restore.block-place-failed": "Błędy uniemożliwiły przywrócenie jakichkolwiek bloków.", + "worldedit.restore.block-place-error": "Ostatni błąd: {0}", + "worldedit.snapshot.use.newest": "Używasz najnowszej migawki.", + "worldedit.snapshot.use": "Ustawiono migawkę na: {0}", + "worldedit.snapshot.none-before": "Nie można znaleźć migawki przed {0}.", + "worldedit.snapshot.none-after": "Nie można znaleźć migawki po {0}.", + "worldedit.snapshot.index-above-0": "Nieprawidłowy indeks, musi być on większy lub równy 1.", + "worldedit.snapshot.index-oob": "Nieprawidłowy indeks, musi być on pomiędzy 1 a {0}.", + "worldedit.schematic.unknown-format": "Nieznany format schematu: {0}.", + "worldedit.schematic.load.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.load.loading": "(Proszę czekać... wczytywanie schematu.)", + "worldedit.schematic.load.still-loading": "(Proszę czekać... wczytywanie schematu nadal trwa).", + "worldedit.schematic.save.already-exists": "Ten schemat już istnieje. Użyj flagi -f aby go nadpisać.", + "worldedit.schematic.save.failed-directory": "Nie udało się stworzyć folderu dla schematów!", + "worldedit.schematic.save.saving": "(Proszę czekać... zapisywanie schematu.)", + "worldedit.schematic.save.still-saving": "(Proszę czekać... zapisywanie schematu nadal trwa).", + "worldedit.schematic.delete.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.delete.failed": "Nie udało się usunąć: {0}! Czy jest tylko do odczytu?", + "worldedit.schematic.delete.deleted": "Usunięto: {0}.", + "worldedit.schematic.formats.title": "Dostępne formaty schowka (nazwa: krótka)", + "worldedit.schematic.unsupported-minecraft-version": "Ta wersja WorldEdit nie obsługuje tej wersji Minecrafta. Schematy nie będą działać, póki ten problem nie zostanie rozwiązany.", + "worldedit.pos.already-set": "Pozycja już ustawiona.", + "worldedit.pos.console-require-coords": "Współrzędne muszą być określone jako konsola.", + "worldedit.hpos.no-block": "Brak bloku w zasięgu!", + "worldedit.hpos.already-set": "Pozycja już ustawiona.", + "worldedit.chunk.selected-multiple": "Zaznaczono chunki: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Wybrano chunk: {0}, {1}, {2}", + "worldedit.wand.invalid": "Przedmiot różdżki jest nieprawidłowo skonfigurowany lub wyłączony.", + "worldedit.wand.selwand.info": "Lewy klik: zaznacz pozycję 1.; Prawy klik: zaznacz pozycję 2.", + "worldedit.wand.navwand.info": "Lewy klik: skocz do miejsca; Prawy klik: przejdź przez ścianę", + "worldedit.wand.selwand.now.tool": "Różdżka wyboru jest teraz normalnym narzędziem. Możesz ją wyłączyć używając {0} i powiązać z dowolną rzeczą używając {1}, oraz zdobyć nową różdżkę używając {2}.", + "worldedit.contract.contracted": "Obszar zwężony o {0} bl.", + "worldedit.shift.shifted": "Obszar przesunięty.", + "worldedit.outset.outset": "Obszar poszerzony.", + "worldedit.inset.inset": "Obszar zwężony.", + "worldedit.size.offset": "Przesunięcie: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Rozmiar: {0}", + "worldedit.size.distance": "Odległość prostopadłościanu: {0}", + "worldedit.size.blocks": "Nr bloków: {0}", + "worldedit.count.counted": "Policzono: {0}", + "worldedit.distr.no-blocks": "Nie policzono bloków.", + "worldedit.distr.no-previous": "Brak poprzednich dystrybucji.", + "worldedit.distr.total": "Całkowita Liczba Bloków: {0}", + "worldedit.select.cleared": "Wyczyszczono zaznaczenie.", + "worldedit.select.cuboid.message": "Kuboid: kliknij lewym, aby zaznaczyć pierwszy punkt, kliknij prawym, aby zaznaczyć drugi punkt", + "worldedit.select.cuboid.description": "Wybierz dwa narożniki kuboidu", + "worldedit.select.extend.message": "Kuboid: kliknij lewym, aby wybrać punkt startowy, kliknij prawym, aby rozszerzyć", + "worldedit.select.extend.description": "Tryb szybkiego wyboru kuboidu", + "worldedit.select.poly.message": "Wybór wielokąta 2D: Lewy/prawy klik — dodawanie punktu.", + "worldedit.select.poly.limit-message": "Maksimum {0} pkt.", + "worldedit.select.poly.description": "Wybór wielokąta dwuwymiarowego o dowolnej wysokości", + "worldedit.select.ellipsoid.message": "Wybór elipsoidalny: Lewy klik = środek; prawy klik — rozszerzanie", + "worldedit.select.ellipsoid.description": "Wybór elipsoidy", + "worldedit.select.sphere.message": "Wybór sferyczny: Lewy klik = środek, prawy klik — ustawianie promienia", + "worldedit.select.sphere.description": "Wybór sfery", + "worldedit.select.cyl.message": "Wybór walcowy: Lewy klik = środek; prawy klik — rozszerzanie", + "worldedit.select.cyl.description": "Wybór walca", + "worldedit.select.convex.message": "Wybór wypukły wieloboczny: Lewy klik = Pierwszy wierzchołek; prawy klik — więcej.", + "worldedit.select.convex.limit-message": "Maksimum {0} pkt.", + "worldedit.select.convex.description": "Zaznacz figurę wypukłą wieloboczną", + "worldedit.select.default-set": "Twój domyślny selektor obszaru to teraz {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Stary format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Lista chunków dla: {0}", + "worldedit.drain.drained": "Osuszono bloki (w sumie {0}).", + "worldedit.fill.created": "Wypełniono blokami (w sumie {0}).", + "worldedit.fillr.created": "Wypełniono blokami (w sumie {0}).", + "worldedit.fixlava.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.fixwater.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.removeabove.removed": "Usunięto bloki (w sumie {0}).", + "worldedit.removebelow.removed": "Usunięto bloki (w sumie {0}).", + "worldedit.removenear.removed": "Usunięto bloki (w sumie {0}).", + "worldedit.replacenear.replaced": "Zastąpiono bloki (w sumie {0}).", + "worldedit.snow.created": "Pokryto powierzchnie (w sumie {0}).", + "worldedit.thaw.removed": "Stopiono bloki (w sumie {0}).", + "worldedit.green.changed": "Pokryto zielenią bloki (w sumie {0}).", + "worldedit.extinguish.removed": "Ugaszono bloki ognia (w sumie {0}).", + "worldedit.butcher.killed": "Zabito moby (w sumie {0}) w promieniu {1} bl.", + "worldedit.butcher.explain-all": "Użyj -1, aby usunąć wszystkie moby z załadowanych chunków", + "worldedit.remove.removed": "Wyznaczono byty do usunięcia (w sumie {0}).", + "worldedit.remove.explain-all": "Użyj -1, aby usunąć wszystkie byty z załadowanych chunków", + "worldedit.calc.invalid": "Błąd analizy wartości \"{0}\" jako właściwego wyrażenia", + "worldedit.calc.invalid.with-error": "Błąd analizy wartości \"{0}\" jako właściwego wyrażenia: \"{1}\"", + "worldedit.paste.pasted": "Wklejono schowek do: {0}", + "worldedit.paste.selected": "Zaznaczono obszar wklejania ze schowka.", + "worldedit.rotate.no-interpolation": "Informacja: Interpolacja nie jest jeszcze wspierana, więc zalecane są kąty o wielokrotności liczby 90.", + "worldedit.rotate.rotated": "Zawartość schowka została obrócona.", + "worldedit.flip.flipped": "Zawartość schowka została odbita.", + "worldedit.clearclipboard.cleared": "Schowek wyczyszczony.", + "worldedit.set.done": "Operacja zakończona.", + "worldedit.set.done.verbose": "Operacja zakończona ({0}).", + "worldedit.line.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.line.invalid-type": "Polecenie //line działa tylko w przypadku zaznaczeń prostopadłościennych lub wypukłych wielościennych", + "worldedit.curve.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.curve.invalid-type": "Polecenie //curve działa tylko w przypadku zaznaczeń wypukłych wielościennych", + "worldedit.replace.replaced": "Zastąpiono bloki (w sumie {0}).", + "worldedit.stack.changed": "Zmieniono bloki (w sumie {0}). Użyj //undo w celu cofnięcia.", + "worldedit.stack.intersecting-region": "Przesunięcie stosu nie może kolidować z obszarem, podczas używania jednostek blokowych", + "worldedit.regen.regenerated": "Zregenerowano obszar.", + "worldedit.regen.failed": "Nie udało się zregenerować chunków. Po więcej informacji, zajrzyj do konsoli.", + "worldedit.walls.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.faces.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.overlay.overlaid": "Nałożono bloki (w sumie {0}).", + "worldedit.naturalize.naturalized": "Nadano naturalnego wyglądu blokom (zmodyfikowane bloki: {0}).", + "worldedit.center.changed": "Ustawiono środek. (zmodyfikowane bloki: {0})", + "worldedit.smooth.changed": "Wygładzono wysokość terenu. Zmodyfikowane bloki: {0}.", + "worldedit.move.moved": "Przesunięto bloki (w sumie {0}).", + "worldedit.deform.deformed": "Zdeformowano bloki (w sumie {0}).", + "worldedit.hollow.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.forest.created": "Stworzono {0} drzew.", + "worldedit.flora.created": "Stworzono roślinność (w sumie {0}).", + "worldedit.unstuck.moved": "Proszę bardzo!", + "worldedit.ascend.obstructed": "Nie znaleziono nad tobą wolnej przestrzeni.", + "worldedit.ascend.moved": "Przeniesiono cię {0} poz. wyżej.", + "worldedit.descend.obstructed": "Nie znaleziono pod tobą wolnej przestrzeni.", + "worldedit.descend.moved": "Przeniesiono cię {0} poz. niżej.", + "worldedit.ceil.obstructed": "Nie znaleziono nad tobą wolnej przestrzeni.", + "worldedit.ceil.moved": "Ziuuu!", + "worldedit.thru.obstructed": "Nie znaleziono przed tobą wolnej przestrzeni.", + "worldedit.thru.moved": "Ziuuu!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Brak bloku w zasięgu (lub jest za daleko)!", + "worldedit.up.obstructed": "Uderzysz w coś nad sobą.", + "worldedit.up.moved": "Ziuuu!", + "worldedit.cyl.invalid-radius": "Musisz podać 1 lub 2 wartości promienia.", + "worldedit.cyl.created": "Stworzono bloki (w sumie {0}).", + "worldedit.sphere.invalid-radius": "Musisz podać 1 lub 3 wartości promienia.", + "worldedit.sphere.created": "Stworzono bloki (w sumie {0}).", + "worldedit.forestgen.created": "Stworzono drzewa (w sumie {0}).", + "worldedit.pumpkins.created": "Stworzono grupki dyń (w sumie {0}).", + "worldedit.pyramid.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generate.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generatebiome.changed": "{0} biomów uległo zmianie.", + "worldedit.reload.config": "Przeładowano konfigurację!", + "worldedit.report.written": "Raport WorldEdit został zapisany do: {0}", + "worldedit.report.error": "Błąd zapisywania raportu: {0}", + "worldedit.report.callback": "Raport WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Niewłaściwa strefa czasowa", + "worldedit.timezone.set": "Ustawiono strefę czasową na tę sesję: {0}", + "worldedit.timezone.current": "Obecny czas w tej strefie czasowej: {0}", + "worldedit.version.version": "WorldEdit — wersja: {0}", + "worldedit.version.bukkit.unsupported-adapter": "Ta wersja WorldEdit nie obsługuje w pełni twojej wersji pluginu Bukkit. Byty bloków (np. skrzynie) będą puste, właściwości bloków (np. obrót) zostaną pominięte, a nie działać mogą też inne rzeczy. Zaktualizuj WorldEdit, aby przywrócić tę funkcjonalność:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasowanie: Nie użyto żadnych rozszerzeń", + "worldedit.trace.action-failed": "Trasowanie: Odrzucono czynność/-ci {0} w pozycji {1} rozszerzeniem {2}", + "worldedit.trace.active.already": "Tryb trasowania już jest włączony.", + "worldedit.trace.inactive.already": "Tryb trasowania już jest wyłączony.", + "worldedit.trace.active": "Włączono tryb trasowania.", + "worldedit.trace.inactive": "Wyłączono tryb trasowania.", + "worldedit.command.time-elapsed": "Minęło {0} sek. (historia: {1} zmienionych; {2} bloków/sek.)", + "worldedit.command.permissions": "Nie masz do tego uprawnień. Na pewno jesteś w dobrym trybie?", + "worldedit.command.player-only": "To polecenie musi zostać użyte na graczu.", + "worldedit.command.error.report": "Zgłoś ten błąd: [Zobacz konsolę]", + "worldedit.pastebin.uploading": "(Proszę czekać... wysyłanie danych wyjściowych na pastebin...)", + "worldedit.session.cant-find-session": "Nie można odnaleźć sesji dla {0}", + "worldedit.platform.no-file-dialog": "Okna dialogowe plików nie są wspierane w twoim środowisku.", + "worldedit.asset.load.loading": "(Proszę czekać... ładowanie zasobu).", + "worldedit.asset.load.still-loading": "(Proszę czekać... ładowanie zasobu nadal trwa).", + "worldedit.asset.load.failed": "Błąd ładowania zasobu", + "worldedit.tool.max-block-changes": "Osiągnięto limit ilości zmienianych bloków.", + "worldedit.tool.no-block": "Brak bloku w zasięgu!", + "worldedit.tool.repl.equip": "Narzędzie zamiany bloków przypisano do: {0}.", + "worldedit.tool.repl.switched": "Narzędzie zamiany przełączono do: {0}", + "worldedit.tool.data-cycler.equip": "Narzędzie przełączające dane bloków przypisano do: {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nie masz uprawnień do przełączania wartości danych tego bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Dane tego bloku nie mogą być przełączone!", + "worldedit.tool.data-cycler.new-value": "Wartość {0} wynosi teraz {1}.", + "worldedit.tool.data-cycler.cycling": "Cykliczne przełączanie: {0}.", + "worldedit.tool.deltree.equip": "Narzędzie usuwania unoszących się drzew przypisano do: {0}.", + "worldedit.tool.deltree.not-tree": "To nie jest drzewo.", + "worldedit.tool.deltree.not-floating": "To nie jest unoszące się drzewo.", + "worldedit.tool.tree.equip": "Malarz drzew przypisano do: {0}.", + "worldedit.tool.tree.obstructed": "Nie można umieścić tam drzewa.", + "worldedit.tool.info.equip": "Narzędzie informacyjne przypisano do: {0}.", + "worldedit.tool.info.blockstate.hover": "Stan bloku", + "worldedit.tool.info.internalid.hover": "Wewnętrzne ID", + "worldedit.tool.info.legacy.hover": "Przestarzały tag id:data", + "worldedit.tool.info.light.hover": "Światło bloku/Światło powyżej", + "worldedit.tool.none.equip": "Usunięto przypisane narzędzie z obecnego przedmiotu.", + "worldedit.tool.none.to.unequip": "Nie przypisano obecnego przedmiotu.", + "worldedit.tool.selwand.equip": "Różdżkę zaznaczającą przypisano do: {0}.", + "worldedit.tool.navwand.equip": "Różdżkę nawigacyjną przypisano do: {0}.", + "worldedit.tool.floodfill.equip": "Narzędzie wypełniające blokami przypisano do: {0}.", + "worldedit.tool.farwand.equip": "Różdżka dalekosiężna przypisana do {0}.", + "worldedit.tool.lrbuild.equip": "Dalekosiężne narzędzie budowlane przypisano do: {0}.", + "worldedit.tool.lrbuild.set": "Lewy przycisk ustawiono na {0}; prawy przycisk ustawiono na {1}.", + "worldedit.tool.stack.equip": "Narzędzie stosu przypisano do: {0}.", + "worldedit.tool.unbind-instruction": "Uruchom {0} trzymając przedmiot aby usunąć przypisanie.", + "worldedit.tool.superpickaxe.mode.single": "Ustawiono tryb pojedynczy. Kliknij lewym, trzymając kilof. Wyłącz poleceniem //", + "worldedit.tool.superpickaxe.mode.area": "Ustawiono tryb obszarowy. Kliknij lewym, trzymając kilof. Wyłącz poleceniem //", + "worldedit.tool.superpickaxe.mode.recursive": "Ustawiono tryb rekursywny. Kliknij lewym, trzymając kilof. Wyłącz poleceniem //", + "worldedit.tool.superpickaxe.max-range": "Maksymalny zakres to {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superkilof jest już włączony.", + "worldedit.tool.superpickaxe.disabled.already": "Superkilof jest już wyłączony.", + "worldedit.tool.superpickaxe.enabled": "Superkilof włączony.", + "worldedit.tool.superpickaxe.disabled": "Superkilof wyłączony.", + "worldedit.tool.mask.set": "Ustawiono maskę pędzla.", + "worldedit.tool.mask.disabled": "Wyłączono maskę pędzla.", + "worldedit.tool.material.set": "Ustawiono materiał pędzla.", + "worldedit.tool.range.set": "Ustawiono zakres pędzla.", + "worldedit.tool.size.set": "Ustawiono rozmiar pędzla.", + "worldedit.tool.tracemask.set": "Ustawiono maskę trasującą.", + "worldedit.tool.tracemask.disabled": "Maska trasująca wyłączona.", + "worldedit.tool.error.cannot-bind": "Nie można przypisać narzędzia do {0}: {1}", + "worldedit.tool.error.item-only": "Nie można używać bloków.", + "worldedit.execute.script-permissions": "Nie masz uprawnień do korzystania z tego skryptu.", + "worldedit.executelast.no-script": "Najpierw użyj /cs z nazwą skryptu.", + "worldedit.script.read-error": "Błąd odczytu skryptu: {0}", + "worldedit.script.unsupported": "Obecnie są wspierane tylko skrypty .js", + "worldedit.script.file-not-found": "Skrypt nie istnieje: {0}", + "worldedit.script.no-script-engine": "Nie udało się znaleźć zainstalowanego silnika skryptu.\nPrzejdź do: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Nie udało się wykonać: {0}", + "worldedit.script.failed-console": "Nie udało się wykonać (zobacz konsolę): {0}", + "worldedit.operation.affected.biome": "Objęto biomy (w sumie {0})", + "worldedit.operation.affected.block": "Objęto bloki (w sumie {0})", + "worldedit.operation.affected.column": "Objęto kolumny (w sumie {0})", + "worldedit.operation.affected.entity": "Objęto byty (w sumie {0})", + "worldedit.operation.deform.expression": "zdeformowano przy użyciu: {0}", + "worldedit.error.invalid-number": "Oczekiwano liczbę; otrzymano ciąg znaków.", + "worldedit.error.invalid-number.matches": "Oczekiwano liczbę; otrzymano ciąg „{0}”.", + "worldedit.error.incomplete-region": "Najpierw zaznacz obszar.", + "worldedit.error.unknown-block": "Nazwa bloku '{0}' nie została rozpoznana.", + "worldedit.error.unknown-entity": "Nazwa obiektu '{0}' nie została rozpoznana.", + "worldedit.error.unknown-mob": "Nazwa moba '{0}' nie została rozpoznana.", + "worldedit.error.unknown-biome": "Nazwa biomu '{0}' nie została rozpoznana.", + "worldedit.error.unknown-tag": "Nazwa tagu '{0}' nie została rozpoznana.", + "worldedit.error.empty-tag": "Nazwa tagu '{0}' nie ma zawartości.", + "worldedit.error.no-match": "Brak dopasowania dla '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' jest niedozwolony (zobacz konfigurację WorldEdit).", + "worldedit.error.max-changes": "Osiągnięto maksymalną liczbę bloków zmienionych w operacji ({0}).", + "worldedit.error.max-brush-radius": "Maksymalny promień pędzla (w konfiguracji): {0}", + "worldedit.error.max-radius": "Maksymalny promień (w konfiguracji): {0}", + "worldedit.error.unknown-direction": "Nieznany kierunek: {0}", + "worldedit.error.empty-clipboard": "Twój schowek jest pusty. Najpierw użyj polecenia //copy.", + "worldedit.error.invalid-filename": "Niepoprawna nazwa pliku „{0}\": {1}", + "worldedit.error.invalid-filename.invalid-characters": "Niedozwolone znaki lub brakujące rozszerzenie", + "worldedit.error.file-resolution": "Błąd rozpoznania pliku „{0}”: {1}", + "worldedit.error.file-resolution.outside-root": "Ścieżka znajduje się poza dozwolonym katalogiem", + "worldedit.error.file-resolution.resolve-failed": "Nie udało się rozwiązać ścieżki", + "worldedit.error.file-aborted": "Wybieranie pliku przerwane.", + "worldedit.error.no-file-selected": "Nie wybrano pliku.", + "worldedit.error.world-unloaded": "Świat już został zwolniony.", + "worldedit.error.not-a-block": "Ten przedmiot nie jest blokiem.", + "worldedit.error.not-a-block.item": "Przedmiot „{0}” nie jest blokiem.", + "worldedit.error.incorrect-usage": "Składnia: {0}", + "worldedit.error.invalid-page": "Nieprawidłowy numer strony", + "worldedit.error.parser.bad-state-format": "Błędny format stanu w {0}", + "worldedit.error.parser.duplicate-property": "Zduplikowana właściwość: {0}", + "worldedit.error.parser.empty-state": "Pusta część w stanie", + "worldedit.error.parser.missing-equals-separator": "Brakujący separator (=)", + "worldedit.error.parser.clipboard.missing-offset": "Określono przesunięcie za pomocą znaku @, ale nie zostało ono podane. Użyj „#copy@[x,y,z]”.", + "worldedit.error.parser.unknown-property": "Nieznana właściwość „{0}” bloku „{1}”", + "worldedit.error.parser.unknown-value": "Nieznana wartość „{0}” właściwości „{1}”", + "worldedit.error.parser.empty-property": "Pusta właściwość w stanie", + "worldedit.error.parser.empty-value": "Pusta wartość w stanie", + "worldedit.error.parser.invalid-colon": "Nieprawidłowe użycie dwukropka.", + "worldedit.error.parser.invalid-expression": "Nieprawidłowe wyrażenie: {0}", + "worldedit.error.parser.negate-nothing": "Nie można zmienić znaku przy niczym!", + "worldedit.error.parser.hanging-lbracket": "Nieprawidłowy format. Niedomknięty nawias przy „{0}”.", + "worldedit.error.parser.missing-rbracket": "W stanie brakuje kończącego nawiasu ( ] )", + "worldedit.error.parser.missing-random-type": "Brak określonego typu po symbolu % „{0}”", + "worldedit.error.parser.clipboard.missing-coordinates": "Przesunięcie schowka wymaga współrzędnych x, y, z.", + "worldedit.error.parser.player-only": "Dane „{0}” wymagają gracza!", + "worldedit.error.disabled": "Ta funkcja jest wyłączona (skonsultuj konfigurację WorldEdit).", + "worldedit.error.unknown": "Wystąpił nieznany błąd: {0}", + "worldedit.error.missing-extent": "Nie jest znany żaden zakres", + "worldedit.error.missing-session": "Nie jest znana żadna sesja lokalna", + "worldedit.error.missing-world": "Należy określić świat (Spróbuj poleceniem //world)", + "worldedit.error.missing-actor": "Nie jest znany żaden aktor", + "worldedit.selection.convex.info.vertices": "Wierzchołki: {0}", + "worldedit.selection.convex.info.triangles": "Trójkąty: {0}", + "worldedit.selection.convex.explain.primary": "Zaznaczenie rozpoczęte wierzchołkiem {0}.", + "worldedit.selection.convex.explain.secondary": "Dodano wierzchołek ({0}) do zaznaczenia.", + "worldedit.selection.cuboid.info.pos1": "Pozycja 1.: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozycja 2.: {0}", + "worldedit.selection.cuboid.explain.primary": "Ustawiono pozycję pierwszą: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Ustawiono pozycję pierwszą: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Ustawiono pozycję drugą: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Ustawiono pozycję drugą: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Zaznaczenie rozpoczęte przy {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Rozszerzono zaznaczenie w celu objęcia: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Środek: {0}", + "worldedit.selection.ellipsoid.info.radius": "Promień jako X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Ustawiono pozycję środka: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Ustawiono pozycję środka: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Ustawiono promień: {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Ustawiono promień: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Zmiany elipsoidalne muszą być równe dla każdego wymiaru.", + "worldedit.selection.cylinder.info.center": "Środek: {0}", + "worldedit.selection.cylinder.info.radius": "Promień: {0}", + "worldedit.selection.cylinder.explain.primary": "Rozpoczynasz zaznaczenie walcowe przy {0}.", + "worldedit.selection.cylinder.explain.secondary": "Ustawiono promień: {0}/{1} bl. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Najpierw wybierz punkt środkowy, zanim ustalisz promień.", + "worldedit.selection.cylinder.error.even-horizontal": "Zmiany stożkowe muszą być równe dla każdego wymiaru poziomego.", + "worldedit.selection.polygon2d.info": "Nr punktów: {0}", + "worldedit.selection.polygon2d.explain.primary": "Rozpoczynasz nowy wielokąt przy {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Dodano punkt #{0} przy {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Wielokąty można rozszerzyć tylko pionowo.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Wielokąty można zwężyć tylko pionowo.", + "worldedit.selection.sphere.explain.secondary": "Ustawiono promień: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Ustawiono promień: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nie można zmienić regionu o zerowej wartości.", + "worldedit.selection.intersection.error.cannot-expand": "Nie można rozszerzyć przecięcia obszarów.", + "worldedit.selection.intersection.error.cannot-contract": "Nie można skrócić przecięcia obszarów.", + "worldedit.selection.transform.error.cannot-expand": "Nie można rozszerzyć TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nie można skrócić TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nie można zmienić TransformedRegion.", + "worldedit.sideeffect.lighting": "Piorun", + "worldedit.sideeffect.lighting.description": "Aktualizuje bloki oświetleniowe", + "worldedit.sideeffect.neighbors": "Sąsiedzi", + "worldedit.sideeffect.neighbors.description": "Powiadamia o zmianach pobliskich bloków", + "worldedit.sideeffect.update": "Aktualizuj", + "worldedit.sideeffect.update.description": "Powiadamia zmieniony blok", + "worldedit.sideeffect.validation": "Sprawdzanie poprawności", + "worldedit.sideeffect.validation.description": "Sprawdza poprawność i naprawia niespójności stanu świata, takie jak rozłączone bloki", + "worldedit.sideeffect.entity_ai": "AI bytów", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje ścieżki dla SI bytów, aby te odzwierciedlały zmiany bloków", + "worldedit.sideeffect.events": "Wydarzenia moda/pluginu", + "worldedit.sideeffect.events.description": "W stosownych przypadkach informuje inne mody/pluginy o tych zmianach", + "worldedit.sideeffect.state.on": "Wł.", + "worldedit.sideeffect.state.delayed": "Opóź.", + "worldedit.sideeffect.state.off": "Wył.", + "worldedit.sideeffect.box.current": "Bieżący", + "worldedit.sideeffect.box.change-to": "Kliknij, aby ustawić {0}", + "worldedit.help.command-not-found": "Polecenie \"{0}\" nie zostało znalezione.", + "worldedit.help.no-subcommands": "\"{0}\" nie ma podpoleceń. (Może \"{1}\" oznacza parametr?)", + "worldedit.help.subcommand-not-found": "Nie znaleziono podpolecenia \"{0}\" dla \"{1}\".", + "worldedit.cli.stopping": "Zatrzymywanie!", + "worldedit.cli.unknown-command": "Nieznane polecenie!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ta/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ta/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ta/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/th/strings.json b/config/worldedit/.archive-unpack/2e1dd752/th/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/th/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tr/strings.json new file mode 100644 index 0000000..596e6e7 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tr/strings.json @@ -0,0 +1,227 @@ +{ + "worldedit.expand.description.vert": "Seçimi dünya limitine kadar dikey genişletir.", + "worldedit.expand.expanded": "Bölge {0} blok genişletildi", + "worldedit.expand.expanded.vert": "Bölge {0} blok genişletildi (yukarıdan-aşağıya).", + "worldedit.biomeinfo.lineofsight": "Görüş hattındaki biyomlar: {0}", + "worldedit.biomeinfo.position": "Pozisyonundaki biyomlar: {0}", + "worldedit.biomeinfo.selection": "Seçimindeki biyomlar: {0}", + "worldedit.brush.radius-too-large": "İzin verilen maksimum fırça yarıçapı: {0}", + "worldedit.brush.apply.description": "Uygulama fırçası, her bloğa bir fonksiyon uygulayın", + "worldedit.brush.apply.radius": "Fırçanın boyutu", + "worldedit.brush.apply.shape": "Bölgenin şekli", + "worldedit.brush.apply.type": "Kullanılacak fırçanın türü", + "worldedit.brush.apply.item.warning": "Bu fırça, öğe kullanımını simüle eder. Etkileri bütün platformlarda çalışmayabilir, geri alınabilir olmayabilir ve diğer modlarla/eklentilerle garip etkileşimlere sebep olabilir. Kendi bilincinizde kullanın.", + "worldedit.brush.paint.description": "Boyama fırçası, bir yüzeye bir fonksiyon uygulayın", + "worldedit.brush.paint.size": "Fırçanın boyutu", + "worldedit.brush.paint.shape": "Bölgenin şekli", + "worldedit.brush.paint.density": "Fırçanın yoğunluğu", + "worldedit.brush.paint.type": "Kullanılacak fırçanın türü", + "worldedit.brush.paint.item.warning": "Bu fırça, öğe kullanımını simüle eder. Etkileri bütün platformlarda çalışmayabilir, geri alınabilir olmayabilir ve diğer modlarla/eklentilerle garip etkileşimlere sebep olabilir. Kendi bilincinizde kullanın.", + "worldedit.brush.sphere.equip": "Küre fırça şekli etkin ({0}).", + "worldedit.brush.cylinder.equip": "Silinder fırça şekli etkin ({1} tarafından {0}).", + "worldedit.brush.clipboard.equip": "Pano fırça şekli etkin.", + "worldedit.brush.smooth.equip": "Düzgün fırça etkin ({2} kullanarak {0} x {1}x).", + "worldedit.brush.extinguish.equip": "Söndürücü etkin ({0}).", + "worldedit.brush.gravity.equip": "Yerçekimi fırçası etkin ({0}).", + "worldedit.brush.butcher.equip": "Kasap fırçası etkin ({0}).", + "worldedit.brush.operation.equip": "Fırçayı {0} olarak ayarla.", + "worldedit.brush.none.equip": "Fırçanın şimdiki öğenle bağlantısı koparıldı.", + "worldedit.drawsel.disabled": "Sunucu CUI kapatıldı.", + "worldedit.drawsel.disabled.already": "Sunucu CUI çoktan kapalı.", + "worldedit.drawsel.enabled.already": "Sunucu CUI çoktan açık.", + "worldedit.limit.too-high": "İzin verilebilecek maksimum limitin {0}.", + "worldedit.limit.set": "Blok değiştirme limiti {0} olarak ayarlandı.", + "worldedit.limit.return-to-default": "(Varsayılana dönmek için //limit komudunu kullanın.)", + "worldedit.timeout.too-high": "İzin verilebilecek maksimum zaman aşımı süren {0}ms.", + "worldedit.timeout.return-to-default": " (Varsayılana dönmek için //timeout komudunu kullanın.)", + "worldedit.fast.disabled": "Hızlı mod kapatıldı.", + "worldedit.fast.enabled": "Hızlı mod açıldı. Etkilenen parçalardaki aydınlatma yanlış olabilir ve/veya değişiklikleri görmek için yeniden katılmanız gerekebilir.", + "worldedit.fast.disabled.already": "Hızlı mod çoktan kapatıldı.", + "worldedit.fast.enabled.already": "Hızlı mod çoktan açıldı.", + "worldedit.reorder.current": "Yeniden sıralama modu {0}", + "worldedit.reorder.set": "Yeniden sıralama modu artık {0}", + "worldedit.gmask.disabled": "Global maske kapalı.", + "worldedit.gmask.set": "Global maske ayarlandı.", + "worldedit.toggleplace.pos1": "Şimdi pos #1'e koyuluyor.", + "worldedit.toggleplace.player": "Şimdi durduğunuz bloğa koyuluyor.", + "worldedit.searchitem.too-short": "Daha uzun arama dizisi gir (len > 2).", + "worldedit.searchitem.either-b-or-i": "Aynı anda hem 'b' hem de 'i' etiketini kullanamazsın.", + "worldedit.searchitem.searching": "(Lütfen bekle... öğeler aranıyor.)", + "worldedit.watchdog.no-hook": "Bu platformda bekçi bağlantısı yok.", + "worldedit.watchdog.active.already": "Bekçi bağlantısı çoktan aktif.", + "worldedit.watchdog.inactive.already": "Bekçi bağlantısı çoktan kapalı.", + "worldedit.watchdog.active": "Bekçi bağlantısı şimdi aktif.", + "worldedit.watchdog.inactive": "Bekçi bağlantısı şimdi kapalı.", + "worldedit.world.remove": "Dünya override'ı kaldırıldı.", + "worldedit.world.set": "Dünya override'ı {0} olarak ayarlandı. (Varsayılana dönmek için //world komudunu kullanın)", + "worldedit.undo.undone": "{0} mevcut hareket geri yapıldı.", + "worldedit.undo.none": "Geri alınacak bir şey kalmadı.", + "worldedit.redo.redone": "{0} mevcut hareket yeniden yapıldı.", + "worldedit.redo.none": "Yeniden yapılacak bir şey kalmadı.", + "worldedit.clearhistory.cleared": "Geçmiş temizlendi.", + "worldedit.raytrace.noblock": "Görünürde blok yok!", + "worldedit.restore.not-configured": "Denem sürümü/yedek onarımı yapılandırılmamış.", + "worldedit.restore.not-available": "Bu deneme sürümü yok veya mevcut değil.", + "worldedit.restore.failed": "Deneme sürümü yüklenemedi: {0}", + "worldedit.restore.loaded": "'{0}' deneme sürümü yüklendi; şimdi onarılıyor...", + "worldedit.restore.restored": "{0} eksik chunk ve {1} diğer hatalar onarıldı.", + "worldedit.restore.none-for-specific-world": "'{0}' dünyası için deneme sürümü bulunamadı.", + "worldedit.restore.none-for-world": "Bu dünya için deneme sürümü bulunamadı.", + "worldedit.restore.none-found": "Deneme sürümü bulunamadı.", + "worldedit.restore.none-found-console": "Deneme sürümü bulunamadı. Detaylar için konsola bakın.", + "worldedit.restore.chunk-not-present": "Deneme sürümünde chunklar mevcut değil.", + "worldedit.restore.chunk-load-failed": "Chunklar yüklenemedi. (Kötü arşiv?)", + "worldedit.restore.block-place-failed": "Hatalar, herhangi bir bloğun geri yüklenmesini engelledi.", + "worldedit.restore.block-place-error": "Son hata: {0}", + "worldedit.snapshot.use.newest": "Şimdi e yeni deneme sürümü kullanılıyor.", + "worldedit.snapshot.use": "Deneme sürümü ayarlandı: {0}", + "worldedit.snapshot.none-before": "{0} deneme sürümünden önce bir deneme sürümü bulunamadı.", + "worldedit.snapshot.none-after": "{0} deneme sürümünden sonra bir deneme sürüm bulunamadı.", + "worldedit.snapshot.index-above-0": "Geçersiz dizin, 1'den büyük veya eşit olmalı.", + "worldedit.snapshot.index-oob": "Geçersiz dizin, 1 ile {0} arasında olmalı.", + "worldedit.schematic.unknown-format": "Bilinmeyen şematik formatı: {0}.", + "worldedit.schematic.load.does-not-exist": "{0} şematiği yok!", + "worldedit.schematic.load.loading": "(Lütfen bekle... şematik yükleniyor.)", + "worldedit.schematic.save.already-exists": "Bu şematik çoktan var. Üzerine yazmak için -f etiketi kullanın.", + "worldedit.schematic.save.failed-directory": "Şematikler için klasör oluşturulamıyor!", + "worldedit.schematic.save.saving": "(Lütfen bekle... şematik kaydediliyor.)", + "worldedit.schematic.delete.does-not-exist": "{0} şematiği yok!", + "worldedit.schematic.delete.failed": "{0} şematiğinin silinmesi başarısız oldu! Salt okunur mu?", + "worldedit.schematic.delete.deleted": "{0} şematiği silindi.", + "worldedit.schematic.formats.title": "Mevcut pano formatları (İsim: Arama adları)", + "worldedit.pos.already-set": "Pozisyon çoktan ayarlandı.", + "worldedit.pos.console-require-coords": "Bir konsol olarak koordinatları sağlamalısınız.", + "worldedit.hpos.no-block": "Görünürde blok yok!", + "worldedit.hpos.already-set": "Pozisyon çoktan ayarlandı.", + "worldedit.chunk.selected-multiple": "Seçilen chunklar: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Asa öğesi yanlış yapılandırılmış veya devre dışı.", + "worldedit.wand.selwand.info": "Sol tıkla: pos #1 seç; Sağ tıkla: pos #2 seç", + "worldedit.wand.navwand.info": "Sol tıkla: lokasyona zıpla; Sağ tıkla: duvarların içinden geç", + "worldedit.shift.shifted": "Bölge değişti.", + "worldedit.size.type": "Tür: {0}", + "worldedit.size.size": "Boyut: {0}", + "worldedit.size.distance": "Kübik mesafesi: {0}", + "worldedit.count.counted": "Sayıldı: {0}", + "worldedit.distr.no-blocks": "Blok sayılmadı.", + "worldedit.distr.total": "Toplam Blok Sayısı: {0}", + "worldedit.select.cleared": "Seçim temizlendi.", + "worldedit.select.cuboid.message": "Kübik: 1. nokta için sol tıkla, 2. nokta için sağ tıkla", + "worldedit.select.cuboid.description": "Bir kübiğin iki köşesini seç", + "worldedit.select.extend.message": "Kübik: bir başlama noktası için sol tıkla, uzatmak için sağ tıklayın", + "worldedit.select.extend.description": "Hızlı kübid seçim modu", + "worldedit.select.poly.message": "2B çokgen seçici: Bir nokta eklemek için sol/sağ tıklayın.", + "worldedit.select.poly.limit-message": "Maksimum {0} puan.", + "worldedit.select.poly.description": "Yükseklikli 2B bir çokgen seçin", + "worldedit.select.ellipsoid.message": "Elipsoit seçici: sol tıkla=merkez, uzatmak için sağ tıkla", + "worldedit.select.ellipsoid.description": "Bir elipsoit seç", + "worldedit.select.sphere.message": "Küre seçici: sol tıkla=merkez, yarıçap ayarlamak için sağ tıkla", + "worldedit.select.sphere.description": "Bir küre seç", + "worldedit.select.cyl.message": "Silindirik seçici: Sol tıkla=merkez, uzatmak için sağ tıkla", + "worldedit.select.cyl.description": "Bir silindir seç", + "worldedit.select.convex.message": "Dış bükey çok yüzlü seçici: Sol tık:İlk köşe, daha fazla eklemek için sağ tıkla.", + "worldedit.select.convex.limit-message": "Maksimum {0} puan.", + "worldedit.select.convex.description": "Bir dış bükey öok yüzlü seçin", + "worldedit.select.default-set": "Artık varsayılan bölge seçicin {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Eski format: {0}", + "worldedit.drain.drained": "{0} blok kurutuldu.", + "worldedit.fill.created": "{0} blok dolduruldu.", + "worldedit.fillr.created": "{0} blok dolduruldu.", + "worldedit.fixlava.fixed": "{0} blok düzeltildi.", + "worldedit.fixwater.fixed": "{0} blok düzeltildi.", + "worldedit.removeabove.removed": "{0} blok kaldırıldı.", + "worldedit.removebelow.removed": "{0} blok kaldırıldı.", + "worldedit.removenear.removed": "{0} blok kaldırıldı.", + "worldedit.replacenear.replaced": "{0} blok yeniden yerleştirildi.", + "worldedit.snow.created": "{0} yüzey kaplandı.", + "worldedit.thaw.removed": "{0} blok çözüldü.", + "worldedit.green.changed": "{0} blok yeşillendirildi.", + "worldedit.extinguish.removed": "{0} ateş söndürüldü.", + "worldedit.butcher.killed": "{1} yarıçapında {0} canlı öldürüldü.", + "worldedit.butcher.explain-all": "Yüklü chunklardaki tüm mobları kaldırmak için -1 ifadesini kullanın", + "worldedit.remove.removed": "Kaldırılma için {0} varlık işaretlendi.", + "worldedit.remove.explain-all": "Yüklü chunklardaki tüm varlıkları kaldırmak için -1 ifadesini kullanın", + "worldedit.calc.invalid": "'{0}' geçerli bir ifade olarak ayrıştırılamadı", + "worldedit.paste.pasted": "Pano {0}'a yapıştırıldı", + "worldedit.paste.selected": "Pano yapıştırılma bölgesi seçildi.", + "worldedit.rotate.no-interpolation": "Not: İnterpolasyon henüz desteklenmemektedir, bu nedenle 90'ın katları olan açılar önerilir.", + "worldedit.rotate.rotated": "Pano kopyası döndürüldü.", + "worldedit.flip.flipped": "Pano kopyası çevrildi.", + "worldedit.clearclipboard.cleared": "Pano temizlendi.", + "worldedit.set.done": "Operasyon tamamlandı.", + "worldedit.set.done.verbose": "Operasyon tamamlandı ({0}).", + "worldedit.line.changed": "{0} blok değiştirildi.", + "worldedit.line.invalid-type": "//line sadece kübik veya dışbükey çok yüzlü seçimlerde çalışır", + "worldedit.curve.changed": "{0} blok değiştirildi.", + "worldedit.curve.invalid-type": "//curve sadece dışbükey çok yüzlü seçimlerde çalışır", + "worldedit.replace.replaced": "{0} blok yeniden yerleştirildi.", + "worldedit.stack.changed": "{0} blok değiştirildi. //undo ile geri al", + "worldedit.regen.regenerated": "Bölge yenilendi.", + "worldedit.regen.failed": "Chunklar yeniden oluşturulamıyor. Detaylar için konsolu kontrol edin.", + "worldedit.walls.changed": "{0} blok değiştirildi.", + "worldedit.faces.changed": "{0} blok değiştirildi.", + "worldedit.overlay.overlaid": "{0} blok kaplandı.", + "worldedit.naturalize.naturalized": "{0} bloğun daha doğal gözükmesi sağlandı.", + "worldedit.center.changed": "Merkez ayarlandı. ({0} blok değişti)", + "worldedit.smooth.changed": "Arazinin yükseklik haritası düzleştirildi. {0} blok değiştirildi.", + "worldedit.move.moved": "{0} blok taşındı.", + "worldedit.deform.deformed": "{0} blok yeniden deforme edildi.", + "worldedit.hollow.changed": "{0} blok değiştirildi.", + "worldedit.forest.created": "{0} ağaç oluşturuldu.", + "worldedit.flora.created": "{0} bitki örtüsü oluşturuldu.", + "worldedit.unstuck.moved": "İşte böyle!", + "worldedit.ascend.obstructed": "Yukarıda boş yer bulunamadı.", + "worldedit.ascend.moved": "{0} seviye yükseltildi.", + "worldedit.descend.obstructed": "Altında boş yer bulunamadı.", + "worldedit.descend.moved": "{0} seviye alçaltıldı.", + "worldedit.ceil.obstructed": "Yukarıda boş yer bulunamadı.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Önünde boş yer bulunamadı.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Görünürde blok yok (veya çok uzakta)!", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "1 veya 2 yarıçap değeri belirtmelisin.", + "worldedit.cyl.created": "{0} blok oluşturuldu.", + "worldedit.sphere.invalid-radius": "1 veya 3 yarıçap değeri belirtmelisin.", + "worldedit.sphere.created": "{0} blok oluşturuldu.", + "worldedit.forestgen.created": "{0} ağaç oluşturuldu.", + "worldedit.pumpkins.created": "{0} balkabağı parçası oluşturuldu.", + "worldedit.pyramid.created": "{0} blok oluşturuldu.", + "worldedit.generate.created": "{0} blok oluşturuldu.", + "worldedit.reload.config": "Yapılandırma yeniden yüklendi!", + "worldedit.report.written": "WorldEdit raporu {0}'a yazıldı", + "worldedit.report.error": "Rapor yazılamadı: {0}", + "worldedit.report.callback": "WorldEdit raporu: {0}.report", + "worldedit.timezone.invalid": "Geçersiz saat dilimi", + "worldedit.timezone.set": "Bu oturum için ayarlanan saat dilimi: {0}", + "worldedit.timezone.current": "O saat dilimindeki geçerli saat: {0}", + "worldedit.version.version": "WorldEdit versiyonu {0}", + "worldedit.version.bukkit.unsupported-adapter": "WorldEdit versiyonu Bukkit sürümünü tamamen desteklemiyor. Block varlıklar (örn. sandıklar) boş olacak, blok özellikleri (örn. rotasyon) eksik olacak, ve diğer şeyler çalışmayabilir. Bu işlevselliği onarmak için WorldEdit'i güncelleyin:\n{0}", + "worldedit.command.permissions": "Bu yapmaya iznin yok. Doğru modda mısın?", + "worldedit.command.player-only": "Komut bir oyuncu ile kullanılmalı.", + "worldedit.command.error.report": "Lütfen bu hatayı bildirin: [Konsola bakın]", + "worldedit.pastebin.uploading": "(Lütfen bekle... çıkış pastebin'e gönderiliyor...)", + "worldedit.session.cant-find-session": "{0} için oturum bulunamadı", + "worldedit.platform.no-file-dialog": "Dosya diyalogları çevrende desteklenmiyor.", + "worldedit.asset.load.failed": "Varlık yüklenemedi", + "worldedit.tool.max-block-changes": "Maks blok değiştirme limitine ulaşıldı.", + "worldedit.tool.no-block": "Görünürde blok yok!", + "worldedit.tool.repl.equip": "Blok yeniden yerleştirme aleti {0} öğesine bağlandı.", + "worldedit.tool.repl.switched": "Yeniden yerleştirme aleti şuna değiştirildi: {0}", + "worldedit.tool.data-cycler.equip": "Block veri dögüleyicisi aleti {0} öğesine bağlandı.", + "worldedit.tool.data-cycler.block-not-permitted": "Bu bloğun veri değerini döngülemeye iznin yok.", + "worldedit.tool.data-cycler.cant-cycle": "Bu bloğun verisi döngülenemez!", + "worldedit.tool.data-cycler.new-value": "{0}'in değeri şimdi {1}.", + "worldedit.tool.data-cycler.cycling": "Şimdi {0} dögüleniyor.", + "worldedit.tool.deltree.equip": "Uçan ağaç kaldırıcı aleti {0} öğesine bağlandı.", + "worldedit.tool.deltree.not-tree": "Bu bir ağaç değil.", + "worldedit.tool.deltree.not-floating": "Bu uçan bir ağaç değil.", + "worldedit.tool.tree.equip": "Ağaç aleti {0} öğesine bağlandı.", + "worldedit.tool.tree.obstructed": "Bir ağaç oraya gidemez.", + "worldedit.tool.info.blockstate.hover": "Blok durumu", + "worldedit.tool.superpickaxe.enabled.already": "Süper kazma zaten aktif.", + "worldedit.tool.superpickaxe.disabled.already": "Süper kazma zaten devre dışı.", + "worldedit.tool.superpickaxe.enabled": "Süper kazma aktif edildi.", + "worldedit.tool.superpickaxe.disabled": "Süper kazma devre dışı bırakıldı." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json new file mode 100644 index 0000000..1c61274 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json @@ -0,0 +1,4 @@ +{ + "worldedit.size.size": "Зурлык: {0}", + "worldedit.chunkinfo.chunk": "Чанк: {0}, {1}" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/uk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/uk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/uk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json b/config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/vec/strings.json b/config/worldedit/.archive-unpack/2e1dd752/vec/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/vec/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/vi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/vi/strings.json new file mode 100644 index 0000000..8be3918 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/vi/strings.json @@ -0,0 +1,63 @@ +{ + "worldedit.expand.description.vert": "Mở rộng khu lựa chọn theo chiều dọc tới giới hạn của thế giới.", + "worldedit.expand.expanded": "Khu vực đã mở rộng {0} block", + "worldedit.expand.expanded.vert": "Khu vực đẫ mở rộng {0} block (từ trên xuống).", + "worldedit.biomeinfo.lineofsight": "Quần xã tại điểm ngắm: {0}", + "worldedit.biomeinfo.position": "Các quần xã tại vị trí của bạn: {0}", + "worldedit.biomeinfo.selection": "Các quần xã tại vị trí đã chọn: {0}", + "worldedit.brush.radius-too-large": "Bán kính cọ tối đa: {0}", + "worldedit.brush.apply.description": "Áp dụng cọ, áp dụng chức năng vào mỗi block", + "worldedit.brush.apply.radius": "Kích thước của cọ", + "worldedit.brush.apply.shape": "Hình dạng của khu vực", + "worldedit.brush.apply.type": "Kiểu chổi để dùng", + "worldedit.brush.apply.item.warning": "Cọ này mô phỏng cho việc sử dụng vật phẩm. Tác dụng của nó có thể không hoạt động trên tất cả các nền tảng, có thể cũng không thể hoàn tác được, và có thể gây ra các tương tác kỳ lạ với các mod/plugin khác. Cẩn trọng khi sử dụng.", + "worldedit.brush.paint.description": "Cọ vẽ, áp dụng cho chức năng với một bề mặt", + "worldedit.brush.paint.size": "Kích thước của cọ", + "worldedit.brush.paint.shape": "Hình dạng của khu vực", + "worldedit.brush.paint.density": "Sự dày đặc của cọ", + "worldedit.brush.paint.type": "Kiểu chổi để dùng", + "worldedit.brush.paint.item.warning": "Cọ này mô phỏng cho việc sử dụng vật phẩm. Tác dụng của nó có thể không hoạt động trên tất cả các nền tảng, có thể cũng không thể hoàn tác được, và có thể gây ra các tương tác kỳ lạ với các mod/plugin khác. Cẩn trọng khi sử dụng.", + "worldedit.brush.sphere.equip": "Cọ vẽ hình dạng quả cầu đã mặc ({0}).", + "worldedit.brush.cylinder.equip": "Cọ vẽ hình dạng khối trụ đã mặc ({0} by {1}).", + "worldedit.brush.clipboard.equip": "Cọ vẽ dạng clipboard đã mặc.", + "worldedit.brush.smooth.equip": "Cọ vẽ làm trơn tru đã mặc ({0} x {1}x đang sử dụng {2}).", + "worldedit.brush.extinguish.equip": "Thiết bị chữa cháy đã mặc ({0}).", + "worldedit.brush.gravity.equip": "Cọ vẽ trọng lực đã mặc ({0}).", + "worldedit.brush.butcher.equip": "Cọ vẽ butcher đã mặc ({0}).", + "worldedit.brush.operation.equip": "Đã đặt cọ vẽ {0}.", + "worldedit.brush.heightmap.equip": "Cọ vẽ kiểu bản đồ chiều cao đã mặc ({0}).", + "worldedit.brush.heightmap.unknown": "Cọ vẽ heightmap không xác định: {0}.", + "worldedit.brush.none.equip": "Cọ vẽ đã tháo ra khỏi vật phẩm của bạn đang cầm.", + "worldedit.setbiome.changed": "Quần xã đã được thay đổi với xấp xỉ khoảng {0} blocks.", + "worldedit.setbiome.warning": "Bạn có thể thoát ra vào lại game (hoặc đóng và mở lại thế giới của bạn) để xem sự thay đổi.", + "worldedit.drawsel.disabled": "Server CUI đã tắt.", + "worldedit.drawsel.disabled.already": "Server CUI đã tắt sẵn rồi.", + "worldedit.drawsel.enabled.already": "Server CUI đã bật sẵn rồi.", + "worldedit.limit.too-high": "Tối đa giới hạn cho phép của bạn là {0}.", + "worldedit.limit.set": "Giới hạn thay đổi block đã đặt đến {0}.", + "worldedit.limit.return-to-default": "(Sử dụng //limit để quay lại ban đầu.)", + "worldedit.timeout.too-high": "Thời gian chờ tối đa cho phép của bạn là {0}ms.", + "worldedit.timeout.set": "Thời gian chờ đã đặt đến {0}ms.", + "worldedit.timeout.return-to-default": " (Sử dụng //timeout để quay lại ban đầu.)", + "worldedit.fast.disabled": "Đã bật chế độ nhanh.", + "worldedit.fast.enabled": "Đã bật chế độ nhanh. Ánh sáng ở chunk bị ảnh hưởng có thể bị sai và/hoặc bạn cần phải đăng nhập lại để xem sự thay đổi.", + "worldedit.fast.disabled.already": "Chế độ nhanh đã bị tắt rồi.", + "worldedit.fast.enabled.already": "Chế độ nhanh đã bật rồi.", + "worldedit.perf.sideeffect.set": "Tác dụng phụ \"{0}\" đã đặt đến {1}", + "worldedit.perf.sideeffect.get": "Tác dụng phụ \"{0}\" đã được đặt đến {1}", + "worldedit.perf.sideeffect.already-set": "Tác dụng phụ \"{0}\" đã đặt đến {1} rồi", + "worldedit.perf.sideeffect.set-all": "Tất cả tác dụng phụ đã đặt tới {0}", + "worldedit.reorder.current": "Chế độ sắp xếp lại là {0}", + "worldedit.reorder.set": "Chế độ sắp xếp bây giờ là {0}", + "worldedit.gmask.disabled": "Mask tổng quát đã tắt.", + "worldedit.gmask.set": "Mask tổng quát đã đặt.", + "worldedit.toggleplace.pos1": "Đang đặt tại vị trí số 1.", + "worldedit.toggleplace.player": "Đang đặt tại block mà bạn đứng.", + "worldedit.toggleplace.not-locatable": "Không thể chuyển đổi cách đặt trong ngữ cảnh này.", + "worldedit.searchitem.searching": "(Vui lòng chờ... đang tìm vật phẩm.)", + "worldedit.world.remove": "Đã xóa ghi đè thế giới.", + "worldedit.world.set": "Đã đặt ghi đè thế giới đến {0}. (Sử dụng //world để quay lại ban đầu)", + "worldedit.undo.undone": "Đã hoàn tác {0} những sửa đổi hiện có.", + "worldedit.wand.selwand.info": "Chuột trái: để chọn vị trí số 1; Chuột phải: để chọn vị trí số 2", + "worldedit.operation.deform.expression": "đã bị biến dạng bởi {0}" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/yi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/yi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/yi/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/yo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/yo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/yo/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json b/config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json new file mode 100644 index 0000000..a02b3c9 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "将选区垂直扩展至世界限制。", + "worldedit.expand.expanded": "选区已扩展 {0} 个方块", + "worldedit.expand.expanded.vert": "选区已扩展 {0} 个方块 (垂直方向)。", + "worldedit.biomeinfo.lineofsight": "视野指向处的生态群系: {0}", + "worldedit.biomeinfo.position": "当前坐标的生物群系: {0}", + "worldedit.biomeinfo.selection": "当前选区的生物群系: {0}", + "worldedit.brush.radius-too-large": "允许的最大笔刷半径: {0}", + "worldedit.brush.apply.description": "将笔刷及函数套用至每个方块", + "worldedit.brush.apply.radius": "笔刷大小", + "worldedit.brush.apply.shape": "选区形状", + "worldedit.brush.apply.type": "欲使用笔刷类型", + "worldedit.brush.apply.item.warning": "这个笔刷会模拟物品的使用方式。可能无法在所有平台起效果,也可能会无法撤销,且可能会与其他模组或插件产生怪异互动。需自行承担使用风险。", + "worldedit.brush.paint.description": "绘图笔刷,对表面套用函数", + "worldedit.brush.paint.size": "笔刷大小", + "worldedit.brush.paint.shape": "选区形状", + "worldedit.brush.paint.density": "笔刷密度", + "worldedit.brush.paint.type": "欲使用笔刷类型", + "worldedit.brush.paint.item.warning": "这个笔刷会模拟物品的使用方式。可能无法在所有平台起效果,也可能会无法撤销,且可能会与其他模组或插件产生怪异互动。需自行承担使用风险。", + "worldedit.brush.sphere.equip": "已装载球型笔刷({0})。", + "worldedit.brush.cylinder.equip": "已装载柱型笔刷({0},被 {1})。", + "worldedit.brush.clipboard.equip": "已装备剪贴板笔刷形状。", + "worldedit.brush.smooth.equip": "已装备平滑笔刷 ({0} x {1}倍 使用 {2})。", + "worldedit.brush.extinguish.equip": "已装备灭火器 ({0})。", + "worldedit.brush.gravity.equip": "已装备重力笔刷 ({0})。", + "worldedit.brush.butcher.equip": "已装备屠夫笔刷 ({0})。", + "worldedit.brush.operation.equip": "将笔刷设成 {0}。", + "worldedit.brush.heightmap.equip": "已装备高地笔刷 ({0})。", + "worldedit.brush.heightmap.unknown": "未知的高地笔刷: {0}。", + "worldedit.brush.none.equip": "笔刷已从您的当前物品解绑。", + "worldedit.setbiome.changed": "已改变面积大约 {0} 格方块的生物群系。", + "worldedit.setbiome.warning": "你可能需要重新加入游戏(或者关闭再打开世界)才能看到更改。", + "worldedit.drawsel.disabled": "已停用服务器 CUI。", + "worldedit.drawsel.enabled": "服务器CUI已经被启用,这仅可以支持最大为{0}x{1}x{2}的立方体区域", + "worldedit.drawsel.disabled.already": "已停用服务器 CUI。", + "worldedit.drawsel.enabled.already": "已启用服务器 CUI。", + "worldedit.limit.too-high": "您最大的允许限制为 {0}。", + "worldedit.limit.set": "方块变更限制已设定成 {0}。", + "worldedit.limit.return-to-default": "(使用//limit以复原至预设值。)", + "worldedit.timeout.too-high": "您最大的允许超时为 {0} 毫秒。", + "worldedit.timeout.set": "超时时间设置为{0}毫秒。", + "worldedit.timeout.return-to-default": "(使用 //timeout 以复原至预设值。)", + "worldedit.fast.disabled": "已停用快速模式。", + "worldedit.fast.enabled": "已启用快速模式。受影响区块的光源可能会有错误(或者是看不到变更),可能需要重新加入。", + "worldedit.fast.disabled.already": "已停用快速模式。", + "worldedit.fast.enabled.already": "已启用快速模式。", + "worldedit.perf.sideeffect.set": "副效果 \"{0}\" 设置为 {1} ", + "worldedit.perf.sideeffect.get": "已将副效果 \"{0}\" 设置为 {1} ", + "worldedit.perf.sideeffect.already-set": "副效果 \"{0}\" 已经是 {1} 了", + "worldedit.perf.sideeffect.set-all": "所有的副效果已设置为 {0}", + "worldedit.reorder.current": "重新排序模式为 {0}", + "worldedit.reorder.set": "目前的重新排序模式为 {0}", + "worldedit.gmask.disabled": "已禁用全局蒙版。", + "worldedit.gmask.set": "已设置全局蒙版。", + "worldedit.toggleplace.pos1": "正在坐标 #1 处摆放目标。", + "worldedit.toggleplace.player": "现在,请摆在您站着的方块。", + "worldedit.toggleplace.not-locatable": "无法在此环境中切换放置。", + "worldedit.searchitem.too-short": "请输入长一点的搜寻字符串 (字符串长度 > 2)。", + "worldedit.searchitem.either-b-or-i": "你不可以同时使用“b”和“i”两个开关。", + "worldedit.searchitem.searching": "(请等待…正在搜索物品。)", + "worldedit.watchdog.no-hook": "当前选择的平台不存在watchdog hook。", + "worldedit.watchdog.active.already": "Watchdog hook已经激活了!", + "worldedit.watchdog.inactive.already": "Watchdog hook已经停用了!", + "worldedit.watchdog.active": "Watchdog hook已激活。", + "worldedit.watchdog.inactive": "Watchdog hook已停用。", + "worldedit.world.remove": "已移除世界覆写。", + "worldedit.world.set": "将世界覆写设置为 {0}。 (使用指令//world即可返回默认值)", + "worldedit.undo.undone": "已撤销 {0} 项操作。", + "worldedit.undo.none": "已抵达最早的操作记录。", + "worldedit.redo.redone": "已重新进行 {0} 项被撤销的操作。", + "worldedit.redo.none": "已抵达最晚的操作记录。", + "worldedit.clearhistory.cleared": "已清除历史记录。", + "worldedit.raytrace.noblock": "视野中不存在方块!", + "worldedit.restore.not-configured": "未设定快照 / 备份复原。", + "worldedit.restore.not-available": "该快照不存在或无法使用。", + "worldedit.restore.failed": "无法载入快照:{0}", + "worldedit.restore.loaded": "已载入「{0}」快照;正在复原…", + "worldedit.restore.restored": "已复原;共有 {0} 个遗失区块,及 {1} 个其他错误。", + "worldedit.restore.none-for-specific-world": "世界“{0}”未找到快照。", + "worldedit.restore.none-for-world": "此世界尚无快照。", + "worldedit.restore.none-found": "未找到任何快照。", + "worldedit.restore.none-found-console": "未找到任何快照。请检视终端机以取得更多信息。", + "worldedit.restore.chunk-not-present": "区块不存在快照中。", + "worldedit.restore.chunk-load-failed": "没有可载入的区块。(存档损坏?)", + "worldedit.restore.block-place-failed": "复原失败!在操作时遭遇错误。", + "worldedit.restore.block-place-error": "上个错误:{0}", + "worldedit.snapshot.use.newest": "现正使用最新快照。", + "worldedit.snapshot.use": "快照已设置为:{0}", + "worldedit.snapshot.none-before": "在 {0} 之前找不到快照。", + "worldedit.snapshot.none-after": "在 {0} 之后找不到快照。", + "worldedit.snapshot.index-above-0": "无效索引,必须大于等于1。", + "worldedit.snapshot.index-oob": "无效的索引,必须介于1和{0}之间。", + "worldedit.schematic.unknown-format": "未知的schematic格式:{0}。", + "worldedit.schematic.load.does-not-exist": "Schematic {0} 不存在!", + "worldedit.schematic.load.loading": "(请等待... 正在加载 schematic。)", + "worldedit.schematic.load.still-loading": "(请等待…仍在加载schematic。)", + "worldedit.schematic.save.already-exists": "此schematic已存在。使用-f以覆盖。", + "worldedit.schematic.save.failed-directory": "无法创建 schematics 文件夹!", + "worldedit.schematic.save.saving": "(请等待... 正在保存 schematic.)", + "worldedit.schematic.save.still-saving": "(请等待…仍在保存schematic。)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} 不存在!", + "worldedit.schematic.delete.failed": "无法删除 {0}!只读的吗?", + "worldedit.schematic.delete.deleted": "{0} 已经被删除。", + "worldedit.schematic.formats.title": "可用的剪贴板格式 (名称: 查找名称)", + "worldedit.schematic.unsupported-minecraft-version": "WorldEdit版本不支持您的Minecraft版本。只有解决此问题,schematic才能正常运作。", + "worldedit.pos.already-set": "位置已设置。", + "worldedit.pos.console-require-coords": "你必须在控制台提供坐标。", + "worldedit.hpos.no-block": "视野方向不存在方块!", + "worldedit.hpos.already-set": "位置已设置。", + "worldedit.chunk.selected-multiple": "已选择区块: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "已选择区块: {0}, {1}, {2}", + "worldedit.wand.invalid": "法杖物品配置错误或已被禁用。", + "worldedit.wand.selwand.info": "左击:选择第一个位置;右击:选择第二个位置", + "worldedit.wand.navwand.info": "左键点击:跳到位置;右键点击:穿过墙", + "worldedit.wand.selwand.now.tool": "选择法杖现在是正常工具。你可以通过 {0} 来禁用它,并使用 {1} 来重新绑定到任何物品,或者通过 {2} 来获取一个新的法杖。", + "worldedit.contract.contracted": "选区已收缩 {0} 个方块。", + "worldedit.shift.shifted": "选区已移动。", + "worldedit.outset.outset": "选区已向外扩展。", + "worldedit.inset.inset": "选区已向内收缩。", + "worldedit.size.offset": "偏移:{0}", + "worldedit.size.type": "类型:{0}", + "worldedit.size.size": "大小:{0}", + "worldedit.size.distance": "长方体距离:{0}", + "worldedit.size.blocks": "方块数量:{0}", + "worldedit.count.counted": "已计数:{0}", + "worldedit.distr.no-blocks": "没有统计到任何方块。", + "worldedit.distr.no-previous": "无既有分配。", + "worldedit.distr.total": "总方块数:{0}", + "worldedit.select.cleared": "选区已清除。", + "worldedit.select.cuboid.message": "长方体:左击选择点1,右击选择点2。", + "worldedit.select.cuboid.description": "选择长方体的两个角", + "worldedit.select.extend.message": "长方体:左键选择开始顶点,右键以扩展", + "worldedit.select.extend.description": "长方体快速选取模式", + "worldedit.select.poly.message": "平面多边形选择器:左/右键新增顶点。", + "worldedit.select.poly.limit-message": "最多 {0} 个点。", + "worldedit.select.poly.description": "选择一个平面多边形与高度", + "worldedit.select.ellipsoid.message": "椭圆球体选择器:左键=中心,右键扩大范围", + "worldedit.select.ellipsoid.description": "选择一个椭圆球体", + "worldedit.select.sphere.message": "球体选择器:左键=中心,右键设定半径", + "worldedit.select.sphere.description": "选择一个球体", + "worldedit.select.cyl.message": "圆柱体选择器:左键=中心,右键扩大范围", + "worldedit.select.cyl.description": "选择一个圆柱体", + "worldedit.select.convex.message": "凸多面体选择器:左键=第一个顶点,右键新增更多。", + "worldedit.select.convex.limit-message": "最多 {0} 个点。", + "worldedit.select.convex.description": "选择一个凸多面体", + "worldedit.select.default-set": "您的预设选区选择器现在为 {0}。", + "worldedit.chunkinfo.chunk": "区块: {0},{1}", + "worldedit.chunkinfo.old-filename": "旧格式: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: 区域/{0}", + "worldedit.listchunks.listfor": "列出 {0} 的区块", + "worldedit.drain.drained": "已抽空 {0} 格液体。", + "worldedit.fill.created": "已经填充 {0} 个方块。", + "worldedit.fillr.created": "已经填充 {0} 个方块。", + "worldedit.fixlava.fixed": "已经修复 {0} 个方块。", + "worldedit.fixwater.fixed": "已经修复 {0} 个方块。", + "worldedit.removeabove.removed": "已经移除 {0} 个方块。", + "worldedit.removebelow.removed": "已经移除 {0} 个方块。", + "worldedit.removenear.removed": "已移除 {0} 个方块。", + "worldedit.replacenear.replaced": "已替换 {0} 个方块", + "worldedit.snow.created": "已覆盖 {0} 个表面。", + "worldedit.thaw.removed": "已解除 {0} 个方块的冻结状态。", + "worldedit.green.changed": "已绿化 {0} 个方块。", + "worldedit.extinguish.removed": "已熄灭 {0} 个火焰。", + "worldedit.butcher.killed": "已杀死 {1} 半径内的 {0} 个生物。", + "worldedit.butcher.explain-all": "使用 -1 以移除载入区块中的所有生物", + "worldedit.remove.removed": "已标记 {0} 个待移除的实体。", + "worldedit.remove.explain-all": "使用 -1 以移除载入区块中的所有物件", + "worldedit.calc.invalid": "无法解析「{0}」成有效的表示式。", + "worldedit.calc.invalid.with-error": "“{0}”不能被解析为有效的表达式:“{1}”", + "worldedit.paste.pasted": "成功将剪贴簿的内容粘贴至坐标{0}", + "worldedit.paste.selected": "已选择剪贴板的粘贴选区。", + "worldedit.rotate.no-interpolation": "注意:插值尚未被支持,因此推荐的角度是 90 的倍数。", + "worldedit.rotate.rotated": "已旋转剪贴板副本。", + "worldedit.flip.flipped": "已翻转剪贴板副本。", + "worldedit.clearclipboard.cleared": "已清除剪贴板当前内容。", + "worldedit.set.done": "操作成功。", + "worldedit.set.done.verbose": "操作成功 ({0})。", + "worldedit.line.changed": "已更改 {0} 个方块。", + "worldedit.line.invalid-type": "//line 只适用于长方体或凸多边形的选区", + "worldedit.curve.changed": "已更改 {0} 个方块。", + "worldedit.curve.invalid-type": "//curve 仅适用于凸多边形选区", + "worldedit.replace.replaced": "已替换 {0} 个方块。", + "worldedit.stack.changed": "已修改 {0} 个方块。使用命令 //undo 即可撤销操作", + "worldedit.stack.intersecting-region": "使用方块单位时,堆叠偏移不能够与选区重合。", + "worldedit.regen.regenerated": "选区内容已重新生成。", + "worldedit.regen.failed": "无法重新生成区块。请检查控制台获取详细信息。", + "worldedit.walls.changed": "已更改 {0} 个方块。", + "worldedit.faces.changed": "已更改 {0} 个方块。", + "worldedit.overlay.overlaid": "已覆盖 {0} 个方块。", + "worldedit.naturalize.naturalized": "已使得 {0} 个方块看上去更加自然。", + "worldedit.center.changed": "中心已设定。(已经修改 {0} 个方块)", + "worldedit.smooth.changed": "地形的高低差已平滑化。已经修改 {0} 个方块。", + "worldedit.move.moved": "已移动 {0} 个方块。", + "worldedit.deform.deformed": "已形变 {0} 个方块。", + "worldedit.hollow.changed": "已更改 {0} 个方块。", + "worldedit.forest.created": "已种植 {0} 棵树。", + "worldedit.flora.created": "已种植 {0} 株植物。", + "worldedit.unstuck.moved": "完成了!", + "worldedit.ascend.obstructed": "你的上方不存在有效空间。", + "worldedit.ascend.moved": "上升了 {0} 层。", + "worldedit.descend.obstructed": "你的下方不存在有效空间。", + "worldedit.descend.moved": "下降了 {0} 层。", + "worldedit.ceil.obstructed": "你的上方不存在有效空间。", + "worldedit.ceil.moved": "呼!", + "worldedit.thru.obstructed": "未在你的前方发现有效空间。", + "worldedit.thru.moved": "呼!", + "worldedit.jumpto.moved": "噗!", + "worldedit.jumpto.none": "看不到任何方块(或距离太远)!", + "worldedit.up.obstructed": "你的头会撞到某些东西。", + "worldedit.up.moved": "呼!", + "worldedit.cyl.invalid-radius": "您必须指定 1 或 2 个半径值。", + "worldedit.cyl.created": "已经建立 {0} 个方块。", + "worldedit.sphere.invalid-radius": "您必须指定 1 或 3 个半径值。", + "worldedit.sphere.created": "已创建 {0} 个方块。", + "worldedit.forestgen.created": "已种植 {0} 棵树。", + "worldedit.pumpkins.created": "已创建 {0} 个南瓜群。", + "worldedit.pyramid.created": "已创建 {0} 个方块。", + "worldedit.generate.created": "已创建 {0} 个方块。", + "worldedit.generatebiome.changed": "影响了 {0} 个生物群系。", + "worldedit.reload.config": "已重新载入设定!", + "worldedit.report.written": "WorldEdit 报告已写入 {0}", + "worldedit.report.error": "无法写入报告:{0}", + "worldedit.report.callback": "WorldEdit 报告:{0}.report", + "worldedit.timezone.invalid": "时区错误", + "worldedit.timezone.set": "已将此阶段的时区设成:{0}", + "worldedit.timezone.current": "目前该时区的时间是:{0}", + "worldedit.version.version": "WorldEdit 版本号 {0}", + "worldedit.version.bukkit.unsupported-adapter": "当前WorldEdit版本不能完全支持您的Bukkit版本。实体方块(例如箱子)中将不会有物品,方块属性(例如朝向)将会遗失,以及很多其他特性可能均已经失效。请更新WorldEdit以恢复这些功能:\n{0}", + "worldedit.trace.no-tracing-extents": "追踪: 未使用任何范围。", + "worldedit.trace.action-failed": "追踪: 尝试于 {1} 执行的操作 {0} 已被范围 {2} 所无效化", + "worldedit.trace.active.already": "追踪模式已在运作中!", + "worldedit.trace.inactive.already": "无法再次停用追踪模式。", + "worldedit.trace.active": "已启用追踪模式。", + "worldedit.trace.inactive": "已停用追踪模式。", + "worldedit.command.time-elapsed": "已经过 {0} 秒 (历史记录:已变更 {1} 个;每秒 {2} 个方块)。", + "worldedit.command.permissions": "你无权限这样做。你是否处于正确模式?", + "worldedit.command.player-only": "此指令必须由玩家使用。", + "worldedit.command.error.report": "请回报此错误:[看控制台的输出]", + "worldedit.pastebin.uploading": "(请稍候... 正在将输出传送至 pastebin...)", + "worldedit.session.cant-find-session": "无法找到 {0} 的工作阶段", + "worldedit.platform.no-file-dialog": "您的环境不支持文件对话框。", + "worldedit.asset.load.loading": "(请等待……正在加载资源。)", + "worldedit.asset.load.still-loading": "(请等待……仍在加载资源。)", + "worldedit.asset.load.failed": "加载资源失败", + "worldedit.tool.max-block-changes": "已抵达方块更改上限。", + "worldedit.tool.no-block": "视野中不存在方块!", + "worldedit.tool.repl.equip": "方块替换工具已绑定为 {0}。", + "worldedit.tool.repl.switched": "替换工具已切换至:{0}", + "worldedit.tool.data-cycler.equip": "方块数据循环工具已绑定到 {0}。", + "worldedit.tool.data-cycler.block-not-permitted": "你不允许循环这个方块的数据值。", + "worldedit.tool.data-cycler.cant-cycle": "此方块数据无法循环。", + "worldedit.tool.data-cycler.new-value": "{0} 的值现为 {1}。", + "worldedit.tool.data-cycler.cycling": "现正循环 {0}。", + "worldedit.tool.deltree.equip": "漂浮树移除工具已绑定至 {0} 。", + "worldedit.tool.deltree.not-tree": "这并不是树。", + "worldedit.tool.deltree.not-floating": "这不是一棵浮空树。", + "worldedit.tool.tree.equip": "树木工具已绑定至 {0}。", + "worldedit.tool.tree.obstructed": "那里不能种树。", + "worldedit.tool.info.equip": "信息工具已绑定至 {0}。", + "worldedit.tool.info.blockstate.hover": "方块状态", + "worldedit.tool.info.internalid.hover": "内部 ID", + "worldedit.tool.info.legacy.hover": "旧的 id:data", + "worldedit.tool.info.light.hover": "方块光/上方光", + "worldedit.tool.none.equip": "工具已从您的当前物品解绑。", + "worldedit.tool.none.to.unequip": "您当前的物品没有绑定。", + "worldedit.tool.selwand.equip": "选取魔法棒工具已系结至 {0}。", + "worldedit.tool.navwand.equip": "导航法杖已绑定至 {0}。", + "worldedit.tool.floodfill.equip": "方块颜料桶工具绑定至 {0}。", + "worldedit.tool.farwand.equip": "超远距离法杖绑定至 {0}。", + "worldedit.tool.lrbuild.equip": "远距离建筑工具绑定至 {0}。", + "worldedit.tool.lrbuild.set": "左键设置为 {0};右键设置为 {1}。", + "worldedit.tool.stack.equip": "堆叠工具已绑定至 {0}。", + "worldedit.tool.unbind-instruction": "手持物品运行 {0} 以将其解绑。", + "worldedit.tool.superpickaxe.mode.single": "当前的模式为单独模式。使用镐左键单击。//以禁用。", + "worldedit.tool.superpickaxe.mode.area": "当前的模式为区域模式。使用镐左键单击。//以禁用。", + "worldedit.tool.superpickaxe.mode.recursive": "当前的模式为递归模式。使用镐左键单击。//以禁用。", + "worldedit.tool.superpickaxe.max-range": "最大范围是 {0}。", + "worldedit.tool.superpickaxe.enabled.already": "你已经启用超级镐了!", + "worldedit.tool.superpickaxe.disabled.already": "你已经禁用超级镐了!", + "worldedit.tool.superpickaxe.enabled": "已启用超级镐。", + "worldedit.tool.superpickaxe.disabled": "已停用超级斧头。", + "worldedit.tool.mask.set": "已设定笔刷蒙版。", + "worldedit.tool.mask.disabled": "已禁用笔刷蒙版。", + "worldedit.tool.material.set": "已设定笔刷材料。", + "worldedit.tool.range.set": "已设定笔刷范围。", + "worldedit.tool.size.set": "已设定笔刷大小。", + "worldedit.tool.tracemask.set": "已设定追踪蒙版。", + "worldedit.tool.tracemask.disabled": "已取消追踪蒙版。", + "worldedit.tool.error.cannot-bind": "无法绑定工具到 {0}: {1}", + "worldedit.tool.error.item-only": "无法使用方块。", + "worldedit.execute.script-permissions": "您没有权限使用那个脚本。", + "worldedit.executelast.no-script": "请先使用/cs和脚本名称。", + "worldedit.script.read-error": "脚本读取错误: {0}", + "worldedit.script.unsupported": "当前仅支持后缀名为.js的脚本文件", + "worldedit.script.file-not-found": "脚本不存在:{0}", + "worldedit.script.no-script-engine": "无法找到已安装的脚本引擎。\n请参考 https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "执行失败:{0}", + "worldedit.script.failed-console": "无法执行(参见控制台):{0}", + "worldedit.operation.affected.biome": "已影响 {0} 个生物群系", + "worldedit.operation.affected.block": "影响了 {0} 个方块", + "worldedit.operation.affected.column": "影响了 {0} 道垂直区域", + "worldedit.operation.affected.entity": "影响了 {0} 个实体", + "worldedit.operation.deform.expression": "已使用 {0} 变形", + "worldedit.error.invalid-number": "需要数字,但得到了字符串。", + "worldedit.error.invalid-number.matches": "需要数字,但得到了字符串“{0}”。", + "worldedit.error.incomplete-region": "请先建立一个选区。", + "worldedit.error.unknown-block": "无法识别方块名称“{0}”。", + "worldedit.error.unknown-entity": "无法识别实体名称“{0}”。", + "worldedit.error.unknown-mob": "无法识别生物名称“{0}”。", + "worldedit.error.unknown-biome": "无法识别生物群系名称“{0}”。", + "worldedit.error.unknown-tag": "无法识别标签名称“{0}”。", + "worldedit.error.empty-tag": "标签名“{0}”无内容。", + "worldedit.error.no-match": "不存在与 '{0}' 的匹配项。", + "worldedit.error.disallowed-block": "不允许方块“{0}”(参见WorldEdit配置)。", + "worldedit.error.max-changes": "已抵达变更方块的最高上限 ({0})。", + "worldedit.error.max-brush-radius": "最大笔刷半径 (配置文件): {0}", + "worldedit.error.max-radius": "最大半径 (配置文件): {0}", + "worldedit.error.unknown-direction": "未知的方向:{0}", + "worldedit.error.empty-clipboard": "您的剪贴板是空的。请先使用 //copy。", + "worldedit.error.invalid-filename": "文件名“{0}”无效:{1}", + "worldedit.error.invalid-filename.invalid-characters": "无效字符或缺少扩展名", + "worldedit.error.file-resolution": "文件 '{0}' 解析错误: {1}", + "worldedit.error.file-resolution.outside-root": "该路径在允许的根目录之外", + "worldedit.error.file-resolution.resolve-failed": "解析路径失败", + "worldedit.error.file-aborted": "文件选择已中止。", + "worldedit.error.no-file-selected": "未选择文件。", + "worldedit.error.world-unloaded": "世界已经停止加载过了!", + "worldedit.error.not-a-block": "该物品不是方块。", + "worldedit.error.not-a-block.item": "物品“{0}”不是方块。", + "worldedit.error.incorrect-usage": "用法:{0}", + "worldedit.error.invalid-page": "无效的页码", + "worldedit.error.parser.bad-state-format": "{0} 的状态格式错误", + "worldedit.error.parser.duplicate-property": "重复的属性:{0}", + "worldedit.error.parser.empty-state": "状态存在空白组成部分", + "worldedit.error.parser.missing-equals-separator": "缺少分隔符 '='", + "worldedit.error.parser.clipboard.missing-offset": "使用@指定了偏移但是没有给予偏移量。使用“#copy@[x,y,z]”。", + "worldedit.error.parser.unknown-property": "方块“{1}”的属性“{0}”未知", + "worldedit.error.parser.unknown-value": "属性“{1}”的值“{0}”未知。", + "worldedit.error.parser.empty-property": "状态存在空白属性", + "worldedit.error.parser.empty-value": "状态存在空白数值", + "worldedit.error.parser.invalid-colon": "无效的冒号。", + "worldedit.error.parser.invalid-expression": "无效的表达式:{0}", + "worldedit.error.parser.negate-nothing": "不能不否定任何东西!", + "worldedit.error.parser.hanging-lbracket": "格式无效。在 '{0}' 处出现了未匹配的括号。", + "worldedit.error.parser.missing-rbracket": "状态缺少了结尾部分的 ']' 括号", + "worldedit.error.parser.missing-random-type": "在 '{0}' 的%符号后方缺少了类型", + "worldedit.error.parser.clipboard.missing-coordinates": "剪贴板偏移需要x,y,z坐标。", + "worldedit.error.parser.player-only": "输入 '{0}' 需要玩家!", + "worldedit.error.disabled": "此功能已禁用(见WorldEdition 配置)。", + "worldedit.error.unknown": "发生未知错误:{0}", + "worldedit.error.missing-extent": "不存在已知的范围", + "worldedit.error.missing-session": "不存在已知的本地会话", + "worldedit.error.missing-world": "你需要提供一个世界 (请尝试指令//world)", + "worldedit.error.missing-actor": "不存在已知的Actor", + "worldedit.selection.convex.info.vertices": "顶点: {0}", + "worldedit.selection.convex.info.triangles": "三角: {0}", + "worldedit.selection.convex.explain.primary": "已于顶点 {0} 处开始新选区。", + "worldedit.selection.convex.explain.secondary": "已将顶点 {0} 加入选取。", + "worldedit.selection.cuboid.info.pos1": "第一点:{0}", + "worldedit.selection.cuboid.info.pos2": "第二点:{0}", + "worldedit.selection.cuboid.explain.primary": "第一选取点已设置为 {0}。", + "worldedit.selection.cuboid.explain.primary-area": "第一选取点已设置为 {0} ({1})。", + "worldedit.selection.cuboid.explain.secondary": "第二选取点已设置为 {0}。", + "worldedit.selection.cuboid.explain.secondary-area": "第二选取点已设置为 {0} ({1})。", + "worldedit.selection.extend.explain.primary": "由 {0} 开始选取 ({1})。", + "worldedit.selection.extend.explain.secondary": "已扩展选区以含括 {0} ({1})。", + "worldedit.selection.ellipsoid.info.center": "中心:{0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 半径:{0}", + "worldedit.selection.ellipsoid.explain.primary": "中心点已设置为 {0}。", + "worldedit.selection.ellipsoid.explain.primary-area": "中心点已设置为 {0} ({1})。", + "worldedit.selection.ellipsoid.explain.secondary": "半径已设为 {0}。", + "worldedit.selection.ellipsoid.explain.secondary-area": "半径已设为 {0} ({1})。", + "worldedit.selection.ellipsoid.error.even-horizontal": "椭圆体的变化必须在所有维度上保持比例", + "worldedit.selection.cylinder.info.center": "中心:{0}", + "worldedit.selection.cylinder.info.radius": "半径:{0}", + "worldedit.selection.cylinder.explain.primary": "于坐标 {0} 处开始新的圆柱型选区。", + "worldedit.selection.cylinder.explain.secondary": "半径已设置为 {0}/{1} 格。 ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "您必须在设定半径前设置选区中心点", + "worldedit.selection.cylinder.error.even-horizontal": "圆柱体的变化必须在每个水平坐标(y)保持一致", + "worldedit.selection.polygon2d.info": "顶点数量: {0}", + "worldedit.selection.polygon2d.explain.primary": "在{0} 开始一个新的多边形。", + "worldedit.selection.polygon2d.explain.secondary": "在 {1} 增加点 #{0}。", + "worldedit.selection.polygon2d.error.expand-only-vertical": "多边形只能垂直扩展。", + "worldedit.selection.polygon2d.error.contract-only-vertical": "多边形只能垂直收缩。", + "worldedit.selection.sphere.explain.secondary": "半径已设为 {0}。", + "worldedit.selection.sphere.explain.secondary-defined": "半径已设为 {0} ({1})。", + "worldedit.selection.null.error.immutable": "无法更改无效选区。", + "worldedit.selection.intersection.error.cannot-expand": "无法扩展区域交叉点。", + "worldedit.selection.intersection.error.cannot-contract": "无法收缩区域交叉点。", + "worldedit.selection.transform.error.cannot-expand": "无法展开变换的区域。", + "worldedit.selection.transform.error.cannot-contract": "无法收缩变换的区域。", + "worldedit.selection.transform.error.cannot-change": "无法更改变换的区域。", + "worldedit.sideeffect.lighting": "光照", + "worldedit.sideeffect.lighting.description": "正在更新方块光照", + "worldedit.sideeffect.neighbors": "附近", + "worldedit.sideeffect.neighbors.description": "告知附近的已变更方块", + "worldedit.sideeffect.update": "更新", + "worldedit.sideeffect.update.description": "告知已变更的方块", + "worldedit.sideeffect.validation": "验证", + "worldedit.sideeffect.validation.description": "验证并修复非连续的世界状态 (例如断断续续的方块)", + "worldedit.sideeffect.entity_ai": "实体 AI", + "worldedit.sideeffect.entity_ai.description": "为方块更改同步更新实体AI路径", + "worldedit.sideeffect.events": "模组/插件事件", + "worldedit.sideeffect.events.description": "若可能的话, 请将此更改告知其他的模组/插件", + "worldedit.sideeffect.state.on": "开启", + "worldedit.sideeffect.state.delayed": "遭遇了延迟", + "worldedit.sideeffect.state.off": "关闭", + "worldedit.sideeffect.box.current": "当前", + "worldedit.sideeffect.box.change-to": "单击以设置为 {0}", + "worldedit.help.command-not-found": "找不到命令 “{0}”。", + "worldedit.help.no-subcommands": "'{0}'没有子命令。(也许'{1}'代表一个参数?)", + "worldedit.help.subcommand-not-found": "'{1}'下所属的子命令'{0}'无法被找到", + "worldedit.cli.stopping": "正在停止!", + "worldedit.cli.unknown-command": "未知的指令!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json b/config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json new file mode 100644 index 0000000..889b002 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json @@ -0,0 +1,371 @@ +{ + "worldedit.expand.description.vert": "將選取區域垂直拉展至世界限制。", + "worldedit.expand.expanded": "區域已延伸 {0} 個方塊", + "worldedit.expand.expanded.vert": "區域已延伸 {0} 個方塊 (由上而下) 。", + "worldedit.biomeinfo.lineofsight": "視線停留處的生態系 : {0}", + "worldedit.biomeinfo.position": "您目前位置的生態域: {0}", + "worldedit.biomeinfo.selection": "您選取區域的生態域: {0}", + "worldedit.brush.radius-too-large": "最大允許筆刷半徑 : {0}", + "worldedit.brush.apply.description": "將筆刷及函數套用至每個方塊", + "worldedit.brush.apply.radius": "筆刷大小", + "worldedit.brush.apply.shape": "區域外型", + "worldedit.brush.apply.type": "欲使用筆刷類型", + "worldedit.brush.apply.item.warning": "這個筆刷會模擬物件的使用方式,可能無法在所有平台起效果,也可能會無法復原變更,且可能會與其它模組/插件產生怪異互動。使用所產生的問題怒不負責。", + "worldedit.brush.paint.description": "繪圖筆刷,對表面套用函數", + "worldedit.brush.paint.size": "筆刷大小", + "worldedit.brush.paint.shape": "區域外型", + "worldedit.brush.paint.density": "筆刷密度", + "worldedit.brush.paint.type": "欲使用筆刷類型", + "worldedit.brush.paint.item.warning": "這個筆刷會模擬物件的使用方式,可能無法在所有平台起效果,也可能會無法復原變更,且可能會與其它模組/插件產生怪異互動。使用所產生的問題怒不負責。", + "worldedit.brush.sphere.equip": "已裝載球型筆刷 ({0}) 。", + "worldedit.brush.cylinder.equip": "已裝載柱型筆刷 ({0},被 {1}) 。", + "worldedit.brush.clipboard.equip": "已裝備剪貼簿筆刷樣式。", + "worldedit.brush.smooth.equip": "已裝備平滑筆刷樣式 ({0} x {1} 倍,使用 {2}) 。", + "worldedit.brush.extinguish.equip": "已裝備滅火器 ({0}) 。", + "worldedit.brush.gravity.equip": "已裝備重力筆刷 ({0}) 。", + "worldedit.brush.butcher.equip": "已裝備屠夫筆刷 ({0}) 。", + "worldedit.brush.operation.equip": "已將筆刷設成 {0}。", + "worldedit.brush.heightmap.equip": "已裝備高度圖筆刷 ({0}) 。", + "worldedit.brush.heightmap.unknown": "未知的高度圖筆刷 : {0}。", + "worldedit.brush.none.equip": "已解除您手持的物品與筆刷之間的綁定。", + "worldedit.setbiome.changed": "已經修改約 {0} 個方塊的生態域。", + "worldedit.setbiome.warning": "您可能需要重新加入遊戲 (或關閉再開啟世界) 才能看到修改。", + "worldedit.drawsel.disabled": "已停用伺服器 CUI。", + "worldedit.drawsel.enabled": "已啟用伺服器 CUI。這功能只支援最大大小為 {0}x{1}x{2} 的長方體區域。", + "worldedit.drawsel.disabled.already": "已經停用伺服器 CUI。", + "worldedit.drawsel.enabled.already": "伺服器 CUI 已經啟用。", + "worldedit.limit.too-high": "您最大的允許限制為 {0}。", + "worldedit.limit.set": "方塊變更限制已設定成 {0}。", + "worldedit.limit.return-to-default": "(使用 //limit 以復原至預設值。)", + "worldedit.timeout.too-high": "您最大的允許逾時為 {0} 毫秒。", + "worldedit.timeout.set": "逾時時間已設定成 {0} 毫秒。", + "worldedit.timeout.return-to-default": "(使用 //timeout 以復原至預設值。)", + "worldedit.fast.disabled": "已停用快速模式。", + "worldedit.fast.enabled": "已啟用快速模式。受影響區塊的光源可能會有錯誤 (或者是看不到變更) ,可能需要重新加入。", + "worldedit.fast.disabled.already": "已停用快速模式。", + "worldedit.fast.enabled.already": "快速模式已經啟用。", + "worldedit.reorder.current": "重新排序模式為 {0}", + "worldedit.reorder.set": "目前的重新排序模式為 {0}", + "worldedit.gmask.disabled": "已停用全域遮罩。", + "worldedit.gmask.set": "已設定全域遮罩。", + "worldedit.toggleplace.pos1": "現在,請擺在第一點。", + "worldedit.toggleplace.player": "現在,請放在您站著的方塊。", + "worldedit.searchitem.too-short": "請輸入長一點的搜尋字串 (字串長度 > 2) 。", + "worldedit.searchitem.either-b-or-i": "您不可以同時使用「b」和「i」旗標。", + "worldedit.searchitem.searching": "(請稍候…… 正在搜尋物品。)", + "worldedit.watchdog.no-hook": "此平台沒有 Watchdog 掛鉤。", + "worldedit.watchdog.active.already": "已啟用 Watchdog 掛鉤。", + "worldedit.watchdog.inactive.already": "已關閉 Watchdog 掛鉤。", + "worldedit.watchdog.active": "啟用了 Watchdog 掛鉤。", + "worldedit.watchdog.inactive": "關閉了 Watchdog 掛鉤。", + "worldedit.world.remove": "已移除世界複寫。", + "worldedit.world.set": "已將世界複寫設為 {0}。 (使用 //world 來還原至預設值)", + "worldedit.undo.undone": "已復原 {0} 個可復原編輯。", + "worldedit.undo.none": "沒有東西需要復原。", + "worldedit.redo.redone": "已重作 {0} 個可重作編輯。", + "worldedit.redo.none": "沒有東西需要重作。", + "worldedit.clearhistory.cleared": "已清除歷史記錄。", + "worldedit.raytrace.noblock": "眼前沒有方塊 !", + "worldedit.restore.not-configured": "未設定快照/備份復原。", + "worldedit.restore.not-available": "該快照不存在或無法使用。", + "worldedit.restore.failed": "無法載入快照 : {0}", + "worldedit.restore.loaded": "已載入「{0}」快照 ; 正在復原……", + "worldedit.restore.restored": "已復原;共有 {0} 個遺失區塊,及 {1} 個其他錯誤。", + "worldedit.restore.none-for-specific-world": "世界「{0}」尚未有快照。", + "worldedit.restore.none-for-world": "此世界尚無快照。", + "worldedit.restore.none-found": "未找到任何快照。", + "worldedit.restore.none-found-console": "未找到任何快照,請詳見控制台。", + "worldedit.restore.chunk-not-present": "區塊不存在快照中。", + "worldedit.restore.chunk-load-failed": "沒有可載入的區塊。 (封存檔損壞 ? )", + "worldedit.restore.block-place-failed": "因發生錯誤而導致無法復原方塊。", + "worldedit.restore.block-place-error": "上個錯誤 : {0}", + "worldedit.snapshot.use.newest": "現正使用最新快照。", + "worldedit.snapshot.use": "已把快照設置為 : {0}", + "worldedit.snapshot.none-before": "找不到在 {0} 之前的快照。", + "worldedit.snapshot.none-after": "找不到在 {0} 之後的快照。", + "worldedit.snapshot.index-above-0": "無效的數值,數值必須大於或等於 1 。", + "worldedit.snapshot.index-oob": "無效的數值,數值必須在 1 和 {0} 之間。", + "worldedit.schematic.unknown-format": "未知的 Schematic 格式 : {0}。", + "worldedit.schematic.load.does-not-exist": "Schematic {0} 不存在 !", + "worldedit.schematic.load.loading": "(請稍候…… 正在載入 Schematic。)", + "worldedit.schematic.load.still-loading": "(請稍候…… 仍在載入 Schematic。)", + "worldedit.schematic.save.already-exists": "該 Schematic 已存在。請使用 -f 標籤來覆寫它。", + "worldedit.schematic.save.failed-directory": "無法建立 Schematic 資料夾 !", + "worldedit.schematic.save.saving": "(請稍候…… 正在儲存 Schematic。)", + "worldedit.schematic.save.still-saving": "(請稍候…… 仍在儲存 Schematic。)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} 不存在 !", + "worldedit.schematic.delete.failed": "無法刪除 {0} ! 它是否被設定為唯讀 ?", + "worldedit.schematic.delete.deleted": "{0} 已經被刪除。", + "worldedit.schematic.formats.title": "可用的剪貼簿格式 (名稱 : 尋找名稱)", + "worldedit.schematic.unsupported-minecraft-version": "此 WorldEdit 版本不支持您的 Minecraft 版本。Schematic 只會在此問題解決後才能正常運作。", + "worldedit.pos.already-set": "選擇點已經被設置。", + "worldedit.pos.console-require-coords": "您必須在控制台提供座標。", + "worldedit.hpos.no-block": "視線內沒有任何方塊 !", + "worldedit.hpos.already-set": "選擇點已經被設置。", + "worldedit.chunk.selected-multiple": "已選擇區塊 : ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "已選擇區塊 : {0}, {1}, {2}", + "worldedit.wand.invalid": "選擇杖沒有被正確地設定或已被關閉。", + "worldedit.wand.selwand.info": "左鍵選擇第一點 ; 右鍵選擇第二點", + "worldedit.wand.navwand.info": "左鍵 : 跳到指向的位置 ; 右鍵 : 穿牆", + "worldedit.contract.contracted": "區域已縮窄 {0} 個方塊.", + "worldedit.shift.shifted": "區域已位移。", + "worldedit.outset.outset": "選區已向外擴展。", + "worldedit.inset.inset": "選區已向內收縮。", + "worldedit.size.offset": "位移 : {0}", + "worldedit.size.type": "類型 : {0}", + "worldedit.size.size": "大小 : {0}", + "worldedit.size.distance": "長方體距離 : {0}", + "worldedit.size.blocks": "方塊的數量 : {0}", + "worldedit.count.counted": "已算 : {0}", + "worldedit.distr.no-blocks": "沒有已算方塊。", + "worldedit.distr.total": "總方塊數量 : {0}", + "worldedit.select.cleared": "已清除選擇範圍。", + "worldedit.select.cuboid.message": "長方體 : 左鍵為設置第一點 ; 右鍵為設置第二點", + "worldedit.select.cuboid.description": "選擇長方體的兩個角", + "worldedit.select.extend.message": "長方體 : 左鍵選擇開始頂點,右鍵擴大範圍", + "worldedit.select.extend.description": "長方體快速選取模式", + "worldedit.select.poly.message": "平面多邊形選擇器 : 左/右鍵新增頂點。", + "worldedit.select.poly.limit-message": "最多 {0} 個點。", + "worldedit.select.poly.description": "選擇一個平面多邊形與高度", + "worldedit.select.ellipsoid.message": "橢圓球體選擇器 : 左鍵 = 中心,右鍵擴大範圍", + "worldedit.select.ellipsoid.description": "選擇一個橢圓球體", + "worldedit.select.sphere.message": "球體選擇器 : 左鍵 = 中心,右鍵設定半徑", + "worldedit.select.sphere.description": "選擇一個球體", + "worldedit.select.cyl.message": "圓柱體選擇器 : 左鍵 = 中心,右鍵擴大範圍", + "worldedit.select.cyl.description": "選擇一個圓柱體", + "worldedit.select.convex.message": "凸多面體選擇器 : 左鍵 = 第一個頂點,右鍵新增更多。", + "worldedit.select.convex.limit-message": "最多 {0} 個點。", + "worldedit.select.convex.description": "選擇一個凸多面體", + "worldedit.select.default-set": "您的預設區域選擇器現在為 {0}。", + "worldedit.chunkinfo.chunk": "區塊 : {0},{1}", + "worldedit.chunkinfo.old-filename": "舊格式 : {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion : 區域/{0}", + "worldedit.listchunks.listfor": "列出 {0} 的區塊", + "worldedit.drain.drained": "已經抽走 {0} 個方塊。", + "worldedit.fill.created": "已經填充 {0} 個方塊。", + "worldedit.fillr.created": "已經填充 {0} 個方塊。", + "worldedit.fixlava.fixed": "已經修復 {0} 個方塊。", + "worldedit.fixwater.fixed": "已經修復 {0} 個方塊。", + "worldedit.removeabove.removed": "已經移除 {0} 個方塊。", + "worldedit.removebelow.removed": "已經移除 {0} 個方塊。", + "worldedit.removenear.removed": "已經移除 {0} 個方塊。", + "worldedit.replacenear.replaced": "已經取代 {0} 個方塊。", + "worldedit.snow.created": "已經覆蓋 {0} 個表面。", + "worldedit.thaw.removed": "已經解除 {0} 個方塊的凍結狀態。", + "worldedit.green.changed": "已經綠化 {0} 個方塊。", + "worldedit.extinguish.removed": "已經熄滅 {0} 個火焰。", + "worldedit.butcher.killed": "已經殺死 {1} 半徑內的 {0} 個生物。", + "worldedit.butcher.explain-all": "使用 -1 以移除載入區塊中的所有生物", + "worldedit.remove.removed": "已標記 {0} 個待移除的實體。", + "worldedit.remove.explain-all": "使用 -1 以移除載入區塊中的所有物件", + "worldedit.calc.invalid": "無法解析「{0}」成有效的表示式。", + "worldedit.calc.invalid.with-error": "無法解析 '{0}' 成有效的表示式︰ '{1}'", + "worldedit.paste.pasted": "剪貼簿已貼到 {0}", + "worldedit.paste.selected": "已選擇剪貼簿貼上範圍。", + "worldedit.rotate.no-interpolation": "注意 : 由於尚未支援插補,所以建議使用 90 的倍數為旋轉的角度。", + "worldedit.rotate.rotated": "已旋轉剪貼簿復本。", + "worldedit.flip.flipped": "已翻轉剪貼簿復本。", + "worldedit.clearclipboard.cleared": "已清除剪貼簿。", + "worldedit.set.done": "操作完成。", + "worldedit.set.done.verbose": "操作完成 ({0}) 。", + "worldedit.line.changed": "已經修改 {0} 個方塊。", + "worldedit.line.invalid-type": "//line 只適用於長方體或凸多面體的選區", + "worldedit.curve.changed": "已經修改 {0} 個方塊。", + "worldedit.curve.invalid-type": "//curve 只適用於凸多面體的選區", + "worldedit.replace.replaced": "已經取代 {0} 個方塊。", + "worldedit.stack.changed": "已經修改 {0} 個方塊。使用 //undo 來復原", + "worldedit.regen.regenerated": "區域已重新產生。", + "worldedit.regen.failed": "無法重新產生區域,請詳見控制台。", + "worldedit.walls.changed": "已經修改 {0} 個方塊。", + "worldedit.faces.changed": "已經修改 {0} 個方塊。", + "worldedit.overlay.overlaid": "已經覆蓋 {0} 個方塊。", + "worldedit.center.changed": "中心已設定。 (已經修改 {0} 個方塊)", + "worldedit.smooth.changed": "地形的高低差已平滑化。已經修改 {0} 個方塊。", + "worldedit.move.moved": "已經移動 {0} 個方塊。", + "worldedit.deform.deformed": "已經變形 {0} 個方塊。", + "worldedit.hollow.changed": "已經修改 {0} 個方塊。", + "worldedit.forest.created": "已經建立 {0} 棵樹。", + "worldedit.flora.created": "已經建立 {0} 群植物。", + "worldedit.unstuck.moved": "好了 !", + "worldedit.ascend.obstructed": "您的上方沒有空間。", + "worldedit.ascend.moved": "已上升 {0} 階。", + "worldedit.descend.obstructed": "您的下方沒有空間。", + "worldedit.descend.moved": "已下降 {0} 階。", + "worldedit.ceil.obstructed": "您的上方沒有空間。", + "worldedit.ceil.moved": "呼 !", + "worldedit.thru.obstructed": "您的前方沒有空間。", + "worldedit.thru.moved": "呼 !", + "worldedit.jumpto.moved": "噗 !", + "worldedit.jumpto.none": "眼前沒有方塊 (或太遠了) !", + "worldedit.up.obstructed": "您的頭會撞到上面的東西。", + "worldedit.up.moved": "呼 !", + "worldedit.cyl.invalid-radius": "您必須指定 1 或 2 個半徑值。", + "worldedit.cyl.created": "已經建立 {0} 個方塊。", + "worldedit.sphere.invalid-radius": "您必須指定 1 或 3 個半徑值。", + "worldedit.sphere.created": "已經建立 {0} 個方塊。", + "worldedit.forestgen.created": "已經建立 {0} 棵樹。", + "worldedit.pumpkins.created": "已經建立 {0} 群南瓜。", + "worldedit.pyramid.created": "已經建立 {0} 個方塊。", + "worldedit.generate.created": "已經建立 {0} 個方塊。", + "worldedit.generatebiome.changed": "影響了 {0} 個生態域。", + "worldedit.reload.config": "已重新載入設定 !", + "worldedit.report.written": "WorldEdit 報告已寫入 {0}", + "worldedit.report.error": "無法寫入報告 : {0}", + "worldedit.report.callback": "WorldEdit 報告 : {0}.report", + "worldedit.timezone.invalid": "時區錯誤", + "worldedit.timezone.set": "已將此工作階段的時區設成 : {0}", + "worldedit.timezone.current": "目前該時區的時間是 : {0}", + "worldedit.version.version": "WorldEdit 版本 {0}", + "worldedit.version.bukkit.unsupported-adapter": "目前的 WorldEdit 版本不能完全支持您的 Bukkit 版本。實體方塊 (例如︰箱子) 會被清空,方塊屬性 (例如︰方向) 將會遺失,其他特性亦有可能失效。請更新 WorldEdit 以恢復這些功能:\n{0}", + "worldedit.trace.active.already": "追蹤模式已經啟動。", + "worldedit.trace.inactive.already": "追蹤模式已經關閉。", + "worldedit.trace.active": "啟動了追蹤模式。", + "worldedit.trace.inactive": "關閉了追蹤模式。", + "worldedit.command.time-elapsed": "已經過 {0} 秒 (歷史記錄 : 已變更 {1} 個 ; 每秒 {2} 個方塊) 。", + "worldedit.command.permissions": "您沒有使用該指令的權限。您是否在正確的模式 ?", + "worldedit.command.player-only": "此指令必須由玩家使用。", + "worldedit.command.error.report": "請回報此錯誤 : [請詳見控制台]", + "worldedit.pastebin.uploading": "(請稍候…… 正在將輸出傳送至 pastebin……)", + "worldedit.session.cant-find-session": "無法找到 {0} 的工作階段", + "worldedit.asset.load.loading": "(請稍候…… 正在載入素材。)", + "worldedit.asset.load.still-loading": "(請稍候…… 仍在載入素材。)", + "worldedit.asset.load.failed": "無法載入素材", + "worldedit.tool.max-block-changes": "已碰到最大方塊變更上限。", + "worldedit.tool.no-block": "眼前沒有方塊 !", + "worldedit.tool.repl.equip": "方塊替換工具已綁定至 {0}。", + "worldedit.tool.repl.switched": "取代工具已切換至 : {0}", + "worldedit.tool.data-cycler.new-value": "{0} 的值現為 {1}。", + "worldedit.tool.data-cycler.cycling": "現正循環 {0}。", + "worldedit.tool.deltree.equip": "浮空樹木移除工具已綁定至 {0}。", + "worldedit.tool.deltree.not-tree": "這不是棵樹。", + "worldedit.tool.deltree.not-floating": "這棵樹並未漂浮在空中。", + "worldedit.tool.tree.equip": "樹木工具已綁定至 {0}。", + "worldedit.tool.tree.obstructed": "樹不能在那裡。", + "worldedit.tool.info.equip": "資訊工具已綁定至 {0}。", + "worldedit.tool.info.blockstate.hover": "方塊狀態", + "worldedit.tool.info.internalid.hover": "內部 ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.none.equip": "已解除您手持的物品與工具之間的綁定。", + "worldedit.tool.none.to.unequip": "您目前的物品尚未綁定。", + "worldedit.tool.selwand.equip": "選取魔法棒工具已綁定至 {0}。", + "worldedit.tool.navwand.equip": "導航魔法棒工具已綁定至 {0}。", + "worldedit.tool.floodfill.equip": "方塊顏料桶工具已綁定至 {0}。", + "worldedit.tool.farwand.equip": "遙距選取工具已綁定至 {0}。", + "worldedit.tool.lrbuild.equip": "遠距離建築工具已綁定至 {0}。", + "worldedit.tool.lrbuild.set": "左鍵設定為 {0}; 右鍵設定為 {1}。", + "worldedit.tool.stack.equip": "堆疊工具已綁定至 {0}。", + "worldedit.tool.unbind-instruction": "手持物品時執行 {0} 來將其解除綁定。", + "worldedit.tool.superpickaxe.max-range": "最大範圍是 {0}。", + "worldedit.tool.superpickaxe.enabled.already": "超級鎬已經啟用。", + "worldedit.tool.superpickaxe.disabled.already": "超級鎬已經停用。", + "worldedit.tool.superpickaxe.enabled": "已啟用超級鎬。", + "worldedit.tool.superpickaxe.disabled": "停用了超級鎬。", + "worldedit.tool.mask.set": "已設定筆刷遮罩。", + "worldedit.tool.mask.disabled": "已停用筆刷遮罩。", + "worldedit.tool.material.set": "已設定筆刷材料。", + "worldedit.tool.range.set": "已設定筆刷範圍。", + "worldedit.tool.size.set": "已設定筆刷大小。", + "worldedit.tool.tracemask.set": "已設定追蹤遮罩。", + "worldedit.tool.tracemask.disabled": "已停用追蹤遮罩。", + "worldedit.tool.error.cannot-bind": "無法綁定工具到 {0} : {1}", + "worldedit.tool.error.item-only": "不能使用方塊。", + "worldedit.execute.script-permissions": "您沒有使用該腳本的權限。", + "worldedit.executelast.no-script": "請先使用 /cs 及輸入腳本名稱。", + "worldedit.script.read-error": "腳本讀取錯誤 : {0}", + "worldedit.script.unsupported": "目前只支援副檔名為 .js 的腳本檔案。", + "worldedit.script.file-not-found": "腳本不存在 : {0}", + "worldedit.script.no-script-engine": "找不到已安裝的腳本引擎。\n請參考 https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "執行失敗 : {0}", + "worldedit.script.failed-console": "無法執行「{0}」,請詳見控制台。", + "worldedit.operation.affected.biome": "影響了 {0} 個生態域。", + "worldedit.operation.affected.block": "影響了 {0} 個方塊", + "worldedit.operation.affected.column": "影響了 {0} 欄", + "worldedit.operation.affected.entity": "影響了 {0} 個實體", + "worldedit.operation.deform.expression": "已使用 {0} 變形", + "worldedit.error.invalid-number": "需要數字,但得到了字串。", + "worldedit.error.invalid-number.matches": "需要數字,但得到了字串 \"{0}\"。", + "worldedit.error.incomplete-region": "請先選擇區域。", + "worldedit.error.unknown-block": "無法識別方塊名稱「{0}」。", + "worldedit.error.unknown-entity": "無法識別實體名稱「{0}」。", + "worldedit.error.unknown-mob": "無法識別生物名稱「{0}」。", + "worldedit.error.unknown-biome": "無法識別生態域名稱「{0}」。", + "worldedit.error.unknown-tag": "無法識別標籤名稱‘{0}’。", + "worldedit.error.empty-tag": "標籤名‘{0}’無內容。", + "worldedit.error.no-match": "找不到與 '{0}' 相符的項目。", + "worldedit.error.disallowed-block": "不允許方塊 '{0}' (請見 WorldEdit 設定) 。", + "worldedit.error.max-changes": "已經達到可修改的方塊上限 ({0}) 。", + "worldedit.error.unknown-direction": "未知的方向 : {0}", + "worldedit.error.empty-clipboard": "您的剪貼簿是空的。請先使用 //copy。", + "worldedit.error.invalid-filename": "檔案名稱「{0}」無效 : {1}", + "worldedit.error.file-resolution": "解析檔案「{0}」時發生錯誤 : {1}", + "worldedit.error.file-resolution.outside-root": "該路徑在允許的根目錄以外", + "worldedit.error.file-resolution.resolve-failed": "無法解析路徑", + "worldedit.error.file-aborted": "檔案選擇已中止。", + "worldedit.error.no-file-selected": "未選取任何檔案。", + "worldedit.error.world-unloaded": "世界已經卸載了。", + "worldedit.error.not-a-block": "這個物品不是一個方塊。", + "worldedit.error.not-a-block.item": "物品 '{0}' 不是一個方塊。", + "worldedit.error.incorrect-usage": "用法 : {0}", + "worldedit.error.invalid-page": "無效的頁碼", + "worldedit.error.parser.bad-state-format": "{0} 的狀態格式發現錯誤", + "worldedit.error.parser.duplicate-property": "重複的屬性 : {0}", + "worldedit.error.parser.missing-equals-separator": "缺少分隔符號 '='", + "worldedit.error.parser.unknown-property": "'{0}' 在方塊 '{1}' 中是未知的屬性", + "worldedit.error.parser.unknown-value": "'{0}' 在屬性 '{1}' 中是未知的值", + "worldedit.error.parser.invalid-expression": "無效的表示式 : {0}", + "worldedit.error.parser.negate-nothing": "不能否定空的東西 !", + "worldedit.error.parser.player-only": "輸入值「{0}」必須是玩家 !", + "worldedit.error.disabled": "此功能已停用 (請見 WorldEdit 設定) 。", + "worldedit.error.unknown": "發生了未知的錯誤 : {0}", + "worldedit.error.missing-session": "沒有已知的地區工作階段", + "worldedit.error.missing-world": "您需要提供一個世界 (請嘗試執行 //world)", + "worldedit.selection.convex.info.vertices": "頂點 : {0}", + "worldedit.selection.convex.info.triangles": "三角形 : {0}", + "worldedit.selection.convex.explain.primary": "以 {0} 為頂點來開始新的選擇範圍。", + "worldedit.selection.convex.explain.secondary": "已把頂點 {0} 新增到選擇範圍。", + "worldedit.selection.cuboid.info.pos1": "第一點 : {0}", + "worldedit.selection.cuboid.info.pos2": "第二點 : {0}", + "worldedit.selection.cuboid.explain.primary": "第一點已設為 {0}。", + "worldedit.selection.cuboid.explain.primary-area": "第一點已設為 {0} ({1}) 。", + "worldedit.selection.cuboid.explain.secondary": "第二點已設為 {0}。", + "worldedit.selection.cuboid.explain.secondary-area": "第二點已設為 {0} ({1}) 。", + "worldedit.selection.extend.explain.primary": "已從 {0} 開始選取 ({1}) 。", + "worldedit.selection.extend.explain.secondary": "已把選擇範圍延伸到包圍 {0} ({1}) 。", + "worldedit.selection.ellipsoid.info.center": "中心 : {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 半徑 : {0}", + "worldedit.selection.ellipsoid.explain.primary": "中心點已設為 {0}。", + "worldedit.selection.ellipsoid.explain.primary-area": "中心點已設為 {0} ({1}) 。", + "worldedit.selection.ellipsoid.explain.secondary": "半徑已設為 {0}。", + "worldedit.selection.ellipsoid.explain.secondary-area": "半徑已設為 {0} ({1}) 。", + "worldedit.selection.cylinder.info.center": "中心 : {0}", + "worldedit.selection.cylinder.info.radius": "半徑 : {0}", + "worldedit.selection.cylinder.explain.primary": "正在於 {0} 開始新的圓柱形選擇範圍。", + "worldedit.selection.cylinder.explain.secondary": "半徑已設為 {0}/{1} 格。 ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "必須在設置中心點前設置半徑。", + "worldedit.selection.polygon2d.info": "點的數量 : {0}", + "worldedit.selection.polygon2d.explain.primary": "從 {0} 起新增一個多邊形。", + "worldedit.selection.polygon2d.explain.secondary": "已在 {1} 增加點 #{0}。", + "worldedit.selection.polygon2d.error.expand-only-vertical": "多邊形只可以垂直擴展。", + "worldedit.selection.polygon2d.error.contract-only-vertical": "多邊形只可以垂直收縮。", + "worldedit.selection.sphere.explain.secondary": "半徑已設為 {0}。", + "worldedit.selection.sphere.explain.secondary-defined": "半徑已設為 {0} ({1}) 。", + "worldedit.selection.null.error.immutable": "無法更改 NullRegion。", + "worldedit.selection.transform.error.cannot-expand": "無法擴展 TransformedRegion。", + "worldedit.selection.transform.error.cannot-contract": "無法收縮 TransformedRegion。", + "worldedit.selection.transform.error.cannot-change": "無法更改 TransformedRegion。", + "worldedit.sideeffect.lighting": "照明", + "worldedit.sideeffect.lighting.description": "更新方塊光照", + "worldedit.sideeffect.update": "更新", + "worldedit.sideeffect.validation": "驗證", + "worldedit.sideeffect.entity_ai": "實體 AI", + "worldedit.sideeffect.events": "模組/插件事件", + "worldedit.sideeffect.state.on": "開啟", + "worldedit.sideeffect.state.off": "關閉", + "worldedit.sideeffect.box.current": "目前", + "worldedit.sideeffect.box.change-to": "點擊以設置為 {0}", + "worldedit.help.command-not-found": "無法找到指令「{0}」。", + "worldedit.help.no-subcommands": "「{0}」沒有子指令。 (也許「{1}」是參數 ? )", + "worldedit.help.subcommand-not-found": "找不到 '{1}' 附屬的子指令 '{0}'。", + "worldedit.cli.stopping": "正在停止 !", + "worldedit.cli.unknown-command": "未知的指令 !" +} diff --git a/config/worldedit/schematics/cafe.schem b/config/worldedit/schematics/cafe.schem new file mode 100644 index 0000000..89f159f Binary files /dev/null and b/config/worldedit/schematics/cafe.schem differ diff --git a/config/worldedit/schematics/casa.schem b/config/worldedit/schematics/casa.schem new file mode 100644 index 0000000..ef4ff32 Binary files /dev/null and b/config/worldedit/schematics/casa.schem differ diff --git a/config/worldedit/schematics/comandos1.schem b/config/worldedit/schematics/comandos1.schem new file mode 100644 index 0000000..a8f7670 Binary files /dev/null and b/config/worldedit/schematics/comandos1.schem differ diff --git a/config/worldedit/schematics/cueva.schem b/config/worldedit/schematics/cueva.schem new file mode 100644 index 0000000..0083746 Binary files /dev/null and b/config/worldedit/schematics/cueva.schem differ diff --git a/config/worldedit/schematics/lobby.schem b/config/worldedit/schematics/lobby.schem new file mode 100644 index 0000000..58bbda6 Binary files /dev/null and b/config/worldedit/schematics/lobby.schem differ diff --git a/config/worldedit/schematics/lobbyantigua.schem b/config/worldedit/schematics/lobbyantigua.schem new file mode 100644 index 0000000..8a523d9 Binary files /dev/null and b/config/worldedit/schematics/lobbyantigua.schem differ diff --git a/config/worldedit/schematics/lobbyultra.schem b/config/worldedit/schematics/lobbyultra.schem new file mode 100644 index 0000000..899c47a Binary files /dev/null and b/config/worldedit/schematics/lobbyultra.schem differ diff --git a/config/worldedit/schematics/puente.schem b/config/worldedit/schematics/puente.schem new file mode 100644 index 0000000..53df68d Binary files /dev/null and b/config/worldedit/schematics/puente.schem differ diff --git a/config/worldedit/schematics/templo.schem b/config/worldedit/schematics/templo.schem new file mode 100644 index 0000000..4916c43 Binary files /dev/null and b/config/worldedit/schematics/templo.schem differ diff --git a/config/worldedit/worldedit.properties b/config/worldedit/worldedit.properties new file mode 100644 index 0000000..71410e0 --- /dev/null +++ b/config/worldedit/worldedit.properties @@ -0,0 +1,46 @@ +#Don't put comments; they get removed +#Tue Apr 02 14:07:54 CEST 2024 +max-super-pickaxe-size=5 +use-inventory-creative-override=false +use-inventory-override=false +default-max-polyhedron-points=-1 +disallowed-blocks=minecraft\:oak_sapling,minecraft\:jungle_sapling,minecraft\:dark_oak_sapling,minecraft\:spruce_sapling,minecraft\:birch_sapling,minecraft\:acacia_sapling,minecraft\:black_bed,minecraft\:blue_bed,minecraft\:brown_bed,minecraft\:cyan_bed,minecraft\:gray_bed,minecraft\:green_bed,minecraft\:light_blue_bed,minecraft\:light_gray_bed,minecraft\:lime_bed,minecraft\:magenta_bed,minecraft\:orange_bed,minecraft\:pink_bed,minecraft\:purple_bed,minecraft\:red_bed,minecraft\:white_bed,minecraft\:yellow_bed,minecraft\:powered_rail,minecraft\:detector_rail,minecraft\:grass,minecraft\:dead_bush,minecraft\:moving_piston,minecraft\:piston_head,minecraft\:sunflower,minecraft\:rose_bush,minecraft\:dandelion,minecraft\:poppy,minecraft\:brown_mushroom,minecraft\:red_mushroom,minecraft\:tnt,minecraft\:torch,minecraft\:fire,minecraft\:redstone_wire,minecraft\:wheat,minecraft\:potatoes,minecraft\:carrots,minecraft\:melon_stem,minecraft\:pumpkin_stem,minecraft\:beetroots,minecraft\:rail,minecraft\:lever,minecraft\:redstone_torch,minecraft\:redstone_wall_torch,minecraft\:repeater,minecraft\:comparator,minecraft\:stone_button,minecraft\:birch_button,minecraft\:acacia_button,minecraft\:dark_oak_button,minecraft\:jungle_button,minecraft\:oak_button,minecraft\:spruce_button,minecraft\:cactus,minecraft\:sugar_cane,minecraft\:bedrock +shell-save-type= +craftscript-dir=craftscripts +command-block-support=false +register-help=true +snapshots-dir= +max-calculation-timeout=300 +history-size=15 +super-pickaxe-drop-items=true +max-changed-blocks=-1 +default-max-polygon-points=-1 +scripting-timeout=3000 +calculation-timeout=100 +nav-use-glass=true +extended-y-limit=false +nav-wand-item=minecraft\:compass +log-file= +butcher-max-radius=-1 +max-radius=-1 +wand-item=minecraft\:wooden_axe +profile=false +use-in-creative=false +default-vertical-height=256 +super-pickaxe-many-drop-items=true +max-polyhedron-points=20 +server-side-cui=true +snapshots-experimental=false +max-brush-radius=6 +allow-symbolic-links=false +default-locale=default +trace-unflushed-sessions=false +max-polygon-points=20 +default-max-changed-blocks=-1 +log-commands=false +use-inventory=false +log-format=[%1$tY-%1$tm-%1$td %1$tH\:%1$tM\:%1$tS %4$s]\: %5$s%6$s%n +cheat-mode=false +butcher-default-radius=-1 +schematic-save-dir=schematics +nav-wand-distance=50 diff --git a/config/worldeditcui.config.json b/config/worldeditcui.config.json new file mode 100644 index 0000000..2db19e6 --- /dev/null +++ b/config/worldeditcui.config.json @@ -0,0 +1,19 @@ +{ + "debugMode": false, + "promiscuous": false, + "clearAllOnKey": false, + "cuboidGridColor": "#CC4C4CCC", + "cuboidEdgeColor": "#CC3333CC", + "cuboidFirstPointColor": "#33CC33CC", + "cuboidSecondPointColor": "#3333CCCC", + "polyGridColor": "#CC3333CC", + "polyEdgeColor": "#CC4C4CCC", + "polyPointColor": "#33CCCCCC", + "ellipsoidGridColor": "#CC4C4CCC", + "ellipsoidPointColor": "#CCCC33CC", + "cylinderGridColor": "#CC3333CC", + "cylinderEdgeColor": "#CC4C4CCC", + "cylinderPointColor": "#CC33CCCC", + "chunkBoundaryColour": "#33CC33CC", + "chunkGridColour": "#4CCCAA99" +} \ No newline at end of file diff --git a/config/yungsmenutweaks-forge-1_20_1.toml b/config/yungsmenutweaks-forge-1_20_1.toml new file mode 100644 index 0000000..c3f069c --- /dev/null +++ b/config/yungsmenutweaks-forge-1_20_1.toml @@ -0,0 +1,18 @@ + +["YUNG's Menu Tweaks"] + # Allows right clicking to cycle backwards through some buttons. + # Default: true + "Right Click Reverses Cycle Buttons" = true + # Allows scrolling the mouse wheel to modify options using a slider + # when hovering over the slider. + # Default: true + "Mouse Scroll Wheel Affects Sliders" = true + # If enabled, a custom background texture will be used where possible. + # The texture used is specified by the Custom Background Texture option below. + # Default: true + "Enable Custom Background Texture" = false + # A 16x16 texture to use as a custom background, instead of the typical dirt. + # Only does anything if the Enable Custom Background Texture option is true. + # Default: minecraft:textures/block/dirt.png + "Custom Background Texture" = "minecraft:textures/block/dirt.png" + diff --git a/default_options.txt b/default_options.txt new file mode 100644 index 0000000..6436d21 --- /dev/null +++ b/default_options.txt @@ -0,0 +1,269 @@ +version:3465 +autoJump:false +operatorItemsTab:false +autoSuggestions:true +chatColors:true +chatLinks:true +chatLinksPrompt:true +enableVsync:false +entityShadows:true +forceUnicodeFont:false +discrete_mouse_scroll:false +invertYMouse:false +realmsNotifications:true +reducedDebugInfo:false +showSubtitles:false +directionalAudio:true +touchscreen:false +fullscreen:false +bobView:true +toggleCrouch:false +toggleSprint:false +darkMojangStudiosBackground:false +hideLightningFlashes:false +mouseSensitivity:0.5 +fov:0.25 +screenEffectScale:1.0 +fovEffectScale:1.0 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +damageTiltStrength:1.0 +highContrast:false +gamma:1.0 +renderDistance:12 +simulationDistance:8 +entityDistanceScaling:1.0 +guiScale:3 +particles:0 +maxFps:60 +graphicsMode:1 +ao:true +prioritizeChunkUpdates:0 +biomeBlendRadius:2 +renderClouds:"true" +resourcePacks:["vanilla","file/Unique Dark 1.20.1 (free).zip","mod_resources","Moonlight Mods Dynamic Assets","file/§bRAY\u0027s§r 3D Rails.zip","file/§l3D§f+Ladders+v1.1.zip","file/Crops-3D_MC1.19_v1.2.0.zip","file/Better-Leaves-7.2-1.19+.zip","file/EclecticTrove-noconfig-1.20.1-1.2.0.zip","file/FreshAnimations_v1.9.zip","file/Plantilla Sonidos","file/Icons+v.1.9.1§7.zip","file/Tears of the Kingdom - Music Pack by Sobobble"] +incompatibleResourcePacks:["file/§bRAY\u0027s§r 3D Rails.zip","file/Crops-3D_MC1.19_v1.2.0.zip","file/Better-Leaves-7.2-1.19+.zip","file/Plantilla Sonidos","file/Tears of the Kingdom - Music Pack by Sobobble"] +lastServer:fr03.ragestudio.net:2000 +lang:es_es +soundDevice:"" +chatVisibility:0 +chatOpacity:1.0 +chatLineSpacing:0.0 +textBackgroundOpacity:0.5 +backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:false +pauseOnLostFocus:true +overrideWidth:0 +overrideHeight:0 +chatHeightFocused:1.0 +chatDelay:0.0 +chatHeightUnfocused:0.4375 +chatScale:1.0 +chatWidth:1.0 +notificationDisplayTime:1.0 +mipmapLevels:4 +useNativeTransport:true +mainHand:"right" +attackIndicator:1 +narrator:0 +tutorialStep:none +mouseWheelSensitivity:1.0 +rawMouseInput:true +glDebugVerbosity:1 +skipMultiplayerWarning:true +skipRealms32bitWarning:false +hideMatchedNames:true +joinedFirstServer:true +hideBundleTutorial:false +syncChunkWrites:true +showAutosaveIndicator:true +allowServerListing:true +onlyShowSecureChat:false +panoramaScrollSpeed:1.0 +telemetryOptInExtra:false +onboardAccessibility:false +key_key.attack:key.mouse.left +key_key.use:key.mouse.right +key_key.forward:key.keyboard.w +key_key.left:key.keyboard.a +key_key.back:key.keyboard.s +key_key.right:key.keyboard.d +key_key.jump:key.keyboard.space +key_key.sneak:key.keyboard.left.shift +key_key.sprint:key.keyboard.left.control +key_key.drop:key.keyboard.q +key_key.inventory:key.keyboard.e +key_key.chat:key.keyboard.t +key_key.playerlist:key.keyboard.tab +key_key.pickItem:key.mouse.middle +key_key.command:key.keyboard.unknown +key_key.socialInteractions:key.keyboard.unknown +key_key.screenshot:key.keyboard.f2 +key_key.togglePerspective:key.keyboard.f5 +key_key.smoothCamera:key.keyboard.unknown +key_key.fullscreen:key.keyboard.f11 +key_key.spectatorOutlines:key.keyboard.unknown +key_key.swapOffhand:key.keyboard.f +key_key.saveToolbarActivator:key.keyboard.unknown +key_key.loadToolbarActivator:key.keyboard.unknown +key_key.advancements:key.keyboard.l +key_key.hotbar.1:key.keyboard.1 +key_key.hotbar.2:key.keyboard.2 +key_key.hotbar.3:key.keyboard.3 +key_key.hotbar.4:key.keyboard.4 +key_key.hotbar.5:key.keyboard.5 +key_key.hotbar.6:key.keyboard.6 +key_key.hotbar.7:key.keyboard.7 +key_key.hotbar.8:key.keyboard.8 +key_key.hotbar.9:key.keyboard.9 +key_vivecraft.key.rotateLeft:key.keyboard.unknown +key_vivecraft.key.rotateRight:key.keyboard.unknown +key_vivecraft.key.teleport:key.keyboard.unknown +key_vivecraft.key.teleportFallback:key.keyboard.unknown +key_vivecraft.key.toggleMovement:key.keyboard.unknown +key_vivecraft.key.quickTorch:key.keyboard.unknown +key_vivecraft.key.swapMirrorView:key.keyboard.unknown +key_vivecraft.key.exportWorld:key.keyboard.unknown +key_vivecraft.key.moveThirdPersonCam:key.keyboard.unknown +key_vivecraft.key.togglePlayerList:key.keyboard.unknown +key_vivecraft.key.toggleHandheldCam:key.keyboard.unknown +key_vivecraft.key.quickHandheldCam:key.keyboard.unknown +key_vivecraft.key.toggleKeyboard:key.keyboard.unknown +key_vivecraft.key.quickcommand1:key.keyboard.unknown +key_vivecraft.key.quickcommand2:key.keyboard.unknown +key_vivecraft.key.quickcommand3:key.keyboard.unknown +key_vivecraft.key.quickcommand4:key.keyboard.unknown +key_vivecraft.key.quickcommand5:key.keyboard.unknown +key_vivecraft.key.quickcommand6:key.keyboard.unknown +key_vivecraft.key.quickcommand7:key.keyboard.unknown +key_vivecraft.key.quickcommand8:key.keyboard.unknown +key_vivecraft.key.quickcommand9:key.keyboard.unknown +key_vivecraft.key.quickcommand10:key.keyboard.unknown +key_vivecraft.key.quickcommand11:key.keyboard.unknown +key_vivecraft.key.quickcommand12:key.keyboard.unknown +key_key.exposure.camera_controls:key.keyboard.unknown +key_key.paraglider.paragliderSettings:key.keyboard.p +key_supplementaries.keybind.quiver:key.keyboard.b +key_key.corpse.death_history:key.keyboard.unknown +key_key.waila.config:key.keyboard.unknown +key_key.waila.show_overlay:key.keyboard.unknown +key_key.waila.toggle_liquid:key.keyboard.unknown +key_key.waila.show_recipe_input:key.keyboard.unknown +key_key.waila.show_recipe_output:key.keyboard.unknown +key_key.cataclysm.ability:key.keyboard.u +key_key.curios.open.desc:key.keyboard.unknown +key_iris.keybind.reload:key.keyboard.unknown +key_iris.keybind.toggleShaders:key.keyboard.k +key_iris.keybind.shaderPackSelection:key.keyboard.unknown +key_key.cobblemon.hideparty:key.keyboard.delete +key_key.cobblemon.summary:key.keyboard.unknown +key_key.cobblemon.downshiftparty:key.keyboard.unknown +key_key.cobblemon.upshiftparty:key.keyboard.unknown +key_key.cobblemon.throwpartypokemon:key.keyboard.unknown +key_key.dynamic_fps.toggle_forced:key.keyboard.unknown +key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown +key_key.crawlondemand.toggle_crawl:key.keyboard.unknown +key_key.crawlondemand.crawl:key.keyboard.c +key_key.toggleVisualItemContents:key.keyboard.unknown +key_key.toggleSelectedItemTooltips:key.keyboard.unknown +key_key.toggleCarriedItemTooltips:key.keyboard.unknown +key_key.cycleLeft:key.keyboard.unknown +key_key.cycleRight:key.keyboard.unknown +key_key.jei.toggleCheatModeConfigButton:key.keyboard.unknown +key_key.jei.previousRecipePage:key.keyboard.unknown +key_key.jei.toggleCheatMode:key.keyboard.unknown +key_key.jei.nextCategory:key.keyboard.unknown +key_key.jei.closeRecipeGui:key.keyboard.unknown +key_key.jei.previousPage:key.keyboard.unknown +key_key.jei.toggleHideIngredient:key.keyboard.unknown +key_key.jei.nextSearch:key.keyboard.unknown +key_key.jei.cheatOneItem:key.keyboard.unknown +key_key.jei.previousCategory:key.keyboard.unknown +key_key.jei.copy.recipe.id:key.keyboard.unknown +key_key.jei.bookmark:key.keyboard.unknown +key_key.jei.nextPage:key.keyboard.unknown +key_key.jei.showUses:key.keyboard.unknown +key_key.jei.clearSearchBar:key.keyboard.unknown +key_key.jei.toggleWildcardHideIngredient:key.keyboard.unknown +key_key.jei.showRecipe2:key.mouse.left +key_key.jei.cheatItemStack2:key.keyboard.unknown +key_key.jei.focusSearch:key.keyboard.unknown +key_key.jei.recipeBack:key.keyboard.unknown +key_key.jei.showRecipe:key.keyboard.unknown +key_key.jei.cheatOneItem2:key.keyboard.unknown +key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown +key_key.jei.previousSearch:key.keyboard.unknown +key_key.jei.toggleOverlay:key.keyboard.unknown +key_key.jei.nextRecipePage:key.keyboard.unknown +key_key.jei.showUses2:key.keyboard.unknown +key_key.jei.cheatItemStack:key.keyboard.unknown +key_key.jei.toggleEditMode:key.keyboard.unknown +key_key.journeymap.zoom_in:key.keyboard.right.bracket +key_key.journeymap.zoom_out:key.keyboard.slash +key_key.journeymap.minimap_type:key.keyboard.unknown +key_key.journeymap.minimap_preset:key.keyboard.unknown +key_key.journeymap.create_waypoint:key.keyboard.backslash +key_key.journeymap.toggle_waypoints:key.keyboard.unknown +key_key.journeymap.fullscreen_create_waypoint:key.keyboard.unknown +key_key.journeymap.fullscreen_chat_position:key.keyboard.unknown +key_key.journeymap.map_toggle_alt:key.keyboard.j +key_key.journeymap.fullscreen_waypoints:key.keyboard.unknown +key_key.journeymap.minimap_toggle_alt:key.keyboard.unknown +key_key.journeymap.fullscreen_options:key.keyboard.unknown +key_key.journeymap.fullscreen.north:key.keyboard.unknown +key_key.journeymap.fullscreen.south:key.keyboard.unknown +key_key.journeymap.fullscreen.east:key.keyboard.unknown +key_key.journeymap.fullscreen.west:key.keyboard.unknown +key_key.journeymap.fullscreen.disable_buttons:key.keyboard.unknown +key_key.travelersbackpack.inventory:key.keyboard.y +key_key.travelersbackpack.toggle_tank:key.keyboard.x +key_key.travelersbackpack.cycle_tool:key.keyboard.g +key_key.cpm.gestureMenu:key.keyboard.unknown +key_key.cpm.renderToggle:key.keyboard.unknown +key_key.cpm.qa_1:key.keyboard.unknown +key_key.cpm.qa_2:key.keyboard.unknown +key_key.cpm.qa_3:key.keyboard.unknown +key_key.cpm.qa_4:key.keyboard.unknown +key_key.cpm.qa_5:key.keyboard.unknown +key_key.cpm.qa_6:key.keyboard.unknown +key_key.worldeditcui.toggle:key.keyboard.unknown +key_key.worldeditcui.chunk:key.keyboard.grave.accent +key_key.worldeditcui.clear:key.keyboard.right.shift +key_key.azurelib.reload:key.keyboard.unknown +key_key.azurelib.scope:key.keyboard.unknown +key_key.azurelib.fire:key.keyboard.unknown +key_physicsmod.keybinding.guiphysics:key.keyboard.unknown +key_physicsmod.keybinding.physicsmenu:key.keyboard.unknown +key_physicsmod.keybinding.togglephysics:key.keyboard.unknown +key_physicsmod.keybinding.debug:key.keyboard.unknown +key_keybinds.bettercombat.feint:key.keyboard.unknown +key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown +key_keybinds.combatroll.roll:key.keyboard.r +key_create.keyinfo.toolmenu:key.keyboard.left.alt +key_create.keyinfo.toolbelt:key.keyboard.left.alt +key_key.securitycraft.cameraZoomIn:key.keyboard.right.bracket +key_key.securitycraft.cameraZoomOut:key.keyboard.slash +key_key.securitycraft.cameraEmitRedstone:key.keyboard.left.bracket +key_key.securitycraft.cameraActivateNightVision:key.keyboard.apostrophe +key_key.securitycraft.setDefaultViewingDirection:key.keyboard.unknown +key_key.screenshot_viewer.open_screenshots_screen:key.keyboard.unknown +key_key.entityculling.toggle:key.keyboard.unknown +soundCategory_master:0.9050772626931567 +soundCategory_music:0.0 +soundCategory_record:0.6079812206572769 +soundCategory_weather:0.6056338028169014 +soundCategory_block:0.5046948356807514 +soundCategory_hostile:0.5023474178403756 +soundCategory_neutral:0.5046948356807514 +soundCategory_player:0.5 +soundCategory_ambient:0.2535211267605634 +soundCategory_voice:0.5023474178403756 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/forge-installer.jar b/forge-installer.jar new file mode 100644 index 0000000..12ab2a3 Binary files /dev/null and b/forge-installer.jar differ diff --git a/journeymap/config/5.9/journeymap.core.config b/journeymap/config/5.9/journeymap.core.config new file mode 100644 index 0000000..9f7ab6b --- /dev/null +++ b/journeymap/config/5.9/journeymap.core.config @@ -0,0 +1,67 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "logLevel": "INFO", + "autoMapPoll": "2000", + "cacheAnimalsData": "3100", + "cacheMobsData": "3000", + "cachePlayerData": "1000", + "cachePlayersData": "2000", + "cacheVillagersData": "2200", + "announceMod": "true", + "checkUpdates": "true", + "recordCacheStats": "false", + "themeName": "Stronghold", + "caveIgnoreGlass": "true", + "mapBathymetry": "false", + "mapWaterBiomeColors": "false", + "mapTopography": "true", + "mapBiome": "true", + "mapTransparency": "true", + "mapCaveLighting": "true", + "mapAntialiasing": "true", + "mapPlantShadows": "false", + "mapPlants": "false", + "mapCrops": "true", + "mapBlendGrass": "true", + "mapBlendFoliage": "true", + "mapBlendWater": "false", + "mapSurfaceAboveCaves": "true", + "caveBlackAsClear": "false", + "renderDistanceCaveMax": "0", + "renderDistanceSurfaceMax": "0", + "renderDelay": "2", + "revealShape": "Circle", + "alwaysMapCaves": "false", + "alwaysMapSurface": "false", + "tileHighDisplayQuality": "true", + "maxAnimalsData": "32", + "maxMobsData": "32", + "maxPlayersData": "32", + "maxVillagersData": "32", + "hideSneakingEntities": "true", + "hideSpectators": "false", + "radarLateralDistance": "64", + "radarVerticalDistance": "16", + "tileRenderType": "1", + "dataCachingEnabled": "true", + "glErrorChecking": "false", + "seedId": "false", + "mappingEnabled": "true", + "optionsManagerViewed": "5.9.20", + "splashViewed": "5.9.20", + "gridSpecs": { + "day": "Squares,#808080,0.5,-1,-1", + "night": "Squares,#8080ff,0.3,-1,-1", + "underground": "Squares,#808080,0.3,-1,-1" + }, + "colorPassive": "#bbbbbb", + "colorHostile": "#ff0000", + "colorPet": "#0077ff", + "colorVillager": "#88e188", + "colorPlayer": "#ffffff", + "colorSelf": "#0000ff", + "verboseColorPalette": "false", + "configVersion": "5.9.20" +} \ No newline at end of file diff --git a/journeymap/config/5.9/journeymap.fullmap.config b/journeymap/config/5.9/journeymap.fullmap.config new file mode 100644 index 0000000..c71badf --- /dev/null +++ b/journeymap/config/5.9/journeymap.fullmap.config @@ -0,0 +1,34 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "showKeys": "false", + "showPlayerLoc": "true", + "showMouseLoc": "true", + "playerDisplay": "LargeDots", + "selfDisplayScale": "1.0", + "playerDisplayScale": "1.0", + "showPlayerHeading": "true", + "mobDisplay": "LargeDots", + "mobDisplayScale": "1.0", + "showMobHeading": "true", + "showMobs": "false", + "showAnimals": "false", + "showVillagers": "false", + "showPets": "false", + "showPlayers": "true", + "fontScale": "1.0", + "showWaypointLabels": "true", + "waypointLabelScale": "1.0", + "waypointIconScale": "1.0", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "1", + "configVersion": "5.9.20" +} \ No newline at end of file diff --git a/journeymap/config/5.9/journeymap.minimap.config b/journeymap/config/5.9/journeymap.minimap.config new file mode 100644 index 0000000..b48e4fb --- /dev/null +++ b/journeymap/config/5.9/journeymap.minimap.config @@ -0,0 +1,60 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "gameTimeRealFormat": "HH:mm:ss", + "systemTimeRealFormat": "HH:mm:ss", + "enabled": "true", + "shape": "Square", + "showDayNight": "false", + "info1Label": "jm.theme.labelsource.biome", + "info2Label": "jm.theme.labelsource.location", + "info3Label": "jm.theme.labelsource.blank", + "info4Label": "jm.theme.labelsource.blank", + "infoSlotAlpha": "0.8", + "positionX": "0.8509166", + "positionY": "0.66263014", + "sizePercent": "25", + "frameAlpha": "100", + "terrainAlpha": "100", + "backgroundAlpha": "1.0", + "orientation": "North", + "compassFontScale": "1.05", + "showCompass": "true", + "showReticle": "true", + "reticleOrientation": "Compass", + "moveEffectIcons": "true", + "effectTranslateX": "-102", + "effectTranslateY": "236", + "effectVertical": "false", + "effectReversed": "false", + "minimapKeyMovementSpeed": "0.001", + "position": "Custom", + "active": true, + "playerDisplay": "LargeDots", + "selfDisplayScale": "1.1", + "playerDisplayScale": "1.2", + "showPlayerHeading": "true", + "mobDisplay": "LargeDots", + "mobDisplayScale": "1.0", + "showMobHeading": "false", + "showMobs": "false", + "showAnimals": "false", + "showVillagers": "false", + "showPets": "true", + "showPlayers": "true", + "fontScale": "2.0", + "showWaypointLabels": "true", + "waypointLabelScale": "1.0", + "waypointIconScale": "1.0", + "locationFormatVerbose": "true", + "locationFormat": "xyz", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "false", + "showCaves": "false", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.9.20" +} \ No newline at end of file diff --git a/journeymap/config/5.9/journeymap.minimap2.config b/journeymap/config/5.9/journeymap.minimap2.config new file mode 100644 index 0000000..5ce7f18 --- /dev/null +++ b/journeymap/config/5.9/journeymap.minimap2.config @@ -0,0 +1,60 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "gameTimeRealFormat": "HH:mm:ss", + "systemTimeRealFormat": "HH:mm:ss", + "enabled": "true", + "shape": "Rectangle", + "showDayNight": "true", + "info1Label": "jm.theme.labelsource.blank", + "info2Label": "jm.theme.labelsource.gametime", + "info3Label": "jm.theme.labelsource.location", + "info4Label": "jm.theme.labelsource.biome", + "infoSlotAlpha": "0.7", + "positionX": "0.9", + "positionY": "0.25", + "sizePercent": "30", + "frameAlpha": "100", + "terrainAlpha": "100", + "backgroundAlpha": "0.8", + "orientation": "North", + "compassFontScale": "1.0", + "showCompass": "true", + "showReticle": "true", + "reticleOrientation": "Compass", + "moveEffectIcons": "true", + "effectTranslateX": "0", + "effectTranslateY": "0", + "effectVertical": "false", + "effectReversed": "false", + "minimapKeyMovementSpeed": "0.001", + "position": "TopRight", + "active": false, + "playerDisplay": "LargeDots", + "selfDisplayScale": "1.0", + "playerDisplayScale": "1.0", + "showPlayerHeading": "true", + "mobDisplay": "LargeDots", + "mobDisplayScale": "1.0", + "showMobHeading": "true", + "showMobs": "true", + "showAnimals": "true", + "showVillagers": "true", + "showPets": "true", + "showPlayers": "true", + "fontScale": "1.0", + "showWaypointLabels": "true", + "waypointLabelScale": "1.0", + "waypointIconScale": "1.0", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.9.20" +} \ No newline at end of file diff --git a/journeymap/config/5.9/journeymap.topo.config b/journeymap/config/5.9/journeymap.topo.config new file mode 100644 index 0000000..8483573 --- /dev/null +++ b/journeymap/config/5.9/journeymap.topo.config @@ -0,0 +1,10 @@ +// jm.config.file_header_1 +// jm.config.file_header_5 +{ + "showContour": "true", + "landContour": "#3F250B", + "waterContour": "#0000dd", + "land": "#010c02,#041105,#071609,#0a1b0c,#0d200f,#102513,#132a16,#162f19,#19341c,#1b3a20,#1e3f23,#214426,#24492a,#274e2d,#2a5330,#2d5834,#375f41,#41674d,#4b6e5a,#557567,#5f7c73,#698480,#738b8d,#7c929a,#8699a6,#90a1b3,#9aa8c0,#a4afcc,#aeb6d9,#b8bee6,#c2c5f2,#ccccff,#cccfff,#ccd2ff,#ccd6ff,#ccd9ff,#ccdcff,#ccdfff,#cce2ff,#cce5ff,#cce9ff,#ccecff,#ccefff,#ccf2ff,#ccf5ff,#ccf9ff,#ccfcff,#ccffff,#cfffff,#d2ffff,#d6ffff,#d9ffff,#dcffff,#dfffff,#e2ffff,#e5ffff,#e9ffff,#ecffff,#efffff,#f2ffff,#f5ffff,#f9ffff,#fcffff,#ffffff", + "water": "#000040,#02024e,#03035d,#05056b,#070779,#080887,#0a0a96,#0b0ba4,#1a1aaa,#2a2aaf,#3939b5,#4848bb,#5757c0,#6767c6,#7676cc,#8585d2,#9494d7,#a4a4dd,#b3b3e3,#c2c2e8,#d1d1ee,#d7d7f0,#ddddf2,#e2e2f4,#e8e8f6,#eeeef9,#f4f4fb,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff", + "configVersion": "5.9.20" +} \ No newline at end of file diff --git a/journeymap/config/5.9/journeymap.waypoint.config b/journeymap/config/5.9/journeymap.waypoint.config new file mode 100644 index 0000000..3102e2b --- /dev/null +++ b/journeymap/config/5.9/journeymap.waypoint.config @@ -0,0 +1,32 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "managerEnabled": "true", + "beaconEnabled": "true", + "showTexture": "false", + "showStaticBeam": "true", + "showRotatingBeam": "false", + "showName": "false", + "showDistance": "false", + "autoHideLabel": "true", + "showDeviationLabel": "false", + "disableStrikeThrough": "false", + "boldLabel": "false", + "fontScale": "2.0", + "textureSmall": "true", + "shaderBeacon": "false", + "maxDistance": "0", + "minDistance": "4", + "createDeathpoints": "true", + "autoRemoveDeathpoints": "false", + "autoRemoveDeathpointDistance": "2", + "autoRemoveTempWaypoints": "2", + "showDeathpointlabel": "true", + "fullscreenDoubleClickToCreate": "true", + "teleportCommand": "/tp {name} {x} {y} {z}", + "dateFormat": "MM-dd-yyyy", + "timeFormat": "HH:mm:ss", + "managerDimensionFocus": "false", + "configVersion": "5.9.20" +} \ No newline at end of file diff --git a/journeymap/config/5.9/journeymap.webmap.config b/journeymap/config/5.9/journeymap.webmap.config new file mode 100644 index 0000000..5699cb5 --- /dev/null +++ b/journeymap/config/5.9/journeymap.webmap.config @@ -0,0 +1,8 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "enabled": "false", + "port": "8080", + "configVersion": "5.9.20" +} \ No newline at end of file diff --git a/journeymap/icon/theme/default.theme.config b/journeymap/icon/theme/default.theme.config new file mode 100644 index 0000000..b84c195 --- /dev/null +++ b/journeymap/icon/theme/default.theme.config @@ -0,0 +1,5 @@ +{ + "directory": "flat", + "filename": "OceanMonument", + "name": "OceanMonument" +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/DesertTemple.theme2.json b/journeymap/icon/theme/flat/DesertTemple.theme2.json new file mode 100644 index 0000000..23ca7ad --- /dev/null +++ b/journeymap/icon/theme/flat/DesertTemple.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "DesertTemple", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#B7521E", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#803915", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#803915", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/EndCity.theme2.json b/journeymap/icon/theme/flat/EndCity.theme2.json new file mode 100644 index 0000000..ac760c8 --- /dev/null +++ b/journeymap/icon/theme/flat/EndCity.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "EndCity", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#5A5470", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#362744", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#362744", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/ForestMansion.theme2.json b/journeymap/icon/theme/flat/ForestMansion.theme2.json new file mode 100644 index 0000000..f6c16a8 --- /dev/null +++ b/journeymap/icon/theme/flat/ForestMansion.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "ForestMansion", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#1b6f1b", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#114511", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#114511", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/NetherFortress.theme2.json b/journeymap/icon/theme/flat/NetherFortress.theme2.json new file mode 100644 index 0000000..2e2a800 --- /dev/null +++ b/journeymap/icon/theme/flat/NetherFortress.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "NetherFortress", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#6f3634", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#760000", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#760000", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/OceanMonument.theme2.json b/journeymap/icon/theme/flat/OceanMonument.theme2.json new file mode 100644 index 0000000..fba00b3 --- /dev/null +++ b/journeymap/icon/theme/flat/OceanMonument.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "OceanMonument", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#212a87", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#303dc1", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#555555", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#212a87", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#212a87", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Purist.theme2.json b/journeymap/icon/theme/flat/Purist.theme2.json new file mode 100644 index 0000000..9d28920 --- /dev/null +++ b/journeymap/icon/theme/flat/Purist.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Purist", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + } + } + } + }, + "control": { + "button": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#222222", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.6 + }, + "foreground": { + "color": "#dddddd", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 20, + "height": 20, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Stronghold.theme2.json b/journeymap/icon/theme/flat/Stronghold.theme2.json new file mode 100644 index 0000000..9d09158 --- /dev/null +++ b/journeymap/icon/theme/flat/Stronghold.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Stronghold", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#222222", + "alpha": 1.0 + }, + "iconOff": { + "color": "#000000", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconOff": { + "color": "#555555", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#111111", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#111111", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#111111", + "alpha": 0.7 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/container/htoolbar_begin.png b/journeymap/icon/theme/flat/container/htoolbar_begin.png new file mode 100644 index 0000000..fcb77a2 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_begin.png differ diff --git a/journeymap/icon/theme/flat/container/htoolbar_end.png b/journeymap/icon/theme/flat/container/htoolbar_end.png new file mode 100644 index 0000000..fcb77a2 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_end.png differ diff --git a/journeymap/icon/theme/flat/container/htoolbar_inner.png b/journeymap/icon/theme/flat/container/htoolbar_inner.png new file mode 100644 index 0000000..a8947b5 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_inner.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_begin.png b/journeymap/icon/theme/flat/container/vtoolbar_begin.png new file mode 100644 index 0000000..7f41dc8 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_begin.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_end.png b/journeymap/icon/theme/flat/container/vtoolbar_end.png new file mode 100644 index 0000000..7f41dc8 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_end.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_inner.png b/journeymap/icon/theme/flat/container/vtoolbar_inner.png new file mode 100644 index 0000000..a8947b5 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_inner.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_disabled.png b/journeymap/icon/theme/flat/control/flat_button_disabled.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_disabled.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_hover.png b/journeymap/icon/theme/flat/control/flat_button_hover.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_hover.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_off.png b/journeymap/icon/theme/flat/control/flat_button_off.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_off.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_on.png b/journeymap/icon/theme/flat/control/flat_button_on.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_on.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_disabled.png b/journeymap/icon/theme/flat/control/flat_toggle_disabled.png new file mode 100644 index 0000000..00bb4ba Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_disabled.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_hover.png b/journeymap/icon/theme/flat/control/flat_toggle_hover.png new file mode 100644 index 0000000..e395fd7 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_hover.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_off.png b/journeymap/icon/theme/flat/control/flat_toggle_off.png new file mode 100644 index 0000000..00bb4ba Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_off.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_on.png b/journeymap/icon/theme/flat/control/flat_toggle_on.png new file mode 100644 index 0000000..193ea42 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_on.png differ diff --git a/journeymap/icon/theme/flat/icon/about.png b/journeymap/icon/theme/flat/icon/about.png new file mode 100644 index 0000000..cc6c8d0 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/about.png differ diff --git a/journeymap/icon/theme/flat/icon/actions.png b/journeymap/icon/theme/flat/icon/actions.png new file mode 100644 index 0000000..5ebc49e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/actions.png differ diff --git a/journeymap/icon/theme/flat/icon/alert.png b/journeymap/icon/theme/flat/icon/alert.png new file mode 100644 index 0000000..00c84ee Binary files /dev/null and b/journeymap/icon/theme/flat/icon/alert.png differ diff --git a/journeymap/icon/theme/flat/icon/animals.png b/journeymap/icon/theme/flat/icon/animals.png new file mode 100644 index 0000000..e0625e4 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/animals.png differ diff --git a/journeymap/icon/theme/flat/icon/automap.png b/journeymap/icon/theme/flat/icon/automap.png new file mode 100644 index 0000000..c358bd4 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/automap.png differ diff --git a/journeymap/icon/theme/flat/icon/biome.png b/journeymap/icon/theme/flat/icon/biome.png new file mode 100644 index 0000000..5a24f1b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/biome.png differ diff --git a/journeymap/icon/theme/flat/icon/browser.png b/journeymap/icon/theme/flat/icon/browser.png new file mode 100644 index 0000000..81c3d2b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/browser.png differ diff --git a/journeymap/icon/theme/flat/icon/caves.png b/journeymap/icon/theme/flat/icon/caves.png new file mode 100644 index 0000000..f71320b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/caves.png differ diff --git a/journeymap/icon/theme/flat/icon/close.png b/journeymap/icon/theme/flat/icon/close.png new file mode 100644 index 0000000..c4c5c19 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/close.png differ diff --git a/journeymap/icon/theme/flat/icon/day.png b/journeymap/icon/theme/flat/icon/day.png new file mode 100644 index 0000000..b642c5f Binary files /dev/null and b/journeymap/icon/theme/flat/icon/day.png differ diff --git a/journeymap/icon/theme/flat/icon/delete.png b/journeymap/icon/theme/flat/icon/delete.png new file mode 100644 index 0000000..bf4f4de Binary files /dev/null and b/journeymap/icon/theme/flat/icon/delete.png differ diff --git a/journeymap/icon/theme/flat/icon/disable.png b/journeymap/icon/theme/flat/icon/disable.png new file mode 100644 index 0000000..79c7d08 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/disable.png differ diff --git a/journeymap/icon/theme/flat/icon/follow.png b/journeymap/icon/theme/flat/icon/follow.png new file mode 100644 index 0000000..d4bb46d Binary files /dev/null and b/journeymap/icon/theme/flat/icon/follow.png differ diff --git a/journeymap/icon/theme/flat/icon/grid.png b/journeymap/icon/theme/flat/icon/grid.png new file mode 100644 index 0000000..f824ee2 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/grid.png differ diff --git a/journeymap/icon/theme/flat/icon/keys.png b/journeymap/icon/theme/flat/icon/keys.png new file mode 100644 index 0000000..322f64c Binary files /dev/null and b/journeymap/icon/theme/flat/icon/keys.png differ diff --git a/journeymap/icon/theme/flat/icon/layers.png b/journeymap/icon/theme/flat/icon/layers.png new file mode 100644 index 0000000..e5816bf Binary files /dev/null and b/journeymap/icon/theme/flat/icon/layers.png differ diff --git a/journeymap/icon/theme/flat/icon/monsters.png b/journeymap/icon/theme/flat/icon/monsters.png new file mode 100644 index 0000000..58d4274 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/monsters.png differ diff --git a/journeymap/icon/theme/flat/icon/night.png b/journeymap/icon/theme/flat/icon/night.png new file mode 100644 index 0000000..bb5260e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/night.png differ diff --git a/journeymap/icon/theme/flat/icon/options.png b/journeymap/icon/theme/flat/icon/options.png new file mode 100644 index 0000000..74c4010 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/options.png differ diff --git a/journeymap/icon/theme/flat/icon/pets.png b/journeymap/icon/theme/flat/icon/pets.png new file mode 100644 index 0000000..93b4451 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/pets.png differ diff --git a/journeymap/icon/theme/flat/icon/players.png b/journeymap/icon/theme/flat/icon/players.png new file mode 100644 index 0000000..caacf48 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/players.png differ diff --git a/journeymap/icon/theme/flat/icon/reset.png b/journeymap/icon/theme/flat/icon/reset.png new file mode 100644 index 0000000..c0728ab Binary files /dev/null and b/journeymap/icon/theme/flat/icon/reset.png differ diff --git a/journeymap/icon/theme/flat/icon/savemap.png b/journeymap/icon/theme/flat/icon/savemap.png new file mode 100644 index 0000000..993a5db Binary files /dev/null and b/journeymap/icon/theme/flat/icon/savemap.png differ diff --git a/journeymap/icon/theme/flat/icon/search.png b/journeymap/icon/theme/flat/icon/search.png new file mode 100644 index 0000000..7c1469e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/search.png differ diff --git a/journeymap/icon/theme/flat/icon/server.png b/journeymap/icon/theme/flat/icon/server.png new file mode 100644 index 0000000..0835ec1 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/server.png differ diff --git a/journeymap/icon/theme/flat/icon/theme.png b/journeymap/icon/theme/flat/icon/theme.png new file mode 100644 index 0000000..9726f6b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/theme.png differ diff --git a/journeymap/icon/theme/flat/icon/topo.png b/journeymap/icon/theme/flat/icon/topo.png new file mode 100644 index 0000000..e057d72 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/topo.png differ diff --git a/journeymap/icon/theme/flat/icon/villagers.png b/journeymap/icon/theme/flat/icon/villagers.png new file mode 100644 index 0000000..5c66090 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/villagers.png differ diff --git a/journeymap/icon/theme/flat/icon/waypoints.png b/journeymap/icon/theme/flat/icon/waypoints.png new file mode 100644 index 0000000..b3bc080 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/waypoints.png differ diff --git a/journeymap/icon/theme/flat/icon/zoomin.png b/journeymap/icon/theme/flat/icon/zoomin.png new file mode 100644 index 0000000..5d50281 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/zoomin.png differ diff --git a/journeymap/icon/theme/flat/icon/zoomout.png b/journeymap/icon/theme/flat/icon/zoomout.png new file mode 100644 index 0000000..a6f0ec7 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/zoomout.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png b/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png new file mode 100644 index 0000000..ac17ea4 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png b/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png new file mode 100644 index 0000000..a3edba0 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png b/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png new file mode 100644 index 0000000..b2579c1 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png b/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png new file mode 100644 index 0000000..b2c5403 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png b/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png new file mode 100644 index 0000000..21e6d0e Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png b/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png new file mode 100644 index 0000000..bf0a443 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png b/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png new file mode 100644 index 0000000..8f8d737 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png b/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png new file mode 100644 index 0000000..ff39b7c Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png b/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png new file mode 100644 index 0000000..6eb30a6 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png b/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png new file mode 100644 index 0000000..6a4a104 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottom.png b/journeymap/icon/theme/flat/minimap/square/flat_bottom.png new file mode 100644 index 0000000..26fbad7 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottom.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png b/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png new file mode 100644 index 0000000..83edcad Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png b/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png new file mode 100644 index 0000000..f18bd68 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png b/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png new file mode 100644 index 0000000..32a4623 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_left.png b/journeymap/icon/theme/flat/minimap/square/flat_left.png new file mode 100644 index 0000000..be32e52 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_left.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_right.png b/journeymap/icon/theme/flat/minimap/square/flat_right.png new file mode 100644 index 0000000..27b9a0a Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_right.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_top.png b/journeymap/icon/theme/flat/minimap/square/flat_top.png new file mode 100644 index 0000000..030a7bb Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_top.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_topleft.png b/journeymap/icon/theme/flat/minimap/square/flat_topleft.png new file mode 100644 index 0000000..c8af2a6 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_topleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_topright.png b/journeymap/icon/theme/flat/minimap/square/flat_topright.png new file mode 100644 index 0000000..cddd4b9 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_topright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottom.png b/journeymap/icon/theme/flat/minimap/square/pur_bottom.png new file mode 100644 index 0000000..eac9258 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottom.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png b/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png new file mode 100644 index 0000000..cdec5c4 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png b/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png new file mode 100644 index 0000000..35681fe Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png b/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png new file mode 100644 index 0000000..32a4623 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_left.png b/journeymap/icon/theme/flat/minimap/square/pur_left.png new file mode 100644 index 0000000..a0c8071 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_left.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_right.png b/journeymap/icon/theme/flat/minimap/square/pur_right.png new file mode 100644 index 0000000..2437731 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_right.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_top.png b/journeymap/icon/theme/flat/minimap/square/pur_top.png new file mode 100644 index 0000000..01d3f35 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_top.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_topleft.png b/journeymap/icon/theme/flat/minimap/square/pur_topleft.png new file mode 100644 index 0000000..21acb44 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_topleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_topright.png b/journeymap/icon/theme/flat/minimap/square/pur_topright.png new file mode 100644 index 0000000..635bf91 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_topright.png differ diff --git a/mods/AdvancementPlaques-1.20.1-forge-1.4.10.jar b/mods/AdvancementPlaques-1.20.1-forge-1.4.10.jar new file mode 100644 index 0000000..157fa04 Binary files /dev/null and b/mods/AdvancementPlaques-1.20.1-forge-1.4.10.jar differ diff --git a/mods/AmbientSounds_FORGE_v5.3.9_mc1.20.1.jar b/mods/AmbientSounds_FORGE_v5.3.9_mc1.20.1.jar new file mode 100644 index 0000000..cd57094 Binary files /dev/null and b/mods/AmbientSounds_FORGE_v5.3.9_mc1.20.1.jar differ diff --git a/mods/AnimaticaReforged-1.20.1-0.1.3.jar b/mods/AnimaticaReforged-1.20.1-0.1.3.jar new file mode 100644 index 0000000..06447de Binary files /dev/null and b/mods/AnimaticaReforged-1.20.1-0.1.3.jar differ diff --git a/mods/ArmorStatues-v8.0.5-1.20.1-Forge.jar b/mods/ArmorStatues-v8.0.5-1.20.1-Forge.jar new file mode 100644 index 0000000..d0493a3 Binary files /dev/null and b/mods/ArmorStatues-v8.0.5-1.20.1-Forge.jar differ diff --git a/mods/BetterF3-7.0.2-Forge-1.20.1.jar b/mods/BetterF3-7.0.2-Forge-1.20.1.jar new file mode 100644 index 0000000..80a08cd Binary files /dev/null and b/mods/BetterF3-7.0.2-Forge-1.20.1.jar differ diff --git a/mods/BetterThirdPerson-Forge-1.20-1.9.0.jar b/mods/BetterThirdPerson-Forge-1.20-1.9.0.jar new file mode 100644 index 0000000..44a88da Binary files /dev/null and b/mods/BetterThirdPerson-Forge-1.20-1.9.0.jar differ diff --git a/mods/Bookshelf-Forge-1.20.1-20.1.9.jar b/mods/Bookshelf-Forge-1.20.1-20.1.9.jar new file mode 100644 index 0000000..bfdd58f Binary files /dev/null and b/mods/Bookshelf-Forge-1.20.1-20.1.9.jar differ diff --git a/mods/ChatImpressiveAnimation-forge-1.0+mc1.20.x.jar b/mods/ChatImpressiveAnimation-forge-1.0+mc1.20.x.jar new file mode 100644 index 0000000..e4e4799 Binary files /dev/null and b/mods/ChatImpressiveAnimation-forge-1.0+mc1.20.x.jar differ diff --git a/mods/Chimes-v2.0.1-1.20.1.jar b/mods/Chimes-v2.0.1-1.20.1.jar new file mode 100644 index 0000000..de84a2a Binary files /dev/null and b/mods/Chimes-v2.0.1-1.20.1.jar differ diff --git a/mods/ClearDespawn-forge-1.20.2-1.1.15.jar b/mods/ClearDespawn-forge-1.20.2-1.1.15.jar new file mode 100644 index 0000000..60fa54a Binary files /dev/null and b/mods/ClearDespawn-forge-1.20.2-1.1.15.jar differ diff --git a/mods/Clumps-forge-1.20.1-12.0.0.3.jar b/mods/Clumps-forge-1.20.1-12.0.0.3.jar new file mode 100644 index 0000000..ee5098a Binary files /dev/null and b/mods/Clumps-forge-1.20.1-12.0.0.3.jar differ diff --git a/mods/Cobblemon-forge-1.4.1+1.20.1.jar b/mods/Cobblemon-forge-1.4.1+1.20.1.jar new file mode 100644 index 0000000..e82ad88 Binary files /dev/null and b/mods/Cobblemon-forge-1.4.1+1.20.1.jar differ diff --git a/mods/CombatNouveau-v8.0.5-1.20.1-Forge.jar b/mods/CombatNouveau-v8.0.5-1.20.1-Forge.jar new file mode 100644 index 0000000..50ecaee Binary files /dev/null and b/mods/CombatNouveau-v8.0.5-1.20.1-Forge.jar differ diff --git a/mods/Connectible Chains-forge-1.20.1-1.0.0.jar b/mods/Connectible Chains-forge-1.20.1-1.0.0.jar new file mode 100644 index 0000000..0b94ae8 Binary files /dev/null and b/mods/Connectible Chains-forge-1.20.1-1.0.0.jar differ diff --git a/mods/CreativeCore_FORGE_v2.11.25_mc1.20.1.jar b/mods/CreativeCore_FORGE_v2.11.25_mc1.20.1.jar new file mode 100644 index 0000000..d89e22e Binary files /dev/null and b/mods/CreativeCore_FORGE_v2.11.25_mc1.20.1.jar differ diff --git a/mods/CustomPlayerModels-1.20-0.6.15a.jar b/mods/CustomPlayerModels-1.20-0.6.15a.jar new file mode 100644 index 0000000..b3f4758 Binary files /dev/null and b/mods/CustomPlayerModels-1.20-0.6.15a.jar differ diff --git a/mods/DamageVignette-2.0.2-forge+mc1.20.jar b/mods/DamageVignette-2.0.2-forge+mc1.20.jar new file mode 100644 index 0000000..de53dee Binary files /dev/null and b/mods/DamageVignette-2.0.2-forge+mc1.20.jar differ diff --git a/mods/Dragon-Katana-Forge-1.20.1.jar b/mods/Dragon-Katana-Forge-1.20.1.jar new file mode 100644 index 0000000..1e2aa86 Binary files /dev/null and b/mods/Dragon-Katana-Forge-1.20.1.jar differ diff --git a/mods/DynamicTrees-1.20.1-1.3.0-BETA2.jar b/mods/DynamicTrees-1.20.1-1.3.0-BETA2.jar new file mode 100644 index 0000000..83a37e9 Binary files /dev/null and b/mods/DynamicTrees-1.20.1-1.3.0-BETA2.jar differ diff --git a/mods/EasyAnvils-v8.0.2-1.20.1-Forge.jar b/mods/EasyAnvils-v8.0.2-1.20.1-Forge.jar new file mode 100644 index 0000000..e4e5a4c Binary files /dev/null and b/mods/EasyAnvils-v8.0.2-1.20.1-Forge.jar differ diff --git a/mods/EasyMagic-v8.0.1-1.20.1-Forge.jar b/mods/EasyMagic-v8.0.1-1.20.1-Forge.jar new file mode 100644 index 0000000..722180e Binary files /dev/null and b/mods/EasyMagic-v8.0.1-1.20.1-Forge.jar differ diff --git a/mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar b/mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar new file mode 100644 index 0000000..afea9c6 Binary files /dev/null and b/mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar differ diff --git a/mods/Fallingleaves-1.20.1-2.1.0.jar b/mods/Fallingleaves-1.20.1-2.1.0.jar new file mode 100644 index 0000000..1ec015e Binary files /dev/null and b/mods/Fallingleaves-1.20.1-2.1.0.jar differ diff --git a/mods/FriendlyFire-Forge-1.20.1-18.0.6.jar b/mods/FriendlyFire-Forge-1.20.1-18.0.6.jar new file mode 100644 index 0000000..19e9266 Binary files /dev/null and b/mods/FriendlyFire-Forge-1.20.1-18.0.6.jar differ diff --git a/mods/From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar b/mods/From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar new file mode 100644 index 0000000..bfd5975 Binary files /dev/null and b/mods/From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar differ diff --git a/mods/Highlighter-1.20.1-forge-1.1.9.jar b/mods/Highlighter-1.20.1-forge-1.1.9.jar new file mode 100644 index 0000000..a1c5434 Binary files /dev/null and b/mods/Highlighter-1.20.1-forge-1.1.9.jar differ diff --git a/mods/Iceberg-1.20.1-forge-1.1.21.jar b/mods/Iceberg-1.20.1-forge-1.1.21.jar new file mode 100644 index 0000000..a6a5cf1 Binary files /dev/null and b/mods/Iceberg-1.20.1-forge-1.1.21.jar differ diff --git a/mods/Incendium_1.20.4_v5.3.4.jar b/mods/Incendium_1.20.4_v5.3.4.jar new file mode 100644 index 0000000..1564352 Binary files /dev/null and b/mods/Incendium_1.20.4_v5.3.4.jar differ diff --git a/mods/ItemBorders-1.20.1-forge-1.2.1.jar b/mods/ItemBorders-1.20.1-forge-1.2.1.jar new file mode 100644 index 0000000..7918033 Binary files /dev/null and b/mods/ItemBorders-1.20.1-forge-1.2.1.jar differ diff --git a/mods/L_Enders_Cataclysm-1.90 -1.20.1.jar b/mods/L_Enders_Cataclysm-1.90 -1.20.1.jar new file mode 100644 index 0000000..0958eda Binary files /dev/null and b/mods/L_Enders_Cataclysm-1.90 -1.20.1.jar differ diff --git a/mods/LegendaryTooltips-1.20.1-forge-1.4.5.jar b/mods/LegendaryTooltips-1.20.1-forge-1.4.5.jar new file mode 100644 index 0000000..4196063 Binary files /dev/null and b/mods/LegendaryTooltips-1.20.1-forge-1.4.5.jar differ diff --git a/mods/MouseTweaks-forge-mc1.20-2.25.jar b/mods/MouseTweaks-forge-mc1.20-2.25.jar new file mode 100644 index 0000000..6858701 Binary files /dev/null and b/mods/MouseTweaks-forge-mc1.20-2.25.jar differ diff --git a/mods/Paraglider-forge-20.1.3.jar b/mods/Paraglider-forge-20.1.3.jar new file mode 100644 index 0000000..aa617c3 Binary files /dev/null and b/mods/Paraglider-forge-20.1.3.jar differ diff --git a/mods/PlayerRevive_FORGE_v2.0.24_mc1.20.1.jar b/mods/PlayerRevive_FORGE_v2.0.24_mc1.20.1.jar new file mode 100644 index 0000000..1128cc8 Binary files /dev/null and b/mods/PlayerRevive_FORGE_v2.0.24_mc1.20.1.jar differ diff --git a/mods/Prism-1.20.1-forge-1.0.5.jar b/mods/Prism-1.20.1-forge-1.0.5.jar new file mode 100644 index 0000000..225ffe5 Binary files /dev/null and b/mods/Prism-1.20.1-forge-1.0.5.jar differ diff --git a/mods/PuzzlesLib-v8.1.18-1.20.1-Forge.jar b/mods/PuzzlesLib-v8.1.18-1.20.1-Forge.jar new file mode 100644 index 0000000..b7912d9 Binary files /dev/null and b/mods/PuzzlesLib-v8.1.18-1.20.1-Forge.jar differ diff --git a/mods/SneakyCurses-v8.0.2-1.20.1-Forge.jar b/mods/SneakyCurses-v8.0.2-1.20.1-Forge.jar new file mode 100644 index 0000000..df16bde Binary files /dev/null and b/mods/SneakyCurses-v8.0.2-1.20.1-Forge.jar differ diff --git a/mods/Terralith_1.20.4_v2.4.11.jar b/mods/Terralith_1.20.4_v2.4.11.jar new file mode 100644 index 0000000..caa3f5c Binary files /dev/null and b/mods/Terralith_1.20.4_v2.4.11.jar differ diff --git a/mods/VisualWorkbench-v8.0.0-1.20.1-Forge.jar b/mods/VisualWorkbench-v8.0.0-1.20.1-Forge.jar new file mode 100644 index 0000000..23dbbe9 Binary files /dev/null and b/mods/VisualWorkbench-v8.0.0-1.20.1-Forge.jar differ diff --git a/mods/WorldEditCUI-1.20+01.jar b/mods/WorldEditCUI-1.20+01.jar new file mode 100644 index 0000000..1b40995 Binary files /dev/null and b/mods/WorldEditCUI-1.20+01.jar differ diff --git a/mods/YungsApi-1.20-Forge-4.0.4.jar b/mods/YungsApi-1.20-Forge-4.0.4.jar new file mode 100644 index 0000000..c7f2f05 Binary files /dev/null and b/mods/YungsApi-1.20-Forge-4.0.4.jar differ diff --git a/mods/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar b/mods/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar new file mode 100644 index 0000000..d84db8a Binary files /dev/null and b/mods/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar differ diff --git a/mods/YungsBetterDungeons-1.20-Forge-4.0.3.jar b/mods/YungsBetterDungeons-1.20-Forge-4.0.3.jar new file mode 100644 index 0000000..76b13eb Binary files /dev/null and b/mods/YungsBetterDungeons-1.20-Forge-4.0.3.jar differ diff --git a/mods/YungsBetterEndIsland-1.20-Forge-2.0.6.jar b/mods/YungsBetterEndIsland-1.20-Forge-2.0.6.jar new file mode 100644 index 0000000..63a999b Binary files /dev/null and b/mods/YungsBetterEndIsland-1.20-Forge-2.0.6.jar differ diff --git a/mods/YungsBetterJungleTemples-1.20-Forge-2.0.4.jar b/mods/YungsBetterJungleTemples-1.20-Forge-2.0.4.jar new file mode 100644 index 0000000..0b352dc Binary files /dev/null and b/mods/YungsBetterJungleTemples-1.20-Forge-2.0.4.jar differ diff --git a/mods/YungsBetterMineshafts-1.20-Forge-4.0.4.jar b/mods/YungsBetterMineshafts-1.20-Forge-4.0.4.jar new file mode 100644 index 0000000..aff8b3c Binary files /dev/null and b/mods/YungsBetterMineshafts-1.20-Forge-4.0.4.jar differ diff --git a/mods/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar b/mods/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar new file mode 100644 index 0000000..6b0bf45 Binary files /dev/null and b/mods/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar differ diff --git a/mods/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar b/mods/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar new file mode 100644 index 0000000..fa7b4ba Binary files /dev/null and b/mods/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar differ diff --git a/mods/YungsBetterStrongholds-1.20-Forge-4.0.3.jar b/mods/YungsBetterStrongholds-1.20-Forge-4.0.3.jar new file mode 100644 index 0000000..4bfbfe5 Binary files /dev/null and b/mods/YungsBetterStrongholds-1.20-Forge-4.0.3.jar differ diff --git a/mods/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar b/mods/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar new file mode 100644 index 0000000..9260efd Binary files /dev/null and b/mods/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar differ diff --git a/mods/YungsBridges-1.20-Forge-4.0.3.jar b/mods/YungsBridges-1.20-Forge-4.0.3.jar new file mode 100644 index 0000000..f1fa4b3 Binary files /dev/null and b/mods/YungsBridges-1.20-Forge-4.0.3.jar differ diff --git a/mods/YungsExtras-1.20-Forge-4.0.3.jar b/mods/YungsExtras-1.20-Forge-4.0.3.jar new file mode 100644 index 0000000..27a17e5 Binary files /dev/null and b/mods/YungsExtras-1.20-Forge-4.0.3.jar differ diff --git a/mods/YungsMenuTweaks-1.20.1-Forge-1.0.2.jar b/mods/YungsMenuTweaks-1.20.1-Forge-1.0.2.jar new file mode 100644 index 0000000..c22deb3 Binary files /dev/null and b/mods/YungsMenuTweaks-1.20.1-Forge-1.0.2.jar differ diff --git a/mods/[1.20.1] SecurityCraft v1.9.9.jar b/mods/[1.20.1] SecurityCraft v1.9.9.jar new file mode 100644 index 0000000..5644262 Binary files /dev/null and b/mods/[1.20.1] SecurityCraft v1.9.9.jar differ diff --git a/mods/amendments-1.20-1.1.11.jar b/mods/amendments-1.20-1.1.11.jar new file mode 100644 index 0000000..c316040 Binary files /dev/null and b/mods/amendments-1.20-1.1.11.jar differ diff --git a/mods/appleskin-forge-mc1.20.1-2.5.1.jar b/mods/appleskin-forge-mc1.20.1-2.5.1.jar new file mode 100644 index 0000000..a6907b2 Binary files /dev/null and b/mods/appleskin-forge-mc1.20.1-2.5.1.jar differ diff --git a/mods/architectury-9.2.14-forge.jar b/mods/architectury-9.2.14-forge.jar new file mode 100644 index 0000000..d02a8ba Binary files /dev/null and b/mods/architectury-9.2.14-forge.jar differ diff --git a/mods/azurelib-neo-1.20.1-2.0.20.jar b/mods/azurelib-neo-1.20.1-2.0.20.jar new file mode 100644 index 0000000..c8124ad Binary files /dev/null and b/mods/azurelib-neo-1.20.1-2.0.20.jar differ diff --git a/mods/badpackets-forge-0.4.3.jar b/mods/badpackets-forge-0.4.3.jar new file mode 100644 index 0000000..3c164ec Binary files /dev/null and b/mods/badpackets-forge-0.4.3.jar differ diff --git a/mods/balm-forge-1.20.1-7.2.2.jar b/mods/balm-forge-1.20.1-7.2.2.jar new file mode 100644 index 0000000..c3956a8 Binary files /dev/null and b/mods/balm-forge-1.20.1-7.2.2.jar differ diff --git a/mods/bettercombat-forge-1.8.4+1.20.1.jar b/mods/bettercombat-forge-1.8.4+1.20.1.jar new file mode 100644 index 0000000..f65c714 Binary files /dev/null and b/mods/bettercombat-forge-1.8.4+1.20.1.jar differ diff --git a/mods/blur-forge-3.1.1.jar b/mods/blur-forge-3.1.1.jar new file mode 100644 index 0000000..c0cb6df Binary files /dev/null and b/mods/blur-forge-3.1.1.jar differ diff --git a/mods/bushierflowers-0.0.3-1.20.1.jar b/mods/bushierflowers-0.0.3-1.20.1.jar new file mode 100644 index 0000000..9178272 Binary files /dev/null and b/mods/bushierflowers-0.0.3-1.20.1.jar differ diff --git a/mods/caelus-forge-3.1.0+1.20.jar b/mods/caelus-forge-3.1.0+1.20.jar new file mode 100644 index 0000000..f5a7eeb Binary files /dev/null and b/mods/caelus-forge-3.1.0+1.20.jar differ diff --git a/mods/cave_dweller-1.20.1-1.7.0.jar b/mods/cave_dweller-1.20.1-1.7.0.jar new file mode 100644 index 0000000..597ecf1 Binary files /dev/null and b/mods/cave_dweller-1.20.1-1.7.0.jar differ diff --git a/mods/cavedust-2.0.4-1.20.1-forge.jar b/mods/cavedust-2.0.4-1.20.1-forge.jar new file mode 100644 index 0000000..59e3164 Binary files /dev/null and b/mods/cavedust-2.0.4-1.20.1-forge.jar differ diff --git a/mods/chat_heads-0.10.32-forge-1.20.jar b/mods/chat_heads-0.10.32-forge-1.20.jar new file mode 100644 index 0000000..fb55f88 Binary files /dev/null and b/mods/chat_heads-0.10.32-forge-1.20.jar differ diff --git a/mods/chococraft-1.20.1-forge-0.9.11.jar b/mods/chococraft-1.20.1-forge-0.9.11.jar new file mode 100644 index 0000000..842c34c Binary files /dev/null and b/mods/chococraft-1.20.1-forge-0.9.11.jar differ diff --git a/mods/citadel-2.5.4-1.20.1.jar b/mods/citadel-2.5.4-1.20.1.jar new file mode 100644 index 0000000..6716bdf Binary files /dev/null and b/mods/citadel-2.5.4-1.20.1.jar differ diff --git a/mods/cloth-config-11.1.118-forge.jar b/mods/cloth-config-11.1.118-forge.jar new file mode 100644 index 0000000..9bba124 Binary files /dev/null and b/mods/cloth-config-11.1.118-forge.jar differ diff --git a/mods/collective-1.20.1-7.40.jar b/mods/collective-1.20.1-7.40.jar new file mode 100644 index 0000000..1e34746 Binary files /dev/null and b/mods/collective-1.20.1-7.40.jar differ diff --git a/mods/combatroll-forge-1.3.1+1.20.1.jar b/mods/combatroll-forge-1.3.1+1.20.1.jar new file mode 100644 index 0000000..3d529c0 Binary files /dev/null and b/mods/combatroll-forge-1.3.1+1.20.1.jar differ diff --git a/mods/connectedglass-1.1.11-forge-mc1.20.1.jar b/mods/connectedglass-1.1.11-forge-mc1.20.1.jar new file mode 100644 index 0000000..03f0869 Binary files /dev/null and b/mods/connectedglass-1.1.11-forge-mc1.20.1.jar differ diff --git a/mods/coroutil-forge-1.20.1-1.3.7.jar b/mods/coroutil-forge-1.20.1-1.3.7.jar new file mode 100644 index 0000000..ba8e84f Binary files /dev/null and b/mods/coroutil-forge-1.20.1-1.3.7.jar differ diff --git a/mods/corpse-forge-1.20.1-1.0.12.jar b/mods/corpse-forge-1.20.1-1.0.12.jar new file mode 100644 index 0000000..91c5788 Binary files /dev/null and b/mods/corpse-forge-1.20.1-1.0.12.jar differ diff --git a/mods/crawlondemand-1.20.x-1.0.0.jar b/mods/crawlondemand-1.20.x-1.0.0.jar new file mode 100644 index 0000000..8bb620f Binary files /dev/null and b/mods/crawlondemand-1.20.x-1.0.0.jar differ diff --git a/mods/create-1.20.1-0.5.1.f.jar b/mods/create-1.20.1-0.5.1.f.jar new file mode 100644 index 0000000..3e129b6 Binary files /dev/null and b/mods/create-1.20.1-0.5.1.f.jar differ diff --git a/mods/createdeco-2.0.1-1.20.1-forge.jar b/mods/createdeco-2.0.1-1.20.1-forge.jar new file mode 100644 index 0000000..0bc22ca Binary files /dev/null and b/mods/createdeco-2.0.1-1.20.1-forge.jar differ diff --git a/mods/creeperoverhaul-3.0.2-forge.jar b/mods/creeperoverhaul-3.0.2-forge.jar new file mode 100644 index 0000000..273ddb1 Binary files /dev/null and b/mods/creeperoverhaul-3.0.2-forge.jar differ diff --git a/mods/curios-forge-5.7.2+1.20.1.jar b/mods/curios-forge-5.7.2+1.20.1.jar new file mode 100644 index 0000000..d4d9648 Binary files /dev/null and b/mods/curios-forge-5.7.2+1.20.1.jar differ diff --git a/mods/deeperdarker-forge-1.20.1-1.2.1.jar b/mods/deeperdarker-forge-1.20.1-1.2.1.jar new file mode 100644 index 0000000..e1f9528 Binary files /dev/null and b/mods/deeperdarker-forge-1.20.1-1.2.1.jar differ diff --git a/mods/doubledoors-1.20.1-5.4.jar b/mods/doubledoors-1.20.1-5.4.jar new file mode 100644 index 0000000..0789090 Binary files /dev/null and b/mods/doubledoors-1.20.1-5.4.jar differ diff --git a/mods/drippyloadingscreen_forge_3.0.1_MC_1.20.1.jar b/mods/drippyloadingscreen_forge_3.0.1_MC_1.20.1.jar new file mode 100644 index 0000000..40d35c4 Binary files /dev/null and b/mods/drippyloadingscreen_forge_3.0.1_MC_1.20.1.jar differ diff --git a/mods/durabilitytooltip-1.1.5-forge-mc1.20.jar b/mods/durabilitytooltip-1.1.5-forge-mc1.20.jar new file mode 100644 index 0000000..5067cb0 Binary files /dev/null and b/mods/durabilitytooltip-1.1.5-forge-mc1.20.jar differ diff --git a/mods/dynamic-fps-3.4.2+minecraft-1.20.4-forge.jar b/mods/dynamic-fps-3.4.2+minecraft-1.20.4-forge.jar new file mode 100644 index 0000000..fdc0bd4 Binary files /dev/null and b/mods/dynamic-fps-3.4.2+minecraft-1.20.4-forge.jar differ diff --git a/mods/dynamiccrosshair-7.4.4+1.20-forge.jar b/mods/dynamiccrosshair-7.4.4+1.20-forge.jar new file mode 100644 index 0000000..db5776a Binary files /dev/null and b/mods/dynamiccrosshair-7.4.4+1.20-forge.jar differ diff --git a/mods/elytraslot-forge-6.3.0+1.20.1.jar b/mods/elytraslot-forge-6.3.0+1.20.1.jar new file mode 100644 index 0000000..9fce587 Binary files /dev/null and b/mods/elytraslot-forge-6.3.0+1.20.1.jar differ diff --git a/mods/embeddium-0.3.11+mc1.20.1.jar b/mods/embeddium-0.3.11+mc1.20.1.jar new file mode 100644 index 0000000..ebea773 Binary files /dev/null and b/mods/embeddium-0.3.11+mc1.20.1.jar differ diff --git a/mods/endermanoverhaul-forge-1.20.1-1.0.4.jar b/mods/endermanoverhaul-forge-1.20.1-1.0.4.jar new file mode 100644 index 0000000..06ebcf2 Binary files /dev/null and b/mods/endermanoverhaul-forge-1.20.1-1.0.4.jar differ diff --git a/mods/entity_model_features_forge_1.20.1-1.3.jar b/mods/entity_model_features_forge_1.20.1-1.3.jar new file mode 100644 index 0000000..cfa97ca Binary files /dev/null and b/mods/entity_model_features_forge_1.20.1-1.3.jar differ diff --git a/mods/entity_texture_features_forge_1.20.1-5.2.3.jar b/mods/entity_texture_features_forge_1.20.1-5.2.3.jar new file mode 100644 index 0000000..b2965d9 Binary files /dev/null and b/mods/entity_texture_features_forge_1.20.1-5.2.3.jar differ diff --git a/mods/entityculling-forge-1.6.2-mc1.20.1.jar b/mods/entityculling-forge-1.6.2-mc1.20.1.jar new file mode 100644 index 0000000..4d966aa Binary files /dev/null and b/mods/entityculling-forge-1.6.2-mc1.20.1.jar differ diff --git a/mods/epicsamurai-0.0.42-1.20.1-neo.jar b/mods/epicsamurai-0.0.42-1.20.1-neo.jar new file mode 100644 index 0000000..07ff58f Binary files /dev/null and b/mods/epicsamurai-0.0.42-1.20.1-neo.jar differ diff --git a/mods/exposure-1.20.1-1.4.1-forge.jar b/mods/exposure-1.20.1-1.4.1-forge.jar new file mode 100644 index 0000000..3f15199 Binary files /dev/null and b/mods/exposure-1.20.1-1.4.1-forge.jar differ diff --git a/mods/fancymenu_forge_3.1.2_MC_1.20.1.jar b/mods/fancymenu_forge_3.1.2_MC_1.20.1.jar new file mode 100644 index 0000000..68e92d8 Binary files /dev/null and b/mods/fancymenu_forge_3.1.2_MC_1.20.1.jar differ diff --git a/mods/ferritecore-6.0.1-forge.jar b/mods/ferritecore-6.0.1-forge.jar new file mode 100644 index 0000000..340ebab Binary files /dev/null and b/mods/ferritecore-6.0.1-forge.jar differ diff --git a/mods/fusion-1.1.1-forge-mc1.20.1.jar b/mods/fusion-1.1.1-forge-mc1.20.1.jar new file mode 100644 index 0000000..0c2301f Binary files /dev/null and b/mods/fusion-1.1.1-forge-mc1.20.1.jar differ diff --git a/mods/geckolib-forge-1.20.1-4.4.4.jar b/mods/geckolib-forge-1.20.1-4.4.4.jar new file mode 100644 index 0000000..5b16ed7 Binary files /dev/null and b/mods/geckolib-forge-1.20.1-4.4.4.jar differ diff --git a/mods/gottschcore-1.20.1-2.1.0.jar b/mods/gottschcore-1.20.1-2.1.0.jar new file mode 100644 index 0000000..a73e4bf Binary files /dev/null and b/mods/gottschcore-1.20.1-2.1.0.jar differ diff --git a/mods/handcrafted-forge-1.20.1-3.0.6.jar b/mods/handcrafted-forge-1.20.1-3.0.6.jar new file mode 100644 index 0000000..0bb3959 Binary files /dev/null and b/mods/handcrafted-forge-1.20.1-3.0.6.jar differ diff --git a/mods/immersive_paintings-0.6.7+1.20.1-forge.jar b/mods/immersive_paintings-0.6.7+1.20.1-forge.jar new file mode 100644 index 0000000..a82f852 Binary files /dev/null and b/mods/immersive_paintings-0.6.7+1.20.1-forge.jar differ diff --git a/mods/infinitybuttons-1.20.1-4.0.2.jar b/mods/infinitybuttons-1.20.1-4.0.2.jar new file mode 100644 index 0000000..2e0fa8e Binary files /dev/null and b/mods/infinitybuttons-1.20.1-4.0.2.jar differ diff --git a/mods/jei-1.20.1-forge-15.3.0.4.jar b/mods/jei-1.20.1-forge-15.3.0.4.jar new file mode 100644 index 0000000..fa78bff Binary files /dev/null and b/mods/jei-1.20.1-forge-15.3.0.4.jar differ diff --git a/mods/journeymap-1.20.1-5.9.20-forge.jar b/mods/journeymap-1.20.1-5.9.20-forge.jar new file mode 100644 index 0000000..b975427 Binary files /dev/null and b/mods/journeymap-1.20.1-5.9.20-forge.jar differ diff --git a/mods/konkrete_forge_1.8.0_MC_1.20-1.20.1.jar b/mods/konkrete_forge_1.8.0_MC_1.20-1.20.1.jar new file mode 100644 index 0000000..ed1d70f Binary files /dev/null and b/mods/konkrete_forge_1.8.0_MC_1.20-1.20.1.jar differ diff --git a/mods/kotlinforforge-4.10.0-all.jar b/mods/kotlinforforge-4.10.0-all.jar new file mode 100644 index 0000000..e8600a8 Binary files /dev/null and b/mods/kotlinforforge-4.10.0-all.jar differ diff --git a/mods/laserbridges-1.20.1-2-forge.jar b/mods/laserbridges-1.20.1-2-forge.jar new file mode 100644 index 0000000..8ff6858 Binary files /dev/null and b/mods/laserbridges-1.20.1-2-forge.jar differ diff --git a/mods/mavapi-1.1.3-mc1.20.1.jar b/mods/mavapi-1.1.3-mc1.20.1.jar new file mode 100644 index 0000000..3bcb340 Binary files /dev/null and b/mods/mavapi-1.1.3-mc1.20.1.jar differ diff --git a/mods/mavm-1.2.4-mc1.20.jar b/mods/mavm-1.2.4-mc1.20.jar new file mode 100644 index 0000000..8e64158 Binary files /dev/null and b/mods/mavm-1.2.4-mc1.20.jar differ diff --git a/mods/mcw-bridges-2.1.0-mc1.20.1forge.jar b/mods/mcw-bridges-2.1.0-mc1.20.1forge.jar new file mode 100644 index 0000000..932b85e Binary files /dev/null and b/mods/mcw-bridges-2.1.0-mc1.20.1forge.jar differ diff --git a/mods/mcw-doors-1.1.0forge-mc1.20.1.jar b/mods/mcw-doors-1.1.0forge-mc1.20.1.jar new file mode 100644 index 0000000..e8f00f2 Binary files /dev/null and b/mods/mcw-doors-1.1.0forge-mc1.20.1.jar differ diff --git a/mods/mcw-fences-1.1.1-mc1.20.1forge.jar b/mods/mcw-fences-1.1.1-mc1.20.1forge.jar new file mode 100644 index 0000000..92d1384 Binary files /dev/null and b/mods/mcw-fences-1.1.1-mc1.20.1forge.jar differ diff --git a/mods/mcw-furniture-3.2.2-mc1.20.1forge.jar b/mods/mcw-furniture-3.2.2-mc1.20.1forge.jar new file mode 100644 index 0000000..2ae655f Binary files /dev/null and b/mods/mcw-furniture-3.2.2-mc1.20.1forge.jar differ diff --git a/mods/mcw-lights-1.0.6-mc1.20.1forge.jar b/mods/mcw-lights-1.0.6-mc1.20.1forge.jar new file mode 100644 index 0000000..8c485d0 Binary files /dev/null and b/mods/mcw-lights-1.0.6-mc1.20.1forge.jar differ diff --git a/mods/mcw-trapdoors-1.1.2-mc1.20.1forge.jar b/mods/mcw-trapdoors-1.1.2-mc1.20.1forge.jar new file mode 100644 index 0000000..4901af5 Binary files /dev/null and b/mods/mcw-trapdoors-1.1.2-mc1.20.1forge.jar differ diff --git a/mods/mcw-windows-2.2.1-mc1.20.1forge.jar b/mods/mcw-windows-2.2.1-mc1.20.1forge.jar new file mode 100644 index 0000000..d0acc86 Binary files /dev/null and b/mods/mcw-windows-2.2.1-mc1.20.1forge.jar differ diff --git a/mods/melody_forge_1.0.3_MC_1.20.1-1.20.4.jar b/mods/melody_forge_1.0.3_MC_1.20.1-1.20.4.jar new file mode 100644 index 0000000..0c4738d Binary files /dev/null and b/mods/melody_forge_1.0.3_MC_1.20.1-1.20.4.jar differ diff --git a/mods/memoryleakfix-forge-1.17+-1.1.5.jar b/mods/memoryleakfix-forge-1.17+-1.1.5.jar new file mode 100644 index 0000000..dd7b806 Binary files /dev/null and b/mods/memoryleakfix-forge-1.17+-1.1.5.jar differ diff --git a/mods/midnightlib-forge-1.4.2.jar b/mods/midnightlib-forge-1.4.2.jar new file mode 100644 index 0000000..32ecfd0 Binary files /dev/null and b/mods/midnightlib-forge-1.4.2.jar differ diff --git a/mods/moonlight-1.20-2.11.9-forge.jar b/mods/moonlight-1.20-2.11.9-forge.jar new file mode 100644 index 0000000..a19ed38 Binary files /dev/null and b/mods/moonlight-1.20-2.11.9-forge.jar differ diff --git a/mods/moremobvariants-forge+1.20-1.2.2.jar b/mods/moremobvariants-forge+1.20-1.2.2.jar new file mode 100644 index 0000000..978b94f Binary files /dev/null and b/mods/moremobvariants-forge+1.20-1.2.2.jar differ diff --git a/mods/naturalist-forge-4.0.3-1.20.1.jar b/mods/naturalist-forge-4.0.3-1.20.1.jar new file mode 100644 index 0000000..cf408f9 Binary files /dev/null and b/mods/naturalist-forge-4.0.3-1.20.1.jar differ diff --git a/mods/naturallychargedcreepers-1.20.1-3.4.jar b/mods/naturallychargedcreepers-1.20.1-3.4.jar new file mode 100644 index 0000000..07ca7a1 Binary files /dev/null and b/mods/naturallychargedcreepers-1.20.1-3.4.jar differ diff --git a/mods/netherportalfix-forge-1.20-13.0.1.jar b/mods/netherportalfix-forge-1.20-13.0.1.jar new file mode 100644 index 0000000..70a2446 Binary files /dev/null and b/mods/netherportalfix-forge-1.20-13.0.1.jar differ diff --git a/mods/nightlights-1.20.1-1.1.jar b/mods/nightlights-1.20.1-1.1.jar new file mode 100644 index 0000000..8799dd1 Binary files /dev/null and b/mods/nightlights-1.20.1-1.1.jar differ diff --git a/mods/notenoughanimations-forge-1.7.1-mc1.20.1.jar b/mods/notenoughanimations-forge-1.7.1-mc1.20.1.jar new file mode 100644 index 0000000..779ce07 Binary files /dev/null and b/mods/notenoughanimations-forge-1.7.1-mc1.20.1.jar differ diff --git a/mods/oculus-mc1.20.1-1.6.15a.jar b/mods/oculus-mc1.20.1-1.6.15a.jar new file mode 100644 index 0000000..2ba99f7 Binary files /dev/null and b/mods/oculus-mc1.20.1-1.6.15a.jar differ diff --git a/mods/panorama_screens-1.0+forge+mc1.20.jar b/mods/panorama_screens-1.0+forge+mc1.20.jar new file mode 100644 index 0000000..e4d59bd Binary files /dev/null and b/mods/panorama_screens-1.0+forge+mc1.20.jar differ diff --git a/mods/physics-mod-pro-v167d-forge-1.20.1.jar b/mods/physics-mod-pro-v167d-forge-1.20.1.jar new file mode 100644 index 0000000..8bcdd67 Binary files /dev/null and b/mods/physics-mod-pro-v167d-forge-1.20.1.jar differ diff --git a/mods/player-animation-lib-forge-1.0.2-rc1+1.20.jar b/mods/player-animation-lib-forge-1.0.2-rc1+1.20.jar new file mode 100644 index 0000000..d9a8935 Binary files /dev/null and b/mods/player-animation-lib-forge-1.0.2-rc1+1.20.jar differ diff --git a/mods/plushies-1.4.0-forge.jar b/mods/plushies-1.4.0-forge.jar new file mode 100644 index 0000000..63550fa Binary files /dev/null and b/mods/plushies-1.4.0-forge.jar differ diff --git a/mods/potacore-0.2.8-universal.jar b/mods/potacore-0.2.8-universal.jar new file mode 100644 index 0000000..b6d506d Binary files /dev/null and b/mods/potacore-0.2.8-universal.jar differ diff --git a/mods/reap-forge-1.20.1-1.1.0.jar b/mods/reap-forge-1.20.1-1.1.0.jar new file mode 100644 index 0000000..d2cc4c2 Binary files /dev/null and b/mods/reap-forge-1.20.1-1.1.0.jar differ diff --git a/mods/resourcefulconfig-forge-1.20.1-2.1.2.jar b/mods/resourcefulconfig-forge-1.20.1-2.1.2.jar new file mode 100644 index 0000000..5fb4fc1 Binary files /dev/null and b/mods/resourcefulconfig-forge-1.20.1-2.1.2.jar differ diff --git a/mods/resourcefullib-forge-1.20.1-2.1.24.jar b/mods/resourcefullib-forge-1.20.1-2.1.24.jar new file mode 100644 index 0000000..becd772 Binary files /dev/null and b/mods/resourcefullib-forge-1.20.1-2.1.24.jar differ diff --git a/mods/screenshot_viewer-1.2.1-forge-mc1.20.1.jar b/mods/screenshot_viewer-1.2.1-forge-mc1.20.1.jar new file mode 100644 index 0000000..6f67491 Binary files /dev/null and b/mods/screenshot_viewer-1.2.1-forge-mc1.20.1.jar differ diff --git a/mods/simplehats-forge-1.20.1-0.2.2.jar b/mods/simplehats-forge-1.20.1-0.2.2.jar new file mode 100644 index 0000000..54be6a8 Binary files /dev/null and b/mods/simplehats-forge-1.20.1-0.2.2.jar differ diff --git a/mods/skinlayers3d-forge-1.6.2-mc1.20.1.jar b/mods/skinlayers3d-forge-1.6.2-mc1.20.1.jar new file mode 100644 index 0000000..da84fad Binary files /dev/null and b/mods/skinlayers3d-forge-1.6.2-mc1.20.1.jar differ diff --git a/mods/spawnanimations-v1.9.4-mc1.17x-1.20x-mod.jar b/mods/spawnanimations-v1.9.4-mc1.17x-1.20x-mod.jar new file mode 100644 index 0000000..907cda7 Binary files /dev/null and b/mods/spawnanimations-v1.9.4-mc1.17x-1.20x-mod.jar differ diff --git a/mods/supermartijn642configlib-1.1.8-forge-mc1.20.jar b/mods/supermartijn642configlib-1.1.8-forge-mc1.20.jar new file mode 100644 index 0000000..afbcf5a Binary files /dev/null and b/mods/supermartijn642configlib-1.1.8-forge-mc1.20.jar differ diff --git a/mods/supermartijn642corelib-1.1.17-forge-mc1.20.1.jar b/mods/supermartijn642corelib-1.1.17-forge-mc1.20.1.jar new file mode 100644 index 0000000..ad951ca Binary files /dev/null and b/mods/supermartijn642corelib-1.1.17-forge-mc1.20.1.jar differ diff --git a/mods/supplementaries-1.20-2.8.7.jar b/mods/supplementaries-1.20-2.8.7.jar new file mode 100644 index 0000000..ad9f55b Binary files /dev/null and b/mods/supplementaries-1.20-2.8.7.jar differ diff --git a/mods/travelersbackpack-forge-1.20.1-9.1.13.jar b/mods/travelersbackpack-forge-1.20.1-9.1.13.jar new file mode 100644 index 0000000..7e91573 Binary files /dev/null and b/mods/travelersbackpack-forge-1.20.1-9.1.13.jar differ diff --git a/mods/treasure2-1.20.1-3.7.1.jar b/mods/treasure2-1.20.1-3.7.1.jar new file mode 100644 index 0000000..e925570 Binary files /dev/null and b/mods/treasure2-1.20.1-3.7.1.jar differ diff --git a/mods/twilightforest-1.20.1-4.3.2145-universal.jar b/mods/twilightforest-1.20.1-4.3.2145-universal.jar new file mode 100644 index 0000000..390b0d0 Binary files /dev/null and b/mods/twilightforest-1.20.1-4.3.2145-universal.jar differ diff --git a/mods/vivecraft-1.20.1-1.1.7-forge.jar b/mods/vivecraft-1.20.1-1.1.7-forge.jar new file mode 100644 index 0000000..1e802a2 Binary files /dev/null and b/mods/vivecraft-1.20.1-1.1.7-forge.jar differ diff --git a/mods/vivecraftcompat-1.20-1.3.3-all.jar b/mods/vivecraftcompat-1.20-1.3.3-all.jar new file mode 100644 index 0000000..c7822cd Binary files /dev/null and b/mods/vivecraftcompat-1.20-1.3.3-all.jar differ diff --git a/mods/vrapi-3.0.7-1.20.1-forge.jar b/mods/vrapi-3.0.7-1.20.1-forge.jar new file mode 100644 index 0000000..4d4874d Binary files /dev/null and b/mods/vrapi-3.0.7-1.20.1-forge.jar differ diff --git a/mods/watut-forge-1.20.1-1.1.0.jar b/mods/watut-forge-1.20.1-1.1.0.jar new file mode 100644 index 0000000..00aad13 Binary files /dev/null and b/mods/watut-forge-1.20.1-1.1.0.jar differ diff --git a/mods/waystones-forge-1.20-14.1.3.jar b/mods/waystones-forge-1.20-14.1.3.jar new file mode 100644 index 0000000..f683cf0 Binary files /dev/null and b/mods/waystones-forge-1.20-14.1.3.jar differ diff --git a/mods/witherstormmod-1.20.1-4.0.1.1.jar b/mods/witherstormmod-1.20.1-4.0.1.1.jar new file mode 100644 index 0000000..0a2394f Binary files /dev/null and b/mods/witherstormmod-1.20.1-4.0.1.1.jar differ diff --git a/mods/world_preview-forge-1.20.1-1.2.1.jar b/mods/world_preview-forge-1.20.1-1.2.1.jar new file mode 100644 index 0000000..865f3e1 Binary files /dev/null and b/mods/world_preview-forge-1.20.1-1.2.1.jar differ diff --git a/mods/worldedit-mod-7.2.15.jar b/mods/worldedit-mod-7.2.15.jar new file mode 100644 index 0000000..c0af222 Binary files /dev/null and b/mods/worldedit-mod-7.2.15.jar differ diff --git a/mods/wthit-forge-8.9.0.jar b/mods/wthit-forge-8.9.0.jar new file mode 100644 index 0000000..211377e Binary files /dev/null and b/mods/wthit-forge-8.9.0.jar differ diff --git a/mods/yawp-1.20.1-0.0.2.9-beta3-forge.jar b/mods/yawp-1.20.1-0.0.2.9-beta3-forge.jar new file mode 100644 index 0000000..0fd7ca2 Binary files /dev/null and b/mods/yawp-1.20.1-0.0.2.9-beta3-forge.jar differ diff --git a/mods/zeldamod-1.0.6.jar b/mods/zeldamod-1.0.6.jar new file mode 100644 index 0000000..d66eaca Binary files /dev/null and b/mods/zeldamod-1.0.6.jar differ diff --git a/resourcepacks/Better-Leaves-7.2-1.19+.zip b/resourcepacks/Better-Leaves-7.2-1.19+.zip new file mode 100644 index 0000000..4cf6e99 Binary files /dev/null and b/resourcepacks/Better-Leaves-7.2-1.19+.zip differ diff --git a/resourcepacks/Crops-3D_MC1.19_v1.2.0.zip b/resourcepacks/Crops-3D_MC1.19_v1.2.0.zip new file mode 100644 index 0000000..1b8b157 Binary files /dev/null and b/resourcepacks/Crops-3D_MC1.19_v1.2.0.zip differ diff --git a/resourcepacks/EclecticTrove-noconfig-1.20.1-1.2.0.zip b/resourcepacks/EclecticTrove-noconfig-1.20.1-1.2.0.zip new file mode 100644 index 0000000..4381b92 Binary files /dev/null and b/resourcepacks/EclecticTrove-noconfig-1.20.1-1.2.0.zip differ diff --git a/resourcepacks/FreshAnimations_v1.9.zip b/resourcepacks/FreshAnimations_v1.9.zip new file mode 100644 index 0000000..76909fc Binary files /dev/null and b/resourcepacks/FreshAnimations_v1.9.zip differ diff --git a/resourcepacks/Icons+v.1.9.1§7.zip b/resourcepacks/Icons+v.1.9.1§7.zip new file mode 100644 index 0000000..b5e0c58 Binary files /dev/null and b/resourcepacks/Icons+v.1.9.1§7.zip differ diff --git a/resourcepacks/Plantilla Sonidos/pack.mcmeta b/resourcepacks/Plantilla Sonidos/pack.mcmeta new file mode 100644 index 0000000..fe5c1ba --- /dev/null +++ b/resourcepacks/Plantilla Sonidos/pack.mcmeta @@ -0,0 +1,9 @@ +{ + "pack":{ + "pack_format": 8, + "description": [ + {"text": "Resource Pack by ", "color": "light_purple", "bold": false, "italic": false}, + {"text": "Dnemix", "color": "yellow", "bold": true, "italic": true, "underlined": true} + ] + } +} \ No newline at end of file diff --git a/resourcepacks/Plantilla Sonidos/pack.png b/resourcepacks/Plantilla Sonidos/pack.png new file mode 100644 index 0000000..4b6857e Binary files /dev/null and b/resourcepacks/Plantilla Sonidos/pack.png differ diff --git a/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble.zip b/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble.zip new file mode 100644 index 0000000..0a168ce Binary files /dev/null and b/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble.zip differ diff --git a/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble/pack.mcmeta b/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble/pack.mcmeta new file mode 100644 index 0000000..8d7e115 --- /dev/null +++ b/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble/pack.mcmeta @@ -0,0 +1,6 @@ +{ +"pack": { +"pack_format": 26, +"description": "Music from The Legend of Zelda : Tears of the Kingdom - pack by Sobobble" +} +} \ No newline at end of file diff --git a/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble/pack.png b/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble/pack.png new file mode 100644 index 0000000..0b00ab5 Binary files /dev/null and b/resourcepacks/Tears of the Kingdom - Music Pack by Sobobble/pack.png differ diff --git a/resourcepacks/Unique Dark 1.20.1 (free).zip b/resourcepacks/Unique Dark 1.20.1 (free).zip new file mode 100644 index 0000000..75b8b39 Binary files /dev/null and b/resourcepacks/Unique Dark 1.20.1 (free).zip differ diff --git a/resourcepacks/§bRAY's§r 3D Rails.zip b/resourcepacks/§bRAY's§r 3D Rails.zip new file mode 100644 index 0000000..002ace2 Binary files /dev/null and b/resourcepacks/§bRAY's§r 3D Rails.zip differ diff --git a/resourcepacks/§l3D§f+Ladders+v1.1.zip b/resourcepacks/§l3D§f+Ladders+v1.1.zip new file mode 100644 index 0000000..e07bc00 Binary files /dev/null and b/resourcepacks/§l3D§f+Ladders+v1.1.zip differ diff --git a/servers.dat b/servers.dat new file mode 100644 index 0000000..5f3ed1b Binary files /dev/null and b/servers.dat differ