| Class | Description |
|---|---|
| AAAddCommandOverrideEvent |
Event which is fired up when we need to add a new
override for a conflicting command via /aa_fixcommand.
|
| AAAddCommandRedirectEvent |
Event which is fired up when we need to add a new
redirect from one command to another via /aa_addredirect.
|
| AAAddHelpDisabledCommandEvent |
Event which is fired up when we need to add a new
command into the config of commands hidden from /aa_playercommands
via /aa_ignorecommand.
|
| AAAddIgnoredCommandEvent |
Event which is fired up when we need to add a new
ignored command via /aa_ignorecommand.
|
| AAAddVirtualPermEvent |
Event which is fired up when we need to add a new
virtual permissions via /aa_addperm.
|
| AAAdjustListenerPrioritiesEvent |
Event which is fired up when we need to re-assign
listener priorities for some of server's plugins
and make them recognize event cancellation for the
PlayerCommandPreprocessEvent and ServerCommandEvent events.
|
| AAReloadEvent |
Event which is fired up when someone requested
a reload of AdminAnything via /aa_reload.
|
| AARemoveCommandMuteEvent |
Event which is fired up when we need to remove
a muted command via /aa_unmutecommand.
|
| AARemoveCommandOverrideEvent |
Event which is fired up when we need to remove
a command override via /aa_unfixcommand.
|
| AARemoveCommandRedirectEvent |
Event which is fired up when we need to remove
a command redirect via /aa_delredirect.
|
| AARemoveDisabledCommandEvent |
Event which is fired up when we need to re-enable
a disabled command via /aa_enablecommand.
|
| AARemoveHelpDisabledCommandEvent |
Event which is fired up when we need to remove
a command from the list commands that should not show up
in the /aa_playerperms listing.
|
| AARemoveIgnoredCommandEvent |
Event which is fired up when we need to remove
a command from the list of ignored commands
via /aa_unignorecommand.
|
| AARemoveVirtualPermissionEvent |
Event which is fired up when we need to remove
custom virtual permission via /aa_delperm.
|
| AASaveCommandHelpDisablesEvent |
Event which is fired up when we need to save
list of commands hidden from /aa_playercommands listing.
|
| AASaveCommandIgnoresEvent |
Event which is fired up when we need to save
list of ignored commands.
|
| AASaveCommandOverridesEvent |
Event which is fired up when we need to save
list of overridden commands.
|
| AASaveCommandRedirectsEvent |
Event which is fired up when we need to save
list of redirects.
|
| AASaveDisabledCommandsEvent |
Event which is fired up when we need to save
list of disabled commands.
|
| AASaveMutedCommandsEvent |
Event which is fired up when we need to save
list of ignored commands.
|
| AASaveVirtualPermsEvent |
Event which is fired up when we need to save
list of custom permissions.
|
| AAToggleDebugEvent |
Event which is fired up when someone
requests to toggle the debug mode of AdminAnything
on or off.
|