Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make command a BigDoorsAdapter * enhance register interaction * add condition collection to combine condition bag and chain * Add condition bag to store conditions with less hard coded structure * add condition registrar for a central condition registration point * rename used to opened * add annotation to define meta values of condition * change condition chain to condition bag * mark condition type as deprecated * mark condition scope as deprecated. is replaced by condition annotation * add additional methods to door condition * add new custom exceptions * make evaluator more generic * Add class to handle condition annotation easier * move plugin class to core * fix some nice renaming stuff * add method to retrieve condition group permission * add condition registrar, group and container to register conditions * remove unused annotations * clean up of condition bag * add scope enum * move condition registrar to core * move condition creation to conditions to be more modular * do some forbidden stuff * add a singleton like pattern to register interaction * some changes related to reformatting * add argument helper for better validation * remove unused functions and adjust annotation detection * minor changes * add exception for condition registration * raise eldo utilities to 1.0.14 * moar locale fix * remove unused array * rename and clean up base command * move sub commands to own command classes * remove unused classes * group condition collections * add listener to ensure config consistency * remove unused methods * add modification events * reorganize classes * add command helper to reduce code duplication * restrict access * refactoring * add Events * add adapter for commands. not happy with it... * move listener to condition package * add documentation * move to core * update eldoUtilities to 1.0.16 * small changes * set default evaluator to AND * add command to enable and disable a door * fix for wrong condition types * remove not required code * add events to solve not saving config * add deprecation comment * add state to info command * move listener to condition * reimplement condition creation exception * add enabled state * some fixes for wrong tab completion * raise version to 2.3.0 * remove check which doesnt work because of bukkit... * change initialization order * add localization * minor changes
- Loading branch information