A cap which identifies you as an ADMIN. Only administrators can wear this.
No Monsters drop this item.
You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.
Open raw JSONID | 2988 |
aegisName ❔ | ADMINCap |
Script to execute when the item is used/equipped.
if (getgmlevel() < 99) {
logmes "Banning invalid use of Admin Cap", LOGMES_ATCOMMAND;
announce "Security violation at item.db.2988, Administrator help immediately required.", bc_all;
atcommand "@ban 1m "+strcharinfo(0);
delitem 2988, 1;
}