# Tags Nicks

> Troubleshooting tag/nick display, validation, persistence, and character limits

- Skill: `kangarko/tags-nicks` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kangarko/tags-nicks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kangarko/tags-nicks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kangarko (https://skillmd.com/u/kangarko)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/kangarko/tags-nicks

---


# Tags & Nicks Troubleshooting

## Common Mistakes

- **Tab/nametag has 16 char limit** — Minecraft protocol limitation. Color codes count toward the limit. `&c&lVIP` = 6 chars used for formatting alone
- **Tag rules validated via `rules/tag.rs`** — "Tag is not allowed" errors come from rule matching. Check tag rules for blocking patterns
- **Tag lost on rejoin = database issue** — tags persist via database. Check `database.yml` connection and look for database errors in console on join
- **Color codes count toward the 16 char limit in tab/nametag** — users set colored tags that look fine in chat but get truncated in tab. This is NOT a bug, it's a Minecraft protocol limit

