🧰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 ofconfig.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.
📟 Inventories
Here you can see all information from all invetories with my plugin provides.
You can see more information here:
Last updated