Tags
Creators
Details
1.1.0
Compatibility
Changes
[1.1.0] - 2026-07-20
Improvements & Bug Fixes
- Added support for reporting offline players who have played on the server before.
/report <player>now resolves targets through BukkitOfflinePlayer, allowing reports against cached offline players while still rejecting unknown players.- Added
reports.allow-offline-player-reportingtoconfig.yml, defaulting totrue, so servers can disable offline-player reporting if desired. - Report creation now stores the resolved offline player's UUID and keeps custom-reason and GUI report flows working with offline targets.
- Report command tab completion now includes cached offline players in addition to online players when offline-player reporting is enabled.
- PlaceholderAPI placeholders are now parsed in built-in GUI text, including book GUI text and container GUI titles, item names, and lore.
- This allows placeholders such as
%reports_total_pending%to display live values in configured GUI text.
- This allows placeholders such as
- Cleaned up Java imports in the language manager for improved readability.
Language Support
- Added German language support.
- Added Dutch language support.
- Added Vietnamese language support.
Contributors
Special thanks to Qracky & Karven for the Dutch & Vietnamese language translations.
We are looking for translators to add even more language support to AevorinReports! Join our Discord server and open a ticket if you'd like to help!
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:OwqSnlXx:CwgYwwPv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OwqSnlXx:CwgYwwPv"
}

