Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 months ago
Wiki Commands
Dependencies
Description
This server-side mod lets server owners create and define custom commands that can be run by anyone on the server. These commands have predefined messages that are being sent once the command is run. This mod is great for servers where players often have the same questions, helping to lighten the load for moderators. It's similar to Discord command plugins, allowing you to quickly share important info without the extra effort of repeating the same constant message.
Commands
All commands require either Permission Level 2
or wikicommands.admin
as LuckPerms permission
/wikicommands reload
-> Reloads the config.
Config
{
"prefix": "!",
"cooldownInSeconds": 60,
"onCooldown": "<red>This command is currently on cooldown. You will be able to use it again in %days% days, %hours% hours, %minutes% minutes, and %seconds% seconds.",
"commands": [
{
"command": "discord",
"message": "<blue>Click <underline>here</underline> to join our Discord and connect with the community!"
},
{
"command": "money",
"message": "<red>There are many ways to earn money on our server. For example, you can farm, hunt, or sell items."
},
{
"command": "eta",
"message": "<green>We do not provide an ETA for our projects. This allows us to focus on creating the best quality for our players on our own time."
}
]
}