mod-hidename/README.md

51 lines
1.1 KiB
Markdown
Raw Normal View History

2021-05-17 22:51:10 -07:00
## Hide Name mod for Minetest
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
### Description:
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
A [Minetest](http://www.minetest.net/) mod that allows players to hide their nametags from view.
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
### Usage:
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
Chat commands:
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
- ***/nametag** [command]*
- commands:
- *hide:* sets nametag hidden
- *show:* sets nametag visible
- *status:* prints the visible/hidden state of nametag (default)
- ***/hidename***
- alias for `/nametag hide`
- ***/showname***
- alias for `/nametag show`
2017-07-27 17:46:37 -07:00
2021-05-17 22:54:05 -07:00
Settings:
- ***hidename.use_alpha***
- use alpha color level to hide nametag instead of clearing text
- type: *bool*
- default: *false*
2021-05-17 22:51:10 -07:00
### Licensing:
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
- [MIT](LICENSE.txt)
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
### Requirements:
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
#### Dependencies:
2017-07-27 18:09:24 -07:00
- **Required:** none
2021-05-17 22:51:10 -07:00
- **Optional:** none
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
#### Privileges:
2017-07-27 17:46:37 -07:00
2021-05-17 22:51:10 -07:00
- **Required:** none
2021-05-17 22:51:10 -07:00
### Links:
2021-08-03 02:28:30 -07:00
- [![ContentDB](https://content.minetest.net/packages/AntumDeluge/hidename/shields/title/)](https://content.minetest.net/AntumDeluge/hidename/)
2021-05-17 22:51:10 -07:00
- [Forum](https://forum.minetest.net/viewtopic.php?t=18190)
- [Git repo](https://github.com/AntumMT/mod-hidename)
2021-08-04 12:48:00 -07:00
- [Reference](http://antummt.github.io/mod-hidename/reference/current/)
2021-08-03 02:25:00 -07:00
- [Changelog](changelog.txt)
- [TODO](TODO.txt)