Version 1.0.6
93 downloads
Enables administrators to perform administrative actions anonymously, hiding their identity in chat and in-game, replacing their nickname with a configurable role name (e.g. ADMIN, MOD).
Now supports multiple roles with custom permissions, BetterChat group integration, and advanced control over who can use and toggle anonymity.
Commands
/aa - Admin Anon Enable
/aa - Admin Anon Disable
Permissions
adminanon.use – Allows using Admin Anon
Custom permissions per role (configurable)
Optional permission to control who can toggle anonymity
Permission Recommendation: We recommend assigning permissions directly to users rather than groups for better control.
BetterChat Integration / Change Color
This plugin integrates directly with BetterChat. Username color and formatting are controlled by the assigned BetterChat group.
Steps:
Open BetterChat configuration (BetterChat.json)
Edit the desired group (e.g. admin, mod)
Change username color or formatting
Save and reload BetterChat & AdminAnon
Change avatar admin ?
Changing the avatar is not necessary.
This plugin is designed to hide identity, not impersonate other players.
Configuration
{
"Stay Anonymous After Reconnecting": false,
"Properties": [
{
"Name": "ADMIN",
"Better Chat Group": "admin",
"Required Permission": "adminanon.use",
"Required Permission to toggle on/off": "toggle",
"Stay Anonymous After Reconnecting": false
},
{
"Name": "MOD",
"Better Chat Group": "mod",
"Required Permission": "mod.use",
"Required Permission to toggle on/off": "toggle",
"Stay Anonymous After Reconnecting": false
}
]
}
Data (example)
{
"PlayerData": {
"76561198196941415": {
"Groups": [
"default",
"steam",
"admin"
],
"Name": "MOD",
"Better Chat Group": "mod",
"Required Permission": "adminanon.use",
"Required Permission to toggle on/off": "toggle",
"Stay Anonymous After Reconnecting": false
}
}
}
Language (EN)
{
"No Permission": "<size=12>You don't have permission to use this command</size>",
"No Profile Permission": "<size=12>You don't have permission to use this profile</size>",
"Admin Anon Enabled": "<size=12>Admin Anon has been <color=#00fa9a>ENABLED</color></size>",
"Admin Anon Disabled": "<size=12>Admin Anon has been <color=#00fa9a>DISABLED</color></size>",
"Admin Anon Changed": "<size=12>Fake identity has changed to <color=#00fa9a>{0}</color></size>",
"Requested Fake Identify Not Found": "<size=12>Requested fake identity is not found</size>",
"No Fake Identities Available": "<size=12>No fake identities available</size></size>",
"Fake Identify Not Found": "<size=12>Fake identity is not found</size>",
"Data Corrupted Up": "<size=12>Data is corrupt</size>",
"Cannot Toggle Off": "<size=12>You cannot disable Admin Anon with your current role (missing toggle permission).</size>"
}