Back to Mods
Custom Commands (Simple commands)

Custom Commands (Simple commands)

utilitywiwospielt

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&amp;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&rsquo;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&rsquo;s response, restart the server (or extend the plugin to unregister/re-register).

Downloads
263
Created
Jan 20, 2026
Updated
Jan 20, 2026
Version
Early Access

Categories

Utility

Download Mod

Download on CurseForge
Free download • 263 total downloads

Need a Server?

Run Custom Commands (Simple commands) on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently 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.