diff --git a/defaultconfigs/ftbchunks/ftbchunks-world.snbt b/defaultconfigs/ftbchunks-world.snbt similarity index 100% rename from defaultconfigs/ftbchunks/ftbchunks-world.snbt rename to defaultconfigs/ftbchunks-world.snbt diff --git a/defaultconfigs/ftbessentials.snbt b/defaultconfigs/ftbessentials.snbt index 570c0568e..2e1cd6cbc 100644 --- a/defaultconfigs/ftbessentials.snbt +++ b/defaultconfigs/ftbessentials.snbt @@ -4,6 +4,18 @@ { # Admin commands for cheating and moderation admin: { + # Allows admins to extinguish themselves or a player using a command + extinguish: { + # Default: true + enabled: true + } + + # Allows admins to fully feed themselves or a player using a command + feed: { + # Default: true + enabled: true + } + # Allows admins to toggle flying status using a command, without having to use Creative Mode fly: { # Default: true @@ -16,7 +28,7 @@ enabled: true } - # Allows admins to heal themselves using a command + # Allows admins to fully heal (health, food, fire, potion effects) themselves or a player using a command heal: { # Default: true enabled: true @@ -28,15 +40,45 @@ enabled: true } + # Allows admins to configure kits of items that can be given to players. + kit: { + # Default: true + enabled: true + } + # Allows admins to restrict players from chatting by using a command to mute (or unmute) them mute: { # Default: true enabled: true } + + # Allows admins to change walk speed for themselves or a player + speed: { + # Default: true + enabled: true + } + + # Allows admins to change the location of offline players. + tp_offline: { + # Default: true + enabled: true + } } # Miscellaneous features and utilities misc: { + # Allows users to access an Anvil GUI without needing an Anvil. + anvil: { + # Default: true + enabled: true + } + + # Allows users to access a Crafting Table GUI without needing a Crafting Table. + crafting: { + # Default: true + enabled: true + } + # Allows users to access their ender chest, as well as admins to manage other players' ender chests. enderchest: { # Default: true @@ -46,7 +88,7 @@ # Allows users to set a custom hat as their head item by using a command hat: { # Default: true - enabled: false + enabled: true } # Allows users to kick themselves from the server, for example if they are stuck or desynced @@ -55,12 +97,18 @@ enabled: false } - # Allows users to view player leaderboard stats. + # Allows users to view leaderboard stats about everyone on the server. leaderboard: { # Default: true enabled: true } + # Allows users to list nearby players, sorted by distance + near: { + # Default: true + enabled: true + } + # Allows users to change their display name, as well as admins to change nicknames for other users nick: { # Default: true @@ -73,6 +121,18 @@ enabled: false } + # Allows users to access a Smithing Table GUI without needing a Smithing Table. + smithing: { + # Default: true + enabled: true + } + + # Allows users to access a Stonecutter GUI without needing a Stonecutter. + stonecutter: { + # Default: true + enabled: true + } + # Enables usage of a trash can inventory, which can be used to void unneeded items trashcan: { # Default: true @@ -99,6 +159,10 @@ # Range: 0 ~ 2147483647 max: 10 + # Should be the /back command only be used for returning to the last death point? + # Default: false + only_on_death: false + # Warm-up time before /back command executes (in seconds) # You can override this with FTB Ranks using ftbessentials.back.warmup # Default: 0 @@ -130,6 +194,12 @@ warmup: 0 } + # Allows admins to jump (teleport) to the focused block + jump: { + # Default: true + enabled: true + } + # Allows players to teleport to a random point in the Wilderness # Note: This currently does not respect Claimed Chunks yet! rtp: { @@ -139,11 +209,21 @@ # Range: 0 ~ 604800 cooldown: 600 + # Blacklisted dimension ID's for /rtp (player *must not* be in any of these dimensions) + # Wildcarded dimensions (e.g. 'somemod:*') are supported + # Default: ["minecraft:the_end"] + dimension_blacklist: ["minecraft:the_end"] + + # Whitelisted dimension ID's for /rtp (if non-empty, player *must* be in one of these dimensions) + # Wildcarded dimensions (e.g. 'somemod:*') are supported + # Default: [] + dimension_whitelist: [ ] + # Default: true enabled: false # /rtp max distance from spawn point - # Default: 100000 + # Default: 25000 # Range: 0 ~ 30000000 max_distance: 100000 @@ -153,7 +233,7 @@ max_tries: 100 # /rtp min distance from spawn point - # Default: 1000 + # Default: 500 # Range: 0 ~ 30000000 min_distance: 1000 @@ -208,7 +288,7 @@ # Allows admins to teleport to dimension tpx: { # Default: true - enabled: false + enabled: true } # Allows admins to create 'warps', which are fixed points in the world that users may teleport to using /warp diff --git a/defaultconfigs/ftbranks/README.txt b/defaultconfigs/ftbranks/README.txt index 74c94df2c..2a9bc74e0 100644 --- a/defaultconfigs/ftbranks/README.txt +++ b/defaultconfigs/ftbranks/README.txt @@ -1,11 +1,20 @@ === FTB Ranks === -Last README file update: Thu Jul 20 09:32:31 YEKT 2023 +Last README file update: Thu Oct 23 13:15:38 YEKT 2025 Wiki: https://www.notion.so/feedthebeast/FTB-Mod-Documentation-da2e359bad2449459d58d787edda3168 To refresh this file, run /ftbranks refresh_readme = All available command nodes = command +command.adastra +command.adastra.planets +command.advancedperipherals +command.advancedperipherals.forceload +command.advancedperipherals.forceload.dump +command.advancedperipherals.forceload.help +command.advancedperipherals.getHashItem +command.advancedperipherals.safe-exec +command.advancedperipherals.safe-exec.command command.advancement command.advancement.grant command.advancement.grant.targets @@ -31,6 +40,135 @@ command.advancement.revoke.targets.through command.advancement.revoke.targets.through.advancement command.advancement.revoke.targets.until command.advancement.revoke.targets.until.advancement +command.ae2 +command.ae2.channelmode +command.ae2.channelmode.default +command.ae2.channelmode.infinite +command.ae2.channelmode.x2 +command.ae2.channelmode.x3 +command.ae2.channelmode.x4 +command.ae2.chunklogger +command.ae2.compass +command.ae2.reloadconfig +command.ae2.setuptestworld +command.ae2.setuptestworld.ae2:all_terminals +command.ae2.setuptestworld.ae2:annihilation_plane_seed_farm +command.ae2.setuptestworld.ae2:autocrafting_testplot +command.ae2.setuptestworld.ae2:blockingmode_subnetwork_chesttest +command.ae2.setuptestworld.ae2:canceling_jobs_from_interfacecrash +command.ae2.setuptestworld.ae2:channel_assignment_test +command.ae2.setuptestworld.ae2:controller_inside_scs +command.ae2.setuptestworld.ae2:crafting_cpu_inside_scs +command.ae2.setuptestworld.ae2:energy_overlay +command.ae2.setuptestworld.ae2:export_from_storagebus +command.ae2.setuptestworld.ae2:fluid_chest +command.ae2.setuptestworld.ae2:guidebook_structure_workarea +command.ae2.setuptestworld.ae2:import_and_export_in_one_tick +command.ae2.setuptestworld.ae2:import_exportbus +command.ae2.setuptestworld.ae2:import_from_cauldron +command.ae2.setuptestworld.ae2:import_into_storagebus +command.ae2.setuptestworld.ae2:import_on_pulse +command.ae2.setuptestworld.ae2:import_on_pulse_transactioncrash +command.ae2.setuptestworld.ae2:inscriber +command.ae2.setuptestworld.ae2:inscriber_recipe_inscriber_certus_quartz_crystal_print +command.ae2.setuptestworld.ae2:inscriber_recipe_inscriber_diamond_print +command.ae2.setuptestworld.ae2:inscriber_recipe_inscriber_gold_ingot_print +command.ae2.setuptestworld.ae2:inscriber_recipe_inscriber_silicon_print +command.ae2.setuptestworld.ae2:inscriber_recipe_nameplate +command.ae2.setuptestworld.ae2:insert_fluid_into_mechest +command.ae2.setuptestworld.ae2:insert_item_into_mechest +command.ae2.setuptestworld.ae2:interface_to_interface_different_networks +command.ae2.setuptestworld.ae2:item_chest +command.ae2.setuptestworld.ae2:mattercannon_range +command.ae2.setuptestworld.ae2:maxchannels_adhoctest +command.ae2.setuptestworld.ae2:memcard_export_bus +command.ae2.setuptestworld.ae2:memcard_interface +command.ae2.setuptestworld.ae2:memcard_pattern_provider +command.ae2.setuptestworld.ae2:multi_storage_bus +command.ae2.setuptestworld.ae2:p2p_channel_reconnect_behavior +command.ae2.setuptestworld.ae2:p2p_energy +command.ae2.setuptestworld.ae2:p2p_fluids +command.ae2.setuptestworld.ae2:p2p_items +command.ae2.setuptestworld.ae2:p2p_light +command.ae2.setuptestworld.ae2:p2p_me +command.ae2.setuptestworld.ae2:p2p_recursive_item +command.ae2.setuptestworld.ae2:pattern_provider_faces_round_robin +command.ae2.setuptestworld.ae2:pattern_provider_loop +command.ae2.setuptestworld.ae2:pp_block_lockmode_high +command.ae2.setuptestworld.ae2:pp_block_lockmode_low +command.ae2.setuptestworld.ae2:pp_block_lockmode_pulse +command.ae2.setuptestworld.ae2:pp_block_lockmode_pulse_starting_high +command.ae2.setuptestworld.ae2:pp_block_lockmode_result +command.ae2.setuptestworld.ae2:pp_block_wait_for_pulse_saved +command.ae2.setuptestworld.ae2:pp_block_wait_for_result_saved +command.ae2.setuptestworld.ae2:pp_part_lockmode_high +command.ae2.setuptestworld.ae2:pp_part_lockmode_low +command.ae2.setuptestworld.ae2:pp_part_lockmode_pulse +command.ae2.setuptestworld.ae2:pp_part_lockmode_result +command.ae2.setuptestworld.ae2:pp_part_wait_for_pulse_saved +command.ae2.setuptestworld.ae2:pp_part_wait_for_result_saved +command.ae2.setuptestworld.ae2:processing_pattern_inputs_unstacking +command.ae2.setuptestworld.ae2:regression_7288 +command.ae2.setuptestworld.ae2:simple_qnb_link +command.ae2.setuptestworld.ae2:spatial_entity_storage +command.ae2.setuptestworld.ae2:subnet +command.ae2.setuptestworld.ae2:terminal_fullof_enchanteditems +command.ae2.setuptestworld.ae2:tool_repair_recipe +command.ae2.setuptestworld.ae2:universal_terminal +command.ae2.setuptestworld.ae2:wireless_terminal +command.ae2.spatial +command.ae2.spatial.givecell +command.ae2.spatial.givecell.plotId +command.ae2.spatial.info +command.ae2.spatial.info.plotId +command.ae2.spatial.tp +command.ae2.spatial.tp.plotId +command.ae2.spatial.tpback +command.ae2.spatial.tpback.plotId +command.ae2.testmeteorites +command.ae2.testmeteorites.force +command.ae2.tickmonitor +command.ae2.tickmonitor.enable +command.afc +command.afc.species +command.afc.species.pos +command.afc.species.pos.wood +command.afc.species.pos.wood.variant +command.afc.tree +command.afc.tree.pos +command.afc.tree.pos.wood +command.afc.tree.pos.wood.variant +command.almanac +command.almanac.reload +command.almanac.reload.config +command.anvil +command.ap_stairs_state_debug +command.ap_stairs_state_debug.pos +command.ap_stairs_state_debug.pos.block +command.ap_tags_export +command.aptweaks +command.aptweaks.debug +command.aptweaks.debug.core +command.aptweaks.debug.core.enable +command.aptweaks.debug.gamerules +command.aptweaks.debug.gamerules.enable +command.aptweaks.debug.items +command.aptweaks.debug.items.enable +command.aptweaks.debug.player +command.aptweaks.debug.player.enable +command.aptweaks.entities +command.aptweaks.entities.overview +command.aptweaks.entities.overview_per_chunk +command.aptweaks.entities.overview_per_level +command.aptweaks.entities.registry +command.aptweaks.gamerules +command.aptweaks.items +command.aptweaks.items.optimize +command.aptweaks.kill +command.aptweaks.kill.entities +command.aptweaks.kill.items +command.aptweaks.load +command.aptweaks.playerPositions command.attribute command.attribute.target command.attribute.target.attribute @@ -56,8 +194,30 @@ command.attribute.target.attribute.modifier.value.get command.attribute.target.attribute.modifier.value.get.uuid command.attribute.target.attribute.modifier.value.get.uuid.scale command.back -command.betterbiomeblend -command.betterbiomeblend.toggleBenchmark +command.backup +command.backup.command +command.backup.command.name +command.balm +command.balm.dev +command.balm.export +command.balm.export.config +command.balm.export.config.mod +command.balm.export.icons +command.balm.export.icons.filter +command.bookshelf +command.bookshelf.font +command.bookshelf.font.block +command.bookshelf.font.block.font +command.bookshelf.font.block.font.pos +command.bookshelf.font.book +command.bookshelf.font.book.font +command.bookshelf.font.item +command.bookshelf.font.item.font +command.bookshelf.font.say +command.bookshelf.font.say.font +command.bookshelf.font.say.font.message +command.bookshelf.hand +command.bookshelf.hand.output_type command.bossbar command.bossbar.add command.bossbar.add.id @@ -97,6 +257,14 @@ command.bossbar.set.id.value command.bossbar.set.id.value.value command.bossbar.set.id.visible command.bossbar.set.id.visible.visible +command.buildinggadgets2 +command.buildinggadgets2.redprints +command.buildinggadgets2.redprints.give +command.buildinggadgets2.redprints.give.name +command.buildinggadgets2.redprints.give.name.targets +command.buildinggadgets2.redprints.list +command.buildinggadgets2.redprints.remove +command.buildinggadgets2.redprints.remove.name command.c command.c.clone command.c.clone.begin @@ -117,6 +285,7 @@ command.c.coupling.remove.cart1 command.c.coupling.remove.cart1.cart2 command.c.coupling.removeAll command.c.coupling.removeAll.cart +command.c.debuginfo command.c.dismissFabulousWarning command.c.fixLighting command.c.glue @@ -125,20 +294,20 @@ command.c.glue.from.to command.c.highlight command.c.highlight.pos command.c.highlight.pos.players -command.c.killTrain -command.c.killTrain.train command.c.overlay command.c.overlay.reset command.c.passenger command.c.passenger.rider command.c.passenger.rider.vehicle command.c.passenger.rider.vehicle.seatIndex -command.c.ponder -command.c.ponder.scene -command.c.ponder.scene.targets command.c.rainbowDebug command.c.rainbowDebug.off command.c.rainbowDebug.on +command.c.train +command.c.train.remove +command.c.train.remove.train +command.c.train.tp +command.c.train.tp.train command.c.trains command.c.u command.c.u.angle @@ -192,43 +361,147 @@ command.c.util.replaceInCommandBlocks.begin command.c.util.replaceInCommandBlocks.begin.end command.c.util.replaceInCommandBlocks.begin.end.toReplace command.c.util.replaceInCommandBlocks.begin.end.toReplace.replaceWith -command.candb -command.candb.clear -command.candb.clear.start -command.candb.clear.start.end -command.candb.fill -command.candb.fill.start -command.candb.fill.start.end -command.candb.fill.start.end.random -command.candb.fill.start.end.state -command.candb.give -command.candb.give.target -command.candb.give.target.state -command.candb.give.target.state.count -command.candb.load -command.candb.load.name -command.candb.profiling -command.candb.profiling.start -command.candb.profiling.stop -command.candb.redo -command.candb.redo.target -command.candb.save -command.candb.save.target -command.candb.save.target.name -command.candb.stats -command.candb.stats.start -command.candb.stats.start.end -command.candb.undo -command.candb.undo.target command.carryon command.carryon.clear command.carryon.clear.target command.carryon.debug +command.carryon.place +command.carryon.place.target +command.catnip +command.catnip.config +command.catnip.config.path +command.catnip.config.path.set +command.catnip.config.path.set.value +command.catnip.u +command.catnip.u.angle +command.catnip.u.angle.players +command.catnip.u.angle.players.mode +command.catnip.u.angle.players.mode.exponential +command.catnip.u.angle.players.mode.exponential.speed +command.catnip.u.angle.players.mode.linear +command.catnip.u.angle.players.mode.linear.speed +command.catnip.u.angle.players.pitch +command.catnip.u.angle.players.pitch.degrees +command.catnip.u.angle.players.yaw +command.catnip.u.angle.players.yaw.degrees +command.catnip.u.camera +command.catnip.u.camera.multiplier +command.catnip.u.camera.reset +command.catnip.u.clearRenderBuffers +command.catnip.u.flySpeed +command.catnip.u.flySpeed.reset +command.catnip.u.flySpeed.reset.target +command.catnip.u.flySpeed.speed +command.catnip.u.flySpeed.speed.target +command.catnip.u.replaceInCommandBlocks +command.catnip.u.replaceInCommandBlocks.begin +command.catnip.u.replaceInCommandBlocks.begin.end +command.catnip.u.replaceInCommandBlocks.begin.end.toReplace +command.catnip.u.replaceInCommandBlocks.begin.end.toReplace.replaceWith +command.catnip.util +command.catnip.util.angle +command.catnip.util.angle.players +command.catnip.util.angle.players.mode +command.catnip.util.angle.players.mode.exponential +command.catnip.util.angle.players.mode.exponential.speed +command.catnip.util.angle.players.mode.linear +command.catnip.util.angle.players.mode.linear.speed +command.catnip.util.angle.players.pitch +command.catnip.util.angle.players.pitch.degrees +command.catnip.util.angle.players.yaw +command.catnip.util.angle.players.yaw.degrees +command.catnip.util.camera +command.catnip.util.camera.multiplier +command.catnip.util.camera.reset +command.catnip.util.clearRenderBuffers +command.catnip.util.flySpeed +command.catnip.util.flySpeed.reset +command.catnip.util.flySpeed.reset.target +command.catnip.util.flySpeed.speed +command.catnip.util.flySpeed.speed.target +command.catnip.util.replaceInCommandBlocks +command.catnip.util.replaceInCommandBlocks.begin +command.catnip.util.replaceInCommandBlocks.begin.end +command.catnip.util.replaceInCommandBlocks.begin.end.toReplace +command.catnip.util.replaceInCommandBlocks.begin.end.toReplace.replaceWith command.cca_api +command.chunky +command.chunky.border +command.chunky.border.add +command.chunky.border.add.world +command.chunky.border.add.world.shape +command.chunky.border.add.world.shape.centerX +command.chunky.border.add.world.shape.centerX.centerZ +command.chunky.border.add.world.shape.centerX.centerZ.radiusX +command.chunky.border.add.world.shape.centerX.centerZ.radiusX.radiusZ +command.chunky.border.bypass +command.chunky.border.bypass.player +command.chunky.border.help +command.chunky.border.list +command.chunky.border.load +command.chunky.border.load.world +command.chunky.border.remove +command.chunky.border.remove.world +command.chunky.border.wrap +command.chunky.border.wrap.wrap +command.chunky.cancel +command.chunky.cancel.world +command.chunky.center +command.chunky.center.x +command.chunky.center.x.z +command.chunky.confirm +command.chunky.continue +command.chunky.continue.world +command.chunky.corners +command.chunky.corners.x1 +command.chunky.corners.x1.z1 +command.chunky.corners.x1.z1.x2 +command.chunky.corners.x1.z1.x2.z2 +command.chunky.help +command.chunky.help.page +command.chunky.pattern +command.chunky.pattern.pattern +command.chunky.pattern.pattern.value +command.chunky.pause +command.chunky.pause.world +command.chunky.progress +command.chunky.quiet +command.chunky.quiet.interval +command.chunky.radius +command.chunky.radius.radius +command.chunky.radius.radius.radius +command.chunky.reload +command.chunky.reload.type +command.chunky.selection +command.chunky.shape +command.chunky.shape.shape +command.chunky.silent +command.chunky.spawn +command.chunky.start +command.chunky.start.world +command.chunky.start.world.shape +command.chunky.start.world.shape.centerX +command.chunky.start.world.shape.centerX.centerZ +command.chunky.start.world.shape.centerX.centerZ.radiusX +command.chunky.start.world.shape.centerX.centerZ.radiusX.radiusZ +command.chunky.trim +command.chunky.trim.world +command.chunky.trim.world.shape +command.chunky.trim.world.shape.centerX +command.chunky.trim.world.shape.centerX.centerZ +command.chunky.trim.world.shape.centerX.centerZ.radiusX +command.chunky.trim.world.shape.centerX.centerZ.radiusX.radiusZ +command.chunky.trim.world.shape.centerX.centerZ.radiusX.radiusZ.trimMode +command.chunky.trim.world.shape.centerX.centerZ.radiusX.radiusZ.trimMode.inhabited +command.chunky.world +command.chunky.world.world +command.chunky.worldborder command.clear command.clear.targets command.clear.targets.item command.clear.targets.item.maxCount +command.clearcosarmor +command.clearcosarmor.targets command.clone command.clone.begin command.clone.begin.end @@ -246,20 +519,114 @@ command.clone.begin.end.destination.replace command.clone.begin.end.destination.replace.force command.clone.begin.end.destination.replace.move command.clone.begin.end.destination.replace.normal +command.clone.begin.end.to +command.clone.begin.end.to.targetDimension +command.clone.begin.end.to.targetDimension.destination +command.clone.begin.end.to.targetDimension.destination.filtered +command.clone.begin.end.to.targetDimension.destination.filtered.filter +command.clone.begin.end.to.targetDimension.destination.filtered.filter.force +command.clone.begin.end.to.targetDimension.destination.filtered.filter.move +command.clone.begin.end.to.targetDimension.destination.filtered.filter.normal +command.clone.begin.end.to.targetDimension.destination.masked +command.clone.begin.end.to.targetDimension.destination.masked.force +command.clone.begin.end.to.targetDimension.destination.masked.move +command.clone.begin.end.to.targetDimension.destination.masked.normal +command.clone.begin.end.to.targetDimension.destination.replace +command.clone.begin.end.to.targetDimension.destination.replace.force +command.clone.begin.end.to.targetDimension.destination.replace.move +command.clone.begin.end.to.targetDimension.destination.replace.normal +command.clone.from +command.clone.from.sourceDimension +command.clone.from.sourceDimension.begin +command.clone.from.sourceDimension.begin.end +command.clone.from.sourceDimension.begin.end.destination +command.clone.from.sourceDimension.begin.end.destination.filtered +command.clone.from.sourceDimension.begin.end.destination.filtered.filter +command.clone.from.sourceDimension.begin.end.destination.filtered.filter.force +command.clone.from.sourceDimension.begin.end.destination.filtered.filter.move +command.clone.from.sourceDimension.begin.end.destination.filtered.filter.normal +command.clone.from.sourceDimension.begin.end.destination.masked +command.clone.from.sourceDimension.begin.end.destination.masked.force +command.clone.from.sourceDimension.begin.end.destination.masked.move +command.clone.from.sourceDimension.begin.end.destination.masked.normal +command.clone.from.sourceDimension.begin.end.destination.replace +command.clone.from.sourceDimension.begin.end.destination.replace.force +command.clone.from.sourceDimension.begin.end.destination.replace.move +command.clone.from.sourceDimension.begin.end.destination.replace.normal +command.clone.from.sourceDimension.begin.end.to +command.clone.from.sourceDimension.begin.end.to.targetDimension +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.filtered +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.filtered.filter +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.filtered.filter.force +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.filtered.filter.move +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.filtered.filter.normal +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.masked +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.masked.force +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.masked.move +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.masked.normal +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.replace +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.replace.force +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.replace.move +command.clone.from.sourceDimension.begin.end.to.targetDimension.destination.replace.normal +command.closeguiscreen +command.closeguiscreen.target_players +command.compass_server +command.compass_server.build_scene +command.compass_server.build_scene.start +command.compass_server.build_scene.start.end +command.compass_server.build_scene.start.end.saveNbt +command.compass_server.build_scene.start.end.saveNbt.offset +command.computercraft +command.computercraft.dump +command.computercraft.dump.computer +command.computercraft.help +command.computercraft.help.dump +command.computercraft.help.queue +command.computercraft.help.shutdown +command.computercraft.help.tp +command.computercraft.help.turn-on +command.computercraft.help.view +command.computercraft.queue +command.computercraft.queue.computer +command.computercraft.queue.computer.args +command.computercraft.shutdown +command.computercraft.shutdown.computers +command.computercraft.tp +command.computercraft.tp.computer +command.computercraft.track +command.computercraft.track.dump +command.computercraft.track.dump.fields +command.computercraft.track.help +command.computercraft.track.help.dump +command.computercraft.track.help.start +command.computercraft.track.help.stop +command.computercraft.track.start +command.computercraft.track.stop +command.computercraft.turn-on +command.computercraft.turn-on.computers +command.computercraft.view +command.computercraft.view.computer command.config command.config.showfile command.config.showfile.mod command.config.showfile.mod.type +command.configure_update +command.configure_update.id +command.configure_update.id.accept +command.configure_update.id.inspect +command.configure_update.id.list +command.configure_update.id.reject +command.coshat +command.crafting +command.craftingtweaks +command.craftingtweaks.debug command.create command.create.clone command.create.clone.begin command.create.clone.begin.end command.create.clone.begin.end.destination command.create.clone.begin.end.destination.skipBlocks -command.create.config -command.create.config.path -command.create.config.path.set -command.create.config.path.set.value command.create.coupling command.create.coupling.add command.create.coupling.add.cart1 @@ -270,6 +637,7 @@ command.create.coupling.remove.cart1 command.create.coupling.remove.cart1.cart2 command.create.coupling.removeAll command.create.coupling.removeAll.cart +command.create.debuginfo command.create.dismissFabulousWarning command.create.fixLighting command.create.glue @@ -278,20 +646,20 @@ command.create.glue.from.to command.create.highlight command.create.highlight.pos command.create.highlight.pos.players -command.create.killTrain -command.create.killTrain.train command.create.overlay command.create.overlay.reset command.create.passenger command.create.passenger.rider command.create.passenger.rider.vehicle command.create.passenger.rider.vehicle.seatIndex -command.create.ponder -command.create.ponder.scene -command.create.ponder.scene.targets command.create.rainbowDebug command.create.rainbowDebug.off command.create.rainbowDebug.on +command.create.train +command.create.train.remove +command.create.train.remove.train +command.create.train.tp +command.create.train.tp.train command.create.trains command.create.u command.create.u.angle @@ -309,11 +677,6 @@ command.create.u.camera command.create.u.camera.multiplier command.create.u.camera.reset command.create.u.clearRenderBuffers -command.create.u.flySpeed -command.create.u.flySpeed.reset -command.create.u.flySpeed.reset.target -command.create.u.flySpeed.speed -command.create.u.flySpeed.speed.target command.create.u.replaceInCommandBlocks command.create.u.replaceInCommandBlocks.begin command.create.u.replaceInCommandBlocks.begin.end @@ -335,18 +698,15 @@ command.create.util.camera command.create.util.camera.multiplier command.create.util.camera.reset command.create.util.clearRenderBuffers -command.create.util.flySpeed -command.create.util.flySpeed.reset -command.create.util.flySpeed.reset.target -command.create.util.flySpeed.speed -command.create.util.flySpeed.speed.target command.create.util.replaceInCommandBlocks command.create.util.replaceInCommandBlocks.begin command.create.util.replaceInCommandBlocks.begin.end command.create.util.replaceInCommandBlocks.begin.end.toReplace command.create.util.replaceInCommandBlocks.begin.end.toReplace.replaceWith -command.ctm -command.ctm.reload +command.cucumber +command.cucumber.fillenergy +command.cucumber.fillenergy.block +command.cucumber.fillenergy.hand command.curios command.curios.add command.curios.add.slot @@ -367,6 +727,20 @@ command.curios.replace command.curios.replace.slot command.curios.replace.slot.index command.curios.replace.slot.index.player +command.curios.replace.slot.index.player.from +command.curios.replace.slot.index.player.from.block +command.curios.replace.slot.index.player.from.block.source +command.curios.replace.slot.index.player.from.block.source.sourceSlot +command.curios.replace.slot.index.player.from.block.source.sourceSlot.modifier +command.curios.replace.slot.index.player.from.entity-curios +command.curios.replace.slot.index.player.from.entity-curios.sourceSlot +command.curios.replace.slot.index.player.from.entity-curios.sourceSlot.sourceIndex +command.curios.replace.slot.index.player.from.entity-curios.sourceSlot.sourceIndex.source +command.curios.replace.slot.index.player.from.entity-curios.sourceSlot.sourceIndex.source.modifier +command.curios.replace.slot.index.player.from.entity-vanilla +command.curios.replace.slot.index.player.from.entity-vanilla.source +command.curios.replace.slot.index.player.from.entity-vanilla.source.sourceSlot +command.curios.replace.slot.index.player.from.entity-vanilla.source.sourceSlot.modifier command.curios.replace.slot.index.player.with command.curios.replace.slot.index.player.with.item command.curios.replace.slot.index.player.with.item.count @@ -376,6 +750,16 @@ command.curios.set command.curios.set.slot command.curios.set.slot.player command.curios.set.slot.player.amount +command.damage +command.damage.target +command.damage.target.amount +command.damage.target.amount.damageType +command.damage.target.amount.damageType.at +command.damage.target.amount.damageType.at.location +command.damage.target.amount.damageType.by +command.damage.target.amount.damageType.by.entity +command.damage.target.amount.damageType.by.entity.from +command.damage.target.amount.damageType.by.entity.from.cause command.data command.data.get command.data.get.block @@ -415,6 +799,22 @@ command.data.modify.block.targetPos.targetPath.append.from.entity.source.sourceP command.data.modify.block.targetPos.targetPath.append.from.storage command.data.modify.block.targetPos.targetPath.append.from.storage.source command.data.modify.block.targetPos.targetPath.append.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.append.string +command.data.modify.block.targetPos.targetPath.append.string.block +command.data.modify.block.targetPos.targetPath.append.string.block.sourcePos +command.data.modify.block.targetPos.targetPath.append.string.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.append.string.block.sourcePos.sourcePath.start +command.data.modify.block.targetPos.targetPath.append.string.block.sourcePos.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.append.string.entity +command.data.modify.block.targetPos.targetPath.append.string.entity.source +command.data.modify.block.targetPos.targetPath.append.string.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.append.string.entity.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.append.string.entity.source.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.append.string.storage +command.data.modify.block.targetPos.targetPath.append.string.storage.source +command.data.modify.block.targetPos.targetPath.append.string.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.append.string.storage.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.append.string.storage.source.sourcePath.start.end command.data.modify.block.targetPos.targetPath.append.value command.data.modify.block.targetPos.targetPath.append.value.value command.data.modify.block.targetPos.targetPath.insert @@ -429,6 +829,22 @@ command.data.modify.block.targetPos.targetPath.insert.index.from.entity.source.s command.data.modify.block.targetPos.targetPath.insert.index.from.storage command.data.modify.block.targetPos.targetPath.insert.index.from.storage.source command.data.modify.block.targetPos.targetPath.insert.index.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.insert.index.string +command.data.modify.block.targetPos.targetPath.insert.index.string.block +command.data.modify.block.targetPos.targetPath.insert.index.string.block.sourcePos +command.data.modify.block.targetPos.targetPath.insert.index.string.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.insert.index.string.block.sourcePos.sourcePath.start +command.data.modify.block.targetPos.targetPath.insert.index.string.block.sourcePos.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.insert.index.string.entity +command.data.modify.block.targetPos.targetPath.insert.index.string.entity.source +command.data.modify.block.targetPos.targetPath.insert.index.string.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.insert.index.string.entity.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.insert.index.string.entity.source.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.insert.index.string.storage +command.data.modify.block.targetPos.targetPath.insert.index.string.storage.source +command.data.modify.block.targetPos.targetPath.insert.index.string.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.insert.index.string.storage.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.insert.index.string.storage.source.sourcePath.start.end command.data.modify.block.targetPos.targetPath.insert.index.value command.data.modify.block.targetPos.targetPath.insert.index.value.value command.data.modify.block.targetPos.targetPath.merge @@ -442,6 +858,22 @@ command.data.modify.block.targetPos.targetPath.merge.from.entity.source.sourcePa command.data.modify.block.targetPos.targetPath.merge.from.storage command.data.modify.block.targetPos.targetPath.merge.from.storage.source command.data.modify.block.targetPos.targetPath.merge.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.merge.string +command.data.modify.block.targetPos.targetPath.merge.string.block +command.data.modify.block.targetPos.targetPath.merge.string.block.sourcePos +command.data.modify.block.targetPos.targetPath.merge.string.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.merge.string.block.sourcePos.sourcePath.start +command.data.modify.block.targetPos.targetPath.merge.string.block.sourcePos.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.merge.string.entity +command.data.modify.block.targetPos.targetPath.merge.string.entity.source +command.data.modify.block.targetPos.targetPath.merge.string.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.merge.string.entity.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.merge.string.entity.source.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.merge.string.storage +command.data.modify.block.targetPos.targetPath.merge.string.storage.source +command.data.modify.block.targetPos.targetPath.merge.string.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.merge.string.storage.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.merge.string.storage.source.sourcePath.start.end command.data.modify.block.targetPos.targetPath.merge.value command.data.modify.block.targetPos.targetPath.merge.value.value command.data.modify.block.targetPos.targetPath.prepend @@ -455,6 +887,22 @@ command.data.modify.block.targetPos.targetPath.prepend.from.entity.source.source command.data.modify.block.targetPos.targetPath.prepend.from.storage command.data.modify.block.targetPos.targetPath.prepend.from.storage.source command.data.modify.block.targetPos.targetPath.prepend.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.prepend.string +command.data.modify.block.targetPos.targetPath.prepend.string.block +command.data.modify.block.targetPos.targetPath.prepend.string.block.sourcePos +command.data.modify.block.targetPos.targetPath.prepend.string.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.prepend.string.block.sourcePos.sourcePath.start +command.data.modify.block.targetPos.targetPath.prepend.string.block.sourcePos.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.prepend.string.entity +command.data.modify.block.targetPos.targetPath.prepend.string.entity.source +command.data.modify.block.targetPos.targetPath.prepend.string.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.prepend.string.entity.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.prepend.string.entity.source.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.prepend.string.storage +command.data.modify.block.targetPos.targetPath.prepend.string.storage.source +command.data.modify.block.targetPos.targetPath.prepend.string.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.prepend.string.storage.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.prepend.string.storage.source.sourcePath.start.end command.data.modify.block.targetPos.targetPath.prepend.value command.data.modify.block.targetPos.targetPath.prepend.value.value command.data.modify.block.targetPos.targetPath.set @@ -468,6 +916,22 @@ command.data.modify.block.targetPos.targetPath.set.from.entity.source.sourcePath command.data.modify.block.targetPos.targetPath.set.from.storage command.data.modify.block.targetPos.targetPath.set.from.storage.source command.data.modify.block.targetPos.targetPath.set.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.set.string +command.data.modify.block.targetPos.targetPath.set.string.block +command.data.modify.block.targetPos.targetPath.set.string.block.sourcePos +command.data.modify.block.targetPos.targetPath.set.string.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.set.string.block.sourcePos.sourcePath.start +command.data.modify.block.targetPos.targetPath.set.string.block.sourcePos.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.set.string.entity +command.data.modify.block.targetPos.targetPath.set.string.entity.source +command.data.modify.block.targetPos.targetPath.set.string.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.set.string.entity.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.set.string.entity.source.sourcePath.start.end +command.data.modify.block.targetPos.targetPath.set.string.storage +command.data.modify.block.targetPos.targetPath.set.string.storage.source +command.data.modify.block.targetPos.targetPath.set.string.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.set.string.storage.source.sourcePath.start +command.data.modify.block.targetPos.targetPath.set.string.storage.source.sourcePath.start.end command.data.modify.block.targetPos.targetPath.set.value command.data.modify.block.targetPos.targetPath.set.value.value command.data.modify.entity @@ -484,6 +948,22 @@ command.data.modify.entity.target.targetPath.append.from.entity.source.sourcePat command.data.modify.entity.target.targetPath.append.from.storage command.data.modify.entity.target.targetPath.append.from.storage.source command.data.modify.entity.target.targetPath.append.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.append.string +command.data.modify.entity.target.targetPath.append.string.block +command.data.modify.entity.target.targetPath.append.string.block.sourcePos +command.data.modify.entity.target.targetPath.append.string.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.append.string.block.sourcePos.sourcePath.start +command.data.modify.entity.target.targetPath.append.string.block.sourcePos.sourcePath.start.end +command.data.modify.entity.target.targetPath.append.string.entity +command.data.modify.entity.target.targetPath.append.string.entity.source +command.data.modify.entity.target.targetPath.append.string.entity.source.sourcePath +command.data.modify.entity.target.targetPath.append.string.entity.source.sourcePath.start +command.data.modify.entity.target.targetPath.append.string.entity.source.sourcePath.start.end +command.data.modify.entity.target.targetPath.append.string.storage +command.data.modify.entity.target.targetPath.append.string.storage.source +command.data.modify.entity.target.targetPath.append.string.storage.source.sourcePath +command.data.modify.entity.target.targetPath.append.string.storage.source.sourcePath.start +command.data.modify.entity.target.targetPath.append.string.storage.source.sourcePath.start.end command.data.modify.entity.target.targetPath.append.value command.data.modify.entity.target.targetPath.append.value.value command.data.modify.entity.target.targetPath.insert @@ -498,6 +978,22 @@ command.data.modify.entity.target.targetPath.insert.index.from.entity.source.sou command.data.modify.entity.target.targetPath.insert.index.from.storage command.data.modify.entity.target.targetPath.insert.index.from.storage.source command.data.modify.entity.target.targetPath.insert.index.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.insert.index.string +command.data.modify.entity.target.targetPath.insert.index.string.block +command.data.modify.entity.target.targetPath.insert.index.string.block.sourcePos +command.data.modify.entity.target.targetPath.insert.index.string.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.insert.index.string.block.sourcePos.sourcePath.start +command.data.modify.entity.target.targetPath.insert.index.string.block.sourcePos.sourcePath.start.end +command.data.modify.entity.target.targetPath.insert.index.string.entity +command.data.modify.entity.target.targetPath.insert.index.string.entity.source +command.data.modify.entity.target.targetPath.insert.index.string.entity.source.sourcePath +command.data.modify.entity.target.targetPath.insert.index.string.entity.source.sourcePath.start +command.data.modify.entity.target.targetPath.insert.index.string.entity.source.sourcePath.start.end +command.data.modify.entity.target.targetPath.insert.index.string.storage +command.data.modify.entity.target.targetPath.insert.index.string.storage.source +command.data.modify.entity.target.targetPath.insert.index.string.storage.source.sourcePath +command.data.modify.entity.target.targetPath.insert.index.string.storage.source.sourcePath.start +command.data.modify.entity.target.targetPath.insert.index.string.storage.source.sourcePath.start.end command.data.modify.entity.target.targetPath.insert.index.value command.data.modify.entity.target.targetPath.insert.index.value.value command.data.modify.entity.target.targetPath.merge @@ -511,6 +1007,22 @@ command.data.modify.entity.target.targetPath.merge.from.entity.source.sourcePath command.data.modify.entity.target.targetPath.merge.from.storage command.data.modify.entity.target.targetPath.merge.from.storage.source command.data.modify.entity.target.targetPath.merge.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.merge.string +command.data.modify.entity.target.targetPath.merge.string.block +command.data.modify.entity.target.targetPath.merge.string.block.sourcePos +command.data.modify.entity.target.targetPath.merge.string.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.merge.string.block.sourcePos.sourcePath.start +command.data.modify.entity.target.targetPath.merge.string.block.sourcePos.sourcePath.start.end +command.data.modify.entity.target.targetPath.merge.string.entity +command.data.modify.entity.target.targetPath.merge.string.entity.source +command.data.modify.entity.target.targetPath.merge.string.entity.source.sourcePath +command.data.modify.entity.target.targetPath.merge.string.entity.source.sourcePath.start +command.data.modify.entity.target.targetPath.merge.string.entity.source.sourcePath.start.end +command.data.modify.entity.target.targetPath.merge.string.storage +command.data.modify.entity.target.targetPath.merge.string.storage.source +command.data.modify.entity.target.targetPath.merge.string.storage.source.sourcePath +command.data.modify.entity.target.targetPath.merge.string.storage.source.sourcePath.start +command.data.modify.entity.target.targetPath.merge.string.storage.source.sourcePath.start.end command.data.modify.entity.target.targetPath.merge.value command.data.modify.entity.target.targetPath.merge.value.value command.data.modify.entity.target.targetPath.prepend @@ -524,6 +1036,22 @@ command.data.modify.entity.target.targetPath.prepend.from.entity.source.sourcePa command.data.modify.entity.target.targetPath.prepend.from.storage command.data.modify.entity.target.targetPath.prepend.from.storage.source command.data.modify.entity.target.targetPath.prepend.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.prepend.string +command.data.modify.entity.target.targetPath.prepend.string.block +command.data.modify.entity.target.targetPath.prepend.string.block.sourcePos +command.data.modify.entity.target.targetPath.prepend.string.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.prepend.string.block.sourcePos.sourcePath.start +command.data.modify.entity.target.targetPath.prepend.string.block.sourcePos.sourcePath.start.end +command.data.modify.entity.target.targetPath.prepend.string.entity +command.data.modify.entity.target.targetPath.prepend.string.entity.source +command.data.modify.entity.target.targetPath.prepend.string.entity.source.sourcePath +command.data.modify.entity.target.targetPath.prepend.string.entity.source.sourcePath.start +command.data.modify.entity.target.targetPath.prepend.string.entity.source.sourcePath.start.end +command.data.modify.entity.target.targetPath.prepend.string.storage +command.data.modify.entity.target.targetPath.prepend.string.storage.source +command.data.modify.entity.target.targetPath.prepend.string.storage.source.sourcePath +command.data.modify.entity.target.targetPath.prepend.string.storage.source.sourcePath.start +command.data.modify.entity.target.targetPath.prepend.string.storage.source.sourcePath.start.end command.data.modify.entity.target.targetPath.prepend.value command.data.modify.entity.target.targetPath.prepend.value.value command.data.modify.entity.target.targetPath.set @@ -537,6 +1065,22 @@ command.data.modify.entity.target.targetPath.set.from.entity.source.sourcePath command.data.modify.entity.target.targetPath.set.from.storage command.data.modify.entity.target.targetPath.set.from.storage.source command.data.modify.entity.target.targetPath.set.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.set.string +command.data.modify.entity.target.targetPath.set.string.block +command.data.modify.entity.target.targetPath.set.string.block.sourcePos +command.data.modify.entity.target.targetPath.set.string.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.set.string.block.sourcePos.sourcePath.start +command.data.modify.entity.target.targetPath.set.string.block.sourcePos.sourcePath.start.end +command.data.modify.entity.target.targetPath.set.string.entity +command.data.modify.entity.target.targetPath.set.string.entity.source +command.data.modify.entity.target.targetPath.set.string.entity.source.sourcePath +command.data.modify.entity.target.targetPath.set.string.entity.source.sourcePath.start +command.data.modify.entity.target.targetPath.set.string.entity.source.sourcePath.start.end +command.data.modify.entity.target.targetPath.set.string.storage +command.data.modify.entity.target.targetPath.set.string.storage.source +command.data.modify.entity.target.targetPath.set.string.storage.source.sourcePath +command.data.modify.entity.target.targetPath.set.string.storage.source.sourcePath.start +command.data.modify.entity.target.targetPath.set.string.storage.source.sourcePath.start.end command.data.modify.entity.target.targetPath.set.value command.data.modify.entity.target.targetPath.set.value.value command.data.modify.storage @@ -553,6 +1097,22 @@ command.data.modify.storage.target.targetPath.append.from.entity.source.sourcePa command.data.modify.storage.target.targetPath.append.from.storage command.data.modify.storage.target.targetPath.append.from.storage.source command.data.modify.storage.target.targetPath.append.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.append.string +command.data.modify.storage.target.targetPath.append.string.block +command.data.modify.storage.target.targetPath.append.string.block.sourcePos +command.data.modify.storage.target.targetPath.append.string.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.append.string.block.sourcePos.sourcePath.start +command.data.modify.storage.target.targetPath.append.string.block.sourcePos.sourcePath.start.end +command.data.modify.storage.target.targetPath.append.string.entity +command.data.modify.storage.target.targetPath.append.string.entity.source +command.data.modify.storage.target.targetPath.append.string.entity.source.sourcePath +command.data.modify.storage.target.targetPath.append.string.entity.source.sourcePath.start +command.data.modify.storage.target.targetPath.append.string.entity.source.sourcePath.start.end +command.data.modify.storage.target.targetPath.append.string.storage +command.data.modify.storage.target.targetPath.append.string.storage.source +command.data.modify.storage.target.targetPath.append.string.storage.source.sourcePath +command.data.modify.storage.target.targetPath.append.string.storage.source.sourcePath.start +command.data.modify.storage.target.targetPath.append.string.storage.source.sourcePath.start.end command.data.modify.storage.target.targetPath.append.value command.data.modify.storage.target.targetPath.append.value.value command.data.modify.storage.target.targetPath.insert @@ -567,6 +1127,22 @@ command.data.modify.storage.target.targetPath.insert.index.from.entity.source.so command.data.modify.storage.target.targetPath.insert.index.from.storage command.data.modify.storage.target.targetPath.insert.index.from.storage.source command.data.modify.storage.target.targetPath.insert.index.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.insert.index.string +command.data.modify.storage.target.targetPath.insert.index.string.block +command.data.modify.storage.target.targetPath.insert.index.string.block.sourcePos +command.data.modify.storage.target.targetPath.insert.index.string.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.insert.index.string.block.sourcePos.sourcePath.start +command.data.modify.storage.target.targetPath.insert.index.string.block.sourcePos.sourcePath.start.end +command.data.modify.storage.target.targetPath.insert.index.string.entity +command.data.modify.storage.target.targetPath.insert.index.string.entity.source +command.data.modify.storage.target.targetPath.insert.index.string.entity.source.sourcePath +command.data.modify.storage.target.targetPath.insert.index.string.entity.source.sourcePath.start +command.data.modify.storage.target.targetPath.insert.index.string.entity.source.sourcePath.start.end +command.data.modify.storage.target.targetPath.insert.index.string.storage +command.data.modify.storage.target.targetPath.insert.index.string.storage.source +command.data.modify.storage.target.targetPath.insert.index.string.storage.source.sourcePath +command.data.modify.storage.target.targetPath.insert.index.string.storage.source.sourcePath.start +command.data.modify.storage.target.targetPath.insert.index.string.storage.source.sourcePath.start.end command.data.modify.storage.target.targetPath.insert.index.value command.data.modify.storage.target.targetPath.insert.index.value.value command.data.modify.storage.target.targetPath.merge @@ -580,6 +1156,22 @@ command.data.modify.storage.target.targetPath.merge.from.entity.source.sourcePat command.data.modify.storage.target.targetPath.merge.from.storage command.data.modify.storage.target.targetPath.merge.from.storage.source command.data.modify.storage.target.targetPath.merge.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.merge.string +command.data.modify.storage.target.targetPath.merge.string.block +command.data.modify.storage.target.targetPath.merge.string.block.sourcePos +command.data.modify.storage.target.targetPath.merge.string.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.merge.string.block.sourcePos.sourcePath.start +command.data.modify.storage.target.targetPath.merge.string.block.sourcePos.sourcePath.start.end +command.data.modify.storage.target.targetPath.merge.string.entity +command.data.modify.storage.target.targetPath.merge.string.entity.source +command.data.modify.storage.target.targetPath.merge.string.entity.source.sourcePath +command.data.modify.storage.target.targetPath.merge.string.entity.source.sourcePath.start +command.data.modify.storage.target.targetPath.merge.string.entity.source.sourcePath.start.end +command.data.modify.storage.target.targetPath.merge.string.storage +command.data.modify.storage.target.targetPath.merge.string.storage.source +command.data.modify.storage.target.targetPath.merge.string.storage.source.sourcePath +command.data.modify.storage.target.targetPath.merge.string.storage.source.sourcePath.start +command.data.modify.storage.target.targetPath.merge.string.storage.source.sourcePath.start.end command.data.modify.storage.target.targetPath.merge.value command.data.modify.storage.target.targetPath.merge.value.value command.data.modify.storage.target.targetPath.prepend @@ -593,6 +1185,22 @@ command.data.modify.storage.target.targetPath.prepend.from.entity.source.sourceP command.data.modify.storage.target.targetPath.prepend.from.storage command.data.modify.storage.target.targetPath.prepend.from.storage.source command.data.modify.storage.target.targetPath.prepend.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.prepend.string +command.data.modify.storage.target.targetPath.prepend.string.block +command.data.modify.storage.target.targetPath.prepend.string.block.sourcePos +command.data.modify.storage.target.targetPath.prepend.string.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.prepend.string.block.sourcePos.sourcePath.start +command.data.modify.storage.target.targetPath.prepend.string.block.sourcePos.sourcePath.start.end +command.data.modify.storage.target.targetPath.prepend.string.entity +command.data.modify.storage.target.targetPath.prepend.string.entity.source +command.data.modify.storage.target.targetPath.prepend.string.entity.source.sourcePath +command.data.modify.storage.target.targetPath.prepend.string.entity.source.sourcePath.start +command.data.modify.storage.target.targetPath.prepend.string.entity.source.sourcePath.start.end +command.data.modify.storage.target.targetPath.prepend.string.storage +command.data.modify.storage.target.targetPath.prepend.string.storage.source +command.data.modify.storage.target.targetPath.prepend.string.storage.source.sourcePath +command.data.modify.storage.target.targetPath.prepend.string.storage.source.sourcePath.start +command.data.modify.storage.target.targetPath.prepend.string.storage.source.sourcePath.start.end command.data.modify.storage.target.targetPath.prepend.value command.data.modify.storage.target.targetPath.prepend.value.value command.data.modify.storage.target.targetPath.set @@ -606,6 +1214,22 @@ command.data.modify.storage.target.targetPath.set.from.entity.source.sourcePath command.data.modify.storage.target.targetPath.set.from.storage command.data.modify.storage.target.targetPath.set.from.storage.source command.data.modify.storage.target.targetPath.set.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.set.string +command.data.modify.storage.target.targetPath.set.string.block +command.data.modify.storage.target.targetPath.set.string.block.sourcePos +command.data.modify.storage.target.targetPath.set.string.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.set.string.block.sourcePos.sourcePath.start +command.data.modify.storage.target.targetPath.set.string.block.sourcePos.sourcePath.start.end +command.data.modify.storage.target.targetPath.set.string.entity +command.data.modify.storage.target.targetPath.set.string.entity.source +command.data.modify.storage.target.targetPath.set.string.entity.source.sourcePath +command.data.modify.storage.target.targetPath.set.string.entity.source.sourcePath.start +command.data.modify.storage.target.targetPath.set.string.entity.source.sourcePath.start.end +command.data.modify.storage.target.targetPath.set.string.storage +command.data.modify.storage.target.targetPath.set.string.storage.source +command.data.modify.storage.target.targetPath.set.string.storage.source.sourcePath +command.data.modify.storage.target.targetPath.set.string.storage.source.sourcePath.start +command.data.modify.storage.target.targetPath.set.string.storage.source.sourcePath.start.end command.data.modify.storage.target.targetPath.set.value command.data.modify.storage.target.targetPath.set.value.value command.data.remove @@ -641,10 +1265,12 @@ command.debug.function.name command.debug.start command.debug.stop command.defaultgamemode -command.defaultgamemode.adventure -command.defaultgamemode.creative -command.defaultgamemode.spectator -command.defaultgamemode.survival +command.defaultgamemode.gamemode +command.defaultoptions +command.defaultoptions.saveAll +command.defaultoptions.saveKeys +command.defaultoptions.saveOptions +command.defaultoptions.saveServers command.delhome command.delhome.name command.delwarp @@ -654,81 +1280,6 @@ command.difficulty.easy command.difficulty.hard command.difficulty.normal command.difficulty.peaceful -command.dt -command.dt.clearorphaned -command.dt.clearorphaned.location -command.dt.clearorphaned.location.radius -command.dt.createstaff -command.dt.createstaff.location -command.dt.createstaff.location.species -command.dt.createstaff.location.species.jo_code -command.dt.createstaff.location.species.jo_code.color -command.dt.createstaff.location.species.jo_code.color.readOnly -command.dt.createstaff.location.species.jo_code.color.readOnly.maxUses -command.dt.createtransformpotion -command.dt.createtransformpotion.location -command.dt.createtransformpotion.location.species -command.dt.fertility -command.dt.fertility.location -command.dt.fertility.location.fertility -command.dt.fertility.location.raw -command.dt.gettree -command.dt.gettree.location -command.dt.gettree.location.code_raw -command.dt.growpulse -command.dt.growpulse.location -command.dt.growpulse.location.number -command.dt.killtree -command.dt.killtree.location -command.dt.purgetrees -command.dt.purgetrees.location -command.dt.purgetrees.location.radius -command.dt.registry -command.dt.registry.cellkit -command.dt.registry.cellkit.list -command.dt.registry.cellkit.list.raw -command.dt.registry.family -command.dt.registry.family.list -command.dt.registry.family.list.raw -command.dt.registry.fruit -command.dt.registry.fruit.list -command.dt.registry.fruit.list.raw -command.dt.registry.genfeature -command.dt.registry.genfeature.list -command.dt.registry.genfeature.list.raw -command.dt.registry.growthlogickit -command.dt.registry.growthlogickit.list -command.dt.registry.growthlogickit.list.raw -command.dt.registry.leavesproperties -command.dt.registry.leavesproperties.list -command.dt.registry.leavesproperties.list.raw -command.dt.registry.pod -command.dt.registry.pod.list -command.dt.registry.pod.list.raw -command.dt.registry.registryhandler -command.dt.registry.registryhandler.list -command.dt.registry.registryhandler.list.raw -command.dt.registry.soilproperties -command.dt.registry.soilproperties.list -command.dt.registry.soilproperties.list.raw -command.dt.registry.species -command.dt.registry.species.list -command.dt.registry.species.list.raw -command.dt.rotatejocode -command.dt.rotatejocode.jo_code -command.dt.rotatejocode.jo_code.turns -command.dt.setcoordxor -command.dt.setcoordxor.xor -command.dt.settree -command.dt.settree.location -command.dt.settree.location.species -command.dt.settree.location.species.jo_code -command.dt.settree.location.species.jo_code.turns -command.dt.settree.location.species.jo_code.turns.fertility -command.dt.transform -command.dt.transform.location -command.dt.transform.location.species -command.dumpHandlers command.effect command.effect.clear command.effect.clear.targets @@ -736,15 +1287,40 @@ command.effect.clear.targets.effect command.effect.give command.effect.give.targets command.effect.give.targets.effect +command.effect.give.targets.effect.infinite +command.effect.give.targets.effect.infinite.amplifier +command.effect.give.targets.effect.infinite.amplifier.hideParticles command.effect.give.targets.effect.seconds command.effect.give.targets.effect.seconds.amplifier command.effect.give.targets.effect.seconds.amplifier.hideParticles +command.emi +command.emi.tree +command.emi.tree.goal +command.emi.tree.goal.id +command.emi.tree.resolution +command.emi.tree.resolution.id +command.emi.view +command.emi.view.recipe +command.emi.view.recipe.id +command.emi.view.tree command.enchant command.enchant.targets command.enchant.targets.enchantment command.enchant.targets.enchantment.level command.enderchest command.enderchest.player +command.environmental_hazard +command.environmental_hazard.clear +command.environmental_hazard.clear.source +command.environmental_hazard.clear.source.condition +command.environmental_hazard.condition +command.environmental_hazard.condition.can_spread +command.environmental_hazard.condition.can_spread.source +command.environmental_hazard.condition.can_spread.source.chunk +command.environmental_hazard.condition.can_spread.source.chunk.strength +command.environmental_hazard.condition.can_spread.source.local +command.environmental_hazard.condition.can_spread.source.local.from +command.environmental_hazard.condition.can_spread.source.local.from.to command.execute command.execute.align command.execute.anchored @@ -754,6 +1330,8 @@ command.execute.facing command.execute.facing.entity command.execute.facing.entity.targets command.execute.if +command.execute.if.biome +command.execute.if.biome.pos command.execute.if.block command.execute.if.block.pos command.execute.if.blocks @@ -767,7 +1345,9 @@ command.execute.if.data.entity command.execute.if.data.entity.source command.execute.if.data.storage command.execute.if.data.storage.source +command.execute.if.dimension command.execute.if.entity +command.execute.if.loaded command.execute.if.predicate command.execute.if.score command.execute.if.score.target @@ -784,8 +1364,10 @@ command.execute.if.score.target.targetObjective.>= command.execute.if.score.target.targetObjective.>=.source command.execute.if.score.target.targetObjective.matches command.execute.in +command.execute.on command.execute.positioned command.execute.positioned.as +command.execute.positioned.over command.execute.rotated command.execute.rotated.as command.execute.run @@ -854,7 +1436,10 @@ command.execute.store.success.storage.target.path.float command.execute.store.success.storage.target.path.int command.execute.store.success.storage.target.path.long command.execute.store.success.storage.target.path.short +command.execute.summon command.execute.unless +command.execute.unless.biome +command.execute.unless.biome.pos command.execute.unless.block command.execute.unless.block.pos command.execute.unless.blocks @@ -868,7 +1453,9 @@ command.execute.unless.data.entity command.execute.unless.data.entity.source command.execute.unless.data.storage command.execute.unless.data.storage.source +command.execute.unless.dimension command.execute.unless.entity +command.execute.unless.loaded command.execute.unless.predicate command.execute.unless.score command.execute.unless.score.target @@ -899,6 +1486,41 @@ command.experience.set.targets command.experience.set.targets.amount command.experience.set.targets.amount.levels command.experience.set.targets.amount.points +command.exposure +command.exposure.debug +command.exposure.debug.chromaticFromLastThreeExposures +command.exposure.debug.clearRenderingCache +command.exposure.export +command.exposure.export.all +command.exposure.export.all.size +command.exposure.export.all.size.look +command.exposure.export.id +command.exposure.export.id.id +command.exposure.export.id.id.size +command.exposure.export.id.id.size.look +command.exposure.expose +command.exposure.expose.size +command.exposure.load +command.exposure.load.size +command.exposure.load.size.path +command.exposure.load.size.path.id +command.exposure.load.withDithering +command.exposure.load.withDithering.size +command.exposure.load.withDithering.size.path +command.exposure.load.withDithering.size.path.id +command.exposure.show +command.exposure.show.id +command.exposure.show.id.id +command.exposure.show.id.id.negative +command.exposure.show.latest +command.exposure.show.latest.negative +command.exposure.show.texture +command.exposure.show.texture.path +command.exposure.show.texture.path.negative +command.extinguish +command.extinguish.player +command.feed +command.feed.player command.fill command.fill.from command.fill.from.to @@ -909,8 +1531,29 @@ command.fill.from.to.block.keep command.fill.from.to.block.outline command.fill.from.to.block.replace command.fill.from.to.block.replace.filter +command.fillbiome +command.fillbiome.from +command.fillbiome.from.to +command.fillbiome.from.to.biome +command.fillbiome.from.to.biome.replace +command.fillbiome.from.to.biome.replace.filter +command.firmaciv +command.firmaciv.navigation +command.firmaciv.navigation.pos +command.firmaciv.navigation.pos.type command.fly command.fly.player +command.fmlayout +command.fmlayout.layout_name +command.fmlayout.layout_name.is_layout_enabled +command.fmlayout.layout_name.is_layout_enabled.target_players +command.fmvariable +command.fmvariable.get +command.fmvariable.get.variable_name +command.fmvariable.set +command.fmvariable.set.variable_name +command.fmvariable.set.variable_name.send_chat_feedback +command.fmvariable.set.variable_name.send_chat_feedback.set_to_value command.forceload command.forceload.add command.forceload.add.from @@ -956,7 +1599,78 @@ command.forge.track.start.entity.duration command.forge.track.start.te command.forge.track.start.te.duration command.forge.track.te +command.ftbchunks +command.ftbchunks.admin +command.ftbchunks.admin.bypass_protection +command.ftbchunks.admin.claim_as +command.ftbchunks.admin.claim_as.team +command.ftbchunks.admin.claim_as.team.radius_in_blocks +command.ftbchunks.admin.claim_as.team.radius_in_blocks.anchor +command.ftbchunks.admin.claim_as.team.radius_in_blocks.anchor.dimension +command.ftbchunks.admin.extra_claim_chunks +command.ftbchunks.admin.extra_claim_chunks.player +command.ftbchunks.admin.extra_claim_chunks.player.add +command.ftbchunks.admin.extra_claim_chunks.player.add.number +command.ftbchunks.admin.extra_claim_chunks.player.get +command.ftbchunks.admin.extra_claim_chunks.player.set +command.ftbchunks.admin.extra_claim_chunks.player.set.number +command.ftbchunks.admin.extra_force_load_chunks +command.ftbchunks.admin.extra_force_load_chunks.player +command.ftbchunks.admin.extra_force_load_chunks.player.add +command.ftbchunks.admin.extra_force_load_chunks.player.add.number +command.ftbchunks.admin.extra_force_load_chunks.player.get +command.ftbchunks.admin.extra_force_load_chunks.player.set +command.ftbchunks.admin.extra_force_load_chunks.player.set.number +command.ftbchunks.admin.unclaim_as +command.ftbchunks.admin.unclaim_as.team +command.ftbchunks.admin.unclaim_as.team.radius_in_blocks +command.ftbchunks.admin.unclaim_as.team.radius_in_blocks.anchor +command.ftbchunks.admin.unclaim_as.team.radius_in_blocks.anchor.dimension +command.ftbchunks.admin.unclaim_everything +command.ftbchunks.admin.unload_everything +command.ftbchunks.admin.view_loaded_chunks +command.ftbchunks.admin.view_loaded_chunks.dimension +command.ftbchunks.admin.view_loaded_chunks.reset +command.ftbchunks.admin.view_loaded_chunks.reset.dimension +command.ftbchunks.block_color +command.ftbchunks.claim +command.ftbchunks.claim.radius_in_blocks +command.ftbchunks.info +command.ftbchunks.info.x +command.ftbchunks.info.x.z +command.ftbchunks.info.x.z.dimension +command.ftbchunks.load +command.ftbchunks.load.radius_in_blocks +command.ftbchunks.unclaim +command.ftbchunks.unclaim.radius_in_blocks +command.ftbchunks.unclaim_all +command.ftbchunks.unclaim_all.team +command.ftbchunks.unload +command.ftbchunks.unload.radius_in_blocks +command.ftbchunks.unload_all +command.ftbchunks.unload_all.team +command.ftbchunks.waypoint +command.ftbchunks.waypoint.add +command.ftbchunks.waypoint.add-dim +command.ftbchunks.waypoint.add-dim.name +command.ftbchunks.waypoint.add-dim.name.position +command.ftbchunks.waypoint.add-dim.name.position.dimension +command.ftbchunks.waypoint.add-dim.name.position.dimension.color +command.ftbchunks.waypoint.add-dim.name.position.dimension.color.gui +command.ftbchunks.waypoint.add.name +command.ftbchunks.waypoint.add.name.position +command.ftbchunks.waypoint.add.name.position.color +command.ftbfiltersystem +command.ftbfiltersystem.dump_nbt +command.ftbfiltersystem.get_filter +command.ftbfiltersystem.get_filter.pretty +command.ftbfiltersystem.parse +command.ftbfiltersystem.parse.string +command.ftbfiltersystem.set_filter +command.ftbfiltersystem.set_filter.string +command.ftbfiltersystem.try_match command.ftblibrary +command.ftblibrary.clientconfig command.ftblibrary.day command.ftblibrary.gamemode command.ftblibrary.generate_loot_tables @@ -980,6 +1694,7 @@ command.ftbquests.change_progress.players.complete command.ftbquests.change_progress.players.complete.quest_object command.ftbquests.change_progress.players.reset command.ftbquests.change_progress.players.reset.quest_object +command.ftbquests.clear_item_display_cache command.ftbquests.delete_empty_reward_tables command.ftbquests.editing_mode command.ftbquests.editing_mode.enabled @@ -994,6 +1709,8 @@ command.ftbquests.import_reward_table_from_chest.name.pos command.ftbquests.locked command.ftbquests.locked.enabled command.ftbquests.locked.enabled.player +command.ftbquests.open_book +command.ftbquests.open_book.quest_object command.ftbquests.reload command.ftbranks command.ftbranks.add @@ -1004,6 +1721,7 @@ command.ftbranks.condition.rank command.ftbranks.condition.rank.value command.ftbranks.create command.ftbranks.create.name +command.ftbranks.create.name.power command.ftbranks.delete command.ftbranks.delete.rank command.ftbranks.list_all_ranks @@ -1016,6 +1734,8 @@ command.ftbranks.node.add command.ftbranks.node.add.rank command.ftbranks.node.add.rank.node command.ftbranks.node.add.rank.node.value +command.ftbranks.node.list +command.ftbranks.node.list.rank command.ftbranks.node.remove command.ftbranks.node.remove.rank command.ftbranks.node.remove.rank.node @@ -1027,6 +1747,8 @@ command.ftbranks.remove.players.rank command.ftbranks.show_rank command.ftbranks.show_rank.rank command.ftbteams +command.ftbteams.force-disband +command.ftbteams.force-disband.team command.ftbteams.info command.ftbteams.info.server_id command.ftbteams.info.team @@ -1045,8 +1767,8 @@ command.ftbteams.party.allies.remove command.ftbteams.party.allies.remove.player command.ftbteams.party.create command.ftbteams.party.create.name -command.ftbteams.party.deny_invite -command.ftbteams.party.deny_invite.team +command.ftbteams.party.decline +command.ftbteams.party.decline.team command.ftbteams.party.invite command.ftbteams.party.invite.players command.ftbteams.party.join @@ -1062,7 +1784,10 @@ command.ftbteams.party.settings_for.team command.ftbteams.party.settings_for.team.key command.ftbteams.party.settings_for.team.key.value command.ftbteams.party.transfer_ownership -command.ftbteams.party.transfer_ownership.player +command.ftbteams.party.transfer_ownership.player_id +command.ftbteams.party.transfer_ownership_for +command.ftbteams.party.transfer_ownership_for.team +command.ftbteams.party.transfer_ownership_for.team.player_id command.ftbteams.server command.ftbteams.server.create command.ftbteams.server.create.name @@ -1075,19 +1800,17 @@ command.ftbteams.server.settings.team.key.value command.function command.function.name command.gamemode -command.gamemode.adventure -command.gamemode.adventure.target -command.gamemode.creative -command.gamemode.creative.target -command.gamemode.spectator -command.gamemode.spectator.target -command.gamemode.survival -command.gamemode.survival.target +command.gamemode.gamemode +command.gamemode.gamemode.target command.gamerule command.gamerule.announceAdvancements command.gamerule.announceAdvancements.value +command.gamerule.blockExplosionDropDecay +command.gamerule.blockExplosionDropDecay.value command.gamerule.commandBlockOutput command.gamerule.commandBlockOutput.value +command.gamerule.commandModificationBlockLimit +command.gamerule.commandModificationBlockLimit.value command.gamerule.disableElytraMovementCheck command.gamerule.disableElytraMovementCheck.value command.gamerule.disableRaids @@ -1114,6 +1837,10 @@ command.gamerule.doTileDrops command.gamerule.doTileDrops.value command.gamerule.doTraderSpawning command.gamerule.doTraderSpawning.value +command.gamerule.doVinesSpread +command.gamerule.doVinesSpread.value +command.gamerule.doWardenSpawning +command.gamerule.doWardenSpawning.value command.gamerule.doWeatherCycle command.gamerule.doWeatherCycle.value command.gamerule.drowningDamage @@ -1126,14 +1853,20 @@ command.gamerule.forgiveDeadPlayers command.gamerule.forgiveDeadPlayers.value command.gamerule.freezeDamage command.gamerule.freezeDamage.value +command.gamerule.globalSoundEvents +command.gamerule.globalSoundEvents.value command.gamerule.keepInventory command.gamerule.keepInventory.value +command.gamerule.lavaSourceConversion +command.gamerule.lavaSourceConversion.value command.gamerule.logAdminCommands command.gamerule.logAdminCommands.value command.gamerule.maxCommandChainLength command.gamerule.maxCommandChainLength.value command.gamerule.maxEntityCramming command.gamerule.maxEntityCramming.value +command.gamerule.mobExplosionDropDecay +command.gamerule.mobExplosionDropDecay.value command.gamerule.mobGriefing command.gamerule.mobGriefing.value command.gamerule.naturalRegeneration @@ -1148,18 +1881,66 @@ command.gamerule.sendCommandFeedback command.gamerule.sendCommandFeedback.value command.gamerule.showDeathMessages command.gamerule.showDeathMessages.value +command.gamerule.snowAccumulationHeight +command.gamerule.snowAccumulationHeight.value command.gamerule.spawnRadius command.gamerule.spawnRadius.value command.gamerule.spectatorsGenerateChunks command.gamerule.spectatorsGenerateChunks.value +command.gamerule.tntExplosionDropDecay +command.gamerule.tntExplosionDropDecay.value command.gamerule.universalAnger command.gamerule.universalAnger.value +command.gamerule.waterSourceConversion +command.gamerule.waterSourceConversion.value command.give command.give.targets command.give.targets.item command.give.targets.item.count command.god command.god.player +command.gtceu +command.gtceu.cape +command.gtceu.cape.give +command.gtceu.cape.give.targets +command.gtceu.cape.give.targets.all +command.gtceu.cape.give.targets.cape +command.gtceu.cape.take +command.gtceu.cape.take.targets +command.gtceu.cape.take.targets.all +command.gtceu.cape.take.targets.cape +command.gtceu.cape.use +command.gtceu.cape.use.cape +command.gtceu.cape.use.none +command.gtceu.cape.use.target +command.gtceu.cape.use.target.cape +command.gtceu.cape.use.target.none +command.gtceu.dump_data +command.gtceu.dump_data.bedrock_fluid_veins +command.gtceu.dump_data.bedrock_ore_veins +command.gtceu.dump_data.ore_veins +command.gtceu.place_vein +command.gtceu.place_vein.vein +command.gtceu.place_vein.vein.position +command.gtceu.ui_editor +command.guideme +command.guideme.exportstructure +command.guideme.exportstructure.origin +command.guideme.exportstructure.origin.sizeX +command.guideme.exportstructure.origin.sizeX.sizeY +command.guideme.exportstructure.origin.sizeX.sizeY.sizeZ +command.guideme.give +command.guideme.give.targets +command.guideme.give.targets.guide +command.guideme.importstructure +command.guideme.importstructure.origin +command.guideme.open +command.guideme.open.targets +command.guideme.open.targets.guide +command.guideme.open.targets.guide.page +command.guideme.placeallstructures +command.guideme.placeallstructures.origin +command.guideme.placeallstructures.origin.guide command.hat command.heal command.heal.player @@ -1167,37 +1948,30 @@ command.help command.help.command command.home command.home.name -command.ie -command.ie.clearshaders -command.ie.clearshaders.player -command.ie.mineral -command.ie.mineral.get -command.ie.mineral.get.location -command.ie.mineral.list -command.ie.mineral.put -command.ie.mineral.put.mineral -command.ie.mineral.put.mineral.radius -command.ie.mineral.put.mineral.radius.pos -command.ie.mineral.setDepletion -command.ie.mineral.setDepletion.depletion -command.ie.mineral.setDepletion.depletion.pos command.invsee command.invsee.player -command.ip -command.ip.reservoir -command.ip.reservoir.get -command.ip.reservoir.get.location -command.ip.reservoir.locate -command.ip.reservoir.set -command.ip.reservoir.set.amount -command.ip.reservoir.set.amount.amount -command.ip.reservoir.set.amount.amount.location -command.ip.reservoir.set.capacity -command.ip.reservoir.set.capacity.capacity -command.ip.reservoir.set.capacity.capacity.location -command.ip.reservoir.set.type -command.ip.reservoir.set.type.name -command.ip.reservoir.set.type.name.location +command.io +command.io.config +command.io.config.blacklist +command.io.config.blacklist.id +command.io.config.enableBlockEntities +command.io.config.enableBlockEntities.enabled +command.io.config.enableDistanceCulling +command.io.config.enableDistanceCulling.enabled +command.io.config.enableEntities +command.io.config.enableEntities.enabled +command.io.config.enableTrackingCulling +command.io.config.enableTrackingCulling.enabled +command.io.config.enableViewportCulling +command.io.config.enableViewportCulling.enabled +command.io.config.enabledStress +command.io.config.enabledStress.enabled +command.io.config.preset +command.io.config.preset.default +command.io.config.preset.performance +command.io.config.preset.quality +command.io.config.reload +command.io.report command.item command.item.modify command.item.modify.block @@ -1239,36 +2013,157 @@ command.item.replace.entity.targets.slot.from.entity.source.sourceSlot.modifier command.item.replace.entity.targets.slot.with command.item.replace.entity.targets.slot.with.item command.item.replace.entity.targets.slot.with.item.count +command.jade +command.jade.hide +command.jade.hide.targets +command.jade.show +command.jade.show.targets command.jfr command.jfr.start command.jfr.stop +command.jump command.kick command.kick.targets command.kick.targets.reason command.kickme command.kill command.kill.targets -command.kjs_hand +command.kit +command.kit.cooldown +command.kit.cooldown.name +command.kit.cooldown.name.cooldown +command.kit.create_from_block_inv +command.kit.create_from_block_inv.name +command.kit.create_from_block_inv.name.cooldown +command.kit.create_from_player_hotbar +command.kit.create_from_player_hotbar.name +command.kit.create_from_player_hotbar.name.cooldown +command.kit.create_from_player_inv +command.kit.create_from_player_inv.name +command.kit.create_from_player_inv.name.cooldown +command.kit.delete +command.kit.delete.name +command.kit.give +command.kit.give.players +command.kit.give.players.name +command.kit.list +command.kit.put_in_block_inv +command.kit.put_in_block_inv.name +command.kit.reset_cooldown +command.kit.reset_cooldown.name +command.kit.reset_cooldown.name.id +command.kit.reset_cooldown.name.player +command.kit.set_autogrant +command.kit.set_autogrant.name +command.kit.set_autogrant.name.grant +command.kit.show +command.kit.show.name command.kubejs command.kubejs.custom_command command.kubejs.custom_command.id +command.kubejs.dump_internals +command.kubejs.dump_internals.events command.kubejs.dump_registry command.kubejs.dump_registry.registry command.kubejs.errors +command.kubejs.errors.client +command.kubejs.errors.server +command.kubejs.errors.startup command.kubejs.export -command.kubejs.export_virtual_data +command.kubejs.export.pack_folders +command.kubejs.export.pack_zips +command.kubejs.generate_typings command.kubejs.hand +command.kubejs.help command.kubejs.hotbar command.kubejs.inventory command.kubejs.list_tag command.kubejs.list_tag.registry command.kubejs.list_tag.registry.tag command.kubejs.offhand +command.kubejs.packmode +command.kubejs.packmode.name command.kubejs.painter command.kubejs.painter.player command.kubejs.painter.player.object +command.kubejs.persistent_data +command.kubejs.persistent_data.dimension +command.kubejs.persistent_data.dimension.all +command.kubejs.persistent_data.dimension.all.get +command.kubejs.persistent_data.dimension.all.get.all +command.kubejs.persistent_data.dimension.all.get.key +command.kubejs.persistent_data.dimension.all.merge +command.kubejs.persistent_data.dimension.all.merge.nbt +command.kubejs.persistent_data.dimension.all.remove +command.kubejs.persistent_data.dimension.all.remove.all +command.kubejs.persistent_data.dimension.all.remove.key +command.kubejs.persistent_data.dimension.all.scoreboard +command.kubejs.persistent_data.dimension.all.scoreboard.export +command.kubejs.persistent_data.dimension.all.scoreboard.export.key +command.kubejs.persistent_data.dimension.all.scoreboard.export.key.targets +command.kubejs.persistent_data.dimension.all.scoreboard.export.key.targets.objective +command.kubejs.persistent_data.dimension.all.scoreboard.import +command.kubejs.persistent_data.dimension.all.scoreboard.import.key +command.kubejs.persistent_data.dimension.all.scoreboard.import.key.target +command.kubejs.persistent_data.dimension.all.scoreboard.import.key.target.objective +command.kubejs.persistent_data.dimension.dimension +command.kubejs.persistent_data.dimension.dimension.get +command.kubejs.persistent_data.dimension.dimension.get.all +command.kubejs.persistent_data.dimension.dimension.get.key +command.kubejs.persistent_data.dimension.dimension.merge +command.kubejs.persistent_data.dimension.dimension.merge.nbt +command.kubejs.persistent_data.dimension.dimension.remove +command.kubejs.persistent_data.dimension.dimension.remove.all +command.kubejs.persistent_data.dimension.dimension.remove.key +command.kubejs.persistent_data.dimension.dimension.scoreboard +command.kubejs.persistent_data.dimension.dimension.scoreboard.export +command.kubejs.persistent_data.dimension.dimension.scoreboard.export.key +command.kubejs.persistent_data.dimension.dimension.scoreboard.export.key.targets +command.kubejs.persistent_data.dimension.dimension.scoreboard.export.key.targets.objective +command.kubejs.persistent_data.dimension.dimension.scoreboard.import +command.kubejs.persistent_data.dimension.dimension.scoreboard.import.key +command.kubejs.persistent_data.dimension.dimension.scoreboard.import.key.target +command.kubejs.persistent_data.dimension.dimension.scoreboard.import.key.target.objective +command.kubejs.persistent_data.entity +command.kubejs.persistent_data.entity.entity +command.kubejs.persistent_data.entity.entity.get +command.kubejs.persistent_data.entity.entity.get.all +command.kubejs.persistent_data.entity.entity.get.key +command.kubejs.persistent_data.entity.entity.merge +command.kubejs.persistent_data.entity.entity.merge.nbt +command.kubejs.persistent_data.entity.entity.remove +command.kubejs.persistent_data.entity.entity.remove.all +command.kubejs.persistent_data.entity.entity.remove.key +command.kubejs.persistent_data.entity.entity.scoreboard +command.kubejs.persistent_data.entity.entity.scoreboard.export +command.kubejs.persistent_data.entity.entity.scoreboard.export.key +command.kubejs.persistent_data.entity.entity.scoreboard.export.key.targets +command.kubejs.persistent_data.entity.entity.scoreboard.export.key.targets.objective +command.kubejs.persistent_data.entity.entity.scoreboard.import +command.kubejs.persistent_data.entity.entity.scoreboard.import.key +command.kubejs.persistent_data.entity.entity.scoreboard.import.key.target +command.kubejs.persistent_data.entity.entity.scoreboard.import.key.target.objective +command.kubejs.persistent_data.server +command.kubejs.persistent_data.server.get +command.kubejs.persistent_data.server.get.all +command.kubejs.persistent_data.server.get.key +command.kubejs.persistent_data.server.merge +command.kubejs.persistent_data.server.merge.nbt +command.kubejs.persistent_data.server.remove +command.kubejs.persistent_data.server.remove.all +command.kubejs.persistent_data.server.remove.key +command.kubejs.persistent_data.server.scoreboard +command.kubejs.persistent_data.server.scoreboard.export +command.kubejs.persistent_data.server.scoreboard.export.key +command.kubejs.persistent_data.server.scoreboard.export.key.targets +command.kubejs.persistent_data.server.scoreboard.export.key.targets.objective +command.kubejs.persistent_data.server.scoreboard.import +command.kubejs.persistent_data.server.scoreboard.import.key +command.kubejs.persistent_data.server.scoreboard.import.key.target +command.kubejs.persistent_data.server.scoreboard.import.key.target.objective command.kubejs.reload command.kubejs.reload.client_scripts +command.kubejs.reload.config command.kubejs.reload.lang command.kubejs.reload.server_scripts command.kubejs.reload.startup_scripts @@ -1284,8 +2179,44 @@ command.kubejs.stages.list.player command.kubejs.stages.remove command.kubejs.stages.remove.player command.kubejs.stages.remove.player.stage -command.kubejs.warnings -command.kubejs.wiki +command.kubejs_tfc +command.kubejs_tfc.describe +command.kubejs_tfc.describe.data_type +command.kubejs_tfc.describe.data_type.id +command.kubejs_tfc.inspect_2d_noise +command.kubejs_tfc.inspect_2d_noise.from +command.kubejs_tfc.inspect_2d_noise.from.to +command.kubejs_tfc.inspect_2d_noise.from.to.input_range +command.kubejs_tfc.inspect_2d_noise.from.to.input_range.output_range +command.kubejs_tfc.inspect_2d_noise.from.to.input_range.output_range.noise +command.kubejs_tfc.inspect_3d_noise +command.kubejs_tfc.inspect_3d_noise.from +command.kubejs_tfc.inspect_3d_noise.from.to +command.kubejs_tfc.inspect_3d_noise.from.to.input_range +command.kubejs_tfc.inspect_3d_noise.from.to.input_range.output_range +command.kubejs_tfc.inspect_3d_noise.from.to.input_range.output_range.noise +command.kubejs_tfc.inspect_3d_noise.from.to.input_range.output_range.noise.y_value +command.kubejs_tfc.list_ids +command.kubejs_tfc.list_ids.data_type +command.kubejs_tfc.list_ids.data_type.page +command.kubejs_tfc.print_chunk_data +command.kubejs_tfc.print_rock_settings +command.kubejs_tfc.print_world_settings +command.kubejs_tfc.search +command.kubejs_tfc.search.data_type +command.kubejs_tfc.search.data_type.value +command.kubejs_tfc.tree_solver +command.kubejs_tfc.tree_solver.trunk_size +command.kubejs_tfc.tree_solver.trunk_size.log_block +command.kubejs_tfc.tree_solver.trunk_size.log_block.leaves_block +command.kubejs_tfc.tree_solver.trunk_size.log_block.leaves_block.from +command.kubejs_tfc.tree_solver.trunk_size.log_block.leaves_block.from.to +command.ldlib +command.ldlib.copy_block_tag +command.ldlib.copy_block_tag.pos +command.ldlib.copy_entity_tag +command.ldlib.copy_entity_tag.entity +command.ldlib.ui_editor command.leaderboard command.leaderboard.damage_dealt command.leaderboard.deaths @@ -1296,15 +2227,56 @@ command.leaderboard.mob_kills command.leaderboard.player_kills command.leaderboard.time_played command.leaderboard.time_since_death +command.letmedespawn +command.letmedespawn.add +command.letmedespawn.add.mobName +command.letmedespawn.addPersistenceEnabler +command.letmedespawn.addPersistenceEnabler.itemName +command.letmedespawn.remove +command.letmedespawn.remove.mobName +command.letmedespawn.removePersistenceEnabler +command.letmedespawn.removePersistenceEnabler.itemName command.list command.list.uuids command.listhomes command.listhomes.player command.listwarps command.locate +command.locate.biome +command.locate.biome.biome +command.locate.poi +command.locate.poi.poi command.locate.structure -command.locatebiome -command.locatebiome.biome +command.locate.structure.structure +command.lode +command.lode.devsetup +command.lode.worldevent +command.lode.worldevent.freeze +command.lode.worldevent.freeze.all +command.lode.worldevent.freeze.single +command.lode.worldevent.freeze.single.target +command.lode.worldevent.freeze.type +command.lode.worldevent.freeze.type.type +command.lode.worldevent.get +command.lode.worldevent.get.target +command.lode.worldevent.list +command.lode.worldevent.list.all +command.lode.worldevent.list.page +command.lode.worldevent.list.page.page +command.lode.worldevent.list.type +command.lode.worldevent.list.type.worldEventType +command.lode.worldevent.remove +command.lode.worldevent.remove.all +command.lode.worldevent.remove.single +command.lode.worldevent.remove.single.target +command.lode.worldevent.remove.type +command.lode.worldevent.remove.type.type +command.lode.worldevent.unfreeze +command.lode.worldevent.unfreeze.all +command.lode.worldevent.unfreeze.single +command.lode.worldevent.unfreeze.single.target +command.lode.worldevent.unfreeze.type +command.lode.worldevent.unfreeze.type.type command.loot command.loot.give command.loot.give.players @@ -1426,234 +2398,78 @@ command.loot.spawn.targetPos.mine.pos command.loot.spawn.targetPos.mine.pos.mainhand command.loot.spawn.targetPos.mine.pos.offhand command.loot.spawn.targetPos.mine.pos.tool +command.lootr +command.lootr.barrel +command.lootr.barrel.table +command.lootr.cart +command.lootr.cart.table +command.lootr.cclear +command.lootr.cclear.entities +command.lootr.chest +command.lootr.chest.table +command.lootr.clear +command.lootr.clear.profile +command.lootr.convert +command.lootr.convert.from +command.lootr.convert.from.to +command.lootr.custom +command.lootr.decay +command.lootr.id +command.lootr.open_as +command.lootr.open_as.profile +command.lootr.open_as_uuid +command.lootr.open_as_uuid.uuid +command.lootr.openers +command.lootr.openers.location +command.lootr.refresh +command.lootr.shulker +command.lootr.shulker.table +command.lootr.trapped_chest +command.lootr.trapped_chest.table command.me command.me.action +command.medical_condition +command.medical_condition.apply +command.medical_condition.apply.targets +command.medical_condition.apply.targets.condition +command.medical_condition.apply.targets.condition.progression_multiplier +command.medical_condition.clear +command.medical_condition.clear.targets +command.medical_condition.clear.targets.condition +command.medical_condition.query +command.medical_condition.query.target +command.mfsrc command.modernfix +command.modernfix.mcfunctions command.modernfix.upgradeStructures command.msg command.msg.targets command.msg.targets.message command.mute command.mute.player +command.mute.player.until +command.near +command.near.player +command.near.player.radius +command.near.radius command.nickname command.nickname.nickname command.nicknamefor command.nicknamefor.player command.nicknamefor.player.nickname +command.octolib +command.octolib.config +command.octolib.config.reload +command.octolib.config.reload.all +command.octolib.config.reload.path command.open-patchouli-book command.open-patchouli-book.targets command.open-patchouli-book.targets.book command.open-patchouli-book.targets.book.entry command.open-patchouli-book.targets.book.entry.page -command.openpac -command.openpac-claims -command.openpac-claims.about -command.openpac-claims.about.profile -command.openpac-claims.admin-mode -command.openpac-claims.claim -command.openpac-claims.claim.anyway -command.openpac-claims.claim.anyway.block pos -command.openpac-claims.claim.block pos -command.openpac-claims.forceload -command.openpac-claims.forceload.anyway -command.openpac-claims.forceload.anyway.block pos -command.openpac-claims.forceload.block pos -command.openpac-claims.non-ally-mode -command.openpac-claims.server -command.openpac-claims.server-claim-mode -command.openpac-claims.server.claim -command.openpac-claims.server.claim.anyway -command.openpac-claims.server.claim.anyway.block pos -command.openpac-claims.server.claim.block pos -command.openpac-claims.server.forceload -command.openpac-claims.server.forceload.anyway -command.openpac-claims.server.forceload.anyway.block pos -command.openpac-claims.server.forceload.block pos -command.openpac-claims.server.sub-claim -command.openpac-claims.server.sub-claim.current -command.openpac-claims.server.sub-claim.for -command.openpac-claims.server.sub-claim.for.player -command.openpac-claims.server.sub-claim.for.player.current -command.openpac-claims.server.sub-claim.for.player.use -command.openpac-claims.server.sub-claim.for.player.use.sub-id -command.openpac-claims.server.sub-claim.use -command.openpac-claims.server.sub-claim.use.sub-id -command.openpac-claims.server.unclaim -command.openpac-claims.server.unclaim.anyway -command.openpac-claims.server.unclaim.anyway.block pos -command.openpac-claims.server.unclaim.block pos -command.openpac-claims.server.unforceload -command.openpac-claims.server.unforceload.anyway -command.openpac-claims.server.unforceload.anyway.block pos -command.openpac-claims.server.unforceload.block pos -command.openpac-claims.sub-claim -command.openpac-claims.sub-claim.current -command.openpac-claims.sub-claim.for -command.openpac-claims.sub-claim.for.player -command.openpac-claims.sub-claim.for.player.current -command.openpac-claims.sub-claim.for.player.use -command.openpac-claims.sub-claim.for.player.use.sub-id -command.openpac-claims.sub-claim.use -command.openpac-claims.sub-claim.use.sub-id -command.openpac-claims.unclaim -command.openpac-claims.unclaim.anyway -command.openpac-claims.unclaim.anyway.block pos -command.openpac-claims.unclaim.block pos -command.openpac-claims.unforceload -command.openpac-claims.unforceload.anyway -command.openpac-claims.unforceload.anyway.block pos -command.openpac-claims.unforceload.block pos -command.openpac-parties -command.openpac-parties.about -command.openpac-parties.about.player -command.openpac-parties.about.profile -command.openpac-parties.ally -command.openpac-parties.ally.add -command.openpac-parties.ally.add.player -command.openpac-parties.ally.remove -command.openpac-parties.ally.remove.owner -command.openpac-parties.chat -command.openpac-parties.chat.message -command.openpac-parties.create -command.openpac-parties.destroy -command.openpac-parties.destroy.confirm -command.openpac-parties.join -command.openpac-parties.join.id -command.openpac-parties.leave -command.openpac-parties.member -command.openpac-parties.member.invite -command.openpac-parties.member.invite.player -command.openpac-parties.member.kick -command.openpac-parties.member.kick.name -command.openpac-parties.member.rank -command.openpac-parties.member.rank.rank -command.openpac-parties.member.rank.rank.name -command.openpac-parties.transfer -command.openpac-parties.transfer.new-owner -command.openpac-parties.transfer.new-owner.confirm -command.openpac.expired-claims-config -command.openpac.expired-claims-config.get -command.openpac.expired-claims-config.get.key -command.openpac.expired-claims-config.help -command.openpac.expired-claims-config.help.key -command.openpac.expired-claims-config.reset -command.openpac.expired-claims-config.reset.key -command.openpac.expired-claims-config.set -command.openpac.expired-claims-config.set.key -command.openpac.expired-claims-config.set.key.value -command.openpac.player-config -command.openpac.player-config.default -command.openpac.player-config.default.get -command.openpac.player-config.default.get.key -command.openpac.player-config.default.help -command.openpac.player-config.default.help.key -command.openpac.player-config.default.reset -command.openpac.player-config.default.reset.key -command.openpac.player-config.default.set -command.openpac.player-config.default.set.key -command.openpac.player-config.default.set.key.value -command.openpac.player-config.for -command.openpac.player-config.for.player -command.openpac.player-config.for.player.get -command.openpac.player-config.for.player.get.key -command.openpac.player-config.for.player.help -command.openpac.player-config.for.player.help.key -command.openpac.player-config.for.player.reset -command.openpac.player-config.for.player.reset.key -command.openpac.player-config.for.player.set -command.openpac.player-config.for.player.set.key -command.openpac.player-config.for.player.set.key.value -command.openpac.player-config.for.player.sub -command.openpac.player-config.for.player.sub.create -command.openpac.player-config.for.player.sub.create.sub-id -command.openpac.player-config.for.player.sub.delete -command.openpac.player-config.for.player.sub.delete.sub-id -command.openpac.player-config.for.player.sub.get -command.openpac.player-config.for.player.sub.get.sub-id -command.openpac.player-config.for.player.sub.get.sub-id.key -command.openpac.player-config.for.player.sub.help -command.openpac.player-config.for.player.sub.help.sub-id -command.openpac.player-config.for.player.sub.help.sub-id.key -command.openpac.player-config.for.player.sub.list -command.openpac.player-config.for.player.sub.list.start-at -command.openpac.player-config.for.player.sub.reset -command.openpac.player-config.for.player.sub.reset.sub-id -command.openpac.player-config.for.player.sub.reset.sub-id.key -command.openpac.player-config.for.player.sub.set -command.openpac.player-config.for.player.sub.set.sub-id -command.openpac.player-config.for.player.sub.set.sub-id.key -command.openpac.player-config.for.player.sub.set.sub-id.key.value -command.openpac.player-config.get -command.openpac.player-config.get.key -command.openpac.player-config.help -command.openpac.player-config.help.key -command.openpac.player-config.reset -command.openpac.player-config.reset.key -command.openpac.player-config.set -command.openpac.player-config.set.key -command.openpac.player-config.set.key.value -command.openpac.player-config.sub -command.openpac.player-config.sub.create -command.openpac.player-config.sub.create.sub-id -command.openpac.player-config.sub.delete -command.openpac.player-config.sub.delete.sub-id -command.openpac.player-config.sub.get -command.openpac.player-config.sub.get.sub-id -command.openpac.player-config.sub.get.sub-id.key -command.openpac.player-config.sub.help -command.openpac.player-config.sub.help.sub-id -command.openpac.player-config.sub.help.sub-id.key -command.openpac.player-config.sub.list -command.openpac.player-config.sub.list.start-at -command.openpac.player-config.sub.reset -command.openpac.player-config.sub.reset.sub-id -command.openpac.player-config.sub.reset.sub-id.key -command.openpac.player-config.sub.set -command.openpac.player-config.sub.set.sub-id -command.openpac.player-config.sub.set.sub-id.key -command.openpac.player-config.sub.set.sub-id.key.value -command.openpac.server-claims-config -command.openpac.server-claims-config.get -command.openpac.server-claims-config.get.key -command.openpac.server-claims-config.help -command.openpac.server-claims-config.help.key -command.openpac.server-claims-config.reset -command.openpac.server-claims-config.reset.key -command.openpac.server-claims-config.set -command.openpac.server-claims-config.set.key -command.openpac.server-claims-config.set.key.value -command.openpac.server-claims-config.sub -command.openpac.server-claims-config.sub.create -command.openpac.server-claims-config.sub.create.sub-id -command.openpac.server-claims-config.sub.delete -command.openpac.server-claims-config.sub.delete.sub-id -command.openpac.server-claims-config.sub.get -command.openpac.server-claims-config.sub.get.sub-id -command.openpac.server-claims-config.sub.get.sub-id.key -command.openpac.server-claims-config.sub.help -command.openpac.server-claims-config.sub.help.sub-id -command.openpac.server-claims-config.sub.help.sub-id.key -command.openpac.server-claims-config.sub.list -command.openpac.server-claims-config.sub.list.start-at -command.openpac.server-claims-config.sub.reset -command.openpac.server-claims-config.sub.reset.sub-id -command.openpac.server-claims-config.sub.reset.sub-id.key -command.openpac.server-claims-config.sub.set -command.openpac.server-claims-config.sub.set.sub-id -command.openpac.server-claims-config.sub.set.sub-id.key -command.openpac.server-claims-config.sub.set.sub-id.key.value -command.openpac.wilderness-config -command.openpac.wilderness-config.get -command.openpac.wilderness-config.get.key -command.openpac.wilderness-config.help -command.openpac.wilderness-config.help.key -command.openpac.wilderness-config.reset -command.openpac.wilderness-config.reset.key -command.openpac.wilderness-config.set -command.openpac.wilderness-config.set.key -command.openpac.wilderness-config.set.key.value -command.opm -command.opm.message +command.openguiscreen +command.openguiscreen.screen_identifier +command.openguiscreen.screen_identifier.target_players command.particle command.particle.name command.particle.name.pos @@ -1664,9 +2480,33 @@ command.particle.name.pos.delta.speed.count.force command.particle.name.pos.delta.speed.count.force.viewers command.particle.name.pos.delta.speed.count.normal command.particle.name.pos.delta.speed.count.normal.viewers -command.placefeature -command.placefeature.feature -command.placefeature.feature.pos +command.ping +command.ping.target +command.place +command.place.feature +command.place.feature.feature +command.place.feature.feature.pos +command.place.jigsaw +command.place.jigsaw.pool +command.place.jigsaw.pool.target +command.place.jigsaw.pool.target.max_depth +command.place.jigsaw.pool.target.max_depth.position +command.place.structure +command.place.structure.structure +command.place.structure.structure.pos +command.place.template +command.place.template.template +command.place.template.template.pos +command.place.template.template.pos.rotation +command.place.template.template.pos.rotation.mirror +command.place.template.template.pos.rotation.mirror.integrity +command.place.template.template.pos.rotation.mirror.integrity.seed +command.placebo +command.placebo.hand +command.placebo.serialize_loot_table +command.placebo.serialize_loot_table.loot_table +command.placebo.string_to_obj +command.placebo.string_to_obj.nbt_item command.playsound command.playsound.sound command.playsound.sound.ambient @@ -1729,8 +2569,16 @@ command.playsound.sound.weather.targets.pos command.playsound.sound.weather.targets.pos.volume command.playsound.sound.weather.targets.pos.volume.pitch command.playsound.sound.weather.targets.pos.volume.pitch.minVolume +command.ponder +command.ponder.index +command.ponder.reload +command.ponder.scene +command.ponder.scene.targets +command.ponder.tags command.publish -command.publish.port +command.publish.allowCommands +command.publish.allowCommands.gamemode +command.publish.allowCommands.gamemode.port command.railways command.railways.split_train command.railways.split_train.train_id @@ -1750,9 +2598,26 @@ command.recipe.take.targets.all command.recipe.take.targets.recipe command.recording command.reload +command.return +command.return.value +command.revive +command.revive.players +command.ride +command.ride.target +command.ride.target.dismount +command.ride.target.mount +command.ride.target.mount.vehicle command.rtp command.say command.say.message +command.sbp +command.sbp.give +command.sbp.give.targets +command.sbp.give.targets.backpackUuid +command.sbp.list +command.sbp.list.playerName +command.sbp.removeNonPlayer +command.sbp.removeNonPlayer.onlyWithEmptyInventory command.schedule command.schedule.clear command.schedule.clear.function @@ -1824,6 +2689,13 @@ command.setwarp.name command.setworldspawn command.setworldspawn.pos command.setworldspawn.pos.angle +command.shader +command.shader.apply +command.shader.apply.targets +command.shader.apply.targets.shaderLocation +command.shader.remove +command.shader.remove.targets +command.smithing command.snr command.snr.split_train command.snr.split_train.train_id @@ -1840,6 +2712,9 @@ command.spawnpoint.targets.pos.angle command.spectate command.spectate.target command.spectate.target.player +command.speed +command.speed.boost_percent +command.speed.boost_percent.player command.spreadplayers command.spreadplayers.center command.spreadplayers.center.spreadDistance @@ -1850,6 +2725,7 @@ command.spreadplayers.center.spreadDistance.maxRange.under command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight.respectTeams command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight.respectTeams.targets +command.stonecutter command.stopsound command.stopsound.targets command.stopsound.targets.all @@ -1879,6 +2755,25 @@ command.summon command.summon.entity command.summon.entity.pos command.summon.entity.pos.nbt +command.tacz +command.tacz.attachment_lock +command.tacz.attachment_lock.target +command.tacz.attachment_lock.target.AttachmentLock +command.tacz.config +command.tacz.config.key +command.tacz.config.key.state +command.tacz.convert +command.tacz.debug +command.tacz.debug.enable +command.tacz.dummy +command.tacz.dummy.target +command.tacz.dummy.target.dummyAmount +command.tacz.hide_tooltip_part +command.tacz.hide_tooltip_part.target +command.tacz.hide_tooltip_part.target.mask +command.tacz.overwrite +command.tacz.overwrite.enable +command.tacz.reload command.tag command.tag.targets command.tag.targets.add @@ -1886,20 +2781,6 @@ command.tag.targets.add.name command.tag.targets.list command.tag.targets.remove command.tag.targets.remove.name -command.tb -command.tb.access -command.tb.access.pos -command.tb.access.target -command.tb.clear -command.tb.clear.player -command.tb.remove -command.tb.remove.player -command.tb.restore -command.tb.restore.target -command.tb.restore.target.backpack_id -command.tb.unpack -command.tb.unpack.pos -command.tb.unpack.target command.team command.team.add command.team.add.team @@ -1963,6 +2844,8 @@ command.teleport_last.player command.tellraw command.tellraw.targets command.tellraw.targets.message +command.test +command.test.exposure command.tfc command.tfc.clearworld command.tfc.clearworld.radius @@ -1975,13 +2858,6 @@ command.tfc.forge command.tfc.forge.bonus command.tfc.heat command.tfc.heat.value -command.tfc.locate -command.tfc.locate.biome -command.tfc.locate.biome.biome -command.tfc.locate.vein -command.tfc.locate.vein.vein -command.tfc.locate.vein.vein.max_y -command.tfc.locate.volcano command.tfc.player command.tfc.player.target command.tfc.player.target.add @@ -2014,6 +2890,22 @@ command.tfc.tree command.tfc.tree.pos command.tfc.tree.pos.wood command.tfc.tree.pos.wood.variant +command.tfc.trim +command.tfc.trim.material +command.tfc.trim.material.pattern +command.tfc.trim.material.pattern.metal +command.tfcgenviewer +command.tfcgenviewer.add +command.tfcgenviewer.add.category +command.tfcgenviewer.add.category.player +command.tfcgenviewer.get +command.tfcgenviewer.get.type +command.tfcgenviewer.remove +command.tfcgenviewer.remove.category +command.tfcgenviewer.remove.category.player +command.tfcgenviewer.set +command.tfcgenviewer.set.type +command.tfcgenviewer.set.type.value command.time command.time.add command.time.add.days @@ -2051,6 +2943,13 @@ command.title.targets.times.fadeIn.stay command.title.targets.times.fadeIn.stay.fadeOut command.title.targets.title command.title.targets.title.title +command.tp_offline +command.tp_offline.id +command.tp_offline.id.player_id +command.tp_offline.id.player_id.pos +command.tp_offline.name +command.tp_offline.name.player +command.tp_offline.name.player.pos command.tpa command.tpa.target command.tpaccept @@ -2070,6 +2969,16 @@ command.trigger.objective.set command.trigger.objective.set.value command.unmute command.unmute.player +command.uteamcore +command.uteamcore.dimteleport +command.uteamcore.dimteleport.targets +command.uteamcore.dimteleport.targets.dimension +command.uteamcore.dimteleport.targets.dimension.location +command.uteamcore.dimteleport.targets.dimension.location.yaw +command.uteamcore.dimteleport.targets.dimension.location.yaw.pitch +command.uteamcore.ping +command.uteamcore.ping.target +command.uteamcore.stackinfo command.warp command.warp.name command.weather diff --git a/pakku.json b/pakku.json index f5d43fbab..ad46b672f 100644 --- a/pakku.json +++ b/pakku.json @@ -9,10 +9,10 @@ "defaultconfigs", "kubejs", "tacz", - "!kubejs/probe/**" + "!kubejs/probe/**", + "!kubejs/assets/**" ], "server_overrides": [ - "!kubejs/assets", "forge-auto-install.txt", "generate_auto_installation_file.bat", "minecraft_server.jar", @@ -21,9 +21,11 @@ "server-icon.png", "start_server.bat", "README.md" + ], "client_overrides": [ - "resourcepacks" + "resourcepacks", + "kubejs/assets/**" ], "projects": { "ambient-environment": {