# BetterVanish
A Hytale server plugin that allows players to become invisible and hide their identity.
## Features
1. Place
2. Add to your server's
3. Start the server to generate the config file
4. Configure permissions for your players
5. Reload with:
## Commands
| Command | Description |
|---------|-------------|
|
|
|
|
## Permissions
| Permission | Description |
|------------|-------------|
|
|
|
|
|
## Configuration
## License
No modifications allowed.
## Credits
Created by AdminHP - Hytitude.gg / hytaletopserverlist.com
A Hytale server plugin that allows players to become invisible and hide their identity.
## Features
- Toggle visibility with
/vanishor/v - Vanish other players with
/vanish <player> - Hide identity with
/hide <name>(changes nametag and player list) - Auto-unvanish when losing permissions (e.g., deopped)
- Removes vanished players from minimap and player list
- Configurable messages and nametag behavior
1. Place
BetterVanish-1.0.0.jar in your server's mods/ folder2. Add to your server's
config.json:
JSON:
"Mods": {
"Hytitude:BetterVanish": {}
}
4. Configure permissions for your players
5. Reload with:
plugin reload Hytitude:BetterVanish## Commands
| Command | Description |
|---------|-------------|
|
/vanish or /v | Toggle your visibility ||
/vanish <player> | Toggle another player's visibility ||
/hide <name> | Change your display name ||
/hide | Remove your hidden name |## Permissions
| Permission | Description |
|------------|-------------|
|
bettervanish.vanish | Use /vanish on yourself ||
bettervanish.vanish.others | Use /vanish on other players ||
bettervanish.vanish.see | See vanished players ||
bettervanish.hide | Use /hide command ||
bettervanish.hide.see | See hidden players' real names |## Configuration
YAML:
vanish-on-message: You are now invisible!
vanish-off-message: You are now visible!
vanish-other-on-message: {player} is now invisible!
vanish-other-off-message: {player} is now visible!
hide-message: You are now hidden as {name}!
unhide-message: You are no longer hidden!
no-permission-message: You don't have permission to use this command!
# Set to false to disable nametag changes when using /hide
change-nametag-on-hide: true
No modifications allowed.
## Credits
Created by AdminHP - Hytitude.gg / hytaletopserverlist.com
