Daemon666 / CSB Nickname Manager Публичный

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

v1.0.0 148 загрузок GPL-3.0 Обновлено Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 21, 2025 1 Версии
csb_nickname_manager.sma main fda526d 4.4 KB
README.md

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.

Установка
1. Put csb_nickname_manager.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
Cvar-ы
CVARDefaultDescription
csb_nick_enabled 1 Enable name enforcement.
csb_nick_locktime 60 Seconds a forced name is locked (0 = no lock).
Команды
CommandAccessDescription
amx_rename d (ADMIN_SLAY) amx_rename <target> <new name> - force and lock a player's name.
История изменений — v1.0.0
1.0.0 - Initial release.
Версии →
Рейтинг

No ratings yet.

О плагине
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Скачать .sma
Требования
AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta
Известные конфликты Other plugins that also rewrite client names (name protectors / tag systems) will fight this one over the name key.
Участники
Назад к плагинам