Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 weeks ago
All versions
1.1.2
Release
AevorinReports 1.1.23 weeks ago 2,369
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
[1.1.2] - 2026-09-05
New Features & Improvements
- Reload Sub-Commands:
/ar reloadand/aevorinreports reloadnow require a sub-argument specifying what to reload:<all|config|lang>.all— reloads both configuration and language files.config— reloads configuration only.lang— reloads language files only.- Invalid or missing arguments display a usage hint. Tab completion suggests
reload, thenall,config, andlang.
- Russian (ru_RU) Language Support: Added full Russian translation across all GUI, chat, and Discord sections.
- Persist
lastUpdatedByField: Addedlast_updated_bycolumn to SQLite/MySQL DDL,ensureTableSchemamigration,updateReportSQL, and all SELECT mappings. - MySQL Schema Completeness:
CREATE TABLEnow includes all columns (created_at,updated_at,evidence_data,coordinates,world,last_updated_by), previously relying entirely on ALTER TABLE fallback. - Timestamps in GUI:
createdAt,updatedAt, andlastUpdatedByare now displayed inReportManageGUIchest lore and book pages. - Discord Embed Footer:
sendLogUpdateembed now includes a footer with timestamp and acreatedAtfield. - Report History Tracking:
report_historytable is now actively used — status changes are recorded viainsertHistory(). - New PAPI Placeholders: Added
%reports_last_submitted_date%and%reports_last_against_date%. - Updated Placeholders.md: Added documentation for the new date placeholders.
Bug Fixes
- SetReportStatusCommand Timestamp: Fixed stale
updatedAttimestamp —updatedAtis now set tonow()before saving.
Localization
- Added new keys
created_at,updated_at,last_updated_by(book + container lore) and Discordstatus-updatefooter to all 9 language files:en_US,ru_RU,de_DE,it_IT,nl_NL,pl_PL,sk_SK,vi_VN,zh_CN. - Added
usage-reload,reload-all-success,reload-config-success, andreload-lang-successto all language files. - Bumped
config-versionto 4 in all language files.
Database
- Added
getLastReportDateByReporter,getLastReportDateAgainst, andinsertHistorydatabase methods.
Special Thanks
- A huge thanks to 1wairesd for contributing to this release!
Optional dependencies
Any compatible version
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:Gs82SxYz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OwqSnlXx:Gs82SxYz"
}

