0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed @keepitem flag not woking if set on results; More... almost 11 years ago
Updated 'basic recipes.html' and 'recipe books.html' documentation; More... almost 11 years ago
Moved isValid() check from BaseRecipe to Recipes class; More... almost 11 years ago
Possible fix for an startup error that triggers if you have a plugin with no package name, just the main class. More... almost 11 years ago
Removed 'item' alias for 'rmfinditem' to prevent collisions with more important commands from other plugins; More... almost 11 years ago
Added check to ensure recipe is complete before generating the bukkit recipe. More... almost 11 years ago
API: Added clearFlags() method for Flaggable interface (use by ItemResult and BaseRecipe). More... almost 11 years ago
Fixed update checker printing new 'null' version to joining OPs when it is disabled; More... almost 11 years ago
Possible fix for errors when loading furnaces without inventories. More... almost 11 years ago
Fixed shutdown error when metrics is disabled in config.yml; More... almost 11 years ago
Preparing for v2.1. More... almost 11 years ago
Fixed @ingredientcondition's lore argument with 'regex:' prefix checking name's regex pattern instead, giving an error if name arg not defined; More... almost 11 years ago
Changelog for version 2.0 release. More... almost 11 years ago
Code cleanup, format and a small fix. More... almost 11 years ago
Replaced 'recipemanager.skipflags.<flag>' with 'recipemanager.flag.<flag>' and defaulted to true; More... almost 11 years ago
Fixed @explode not triggering for fuels; More... almost 11 years ago
Removed old documentation for @forchance and removed the empty example. More... almost 11 years ago
Some debug code that is commented out to not affect the user. More... almost 11 years ago
Updated 'basic recipes.html' at recipe syntaxes; More... almost 11 years ago
Changed @forchance flag: More... almost 11 years ago
Added name, lore and enchant adding ability for in-line item definitions with the following format: More... almost 11 years ago
Changed @ingredientcondition flag adding a warning message for ingredients not found in the recipe. More... almost 11 years ago
Some minor changes here and there. More... almost 11 years ago
Cleaned up events code, removed some, renamed some, still incomplete but makes more sense now. More... almost 11 years ago
Fixed @ingredientcondition not blocking placing ingredients in furnaces when they don't fit the condition. More... almost 11 years ago
Added "regex:" prefix for @ingredientcondition flag's name and lore arguments; More... almost 11 years ago
Fixed overwritten recipes ignoring their flags because the original ones weren't fully removed. More... almost 11 years ago
Added meta null-safety checks. More... almost 11 years ago
Removed debug message saying that an unknown recipe class was found because it triggers heavily for modded servers. More... almost 11 years ago
Fixed update notifier always printing there's a new version only for joining OPs; More... almost 11 years ago