mod-hidename/README.md

57 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-08-04 16:00:11 -07:00
## Hide Name
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-08-04 16:00:11 -07:00
##### Chat commands:
2017-07-27 17:46:37 -07:00
2021-08-04 16:00:11 -07:00
```
- /nametag [command]
2021-05-17 22:51:10 -07:00
- commands:
2021-08-04 16:00:11 -07:00
- hide: sets nametag hidden
- show: sets nametag visible
- status: prints the visible/hidden state of nametag (default)
- /hidename
2021-05-17 22:51:10 -07:00
- alias for `/nametag hide`
2021-08-04 16:00:11 -07:00
- /showname
2021-05-17 22:51:10 -07:00
- alias for `/nametag show`
2021-08-04 16:00:11 -07:00
```
2017-07-27 17:46:37 -07:00
2021-08-04 16:00:11 -07:00
##### Settings:
2021-05-17 22:54:05 -07:00
2021-08-04 16:00:11 -07:00
```
- hidename.use_alpha
2021-05-17 22:54:05 -07:00
- use alpha color level to hide nametag instead of clearing text
2021-08-04 16:00:11 -07:00
- type: bool
- default: false
```
2021-05-17 22:54:05 -07:00
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-08-04 16:00:11 -07:00
```
Dependencies:
- Required: none
- Optional: invisibility, invisible
2017-07-27 17:46:37 -07:00
2021-08-04 16:00:11 -07:00
Privileges:
- 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)