CSB Nickname Manager

v1.0.0 5 Downloads Daemon666 Zuletzt aktualisiert: Jul 15, 2026

amx_rename forces a player's name and locks it for a set time; a reserved-name list blocks names like admin/owner/console.

CSB Nickname Manager puts an admin in control of names. amx_rename <target> <new name> writes the name straight into the client's info-key buffer (through fakemeta) and then locks it for csb_nick_locktime seconds, so the player cannot switch back mid-round. Separately, a reserved-name list — admin, owner, console, server, root — is enforced continuously: anyone using one is renamed to a generated Player_<id> so nobody can impersonate staff.

Features

  • amx_rename <name or #userid> <new name> with immunity-aware targeting.
  • Rename lock: the forced name is re-applied if the player tries to change it before the timer expires.
  • Case-insensitive reserved-name blacklist, enforced on a short repeating timer.
  • Every rename is announced in chat and written to the AMXX log.

Installation

  1. Compile csb_nickname_manager.sma and drop it in addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

amx_rename needs the ADMIN_SLAY flag (d) by default.

Installation

1. Put csb_nickname_manager.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_nick_enabled 1 Enable name enforcement.
csb_nick_locktime 60 Seconds a forced name is locked (0 = no lock).

Befehle

CommandAccessDescription
amx_rename d (ADMIN_SLAY) amx_rename <target> <new name> - force and lock a player's name.

Änderungsprotokoll — v1.0.0

1.0.0 - Initial release.
Versionen →
Mitwirkende: Daemon666 ✦
Lizenz: GPL-3.0

Bewertung

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
.sma herunterladen
Dateien:
csb_nickname_manager.sma main 4.4 KB

Anforderungen

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module fakemeta
Bekannte Konflikte Other plugins that also rewrite client names (name protectors / tag systems) will fight this one over the name key.
Zurück zu den Plugins