1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added JdbcTemplate creation method in PluginBase. This is temporary and will be removed. More... over 12 years ago
Fixed dependencies and class loading issues. More... over 12 years ago
Fixed configs not updating properly. More... over 12 years ago
Replaced sql stuff with spring jdbc and an embeded h2 db. More... over 12 years ago
Renamed a terribly named method and added javadocs to it. More... over 12 years ago
Merge pull request #17 from dumptruckman/additional-command-aliases More... over 12 years ago
Added a new way of adding additional aliases to built in commands that will be more friendly to multi-module environments. (part 2) More... over 12 years ago
Added a new way of adding additional aliases to built in commands that will be more friendly to multi-module environments. More... over 12 years ago
Confirm command should now work properly and have a more consistent alias. More... over 12 years ago
Fixed double posting of version info. More... over 12 years ago
Improved command registration exception even further. More... over 12 years ago
Now using List for command registration because ordering and insertion matters More... over 12 years ago
Removed InfoCommand from usage. May clear up strange command registration issues. More... over 12 years ago
Made the IAE for registering already registered aliases even more clear! More... over 12 years ago
Now default version info for version command can be changed. More... over 12 years ago
Version command now sends info to sender instead of logging to console. More... over 12 years ago
Clarified IAE for registering commands with same alias. More... over 12 years ago
Added some methods to AbstractBukkitPlugin that will allow you to remove default commands. Adds #16. More... over 12 years ago
Added additional value parameter to Properties.clear. More... over 12 years ago
Really fixed issue with bukkit and command aliases. Now all root commands are registered as a directory of sub-commands. More... over 12 years ago
Fixed issue with command tree. More... over 12 years ago
Fixed issue with registering additional multi-arg command aliases in bukkit. More... over 12 years ago
Command lookup will now use lowercase. More... over 12 years ago
Change split on space to a compiled pattern. More... over 12 years ago
Refactored CommandKey handling into new CommandTree class. More... over 12 years ago
Cleaned up the code of CommandHandler a bit. More... over 12 years ago
Fixed bug in PropertiesWrapper that would not allow some actions to process even for custom handlers. More... over 12 years ago
Added @FauxEnum annotation to tell the serializer to treat a class like an enum. More... over 12 years ago
Moved some utility code into helper class EnumUtil for external reuse. More... over 12 years ago
Renamed DefaultHandler to more appropriate DefaultPropertyHandler. More... over 12 years ago