1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switched to using '\u00a7' instead of ChatColor.COLOR_CHAR. Hopefully this fixes tests on jenkins. More... over 10 years ago
Removed craftbukkit based testing suite for plugin-bukkit. D: More... over 10 years ago
Use spigot repo for bukkit and update to latest bukkit snapshot. More... over 10 years ago
Fixed javadocs. Should now build properly and include sponge api stuff. More... over 10 years ago
Merge pull request #23 from SupaHam/fix-sponge-compilation-errors More... over 10 years ago
Fix all sponge compilation errors. New SpongeCommand class untested. More... over 10 years ago
Merge pull request #22 from SupaHam/fix-perm-factory More... over 10 years ago
Fix PermFactory type parameters to enable compilation. More... over 10 years ago
Merge pull request #21 from SupaHam/fix-reload-config More... over 10 years ago
Fix reloadConfig() in PluginBase class in plugin module. More... over 10 years ago
Updated PermFactory to use Curiously Recurring Generic Pattern. This simplifies implementations. More... almost 11 years ago
Renamed and moved base and implementation packages. More... almost 11 years ago
A few tweaks and fixes for sponge implementation. More... almost 11 years ago
Added TestSpongePlugin. Let the debugging commence! More... almost 11 years ago
Finished initial implementation of Plugin-Sponge More... almost 11 years ago
Partially implemented sponge-plugin More... almost 11 years ago
Removed reference to bukkit in sponge stuff. More... almost 11 years ago
Added missing SpongeMessagerProvider More... almost 11 years ago
Implemented commands for sponge. More... almost 11 years ago
Started command-sponge module More... almost 11 years ago
Added SpongeAPI implementation of Minecraft-Link More... almost 11 years ago
HoconSerializableConfigLoader should now serialize. Comments are not setup correctly. More... almost 11 years ago
Added initial sponge implementation bits. Serializable-Config-Sponge is broken. More... almost 11 years ago
Added a basic permission factory into base permissions. More... almost 11 years ago
Fixed up licensing. More... almost 11 years ago
More cleanup related to reorganizing modules. More... almost 11 years ago
Moved all modules into new parent modules Base and Bukkit for organization sake. More... almost 11 years ago
Using ChatColor.COLOR_CHAR in tests instead of literal section symbol. More... over 11 years ago
Removed overriden save/load methods in BukkitConfiguration. Added a new test to verify save/load doesn't add strange characters. More... over 11 years ago
Added a more explicit error message in CommandLoader. More... over 11 years ago