Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
qSecuritySystem
PluginLicenseRef-All-Rights-Reserved

qSecuritySystem

A universal plugin that provides a complete set of server management tools, including moderation, a report system, player monitoring, anti-cheat checks, and much more.

21
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions
managementtechnologypaperspigot
Download Latestv1.0.0View on Modrinth

📖About qSecuritySystem

Support me on Ko-fi

qSecuritySystem

Powerful all-in-one moderation plugin for Spigot/Paper 1.16.5 – 1.21.4.

qSecuritySystem provides a complete moderation workflow for real servers: punishments, player checks, reports GUI, audit logging, and optional Telegram alerts.


Why qSecuritySystem?

  • Full moderation toolkit in one plugin
  • Punishment history with filters and pagination
  • Reports workflow with GUI actions (open / approve / reject)
  • Persistent audit trail (audit-log.jsonl)
  • Optional Telegram notifications for punishments, checks, and reports
  • No required external plugins

Core Features

Feature Command Permission
Ban player /ban <player> [duration] [reason] [-s] qsecurity.ban
Mute player /mute <player> [duration] [reason] [-s] qsecurity.mute
Kick player /kick <player> [reason] [-s] qsecurity.kick
Unban player /unban <player> [reason] qsecurity.unban
Unmute player /unmute <player> [reason] qsecurity.unmute
IP ban /ipban <ip|player> [reason] qsecurity.ipban
Unban IP /unipban <ip> qsecurity.unipban
Punishment history /hist <player> [BAN|MUTE|KICK|ALL] [page] qsecurity.history
Check ban info /checkban <player> qsecurity.checkban
Check mute info /checkmute <player> qsecurity.checkmute
AnyDesk check /check <player> qsecurity.check
Confession flow /check confession qsecurity.check
Spectate player /spec <player> qsecurity.spec
Toggle vanish /v qsecurity.vanish
Staff list /stafflist qsecurity.stafflist
Reports GUI /reports [open|closed] qsecurity.reports
Report player /report <player> <reason> qsecurity.report
Help menu /qhelp —
Reload config /qsecurity reload qsecurity.reload

Duration Format

/ban and /mute support:

  • s = seconds
  • m = minutes
  • h = hours
  • d = days
  • no suffix = days

Examples:

/ban Steve 30m Spam
/ban Steve 7d Cheats -s
/mute Alex 1h Flooding
/ban notch

AnyDesk Check System

The /check command starts a player verification flow. The checked player is restricted and receives instructions in chat.

Outcomes:

  • /check confession → confession punishment
  • disconnect during check → disconnect punishment
  • timeout → check ends cleanly

Audit Log

All moderation actions are written to:

plugins/qSecuritySystem/audit-log.jsonl


Telegram Notifications (Optional)

Telegram integration is configured in:

plugins/qSecuritySystem/telegram.yml

Default template config:

telegram:
  enabled: false
  bot-token: ""
  chat-id: ""
  send-check-events: true
  parse-mode: "MarkdownV2" # MarkdownV2 | Markdown | HTML | none
  messages:
    audit: "🛡 *<action>*\n*Mod:* <moderator>\n*Target:* <target>\n<details_lines>"
    check: "🕵 *<action>*\n*Mod:* <moderator>\n*Player:* <target>\n<note_line>"
    report: "📨 *<action>*\n*Mod:* <moderator>\n*Reporter:* <reporter>\n*Player:* <reported>\n*Reason:* <reason>\n<note_line>"

Database

Supports both:

  • SQLite (default)
  • MySQL
database:
  type: "sqlite" # sqlite | mysql

👥 Team & Contributors

qustan
qustanOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+20 more

🔗 Links

Modrinth Page