1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added dokka plugin which generates javadoc for each module. More... over 8 years ago
Replaced all <br/> with <br> temporarily until fully kotlinized. More... over 8 years ago
Replaced all <p/> with <br> temporarily until fully kotlinized. More... over 8 years ago
Fixed gradle->maven issues. More... over 8 years ago
Added shadowJar task as dependency to install task. More... over 8 years ago
Create source jars. More... over 8 years ago
Added shadowJar task to the assemble task. More... over 8 years ago
Fixed missing test dependencies. More... over 8 years ago
Fixed JDBC-Spring build.gradle. More... over 8 years ago
Uber jars are created successfully for core. More... over 8 years ago
Implemented gradle build. Does not currently creature uberjars. More... over 8 years ago
Fixed more test failues in Messages introduced in kotlin conversion. More... over 8 years ago
Fixed issue with registering messages introduced in kotlin conversion. More... over 8 years ago
Fixed bug introduced in ChatColor.translateAlternateColorCodes. More... over 8 years ago
Fix failing tests caused by MC 1.12 changes. More... over 8 years ago
Change kotlin shaded pattern to pluginbase.kotlin. More... over 8 years ago
Converted Theme to Kotlin. More... over 8 years ago
Refactored Message back to an interface, enabling enum messages again. createMessage and similar methods that were in Message have been moved to Messages. More... over 8 years ago
Converted Messages and MessageTest to Kotlin More... over 8 years ago
Converted DefaultMessageProvider to Kotlin. More... over 8 years ago
Changed back to preformed toString results in ChatColor. More... over 8 years ago
Converted ChatColor to Kotlin. More... over 8 years ago
Converted PluginBaseException to Kotlin. More... over 8 years ago
varargs should be of type Any? More... over 8 years ago
Converted LocalizablePlugin to Kotlin. More... over 8 years ago
Converted MessageProvider to Kotlin. More... over 8 years ago
Converted BundledMessage to Kotlin. More... over 8 years ago
Converted Message to Kotlin but lost ability to use enums for messages. More... over 8 years ago
Shaded and relocated kotlin stdlib into Plugin. More... over 8 years ago
Converted MessageUtil to kotlin More... over 8 years ago