Compatibility
Minecraft: Java Edition
1.21ā1.21.10
1.20.x
Platforms
Creators
Details
ā Custom Unknow Command Message ā
A simple plugin that allows users to replace the "Unknown or incomplete command..." message with your own custom message.
Support from: 1.20+

To something like this:

And even support multiple randomized messages:

All customizable by your own taste.
ā Installation ā
- Simply download the plugin and drop it in your paper's (or fork) plugins folder.
ā Command ā
| Command | Description | Permission |
|---|---|---|
| /cucmreload | Reload the config file | cucm.admin |
ā Config ā
| Option | Description | Default |
|---|---|---|
| single-message | The message that will replace the "Unknown or incomplete command..." message | <red>Unknown Command, please use <gold>/help</gold> for more information. |
| use-multiple-messages | Toggling this option will ignore the single-message and make the plugin chose a random message from the list everytime it is called | false |
| message-list | There is no limit to the number of messages in the list, you can add or remove as much as you want |
ā Placeholders ā
There are two types of placeholders you can use in your messages:
-
Built-in placeholders (always available, even without PlaceholderAPI):
{player}and<player>ā The player's name{displayname}and<displayname>ā The player's display name
-
PlaceholderAPI placeholders (optional, only if PAPI is installed):
- Use any PAPI tags like
%player_name%,%luckperms_prefix%, etc. - If not installed, these placeholders will not be parsed and will appear as plain text.
- Use any PAPI tags like



