Skip to content

Repository files navigation

For Minecraft 26.3

Various utility data packs I use, nothing super crazy, just a bunch of small useful things. Below are quicky summaries of each tool.

Pack Description
accurate_rotate Just the /rotate command with OnGround toggling for accurate Display Entity rotation. (more info in MC Commands Discord)
/function accurate_rotate:run {args:"<x_rotation> <y_rotation>"}
command_chain_editor Adds an item that lets you edit an entire chain of Command Blocks. Obtain with:
/loot give @s loot command_chain_editor:command_chain_editor
command_viz Adds an item that lets you spawn Text Displays above a chain of Command Blocks that display the command inside. Breaking the block removes the display. Obtain with:
/loot give @s loot command_viz:command_visualizer
data_grab Easily copy any NBT data to the clipboard. Can be from a block, entity, or data storage. Example:
/function data_grab:copy_from {from:"storage speedometer:state sidebar_visible"}
echo Run a command as many times as you want. Example:
/function echo:run {command:"say hi",count:5}
last_death Teleport to last death location.
/function last_death:tp
quick_text Various functions for quickly modifying the nearest Text Display. Functions without arguments are toggles.
/function quick_text:copy
/function quick_text:paste
/function quick_text:billboard_center
/function quick_text:emissive
/function quick_text:shadow
/function quick_text:nudge_facing {amount:<blocks>}
/function quick_text:set_background {color:<color>}
/function quick_text:set_line_width {width:<amount>}
/function quick_text:set_scale {scale:<amount>}
/function quick_text:set_text {text:<text>}
remote_control Quickly create and edit basic items that run commands when left or right clicked. Available in Quick Dialog menu, or manually with
/dialog show @s remote_control:new_remote
schedule_command Run a command after a set amount of time. Only one command can be scheduled at a time. Example:
/function schedule_command:run {command:"say hi",time:"4s"}
sprite_display Easily spawn and rescale Text Displays with a single sprite in them. For more information, read the Sprite Display README.
telerport Lerping teleport functions, mainly meant for Display Entities. Examples:
/execute as @n[type=item_display] at @s run function telerport:lerp_relative {x:0,y:5,z:0,speed:0.05}
/execute as @n[type=item_display] run function telerport:lerp_cancel
ticky Quickly run arbitrary commands every tick without Command Blocks.
/function ticky:add
/function ticky:remove
/function ticky:clear
world_brush Basic world editing tools. Right click a Brush on any block while in creative mode to obtain the World Brush, and then Sprint+Left Click to open the menu and select a tool. Use Right Click to select regions, and Left Click to run the tool. Press the Offhand button while holding a World Brush to change selection mode, and Sprint+Offhand to clear your selection. Some tools activate on Right Click instead of Left Click, like Clone, Run Command, and Place Structure Block.
world_notes A simple universal notepad for the world.
/function world_notes:open

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages