wasvendel_tag
wasvendel scripts
wasvendel_tag
wasvendel scripts
wasvendel_tag.wasvendel_tag folder into your server's resources directory.server.cfg after your framework core.Edit config.lua to configure tag display settings and the command name.
| Setting | Default | Description |
|---|---|---|
Config.ShowTagCommand | tag | Command used to toggle your overhead tag visibility. |
Config.EnableCommands | true | Enables or disables the built-in tag command. |
Tags are loaded from player metadata or the configured database source.
| Command | Usage | Description |
|---|---|---|
/tag | /tag | Toggles your overhead tag visibility. |
To disable the built-in command, set:
| Event | Payload | Description |
|---|---|---|
wasvendel_tag:receiveAllTags | tags | Syncs all active player tags. |
wasvendel_tag:tagUpdated | playerSource, tagData | Updates a single player's tag. |
wasvendel_tag:tagRemoved | playerSource | Removes a player's tag. |
| Event | Payload | Description |
|---|---|---|
wasvendel_tag:getTag | targetSource | Requests the tag of a specific player. |
wasvendel_tag:toggleOwnTag | None | Toggles the player's own tag visibility. |
wasvendel_tag:getAllTags | None | Requests all active tags. |
Tags are managed through the configured data source in config.lua.
After updating player tag data, trigger a sync: