By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Rank management system
version 2.1.2
Approved
Direct Download How to install?
Switch version
947 Downloads / 1737 Total
5 Reviews
Plugin Description §

Features

  • Rank command have auto-completion
  • Flexible settings in config.yml
  • Local/Global chat
  • Rank inheritances
  • Rank priorities
  • Chat & Nametags included
  • Fast & Easy to use

Setup

  • Configure your ranks in config.yml
  • Example:
ranks:
  player:
    priority: 1
    color: "§7"
    display-name: "Player"
    chat-format: "§f{NAME}: §7{MESSAGE}" # Available tags: {NAME}, {DISPLAY_NAME}, {MESSAGE}
    name-tag: "§7{NAME}" # Available tags: {NAME}, {DISPLAY_NAME}, {PLATFORM}, {LINE}
    alias: "default"
    inheritance: []
    permissions: []
  • Use /rank command!

API

  • Example:
/** @var Ranks $rankManager */
$rankManager = Server::getInstance()->getPluginManager()->getPlugin("Ranks");

if ($rankManager !== null) {
    $player->sendMessage("Your rank: " . $rankManager->getRank($player)->getDisplayName());
}
What's new §
  • New methods: Rank::getColoredName(), LunarRanks::getRankByName(string $rank)
  • Small improvements
  • Code cleanup & support for latest versions
  • Improved compability with chat related plugins

Updated to PocketMine 5 & PHP 8.1


vowray
using v2.1.2
05 Dec 23
Would love if you could at least make a config.yml option to allow players to change their own rank ingame
vowray
Outdated
using v2.1.1
12 Nov 23
Good plugin, but why can't you change your own rank in-game?
Lunarelly
01 Dec 23
security reasons
MagmaZ3637
Outdated
using v2.1.1
08 Aug 23
Support scorehud tag?
Lunarelly
08 Aug 23
no, but sure u can do it by yourself or ask scorehud developer to
Joshet18
Outdated
using v2.0.0
14 Jun 23
JesusHR2002
Outdated
using v1.0.2
21 May 23
It's a nice plugin it would be better if you add a UI and don't leave the project :)
Lunarelly
22 May 23
concept of this plugin is simplicity and performance. setup everything in config and enjoy it

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.16.0
Producers §
  • Collaborators:
    • @Lunarelly
License §
Categories:
General
Admin Tools
Chat-Related
API plugins
Permissions
Manage permissions
Other files

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...