1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected dependencies again for javadoc module. More... about 12 years ago
Fixed some broken/missing dependencies in javadoc module. More... about 12 years ago
Commands/Commands-Bukkit should now be easier to use independently. More... about 12 years ago
Added a default bukkit implementation of BukkitCommandHandler. More... about 12 years ago
Resolved some dependency issues. More... about 12 years ago
QueuedCommand expiration duration is in seconds, not ticks. More... about 12 years ago
Added more documentation to commands-bukkit. More... about 12 years ago
Split plugin-bukkit up into 3 more modules: messaging-bukkit, commands-bukkit, and minecraft-link-bukkit. More... about 12 years ago
Cleaned up and documented the command module. More... about 12 years ago
Improved Command module javadocs some. Also made minor ease of use changes. More... about 12 years ago
Changed how version info is modified. More... about 12 years ago
Added a warning message when registering classes for serialization that lack 0-arg constructor. More... about 12 years ago
Renamed the anonymous LoggingPlugin to AnonymousLogging. More... about 12 years ago
Commands provided by plugins work once again. More... about 12 years ago
Permission prefix once again configurable. More... about 12 years ago
Commands now properly check permissions. More... about 12 years ago
Added optional permission message method to Command. More... about 12 years ago
Replaced AbstractBukkitPlugin with concrete PluginBase. More... about 12 years ago
PermFactory now only allows classes to be used that have registered permission names. More... about 12 years ago
Command permissions should be less static. More... about 12 years ago
Added a LogProvider class as a first step towards decoupling PluginBase. More... about 12 years ago
toShortForm now properly sets days. More... about 12 years ago
Removed default type serializing because it doesn't work in a lot of casesl. More... over 12 years ago
Ignore already deserialized registered objects. More... over 12 years ago
Added more informative exceptions to deserialization. More... over 12 years ago
Added ability to register default type serializers in the DefaultSerializer. More... over 12 years ago
Reorganized Field and made it more efficient for some operations. More... over 12 years ago
Added database settings setters and a additional constructor for specifying default db type. More... over 12 years ago
Fixed Spring depdencies, i think. More... over 12 years ago
Added new modules JDBC and JDBC-Spring which allow for much more optional database support. More... over 12 years ago