About Admin Anon
Enables administrators to perform administrative actions anonymously, hiding their profile when they use in-game chat as well as within the game environment, displaying 'ADMIN' instead of their nickname above their character.
Commands
/aa - Admin Anon Enable
/aa - Admin Anon Disable
Permissions
adminanon.use - Enables anonymity in the game.
Permission Recommendation: We recommend adding the permission to the individual user rather than to a group. For example, grant the permission to John Doe directly, not to the "admin" group (even if John Doe belongs to that group).
Change Color
This plugin allows Rust admins to hide their identity in the chat. To change the username color for the "ADMIN" group, configure the "admin" group in BetterChat. Changes in BetterChat will automatically reflect in the plugin.
Steps:
1. Open BetterChat Configuration:
Locate and edit BetterChat.json.
2. Edit the "admin" group:
Change the username color for the "admin" group.
3. Save and Apply Changes:
Save and reload BetterChat & AdminAnon (Just in case)
Change avatar admin ?
Changing the admin's avatar is unnecessary for this plugin, as its purpose is to hide the admin's identity, not to impersonate another player.
Configuration
{
"Stay Anonymous After Reconnecting": false,
"Properties": [
{
"Name": "ADMIN",
"Better Chat Group": "admin",
"Required Permission": "adminanon.use"
}
]
}
Data (example)
{
"PlayerData": {
"76561198196941415": {
"Groups": [
"admin",
"default"
],
"Name": "ADMIN",
"Better Chat Group": "admin",
"Required Permission": "adminanon.use"
}
}
}
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>" }