Go to file
Jordan Irwin 31e7d30d35 Increment version to 1.2 2021-08-04 16:01:21 -07:00
.github/workflows Add workflow to build dogs on gh-pages branch on tag push 2021-08-04 12:55:33 -07:00
.ldoc Set executable bit for LDoc generation script 2021-08-04 12:59:32 -07:00
locale Make compatible with invisibility mod... 2021-08-04 15:13:00 -07:00
.gitattributes Exclude certain files & dirs from Git archives & releases 2021-08-04 12:47:21 -07:00
LICENSE.txt Update license copyright year 2021-05-17 20:17:34 -07:00
README.md Update README 2021-08-04 16:00:11 -07:00
TODO.txt Make compatible with invisible mod... 2021-08-04 15:39:33 -07:00
api.lua Make compatible with invisible mod... 2021-08-04 15:39:33 -07:00
changelog.txt Increment version to 1.2 2021-08-04 16:01:21 -07:00
command.lua Additional details for chat command help 2021-08-04 14:26:31 -07:00
init.lua Cleanup 2021-05-17 20:28:45 -07:00
mod.conf Increment version to 1.2 2021-08-04 16:01:21 -07:00
settings.lua LDoc: use "topic" instead of "script" in modules 2021-08-04 12:44:12 -07:00
settingtypes.txt Change "hidename.use_alpha" back to disabled by default 2021-05-17 21:50:21 -07:00

README.md

Hide Name

Description:

A Minetest mod that allows players to hide their nametags from view.

Usage:

Chat commands:
- /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`
Settings:
- hidename.use_alpha
  - use alpha color level to hide nametag instead of clearing text
  - type:    bool
  - default: false

Licensing:

Requirements:

Dependencies:
- Required: none
- Optional: invisibility, invisible

Privileges:
- Required: none