SysTools
The SysTools mods adds a new MineScript language and a few new commands like /shoot, /multicmd and /itemcommand
Screenshots



About this Mod
adds a few new commands like /shoot, /itemcommand (links a command to an item you're holding), /multicmd (a few commands in one using ;, like /multicmd say hi; say hello -> hi/hello)
and a new MineScript Language
it uses basic minecraft commands with a custom logic chain
there's a few examples:
event Player_Chat [forge_armor]:
has_funds = player.Inventory.has("diamond")
if has_funds == true:
clear @p minecraft:diamond 1
tellraw @p {"text":"[Blacksmith] I took your Diamond. Let me forge that for you...","color":"yellow"}
execute positioned ~ ~ ~ run playsound block.anvil.use master @p
wait 2 seconds
execute positioned ~ ~ ~ run playsound block.anvil.use master @p
wait 2 seconds
give @p minecraft:iron_chestplate 1
tellraw @p {"text":"[Blacksmith] Here is your new armor! Have a safe journey.","color":"green"}
execute positioned ~ ~ ~ run playsound entity.player.levelup master @p
else:
tellraw @p {"text":"[Blacksmith] You don't have a Diamond! No money, no armor.","color":"red"}
execute positioned ~ ~ ~ run playsound entity.villager.no master @p
event Entity_Death [minecraft:zombie]:
give @p diamond 1
event Player_Sneak:
shoot fireball 2.0
event Player_Chat [hi]:
tellraw @p {"text":"Hello World!","color":"green"}
event Player_Sneak:
if entity @p[distance=..5]:
summon lightning_bolt ~ ~ ~
else:
say No MSE here
event Player_Sneak:
has_diamonds = player.Inventory.has("diamond")
if has_diamonds == true:
say You have diamonds!
give @p gold_ingot 1
Available Versions
How to Install SysTools on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "SysTools". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
SysTools server crashes on startup – what to do?
Most common cause: wrong neoforge 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.1). You can switch loaders with one click in the panel.
Is SysTools compatible with neoforge?
SysTools officially supports neoforge for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with SysTools – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if SysTools 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.
Similar Mods
Rent Modded Server
Install SysTools with just one click on your server.