Project details
Project: MyCommands
dev language: c# oxide
Plugin language: en
Author: @RustFlash

The MyCommands displays a user interface (UI) that provides players with categorized commands.
Who doesn't know that, you have a lot of possibilities on your server, but the players can't remember all the commands. With this extension, it is possible to easily navigate and use commands via a visual interface. Administrators can define categories and commands.
https://www.youtube.com/watch?v=mfxQrW8iBy0
/mycommands
mycommands.use - Players need this permission to open the UI and execute commands. This permission can be assigned to special user groups.The configuration is carried out via a simple JSON system, which is automatically created when loading for the first time if no configuration is available. You can edit it and adapt it to your server
{
"Categories": {
"UI": [
"/info",
"/rules",
"/mycommands",
"/shop",
"/socials",
"/events",
"/toggle.button",
"/toggletutorial"
],
"Tools": [
"/skinbox",
"/myhousehelp",
"/housename",
"/rename",
"/removehouse",
"/findhouse",
"/addbell",
"/set bell",
"/removebell"
],
"Builder/Farmer": [
"/remove",
"/up",
"/down",
"/cupboard"
]
}
}
load, run, enjoy 💝