Custom Commands (Simple commands)
Create Commands with Ease like /discord /shop or /Teamspeak
About Custom Commands (Simple commands)
# CustomCommands (Hytale)
A small Hytale server plugin that lets you define simple chat commands in a JSON file.
## Features
- Define custom commands in `config.json` - Each command replies with a configurable message - Optional clickable link output via `linkUrl` - Per-command permission node support - Admin commands to list and reload registered commands
## Installation
2. Copy the JAR into your server `mods/` folder. 3. Start the server once to generate the config
## Support Embed Removed: https://discord.com/widget?id=744980147404406894&theme=dark
<iframe src="https://discord.com/widget?id=744980147404406894&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe> ## Configuration
Config file path:
- `mods/CommandsPlugin/config.json` (plugin writes/reads this path)
Example:
- `debugEnabled` (boolean): Enables extra debug output (default: `false`) - `commands` (array): List of custom commands
```json { "debugEnabled": false, "commands": [ { "name": "discord", "response": "Discord: https://discord.gg/DEIN_INVITE", "linkUrl": "https://discord.gg/DEIN_INVITE" }, { "name": "rules", "response": "Regeln:\</span>n1) Sei respektvoll\</span>n2) Kein Spam\</span>n3) Kein Cheating\</span>n4) Folge den Anweisungen des Teams" } ] } ```
### Command fields
- `name` *(string, required)*: Command name (with or without leading `/`). - `response` *(string, required)*: Message sent to the player. - `linkUrl` *(string, optional)*: If set, the plugin sends the URL as a separate clickable message. - `permission` *(string, optional)*: Permission node required to use the command. - Default if omitted: `CustomCommand.Command.<name>`
## Permissions
This plugin uses the command system’s built-in permission requirement (`requirePermission(...)`).
### Per-command
By default each configured command requires:
- `CustomCommand.Command.<commandName>`
Example:
- `/discord` -> `CustomCommand.Command.discord` - `/rules` -> `CustomCommand.Command.rules`
If you set `permission` in the config, that permission node is required instead.
### Admin
- `/cmdreload` -> `CustomCommand.admin.reload` - `/cmdlist` -> `CustomCommand.admin.list` - Wildcard supported for both admin commands: `CustomCommand.admin.*`
## Commands
- `/<name>`: Any command defined in `config.json` - `/cmdlist`: Lists currently registered configurable commands - `/cmdreload`: Reloads `config.json` and registers newly added commands
## Notes / Limitations
- Reload currently only registers *new* commands (it does not remove or replace already-registered commands). - If you change an existing command’s response, restart the server (or extend the plugin to unregister/re-register).
Categories
Need a Server?
Run Custom Commands (Simple commands) on a dedicated Hytale server with easy mod management.
Get Hytale HostingFrequently Asked Questions
What is Custom Commands (Simple commands)?
Create Commands with Ease like /discord /shop or /Teamspeak
How do I download Custom Commands (Simple commands)?
You can download Custom Commands (Simple commands) for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.
Who created Custom Commands (Simple commands)?
Custom Commands (Simple commands) was created by wiwospielt. The mod has been downloaded 263 times.
Is Custom Commands (Simple commands) compatible with Hytale servers?
Custom Commands (Simple commands) is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.
How do I install Custom Commands (Simple commands)?
To install Custom Commands (Simple commands): 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.
Related Utility Mods
View all modsBetterMap
Paralaxe
Enhance Hytale World Map
Hybrid
Serilum
🏛️ A Hytale mod library that contains common code for all of Serilum's mods.
VeinMining
EineNT
Instantly mine connected ores and blocks by holding the Walk key (LEFT ALT) while breaking a single block.
Wayback Charm
DarkhaxDev
A charm to help you find your way back home.
Better Modlist
Buuz135
Adds a better modlist to the game, with improved features like searching and logos.
Simple Claims
Buuz135
Adds a chunk claim and protection system.