QuickAdmin Pro icon

QuickAdmin Pro 1.0

A comprehensive Minecraft admin plugin providing moderation and management tools for server admins.

QuickAdmin Pro

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.


Overview

QuickAdmin Pro includes two tiers of functionality:

Free Features

Essential staff commands for small and medium servers:

  • Heal players

  • Feed players

  • Toggle flight

  • Toggle vanish mode (supports fake join/quit messages)

Pro Features

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


Features and Usage

Homes and Warps

HOME.png

WARP.png

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


Kits

KITS.png

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


Nicknames

NICK.png

Lightweight nickname system with color code support.

Commands

 
/nick <nickname|off> Change your nickname
/nickother <player> <nick> Change another player's nickname

Supports hex colors, permission-based formatting, and reset options.


Vault Economy Integration

BALANCE.png

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

 
 

Audit Logging System

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.


Storage Options

Supports file storage (YAML) or MySQL via HikariCP.

Example configuration:

 
storage:
  type: file

MySQL:

 
storage:
  type: mysql
  mysql:
    host: localhost
    port: 3306
    database: quickadmin
    username: root
    password: ""

All operations are asynchronous to keep the server responsive.


Permissions

QAPROPRO.png

Free Commands

quickadmin.heal

quickadmin.feed

quickadmin.fly

quickadmin.vanish

 

Pro Features

 
quickadmin.*                                All permissions
quickadmin.home                        Use homes
quickadmin.homes.<number>     Max home count
quickadmin.homes.unlimited       Unlimited homes
quickadmin.warp                          Use warps
quickadmin.warp.set                    Set warps
quickadmin.warp.delete               Delete warps
quickadmin.kit                              Use kits
quickadmin.kit.<name>                Specific kit permission
quickadmin.kit.create                   Create kits
quickadmin.kit.delete                   Delete kits
quickadmin.nick                           Change own nickname
quickadmin.nick.other                  Change others' nicknames
quickadmin.nick.colors                 Use colors
quickadmin.balance                      View balance
quickadmin.pay                             Pay others
quickadmin.eco.admin                  Admin economy commands
quickadmin.auditlog                      View audit log
quickadmin.reload                         Reload the plugin

Testing and Quality Assurance

QuickAdmin Pro is fully tested with automated unit tests and manual compatibility checks.

Automated Testing

91 unit tests covering:

  • Command behaviors

  • Configuration and i18n

  • Data persistence

  • Permissions

  • Performance benchmarks

  • Concurrency and thread safety

  • Edge-case handling

Manual Testing

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


Installation

  1. Place the JAR in your server's plugins folder.

  2. Restart the server.

  3. Configure config.yml and the message files.

  4. (Optional) Install Vault to enable economy features.

  5. Use /qa reload to apply configuration changes.

Requirements:

  • Paper or Spigot

  • Minecraft 1.20+

  • Java 17+

admin

administration

server

tools

moderation

minecraft

paper

spigot

You might also like...