The Gold Badge is one of the simplest and most recognisable powers on ChatNoRegister. It adds a shiny ⭐ star badge directly next to your username in every message you send, making your name immediately stand out from the rest of the chat feed.
Unlike name-colour effects or avatar pulses, the Gold Badge is a permanent static icon — clean, unmistakable, and visible on every single message without any flashing or animation. It signals status at a glance.
The Gold Badge is a badge-type power. It appends a ⭐ emoji icon after your displayed username in the chat log. The badge appears on every message you send — in main chat rooms and in private messages — for as long as the power is active.
Badges stack with all other powers. You can have the Gold Badge showing alongside a name-colour effect (like Prism or VIP Glow), an avatar pulse, and a message bubble effect at the same time.
Gold Badge is purchased with Gold (the standard currency), not Ruby. Gold is earned through regular chat activity and daily login rewards.
When you have Gold Badge active, the chat engine appends a <span class="pwr-badge pwr-badge-gold_badge">⭐</span> element after your name in every rendered message. A short pop animation plays each time a new message arrives, giving the badge a subtle bounce-in effect.
/* Badge pop-in animation */
.pwr-badge {
font-size: 13px;
margin: 0 2px;
vertical-align: middle;
animation: pwr-pop 0.3s ease both;
}
@keyframes pwr-pop {
0% { transform: scale(0); }
70% { transform: scale(1.25); }
100% { transform: scale(1); }
}
Yes. Badges are not mutually exclusive — you can have both ⭐ Gold Badge and 👑 Crown active simultaneously, showing both icons next to your name.
Yes. The badge appears in all chat contexts — main room, private messages, and any panel where your name is displayed.
No. Once purchased it is yours permanently. Activate and deactivate it any time from the Powers Store.
No comments yet — be the first!
Leave a Comment