BasicallyUtilCommands

BasicallyUtilCommands

a serverside mod adding commands useful to mapmakers and others

by
1.4K Downloads
bukkitbungeecordfabricpaperpurpurquiltspigotmanagementutility
Rent Server with this Mod

About this Mod

keep in mind, the description is of the latest mod version, older versions might not be maintained!!!

fully serverside mod adding new commands and more!

datapackers or mapmakers may find this useful

commands

Eval

/eval

  • allows you to input any mathematical expression, the command will calculate it and return its result
  • has support for some functions:

    min(n1,n2,...), avg(n1,n2,...), len(n1,n2,...), abs(n1,n2,...), floor(n1,n2,...), etc...

  • you can use scores in expressions like so: <name>?<objective>
  • you can use the command position and rotation context with px py pz and rx ry
full list of functions and variables

min(n1, n2, ...)

max(n1, n2, ...)

sum(n1, n2, ...)

avg(n1, n2, ...)

len(n1, n2, ...)

abs(v)

floor(v)

ceil(v)

round(v)

sqrt(v)

pow(base, exp)

sin(rad)

cos(rad)

tan(rad)

log(v, base)

ln(v)

clamp(v, min, max)

lerp(a, b, t)

smoothstep(edge0, edge1, v)

map(v, inMin, inMax, outMin, outMax)

rand(min, max)

rand(min, max, seed)

dot(x1, y1, z1, x2, y2, z2)

euler_dot(pitch1, yaw1, pitch2, yaw2)

"pi"

"tau"

"e"

"rx"

"ry"

"px"

"py'

"pz"

Raycast

/raycast run

  • summons a marker entity with the tag "BUC.raycast"
  • moves it forward by , times
  • runs at each step

Distance

/distance

  • returns the distance between the command pos and the target position multiplied by the scale

Check

/check <blocks|intersect|collision>

  • /check blocks
  • /check intersection
  • /check 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

/motion <set/add> <with|to|at>

  • applies motion in the direction of the executed command
  • with allows a 3d direction input
  • to allows a 3d position input
  • at allows a 2d rotation input

/motion multiply

  • multiplies the motion of the target by the factor, masked to the set axes

Heal

/heal

  • heals entities by set amount of health

Ignite

/ignite <set/add>

  • sets the selected entities on fire for the specified duration

Entitify

/entitify <block_display/falling_block> [keep/remove] [tag(s)]

  • turns the block at the target pos into an entity
  • multiple tags can be added: /entitify ~ ~ ~ block_display keep tag","another tag
    (thanks to json formatting: Tags:["+ <tag> +"])

Repeat

/repeat run

  • runs times
  • waits ticks before each execution, including the first one

MultiCommand

/multicommand

  • runs listed commands in order
  • commands must be encased in tags, otherwise the parser wont recognize them
    • example: /multicommand <c:you can do comments like this>say 1</c> <c>say 2</c:comments can be at the end too>

Execute expansions

...if text

... if text <inрut> ...

  • text operations
  • theres not much else to it
full list of operators

endswith

startswith

contains

exact

ignorecase

matches

...if eval

... if eval ...

  • evaluates the expression
  • if the result is < 0 test fails, if > 0 test succeeds
  • statements are allowed, as they are in /eval
    • example: /eval 1=0 would return 0, since the statement is false
    • example: /eval 0<=-10 || 1=1 would return 1, because of the OR operator, and the second, true, statement
...positioned over closest_ground

... positioned over closest_ground ...

  • snaps the commands position context to the closest up-facing surface within range
  • doesnt use heightmaps, meaning works under surfaces
...positioned over closest_ground_down

... positioned over closest_ground_down ...

  • snaps the commands position context to the closest up-facing surface within range below the previous position context
  • doesnt use heightmaps, meaning works under surfaces
...positioned over closest_view

... positioned over closest_view ...

  • performs a raycast and changes the position context to the first block collision of type conforming to
  • filter can be disabled by using "*"
...positioned over closest_view_entity

... positioned over closest_view_entity ...

  • performs a raycast and changes the position context to the first entity collision matching the selector
  • if is true, it will use the entities exact position, if false itll use the collision point

  • the mod also adds new player NBT called PlayerName which simply contains the players name

more features will be added in the future, feel free to suggest features via github issues

keep in mind, the description is of the latest mod version, older versions might not be maintained!!!

i know i said the same thing at the start im not an NPC

Available Versions

BasicallyUtilCommands 3.2release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric, quilt
May 5, 2026
BasicallyUtilCommands 3.1release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric, quilt
May 4, 2026
BasicallyUtilCommands 3.0release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric, quilt
May 4, 2026
BasicallyUtilCommands 2.9.1release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric, quilt
May 1, 2026
BasicallyUtilCommands 2.8.2release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric, quilt
April 14, 2026

How to Install BasicallyUtilCommands on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set bukkit Loader

In the panel under "Egg", select the bukkit loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "BasicallyUtilCommands". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

bukkitbungeecordfabricpaperpurpurquiltspigot

Minecraft Versions

1.21.11, 1.21.10, 1.21.9 (+16 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

BasicallyUtilCommands server crashes on startup – what to do?

Most common cause: wrong bukkit version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is BasicallyUtilCommands compatible with bukkit and bungeecord and fabric and paper and purpur and quilt and spigot?

BasicallyUtilCommands officially supports bukkit, bungeecord, fabric, paper, purpur, quilt, spigot for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with BasicallyUtilCommands – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if BasicallyUtilCommands consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install BasicallyUtilCommands with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+9 more