π§Menu Fundamentals
Many inventory menus in EpicReports share a common structure and behavior. While not all menus include every feature listed here, most will include some of them. This section will serve as a base guide to understand how these shared components work.
β οΈ Not all features mentioned here appear in every menu β menus will display only the components relevant to their function.
Referencial Image:

π΄ Red Tinted Glass Pane
This item has two possible functions, depending on the menu:
Close Menu β Closes the current inventory screen.
Go Back β Returns to the previous menu, if applicable.
The functionality will change dynamically depending on the menu context.
β½ Left Navigation Pane (White / Green Glass)
Located on the far-left side of the inventory, this glass pane indicates whether you can go to the previous page:
White Pane β No previous page is available.
Green Pane β A previous page exists. Clicking this pane will navigate to it.
β½ Right Navigation Pane (White / Green Glass)
This is the counterpart to the left navigation pane, and allows you to go to the next page:
White Pane β No next page exists.
Green Pane β A next page is available. Click to move forward.
π§° Central Chest Icon
This chest is found in the center of many menus. It provides multiple click-based actions that allow for dynamic control of filtering, menu switching, and settings access.
π§ All the options below are part of the Central Chest functionality. Not every menu includes all of them, but when present, they follow this structure:
πΉ Supported Click Actions
Left Click
Change the current filter type.
Shift + Left Click
Open the filter configuration menu for the selected filter.
Right Click
Switch to a different menu view.
Middle Click (Mouse Wheel)
Open the Settings Menu for basic in-game configuration.
πΈ Filter System (Left Click)
Allows filtering of reports based on specific criteria. Filters vary by menu and setup.
π Available Filters:
None
: No filtering applied.Waiting
: Reports not yet processed by staff.Processing
: Reports currently being handled.Server
β Filter reports by the server they were made on.π§© Only available if BungeeCord is enabled.
ReporterOnline
: Only shows reports where the reporter is online.ReporterOffline
: Only shows reports where the reporter is offline.ReportedOnline
: Only shows reports where the reported player is online.ReportedOffline
: Only shows reports where the reported player is offline.
π Filter availability depends on the specific menu and server configuration.
πΈ Filter Configuration (Shift + Left Click)
Lets you configure the current filter.
Currently, only the Server
filter can be configured.
π§© How it works:
Select the
Server
filter with a left click.Use Shift + Left Click to open a list of servers with reports.
Select one to filter by that server.
π§ This only works when BungeeCord is enabled.
πΈ Switching Between Menus (Right Click)
In specific menus, right-clicking the chest cycles through other menus in this order:
ReportedsMenu
AllReportsMenu
ReportersMenu
ArchivedReportsMenu
CommentsMenu
π Only available in menus that support view switching.
πΈ Settings Menu (Middle Click)
Opens a menu that allows in-game configuration of some values in config.yml
.
β οΈ Limitations:
Only basic settings can be changed (e.g., MySQL must be edited manually in the file).
π Sorting Panel (Far-Right Side)
On the far-right of most paginated menus, youβll find a panel to sort reports or players based on different criteria. Each type is represented by a specific glass pane color:
DateAZ
(Orange)
Sorts from newest to oldest (recent reports first).
DateZA
(Yellow)
Sorts from oldest to newest.
NameAZ
(Purple)
Sorts alphabetically by name. The meaning depends on the menu:
β ReportedsMenu β by reported player name
β ReportersMenu β by reporter name
β ReportsMenu β by report reason
NameZA
(Pink)
Reverse alphabetical order of the above.
UUIDAZ
(Blue)
Sorts by UUID in ascending order (reporter or reported depending on menu).
UUIDZA
(Light Blue)
Reverse UUID order.
AmountAZ
(Dark Green)
Sorts players by number of reports (most reports first). Only applies to menus like Reporters/Reporteds.
AmountZA
(Light Green)
Same as above, but shows players with fewer reports first.
πMenu Listπ Sorting options vary by menu. For example,
ReportsMenu
doesnβt supportamountAZ/ZA
because each report is shown individually.
Last updated