Salman's Lab.
  • About Me
  • Portofolio/Projects
  • Blog

Rank+ Management: Dynamic Rank Management and Server Utility

Easily manage player ranks using an in-game Form GUI with full CRUD options. Add, edit, remove, or set ranks instantly without touching any scripts. Also included another essentials feature. Perfect for servers and realms!

Rank+ Management: Dynamic Rank Management and Server Utility

image image

RANK+ Management

This is an addon for Minecraft Bedrock that dynamically manages player ranks. It includes full CRUD (Create, Read, Update, and Delete) options for ranks via an intuitive form GUI, allowing hosts to easily manage player ranks without touching any scripts.

To make this addon even more versatile, it also features an integrated nickname changer.

Available Commands

  • /rank rankui
    • Description: Opens the Rank Manager Form UI.
    • Requirement: Please add the RANK2026:ADMIN tag to get permission.
    • Example: /tag @s add RANK2026:ADMIN
  • /setrank [selector: target] [rankId: int]
    • Description: Sets the rank for the selected entity.
    • Permission: Only GameDirectors or command blocks can execute this command.
  • /nick <set|reset> [selector: target] [value: string]
    • Description: Sets or resets the nickname of the target entity.
    • Permission: Only GameDirectors or command blocks can execute this command.

Command Examples

  • /setrank Bob 0 — Sets Bob's Rank to Admin (where 0 is the ID for the Admin Rank).
  • /nick set Bob Jason — Changes Bob's nickname to Jason.
  • /nick reset Bob — Resets Bob's nickname back to default.

Form GUI Management Interface

The rank management interface can be accessed directly via the /rank rankui command.

Here is what the primary form GUI looks like:

image

1. Add Rank

image

  • Rank ID [TextField]: A numerical identifier for the rank. The next available ID must be more than 2, as IDs 0 and 1 are reserved/hardcoded for the default initial ranks (ADMIN and Member).
  • Rank Name [TextField]: Enter a name for the rank. This name makes it easy to find and identify the rank in the GUI without needing to memorize numerical IDs.
  • Rank Display Format [TextField]: Enter a display format for the rank. This format will be used to display the rank in chat and on the player's nametag.
    • Example: §6[ADMIN]§r

[!NOTE] The forms for Edit Rank, Remove Rank, and Set Player Rank are designed to be intuitive and easy to use. For a detailed description of each field, please refer to the field instructions provided in the Add Rank menu.


Additional Overview & Previews

Utilizing /nick Command in Command Blocks

image

Utilizing /setrank Command in Command Blocks

image


Download

Click Me !

Github

Click Me !