mod-hidename/README.md

1.1 KiB

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