🧰How to Start with Spigot

To get started with EpicReports on a Spigot-based server (like Paper), it's important to understand the main configuration files and folders generated by the plugin. Here's a quick overview of what each file/folder does and how to use them.

📄 Config.yml

This is the main configuration file of the plugin. It contains essential options such as:

  • Language file selection

  • Report limits

  • Command aliases

  • Notification settings

  • MySQL/BungeeCord support

  • And much more

You should start by reviewing and adjusting this file to match your server’s needs.

👉 Read full config.yml documentation

📃Bukkit Configuración (config.yml)

🌐 Languages Folder

This folder contains all the language files used by the plugin. Each file (like en_EN.yml, es_ES.yml, etc.) holds the messages that are shown in-game — including menus, titles, notifications, and more.

  • You can fully customize the plugin's messages by editing or creating your own language files.

  • To switch languages, simply set the file name in the Language: key of config.yml.


🛑 ReasonsControl.yml

This file allows you to restrict and control what users can submit in reports.

Key features include:

  • 🔤 Set a minimum character length for report reasons

  • 🚫 Block specific words from being used in reports

  • ✅ Improve moderation quality by guiding how users write reasons

This helps prevent spammy, vague, or inappropriate reports from being submitted.

How to Configure Reasons-Control.yml
Reasons_Config:
  Minimum_Length: 4
  Blacklist:
    - "example"
    - "example1"
    - "example2"
    - "example3"

Minimum_Length It is the minimum length of a reason that the user can put.

Blacklist Here you can enter several words or sentences that the user will not be able to enter as a reason. If the user tries to enter something from this list, they will get an error message.

📟 Inventories

Here you can see all information from all invetories with my plugin provides.

  • You can see more information here:

📁Inventories Overview

Last updated