Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated 5 days ago
fully serverside mod adding new commands and more!
datapackers or mapmaker may find this useful
the mod adds 6 commands
/raycast <step count> <step length> <function name>
- summons a marker entity with the tag "basicallycommandutils.raycast_origin"
- moves it forward by <step length>, <step count> times
- runs <function name> at each step as the entity running the raycast command
/distance <target pos> <scale>
- returns the distance between the command pos and the target position multiplied by the scale
- all players have permission to use this command
/check <blocks/intersect>
- /check blocks <distance> <blockstate>
- /check intersection <selector>
/check blocks
returns how many matching blocks it found in a cuboid area
/check intersection
returns how many of the selected entities hitboxes are intersecting with the position the command isexecuted at
/motion <selector> <strength>
- applies motion in the direction of the executed command
/heal <selector> <amount>
- heals entities by set amount of health
/ignite <set/add> <duration> <selector>
- sets the selected entities on fire for the specified duration
the mod also adds a new player NBT tag called PlayerName more features will be added in a future, feel free to suggest features via github issues