QuickReport

⭐ — (1 endorsements) 📥 89 downloads 📌 v1.0.0 📅 11/22/2025
🟡 Updated this year

By melut · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 11/19/2025 📅 Created: 11/22/2025

🔍 Analysis

  • 🏆 #1011 of 1224 bukkit mods in this game by downloads

📋 About This Mod

# QuickReport **A quick and efficient reporting system for Minecraft servers** (https://img.shields.io/badge/Minecraft-1.20+-brightgreen.svg)](https://www.spigotmc.org/) --- ## 📋 Description QuickReport is a powerful and user-friendly reporting system designed for Minecraft servers. It allows players to report cheaters, rule-breakers, or any misconduct with ease, while providing administrators with comprehensive tools to manage and process reports efficiently. ### ✨ Key Features - **Easy Report Submission** - Players can report others with a simple command - **Admin Review System** - Accept or reject reports with customizable rewards - **Report History** - Players can view their submitted reports - **Advanced Query System** - Detailed report information for staff members - **Cooldown Protection** - Prevents spam with configurable cooldown timers - **Clickable Messages** - Interactive admin notifications with click-to-view functionality - **SQLite Database** - Lightweight and efficient data storage - **Reward System** - Automatically reward players for accepted reports - **Multi-Language Support** - Built-in English and Turkish language support - **PlaceholderAPI Integration** - Statistics and leaderboard placeholders --- ## 📥 Installation 1. Download the latest `QuickReport-1.0.0.jar` from the releases page 2. Place the JAR file in your server's `plugins` folder 3. Restart your server or use a plugin manager to load it 4. Configure the plugin by editing `config.yml` and `messages.yml` in the `plugins/QuickReport/` folder 5. Reload the plugin with `/reload confirm` or restart the server --- ## 🎮 Commands ### Player Commands | Command | Description | Permission | Usage | |---------|-------------|------------|-------| | `/report` | Submit a report against a player | `quickreport.report` | `/report <player> <reason> ` | | `/myreports` | View your submitted reports | `quickreport.report` | `/myreports ` | | `/queryreport` | Query a specific report by ID | `quickreport.report` | `/queryreport <id>` | ### Admin Commands | Command | Description | Permission | Usage | |---------|-------------|------------|-------| | `/reports` | View all pending reports | `quickreport.admin` | `/reports ` | | `/reportaction` | Accept or reject a report | `quickreport.admin` | `/reportaction <accept\|reject> <id> ` | --- ## 🔐 Permissions | Permission | Description | Default | |------------|-------------|---------| | `quickreport.report` | Allows players to submit and view reports | `true` (all players) | | `quickreport.admin` | Allows staff to manage and process reports | `op` (operators only) | --- ## ⚙️ Configuration ### config.yml ```yaml # QuickReport Configuration File # General Settings report-cooldown-seconds: 60 # Cooldown for submitting new reports max-reports-per-cooldown: 1 # Maximum reports within cooldown period # Report Reasons (Tab-completion support) report-reasons: - "Fly" - "KillAura" - "Speed" - "Xray" - "Griefing" - "Swearing" # Admin Notification Settings admin-permission: "quickreport.admin" notification-sound: "ENTITY_EXPERIENCE_ORB_PICKUP" notification-volume: 1.0 notification-pitch: 1.0 # Reward System Configuration rewards: diamond-reward: name: "&bDiamond Reward" command: "give %player% diamond 5" money-reward: name: "&eMoney Reward" command: "eco give %player% 1000" key-reward: name: "&6Crate Key Reward" command: "crate give %player% common 1" ``` ### Customizing Report Reasons Edit the `report-reasons` list in `config.yml` to add or remove valid reasons: ```yaml report-reasons: - "Hacking" - "Exploiting" - "Toxicity" - "Scamming" ``` ### Admin Notification Sound Change the sound played to admins when a new report is submitted. See (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html) for available sounds. --- ## 🎁 Reward System The reward system allows you to automatically reward players when their reports are accepted. ### Adding a New Reward 1. Open `config.yml` 2. Add a new reward under the `rewards` section: ```yaml rewards: custom-reward: name: "&aCustom Reward" command: "give %player% diamond_block 1" ``` 3. Use the reward code when accepting a report: ``` /reportaction accept 123 custom-reward ``` The `%player%` placeholder will be replaced with the reporter's username. --- ## 📊 PlaceholderAPI Support QuickReport integrates with PlaceholderAPI to provide statistics and leaderboard placeholders. ### Available Placeholders | Placeholder | Description | Example Output | |-------------|-------------|----------------| | `%quickreport_kabul_edilen%` | Number of accepted reports for a player | `5` | | `%quickreport_reddedilen%` | Number of rejected reports for a player | `2` | | `%quickreport_top_kabul_isim_<rank>%` | Top reporter name (accepted) | `Player1` | | `%quickreport_top_kabul_sayi_<rank>%` | Top

# QuickReport

A quick and efficient reporting system for Minecraft servers

[!(https://img.shields.io/badge/Minecraft-1. 20+-brightgreen.svg)](https://www.spigotmc.org/) ---

## 📋 Description

QuickReport is a powerful and user-friendly reporting system designed for Minecraft servers. It allows players to report cheaters, rule-breakers, or any misconduct with ease, while providing administrators with comprehensive tools to manage and process reports efficiently.

### ✨ Key Features

  • Easy Report Submission - Players can report others with a simple command
  • Admin Review System - Accept or reject reports with customizable rewards
  • Report History - Players can view their submitted reports
  • Advanced Query System - Detailed report information for staff members
  • Cooldown Protection - Prevents spam with configurable cooldown timers
  • Clickable Messages - Interactive admin notifications with click-to-view functionality
  • SQLite Database - Lightweight and efficient data storage
  • Reward System - Automatically reward players for accepted reports
  • Multi-Language Support - Built-in English and Turkish language support
  • PlaceholderAPI Integration - Statistics and leaderboard placeholders

## 📥 Installation

1. Download the latest `QuickReport-1. 0. 0.jar` from the releases page 2. Place the JAR file in your server's `plugins` folder 3. Restart your server or use a plugin manager to load it 4. Configure the plugin by editing `config.yml` and `messages.yml` in the `plugins/QuickReport/` folder 5. Reload the plugin with `/reload confirm` or restart the server

## 🎮 Commands

### Player Commands

| Command | Description | Permission | Usage | |---------|-------------|------------|-------| | `/report` | Submit a report against a player | `quickreport.report` | `/report ` | | `/myreports` | View your submitted reports | `quickreport.report` | `/myreports ` | | `/queryreport` | Query a specific report by ID | `quickreport.report` | `/queryreport ` |

### Admin Commands

| Command | Description | Permission | Usage | |---------|-------------|------------|-------| | `/reports` | View all pending reports | `quickreport.admin` | `/reports ` | | `/reportaction` | Accept or reject a report | `quickreport.admin` | `/reportaction ` |

## 🔐 Permissions

| Permission | Description | Default | |------------|-------------|---------| | `quickreport.report` | Allows players to submit and view reports | `true` (all players) | | `quickreport.admin` | Allows staff to manage and process reports | `op` (operators only) |

## ⚙️ Configuration

### config.yml

```yaml # QuickReport Configuration File

# General Settings report-cooldown-seconds: 60 # Cooldown for submitting new reports max-reports-per-cooldown: 1 # Maximum reports within cooldown period

# Report Reasons (Tab-completion support) report-reasons: - "Fly" - "KillAura" - "Speed" - "Xray" - "Griefing" - "Swearing"

# Admin Notification Settings admin-permission: "quickreport.admin" notification-sound: "ENTITY_EXPERIENCE_ORB_PICKUP" notification-volume: 1. 0 notification-pitch: 1. 0

# Reward System Configuration rewards: diamond-reward: name: "&bDiamond Reward" command: "give %player% diamond 5" money-reward: name: "&eMoney Reward" command: "eco give %player% 1000" key-reward: name: "&6Crate Key Reward" command: "crate give %player% common 1" ```

### Customizing Report Reasons

Edit the `report-reasons` list in `config.yml` to add or remove valid reasons:

```yaml report-reasons: - "Hacking" - "Exploiting" - "Toxicity" - "Scamming" ```

### Admin Notification Sound

Change the sound played to admins when a new report is submitted. See (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html) for available sounds.

## 🎁 Reward System

The reward system allows you to automatically reward players when their reports are accepted.

### Adding a New Reward

1. Open `config.yml` 2. Add a new reward under the `rewards` section:

```yaml rewards: custom-reward: name: "&aCustom Reward" command: "give %player% diamond_block 1" ```

3. Use the reward code when accepting a report:

``` /reportaction accept 123 custom-reward ```

The `%player%` placeholder will be replaced with the reporter's username.

## 📊 PlaceholderAPI Support

QuickReport integrates with PlaceholderAPI to provide statistics and leaderboard placeholders.

### Available Placeholders

| Placeholder | Description | Example Output | |-------------|-------------|----------------| | `%quickreport_kabul_edilen%` | Number of accepted reports for a player | `5` | | `%quickreport_reddedilen%` | Number of rejected reports for a player | `2` | | `%quickreport_top_kabul_isim_%` | Top reporter name (accepted) | `Player1` | | `%quickreport_top_kabul_sayi_%` | Top

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
melut
Version
1.0.0
Downloads
89
Endorsements
1
Category
bukkit
Created
11/22/2025
Updated
11/19/2025
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
game-mechanics, management, technology

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does QuickReport support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of QuickReport?

Version 1.0.0, published 2025-11-19 with 89 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by melut 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods