MyCommands
MyCommands MyCommands

9.23 EUR

Checkout
MyCommands

MyCommands

Project details

Project: MyCommands

dev language: c# oxide

Plugin language: en

Author: @RustFlash

Description

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

Features:

  • Categorized commands: Commands are grouped into categories to make navigation easier for players. Example categories are House, Bells and Tools and can be modified by them.
  • User-friendly UI: The UI provides a clear presentation of commands with options to expand or collapse categories.
  • Customizable commands: The administrator can add new commands or categories or edit existing ones in the configuration.
  • Close button: The UI can be closed with a simple click on a close button.
  • Direct command execution: Players can execute commands directly from the UI without entering them manually in the chat, but still see the command so they can memorize it.
  • Automatic closing of the UI: When a command is executed, the UI is automatically closed.

Commands:

/mycommands

Permissions:

  1. mycommands.use - Players need this permission to open the UI and execute commands. This permission can be assigned to special user groups.

Config:

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 💝