Authority Admin icon

Authority Admin -----

The ultimate Admin Panel GUI for Minecraft servers. Manage players, economy, punishments, effects




Quick Action Tool — new GUI
The Action Tool (Blaze Rod) on the admin hotbar now opens a fully redesigned, professional quick-action panel instead of the full management screen. Designed for speed — everything is reachable in one click.

Layout (5 rows):

Row Content
1 Player head + live status (banned / muted / frozen)
2 Custom punishments: Permanent Ban · Temp Ban · Kick · IP Ban · Perm Mute · Temp Mute · Warn
3 Utilities: Freeze · TP To · Bring Here · Heal+Feed · Fly Toggle · View Inventory · View History
4 Ban Templates — one-click, no input required
5 Mute / Kick Templates — one-click, no input required
Ban Templates (instant execution):

  • Hacking / Cheating → Permanent ban
  • Griefing → 7-day ban
  • NSFW Content → Permanent ban
  • Advertising → 3-day ban
  • Bug Exploit → 7-day ban
Mute / Kick Templates (instant execution):

  • Spam / Flood → 2-hour mute
  • Toxic Behavior → 24-hour mute
  • NSFW Chat → 7-day mute
  • AFK → Kick
  • Rule Violation → Kick
All templates broadcast to the server and log to Discord exactly like manually issued punishments. A "Full Management Panel" button at the bottom opens the complete PlayerActionGui when needed.

Right-clicking air with the Action Tool still opens the player list for selection.

Player Finder Tool — new GUI (gui/PlayerFinderActionGui.java)
The Player Finder (Compass) now opens a dedicated teleportation panel when a player is selected instead of the general management panel.

Options:

  • Teleport To Player — admin travels to the selected player's location.
  • Bring Player Here — selected player is teleported to the admin.
  • Send Player To... — opens a second player list (new TELEPORT_SEND mode); clicking any player in that list sends the target to their location.
  • Freeze / Unfreeze — quick toggle directly from the finder panel.
  • Bring Frozen Player (highlighted with glow, only visible when target is frozen) — one-click to pull a frozen player directly to the admin's location without unfreezing them.
The panel also shows the player's current world, block coordinates, and frozen status in the head lore.
----------, Jun 8, 2026

Item Log System (New Feature)
Every item removed from a player's inventory is now recorded persistently in the database (aa_item_logs table). The log captures three action types:

Action Trigger
DELETED
Admin right-clicks a slot to destroy the item
STOLEN Admin left-clicks a slot to take the item for themselves
CLEARED Admin hits Clear Inventory; every item is logged with a shared batch ID
  • Armor slots and the offhand slot are now included in the logging system.
New GUI — Item Logs panel (gui/ItemLogGui.java)
  • Accessibility:
    • Player Action screen → slot 40 (Knowledge Book icon, row 4)

    • Player Inventory view → slot 8 (top-right corner, always visible)
  • Features:
    • Paginated list: 36 entries per page, newest first.

    • Entry details: Item icon, exact amount, action type (colour-coded), staff name, date, and restore status.

    • Left-click: Restore directly to the player (drops at their feet if inventory is full).

    • Right-click: Restore to the admin's own inventory.

    • Restore Last Clear (Slot 47): Restores all items from the most recent unrestored inventory wipe in one click.

    • Restore All (Slot 51): Restores every single unrestored item across all actions at once.

    • Visual cues: Restored entries display a visual glow to distinguish them clearly.
Technical Additions
  • New DB method: markAllItemLogsRestored(UUID playerUuid)

  • New permission: authorityadmin.itemlogs (default: op)
Changed
  • PlayerInventoryGui: Every item-removal action now triggers DatabaseManager.logItemTake(...) before modifying the inventory.

  • GUI Updates:
    • Added Item Logs shortcut (slot 8) to PlayerInventoryGui (accessible online/offline).

    • Added Item Logs shortcut (slot 40) to PlayerActionGui.
  • Configuration: Added all missing keys to messages.yml.

  • Permissions: Added authorityadmin.itemlogs under the authorityadmin.* wildcard.
️ Fixed
  • messages.yml: Resolved missing keys that caused silent/empty messages for:
    • Actions: healed, teleported-to, teleported-here, fly-enabled, fly-disabled.

    • Inventory: item-deleted, item-stolen, admin-full, cleared.

    • Logs: log-restored, log-restored-admin, log-batch-restored, log-no-batch, log-already-restored, log-restore-failed, log-no-pending.
----------, Jun 1, 2026

fixes for bugs in the update
----------, May 11, 2026

1. LiteBans API error — The reflection was calling litebans.api.LiteBans which doesn't exist. The correct class in LiteBans 2.x is litebans.api.Database. Fixed in LitebansPunishmentHook.java.

2. FroskyVanish not detected — Plugin detection was exact-name and case-sensitive. Now the code first tries known names (SuperVanish, PremiumVanish, FroskyVanish…), and if none match, it scans all enabled plugins for any whose name contains "vanish" (case-insensitive). This covers any vanish plugin, including ones with slightly different registered names.

3. gui.main.click-reload warning — The key existed in gui.common but not gui.main. Added click-reload to the gui.main section of all 11 lang files with proper translations.

4. Config auto-merge — Added mergeDefaultConfig() in onEnable(). On every server start, it now reads the bundled config.yml, compares with the one on disk, and silently adds any missing keys.
----------, May 6, 2026

New Features
Vanish Plugin Compatibility

  • Added automatic detection and hooking for SuperVanish, PremiumVanish, FroskyVanish, CMI, Essentials vanish, and any plugin using the standard vanished metadata key
  • The admin GUI now correctly reflects vanish status from external plugins — if a player is vanished via SuperVanish, AA shows them as vanished without any extra config
  • No configuration required — detection is fully automatic on startup
Punishment Plugin Compatibility

  • Added support for LiteBans and AdvancedBan / AdvancedBanX
  • Ban and mute status in the player action GUI now reads from external punishment plugins, not just AA's internal database
  • Integration is reflection-based — these plugins are soft dependencies, not required
Module Toggle System

  • All major features can now be individually enabled or disabled in config.yml under the new modules: section
  • Affected modules: ban, mute, kick, freeze, vanish, warn, admin-mode, staff-chat, reports, bug-reports, player-stats, player-inventory, enderchest, potion-effects, give-item, history
  • Disabled modules block both commands and GUI actions, sending a localized message to the player
  • All 11 languages include the new module.disabled message
⚙️ Changes
  • Startup banner now shows detected vanish and punishment hooks
  • plugin.yml soft-depends updated to include: SuperVanish, PremiumVanish, FroskyVanish, CMI, Essentials, LiteBans, AdvancedBan, AdvancedBanX
----------, May 6, 2026

New feature added: full localization support in 11 languages

Note
I recommend that existing users delete the “lang” folder
----------, May 4, 2026

Polish translation service
----------, May 4, 2026

  • Added Polish language support (pl.yml) — full translation of all messages, commands, GUI prompts, reports, bug reports and system notifications.
  • Now supporting 11 languages: English, Spanish, Portuguese (BR), German, French, Chinese (Simplified), Russian, Japanese, Korean, Italian, Polish.
----------, May 3, 2026

New Features
Bug Report System Players can now report bugs directly in-game with /bugreport. After running the command, a GUI opens letting the player select the category that best describes the issue, then they type the description in chat. Reports are stored in the database and staff are notified instantly.

Five bug categories:
  • Crash / Error
  • Gameplay Issue
  • Performance / Lag
  • Exploit / Abuse
  • Other
Bug Reports Panel (Staff) Staff can manage all bug reports via /bugreports or from the main /admin panel. The panel supports pagination, Open Only / All filter, and full detail view with status management actions.

Bug Report Status Workflow Each report progresses through a clear lifecycle: OPEN → IN_PROGRESS → RESOLVED / DISMISSED. Staff can transition reports from the detail GUI with a single click.

Dual Discord Webhook Support Bug reports can now be logged to a dedicated Discord channel separate from the main punishment/report webhook. Configure discord-bugs in config.yml with its own webhook URL, keeping your staff channels organized.

Main webhook also has a new bug_report toggle under discord.events to include bug reports alongside punishments in a single channel if preferred. Both webhooks can be active simultaneously.

Commands
Command Description Default Permission
/bugreport Open the bug report category GUI All players
/bugreports Open the bug reports management panel OP
Aliases: /br, /reportbug — /brl, /bugreportlist

Permissions
Permission Description Default
authorityadmin.bugreport Submit bug reports true
authorityadmin.bugreports View and manage bug reports panel op
----------, Apr 28, 2026

Integration with Discord webhooks and minor changes
----------, Apr 23, 2026

Some versions may be affected. I did this to keep the plugin up to date with the latest versions of Minecraft.
----------, Apr 20, 2026


v1.9.9
- January 2026

✨ New Features

Ore Finder (Staff Mode)
• Replaced "Random Teleport" with powerful Ore Finder tool
• Scans for ores in 20-block radius around target player
• Detects: Diamonds, Ancient Debris, Emeralds, Gold, Iron, Lapis, Redstone
• Highlights suspicious concentrations (X-Ray detection)
• Shows particles at diamond locations

Improved Inventory Tools
• Redesigned GUI with clear options
• View/edit player inventories - add or remove items directly
• View/edit player enderchests
• Clear player inventory with confirmation
• Shift-click to also clear enderchest

Update Checker
• Now properly checks for updates from SpigotMC
• Notifies admins on join when update available

Bug Fixes
• Fixed: Punishments "Select Player" opening wrong menu
• Fixed: Inventory Tools "Select Player" opening wrong menu
• Fixed: Custom Commands not executing properly
• Fixed: Various GUI navigation issues

Improvements
• Better GUI organization with clearer icons
• Added confirmation for destructive actions
• Improved feedback messages with emojis
• Staff Mode items have better description
----------, Jan 7, 2026

The .jar file was added
----------, Jan 1, 2026

New Site
----------, Dec 30, 2025

Resource Information
Author:
----------
Total Downloads: 199
First Release: Dec 30, 2025
Last Update: Jun 8, 2026
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings