Wiki Commands
Description
This server-side mod enables server owners to create custom commands that all connected players can utilize. These commands automatically send predefined messages to chat upon execution. The mod is perfect for servers where users frequently ask the same questions, significantly reducing the burden on moderators and administrators. The functionality resembles similar Discord plugins - you can instantly share important information without repeatedly sending identical messages.
Commands
All commands require either Permission Level 2 or wikicommands.admin LuckPerms permissions
/wikicommands reload- reloads the configuration file.
Configuration
{
"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 ETAs for our projects. This allows us to focus on creating quality content for our players at our own pace."
}
]
}