CSB Nickname Manager

v1.0.0 16 pobrań Daemon666 Ostatnia aktualizacja: Jul 16, 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.

Instalacja

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

Cvary

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

Komendy

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

Lista zmian — v1.0.0

1.0.0 - Initial release.
Wersje →
Współtwórcy: Daemon666 ✦
Licencja: GPL-3.0

Ocena

No ratings yet.

Download v1.0.0

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

Wymagania

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły fakemeta
Znane konflikty Other plugins that also rewrite client names (name protectors / tag systems) will fight this one over the name key.
Wróć do Pluginów