HomeJavaModsCmdRankPlus
CmdRankPlus
ModsJava

CmdRankPlus

by OxiWanV2 · on Modrinth

CmdRankPlus is a Spigot/Paper Minecraft plugin that allows you to execute custom commands based on permissions and ranks defined in a configuration file.

⬇ Download on Modrinth

CmdRankPlus

CmdRankPlus is a Spigot/Paper Minecraft plugin that executes custom commands based on permissions and ranks defined in a configuration file. This plugin is designed to be flexible and easy to configure.


✨ Features


📂 Installation

  1. Download the plugin JAR file from the Releases section.
  2. Place the file in your Minecraft server's plugins folder.
  3. Restart your server to generate the config.yml file.
  4. Configure commands and ranks in the config.yml file.

⚙️ Configuration (config.yml)

Here's an example configuration:

commands:
  shops:
    rang1: "/shop {player} shop1"
    rang2: "/shop {player} shop2"
    rang3: "/shop {player} shop3"
  menu:
    rang1: "/menu {player} menu1"
    rang2: "/menu {player} menu2"
    rang3: "/menu {player} menu3"

Explanations:


🛠️ Commands

Main Commands:

Command Description
/cmdrankplus reload Reloads the configuration (ranks and associated actions).
/cmdrankplus help Displays a detailed guide on how the plugin works.

Notes:


🔑 Permissions

Main Permissions:

Permission Description
cmdrankplus.reload Allows execution of the /cmdrankplus reload command. Default for OPs.

Rank-based permission management:

To associate a user with a rank, add a permission like cmdrankplus.rangX via LuckPerms or another permission manager.

Example with LuckPerms:

/lp group <group_name> permission set cmdrankplus.rang1 true

📝 Usage Examples

  1. A player with the cmdrankplus.rang1 permission executes /shops.

    • The plugin executes the command configured for rang1, for example /shop <player> shop1.
  2. An administrator wants to reload the configuration after modification:

    • They execute /cmdrankplus reload.

🛑 Limitations


📄 License

This project is licensed under the MIT License. See the LICENSE file for more information.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more