Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 2 days ago
Updated last month
AbsoluteCommands is a lightweight server-side utility plugin that lets you create custom command aliases and series commands to simplify everyday server administration. Instead of typing long, repetitive commands, you define your own shortcuts — and even chain multiple commands into a single one.
This plugin is not a client-side modification. It works entirely on the server and provides no unfair advantage. It is a pure administration tool.
FEATURES
- Custom Aliases — Turn long commands into short, memorable ones.
- Series Commands — Run a batch of commands with a single trigger. Perfect for setting up admin modes, teleport systems, or server maintenance routines.
- Simple JSON Configuration — Add, edit, or remove aliases without touching code.
- Permission Support — Control who can use each alias with Bukkit permissions.
- In-Game Reload — Apply config changes instantly with /abcmds reload — no server restart needed.
Run /abcmds help in game for a guide. Everything you do can be edited in the folder.
Example Config:
[
{
"name": "adminmode",
"command": "gamemode creative %player%",
"series": false,
"permission": "abcmds.adminmode",
"cooldown": 5,
"enabled": false,
"as-console": true
},
{
"name": "customcommand",
"command": "give %player% diamond",
"series": false,
"cooldown": 0,
"enabled": true,
"as-console": true
}
]
Have a bug or suggestion? Discord link is right below! Join for beta launches and more stuff :) https://discord.gg/2qpXMgRCZz
Copyright (c) 2026 [Neug011]. All rights reserved.


