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
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: []
/** @var Ranks $rankManager */
$rankManager = Server::getInstance()->getPluginManager()->getPlugin("Ranks");
if ($rankManager !== null) {
$player->sendMessage("Your rank: " . $rankManager->getRank($player)->getDisplayName());
}
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time