https://github.com/bigfoot547/rank
This mod adds a rank system on minetest.
https://github.com/bigfoot547/rank
minetest-mod mod ranks
Last synced: 3 months ago
JSON representation
This mod adds a rank system on minetest.
- Host: GitHub
- URL: https://github.com/bigfoot547/rank
- Owner: bigfoot547
- License: lgpl-2.1
- Created: 2016-10-13T19:48:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T03:51:15.000Z (over 2 years ago)
- Last Synced: 2025-04-06T14:43:27.648Z (6 months ago)
- Topics: minetest-mod, mod, ranks
- Language: Lua
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rank
This mod adds a ranking system to minetest.## Documetation
This mod adds 2 commands and a privilege.### Commands
* You can set a player's rank with the /rank command.
* Syntax: `/rank \ \`
* You can rankup by normal means using the /rankup command.
* Syntax: `/rankup`
* To figure out the command, type it with an empty hand.### Privileges
* The *rank* privilege, if used in conjunction with the server privilege, will allow you to use the /rank command.## Further Details
Using rank players will have a rank in their nametag so it will look like this: "[*rank*] *name*".
This mod is going to be made so that it works with the /nick command in my  mod.## Changelog
**0.1.0**: Initial Commit## License
This mod is licenced under the **LGPL v2.1+**, see LICENSE for more information.