a serverside mod adding commands useful to mapmakers and others
datapackers or mapmakers may find this useful
/eval
min(), max(), sum(), avg(), len(), abs(), floor(), ceil(), round(), sqrt(), pow(), sin(), cos(), tan(), clamp()
<name>?<objective>known issue: in 1.9-1.20, there is no way to check a score without setting it, so when using a selector with entities that dont have a score, their score will be set to 0example: `/eval 2.5
/raycast run
/distance
/check <blocks|intersect|collision>
/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 is executed at
/check collision returns how many blocks the entity is intersecting with
/motion <set/add> <with|to|at>
with allows a 3d direction inputto allows a 3d position inputat allows a 2d rotation input/motion multiply
/heal
/ignite <set/add>
/entitify <block_display/falling_block> [keep/remove] [tag(s)]
Tags:["+ <tag> +"])/repeat run
more features will be added in the future, feel free to suggest features via github issues
⚠️older versions may lack some described features, the mod description is updated to match the latest version