CommandAlias.jar
1 Feb 2026
CurseForge · Hytale mod
Let players use custom command alias across any Hytale plugin.
Quick answer
CommandAlias.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
CommandAlias.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for CommandAlias.jar. Pick another file and the loader, install side or required mods may change.
Use CommandAlias.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside CommandAlias.jar. It opens that exact file at the source.
About this project
This plugin lets you create custom command shortcuts for any command on your Hytale server, so players can use familiar or shorter commands without changing the original plugins.
Open the plugin’s config file customAlias.json. The file uses a simple JSON format, where each alias is defined with:
alias: The shortcut command players will type.command: The full command it should run.permissionNode: (optional) If you want a custom permission for this alias, specify it here. Leave empty if no permission is needed.permission: Set to true if the alias should enforce custom permission, or false to disable it.The server must restart for the changes to take effect.
[
{
"alias": "h",
"command": "home",
"permissionNode": "fiction.command.home",
"permission": true
},
{
"alias": "s",
"command": "spawn",
"permissionNode": "something.command.spawn",
"permission": true
},
{
"alias": "tpa",
"command": "teleportask",
"permissionNode": "",
"permission": false
}
]
Project description from CurseForge.
Recent files
1 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.