Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published last month
SmthsModeration
Highly Customizable Command Executer (designed for moderation)
SmthsModeration is a fully dynamic and reflex-oriented Fabric moderation interface mod designed to accelerate in-game management processes for server administrators and moderators. Instead of static, hardcoded commands, it allows you to shape everything from scratch according to your own server infrastructure.
🚀 Key Features
- Fully Dynamic Command Infrastructure: No commands are hardcoded within the mod. All actions, such as
ban,mute,ipban, orinvsee, are fed entirely from a JSON file. - Advanced Variable and Preset Support: You can assign dynamic variables like
%player%,%duration%, or%reason%to your command templates, and define quick, one-click preset durations (e.g.,30m,1d,30d) and punishment reasons (e.g.,spam,cheating) for these variables. - Tree-Structured Config Screen: With Cloth Config integration, you can easily edit all your commands, their colors (as Hex codes), descriptions, and variables in a vertical tree structure without any clutter.
🛠 What's in the Default Starter Package?
When you launch the mod for the first time, the following popular moderation commands are automatically generated with all their ready-to-use presets:
| Action | Executed Command Template | Ready Presets / Options |
|---|---|---|
| Ban | /ban %player% %duration% %reason% |
Duration: 1d, 7d, 30d | Reason: cheating, inappropriate content... |
| IP Ban | /ipban %player% %duration% %reason% |
Duration: 1h, 3h, 6h, 1d... | Reason: proxy/vpn... |
| Mute | /mute %player% %duration% %reason% |
Duration: 30m, 1h, 6h... | Reason: spam, swearing, slang, insult |
| Voice Mute | /lp user %player% permission settemp voicechat.speak false %duration% |
Duration: 1h, 3h, 6h, 1d, 7d, 30d (LuckPerms integration) |
| Teleport (TP) | /tp %player% |
Direct Teleport |
| TP Here | /tphere %player% |
Pull Player to You |
| Invsee | /invsee %player% |
View Inventory |
| Axir View | /axir view %player% |
Advanced History Check |
📦 Dependencies
The following libraries must be installed on your client for the mod to run smoothly:
- Fabric API
- owo-lib
- Cloth Config API


