Jump to content
Message added by Khaled,

⭐ Enjoying the plugin?

If this plugin adds value to your server, please consider leaving a 5-star rating ⭐⭐⭐⭐⭐.
Your support helps the plugin grow and improves future updates.

Need support?
Feel free to reach out anytime.
Discord.png.png.d778dd9a77eb314d8f12a1990e707340.png

2 Screenshots

  • 732
  • 6
  • 86.38 kB
  • Update details
    v1.0.1
    Released
    Download size86.38 kB
    Total versions1
    Freshness 40 days ago

depends on

About UICommands

UICommands – In-Game Command Browser for Rust Servers

UICommands makes it easy for players to find and use server commands without memorizing anything or spamming chat.

All commands are displayed in a clean, in-game interface, neatly organized into categories with clear explanations. Players can quickly see what each command does, whether it’s available to them, and how to use it — all in one place.

⭐ Features
- Clean and modern in-game UI
- Commands neatly organized by category
- Shows whether commands are available or locked
- Detailed command info panel with usage examples
- RUN button for supported commands
- Simple, smooth, and easy to use

⭐ Why Players Like It
- No need to remember commands
- Quick access to everything the server offers
- Easy to understand, even for new players
- Less confusion, more gameplay

⭐ Why Server Owners Use It
- Fewer repeated questions in chat
- Better presentation of server features
- Helps new players get started faster
- Clean and professional look

🔐 Permissions

Quote

- uicommands.admin
  - Full access to all categories and commands.
  - Allows viewing and executing admin-only commands.
  - Can reload the plugin configuration.
  - Automatically bypasses VIP restrictions.

- uicommands.vip
  - Grants access to VIP-only commands.
 -  Does not provide admin privileges.
 

UICommands is a great fit for any Rust server that wants a simple, organized, and player-friendly way to show commands in-game.

Config:

{
  "General": {
    "Open Commands": [
      "cmds",
      "commands"
    ],
    "Rows Per Page": 6,
    "Close UI when prompting for input": true
  },
  "Categories": [
    {
      "Id": "starter",
      "Title": "Starter & Info",
      "Description": "Core commands players use immediately after joining.",
      "Sort Order": 0,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/ranks",
          "Description": "Show player ranks.",
          "Benefit / Why Use It": "See your current rank and progression.",
          "Usage Example (optional)": "/ranks",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/kit",
          "Description": "Starter kit.",
          "Benefit / Why Use It": "Get essential items to start playing.",
          "Usage Example (optional)": "/kit",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/wear",
          "Description": "Change your underwear.",
          "Benefit / Why Use It": "Quickly change your character underwear.",
          "Usage Example (optional)": "/wear",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        }
      ]
    },
    {
      "Id": "teleport",
      "Title": "Teleport & Home",
      "Description": "Teleport requests, homes, towns and utilities.",
      "Sort Order": 10,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/sethome <name>",
          "Description": "Set home at your base.",
          "Benefit / Why Use It": "Save a home location for quick teleport.",
          "Usage Example (optional)": "/sethome main",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        },
        {
          "Command": "tphelp",
          "Description": "Teleport help.",
          "Benefit / Why Use It": "View teleport commands and usage.",
          "Usage Example (optional)": "tphelp",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/town",
          "Description": "Teleport to Bandit Town.",
          "Benefit / Why Use It": "Quick access to Bandit Town.",
          "Usage Example (optional)": "/town",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/outpost",
          "Description": "Teleport to Outpost.",
          "Benefit / Why Use It": "Quick access to Outpost.",
          "Usage Example (optional)": "/outpost",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/where",
          "Description": "Teleport to your death location.",
          "Benefit / Why Use It": "Return to your death spot quickly.",
          "Usage Example (optional)": "/where",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/tpr <PlayerName>",
          "Description": "Request teleport to a player.",
          "Benefit / Why Use It": "Send a teleport request to another player.",
          "Usage Example (optional)": "/tpr Khaled",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        }
      ]
    },
    {
      "Id": "shop",
      "Title": "Shop, Economy & Trade",
      "Description": "Server shop and purchases.",
      "Sort Order": 20,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/s",
          "Description": "Shop.",
          "Benefit / Why Use It": "Open the server shop.",
          "Usage Example (optional)": "/s",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/buy",
          "Description": "Transport license.",
          "Benefit / Why Use It": "Purchase transport license.",
          "Usage Example (optional)": "/buy",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/buyraid",
          "Description": "Buy a Raidable Base.",
          "Benefit / Why Use It": "Purchase a raidable base event.",
          "Usage Example (optional)": "/buyraid",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        }
      ]
    },
    {
      "Id": "skills",
      "Title": "Skills / Levels",
      "Description": "Leveling and skills commands (server dependent).",
      "Sort Order": 30,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/st",
          "Description": "Open skill tree (shortcut).",
          "Benefit / Why Use It": "Quick access to the skill tree.",
          "Usage Example (optional)": "/st",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/skills",
          "Description": "Open skills UI.",
          "Benefit / Why Use It": "View and manage your skills.",
          "Usage Example (optional)": "/skills",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/skill",
          "Description": "Open crafting menu.",
          "Benefit / Why Use It": "Access crafting skill menu (if supported).",
          "Usage Example (optional)": "/skill",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        }
      ]
    },
    {
      "Id": "building",
      "Title": "Building & Remove",
      "Description": "Upgrade, remove and building utilities.",
      "Sort Order": 40,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/up <1-4>",
          "Description": "Upgrade building tier.",
          "Benefit / Why Use It": "Upgrade building parts quickly.",
          "Usage Example (optional)": "/up 4",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        },
        {
          "Command": "/down <1-4>",
          "Description": "Downgrade building tier.",
          "Benefit / Why Use It": "Downgrade building parts quickly.",
          "Usage Example (optional)": "/down 2",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        },
        {
          "Command": "/remove",
          "Description": "Remove buildings.",
          "Benefit / Why Use It": "Remove building parts if enabled.",
          "Usage Example (optional)": "/remove",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/bskin",
          "Description": "Building skins.",
          "Benefit / Why Use It": "Change building skins (if enabled).",
          "Usage Example (optional)": "/bskin",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        }
      ]
    },
    {
      "Id": "security",
      "Title": "Security & QoL",
      "Description": "Locking, turrets and helpful quality-of-life commands.",
      "Sort Order": 50,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/autolock",
          "Description": "Auto lock boxes & doors.",
          "Benefit / Why Use It": "Automatically apply locks to your base items.",
          "Usage Example (optional)": "/autolock",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/lockturret",
          "Description": "Lock turret (requires codelock).",
          "Benefit / Why Use It": "Protect your turret from unauthorized access.",
          "Usage Example (optional)": "/lockturret",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/carturret",
          "Description": "Spawn your car.",
          "Benefit / Why Use It": "Quickly spawn your vehicle (server dependent).",
          "Usage Example (optional)": "/carturret",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "Quarry lock",
          "Description": "Locking a quarry engine.",
          "Benefit / Why Use It": "Protect the quarry engine with a code lock.",
          "Usage Example (optional)": "Craft a codelock, go to the quarry engine and press E.",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        }
      ]
    },
    {
      "Id": "social",
      "Title": "Friends / Sharing",
      "Description": "Friends and access control.",
      "Sort Order": 60,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/friend <add/remove playername>",
          "Description": "Add or remove a friend from your base.",
          "Benefit / Why Use It": "Control who can interact with your base features.",
          "Usage Example (optional)": "/friend add Khaled",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        }
      ]
    },
    {
      "Id": "misc",
      "Title": "Misc",
      "Description": "Skins, signs and other utilities.",
      "Sort Order": 70,
      "Required Permission (optional)": null,
      "Commands": [
        {
          "Command": "/skin",
          "Description": "Skins.",
          "Benefit / Why Use It": "Open skins menu (if enabled).",
          "Usage Example (optional)": "/skin",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        },
        {
          "Command": "/sili",
          "Description": "Sign image URL.",
          "Benefit / Why Use It": "Paste an image URL into a sign (if enabled).",
          "Usage Example (optional)": "/sili <url>",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        },
        {
          "Command": "/sil",
          "Description": "Sign image URL (shortcut).",
          "Benefit / Why Use It": "Paste an image URL into a sign (if enabled).",
          "Usage Example (optional)": "/sil <url>",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": false,
          "Tags (optional)": []
        },
        {
          "Command": "/recycler.craft",
          "Description": "Craft your recycler.",
          "Benefit / Why Use It": "Craft and place a recycler (if enabled).",
          "Usage Example (optional)": "/recycler.craft",
          "Required Permission (optional)": null,
          "Admin Only (optional)": false,
          "VIP Only (optional)": false,
          "Allow RUN (optional, override)": true,
          "Tags (optional)": []
        }
      ]
    }
  ],
  "Debug: Print Config Summary On Load": false
}

 

Need Support?

Discord.png.304be67ff6aaff0ce17159fe9a0bac70.png


User Feedback

0

Downloads

Total number of downloads.

0

Customers

Total customers served.

0

Files Sold

Total number of files sold.

0

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.