From 66cb56bf713b5c84892951023809f7bcd794438f Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Fri, 26 Aug 2022 03:31:50 +0500 Subject: [PATCH] Listed features --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0787f60..197c990 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # minetest-mod-ranks -Chat+nametags ranks mod, custom rank text and color +Yet another chat+nametags player-ranks mod +### Features + +* No limitations in the rank's text and color, you can use color names(e.g, white,blue,red, etc) and HEX color codes. +* `/getrank` command returning color name/code - remembering color of each rank is not necessary with that ;) + +### Usage * `/getrank [player]` - check your rank or rank of any player * `/setrank ` - privs: `ranks` - set rank for any player * `/delrank [player]` - delete your rank or rank of any player -* `/players` - view list of online players with their ranks \ No newline at end of file +* `/players` - view list of online players with their ranks