A comprehensive Minecraft admin plugin providing moderation and management tools for server admins.
Premium Administration Tools for Modern Minecraft Servers
QuickAdmin Pro is a complete, production-grade admin toolkit designed for servers that need reliability, fast commands, consistent performance, and clear auditability.
The plugin provides everything from basic staff utilities to advanced systems like homes, warps, kits, nicknames, and economy actions. All storage operations are fully asynchronous to ensure zero server lag.
This page provides an overview of the plugin, what each feature does, and how it is used in-game.
Screenshots and product logo should be added above this section.
QuickAdmin Pro includes two tiers of functionality:
Essential staff commands for small and medium servers:
Heal players
Feed players
Toggle flight
Toggle vanish mode (supports fake join/quit messages)
The full administration suite, including persistent data systems, Vault integration, and a complete audit logging backend:
Homes and Warps
Kits with cooldowns
Nickname management with color support
Vault economy integration
Audit logging system
MySQL or file-based storage
Multi-language message files
Per-world feature toggles
Fully async, lag-free operations


A full teleportation system designed for survival servers, SMPs, and community worlds.
Commands
/sethome [name] Create a home
/home [name] Teleport to a home
/homes List your homes
/delhome <name> Delete a home
/setwarp <name> Create a warp (admin)
/warp <name> Teleport to a warp
/warps List all warps
/delwarp <name> Delete a warp (admin)
Use Cases
Trusted players or donors can set multiple homes
Server staff can create spawn points, hubs, arenas, and event warps

Simple, reliable kits with per-kit permissions and cooldown support.
Commands
/createkit <name> [cooldown] Create a kit from your inventory
/kit <name> Claim a kit
/kits List kits
/delkit <name> Delete a kit
Designed For
Survival starter kits
Rank-based kits
Event kits

Lightweight nickname system with color code support.
Commands
Supports hex colors, permission-based formatting, and reset options.

If Vault is installed, QuickAdmin Pro adds balance and payment commands.
Commands
/bal [player] View balance
/pay <player> <amount> Pay another player
/eco <give|take|set> ... Admin economy commands
Tracks important admin actions and saves them in persistent storage.
Commands
/auditlog [player] [page]
Used for staff oversight, moderation reviews, and issue tracing.
Infrastructure is complete; additional command integrations continue to roll out.
Supports file storage (YAML) or MySQL via HikariCP.
Example configuration:
MySQL:
All operations are asynchronous to keep the server responsive.

quickadmin.heal
quickadmin.feed
quickadmin.fly
quickadmin.vanish
QuickAdmin Pro is fully tested with automated unit tests and manual compatibility checks.
91 unit tests covering:
Command behaviors
Configuration and i18n
Data persistence
Permissions
Performance benchmarks
Concurrency and thread safety
Edge-case handling
Tested extensively on:
Paper 1.20.x and 1.21.x
Java 17 and 21
EssentialsX, LuckPerms, Vault
Multi-world setups
File and MySQL storage
Place the JAR in your server's plugins folder.
Restart the server.
Configure config.yml and the message files.
(Optional) Install Vault to enable economy features.
Use /qa reload to apply configuration changes.
Requirements:
Paper or Spigot
Minecraft 1.20+
Java 17+