| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump rexml from 3.4.1 to 3.4.2 in /docsdependabot/bundler/docs/rexml-3.4.2 | dependabot[bot] | 2025-09-17 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Replace PlayerDeathEvent getPlayer with PlayerDeathEvent#getEntityHEADmaster | Krakenied | 2025-08-22 | 1 | -1/+1 |
| | | | | | Required for proper 1.8 support | ||||
| * | Fix debug report after last changes | Krakenied | 2025-08-04 | 2 | -23/+24 |
| | | |||||
| * | Update wiki downloads page | Krakenied | 2025-08-03 | 1 | -7/+7 |
| | | | | | Make it more user-friendly | ||||
| * | Add option to dispatch player commands | Krakenied | 2025-07-29 | 17 | -30/+63 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/470 | ||||
| * | Add internal goal placeholder | Krakenied | 2025-07-29 | 4 | -11/+30 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/658 | ||||
| * | Improve player debug output when no quests found | Krakenied | 2025-07-29 | 1 | -50/+63 |
| | | |||||
| * | Use a bit more intuitive naming | Krakenied | 2025-07-29 | 1 | -3/+3 |
| | | |||||
| * | Fix progress display in newly introduced subcommand | Krakenied | 2025-07-29 | 1 | -1/+22 |
| | | |||||
| * | Add new debugging command | Krakenied | 2025-07-29 | 3 | -0/+125 |
| | | |||||
| * | Get the biome only once per method call | Krakenied | 2025-07-29 | 1 | -10/+24 |
| | | |||||
| * | Update foojay resolver and jvmdowngrader | Krakenied | 2025-07-29 | 1 | -2/+2 |
| | | |||||
| * | Do not overwrite user defined static elements with spacers in last menu row | Krakenied | 2025-07-29 | 1 | -1/+5 |
| | | |||||
| * | Implement MythicMobs dealdamage task type | Krakenied | 2025-07-29 | 3 | -2/+237 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/768 | ||||
| * | Add biomes constraint | Krakenied | 2025-07-29 | 7 | -20/+64 |
| | | |||||
| * | Relocate dependencies properly | Krakenied | 2025-07-29 | 1 | -0/+2 |
| | | |||||
| * | Use modern BlockTracker class name by default as the original one hasn't ↵ | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | | | | been updated since 1.16 | ||||
| * | Add BlockTracker as softdepend | Krakenied | 2025-07-29 | 1 | -0/+1 |
| | | |||||
| * | Reorder MythicMobs version checks | Krakenied | 2025-07-29 | 4 | -10/+20 |
| | | | | | | Add missing fixed quest item cache clears on ready Mark EvenMoreFish task types as untested | ||||
| * | Add {days} support to time format | Krakenied | 2025-07-29 | 1 | -15/+36 |
| | | | | | Refactor FormatUtils, use JSpecify annotations | ||||
| * | Do not create unnecessary Location object in distancefrom task type | Krakenied | 2025-07-29 | 1 | -3/+8 |
| | | |||||
| * | Fix menu NPE when categories are disabled | Krakenied | 2025-07-29 | 1 | -4/+15 |
| | | |||||
| * | Add cake support to consume task type | Krakenied | 2025-07-29 | 4 | -4/+51 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/261 | ||||
| * | Use DamageSource API | Krakenied | 2025-07-29 | 6 | -46/+85 |
| | | |||||
| * | Fix task progress and completion placeholders | Krakenied | 2025-07-29 | 1 | -4/+4 |
| | | |||||
| * | Refactor paginated quest menu code a bit | Krakenied | 2025-07-29 | 1 | -23/+27 |
| | | |||||
| * | Use single constant for task placeholder pattern | Krakenied | 2025-07-29 | 2 | -6/+6 |
| | | |||||
| * | Add item option to dealdamage | Krakenied | 2025-07-29 | 2 | -6/+48 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/735 | ||||
| * | Handle projectile damage in deal damage task type properly | Krakenied | 2025-07-29 | 1 | -1/+15 |
| | | |||||
| * | Bump bungeecord-chat dependency | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | Add EvenMoreFish fishing and hunting types and dedicated item def impl | Krakenied | 2025-07-29 | 14 | -4/+249 |
| | | |||||
| * | Fix PAPI goal placeholder | Krakenied | 2025-07-29 | 3 | -4/+9 |
| | | |||||
| * | Add goal placeholder | Krakenied | 2025-07-29 | 4 | -7/+28 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/788 | ||||
| * | Check for CoreProtect block lookup nullability as it seems to be null when ↵ | Krakenied | 2025-07-29 | 1 | -0/+8 |
| | | | | | | | the user disables CoreProtect API https://github.com/LMBishop/Quests/issues/801 | ||||
| * | Do not call getQuestProgress() from PAPI expansion | Krakenied | 2025-07-29 | 1 | -50/+63 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/760 | ||||
| * | Add missing null check | Krakenied | 2025-07-29 | 1 | -2/+4 |
| | | |||||
| * | Add CustomFishing item def | Krakenied | 2025-07-29 | 3 | -0/+60 |
| | | |||||
| * | Fix the happy ghast mode | Krakenied | 2025-07-29 | 8 | -13/+60 |
| | | | | | Refactor imports | ||||
| * | [ci skip] Update walking docs | Krakenied | 2025-07-29 | 1 | -5/+5 |
| | | |||||
| * | Bump Paper API to 1.21.8 to ensure compatibility with latest version | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | Add ghast mode to walking task type | Krakenied | 2025-07-29 | 1 | -4/+3 |
| | | |||||
| * | Add some missing conditions | Krakenied | 2025-07-29 | 1 | -8/+8 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/800 | ||||
| * | Include API JARs to fix build (repo is down) | Krakenied | 2025-07-29 | 2 | -0/+0 |
| | | |||||
| * | Update Gradle Wrapper to 8.14.3 | Krakenied | 2025-07-29 | 5 | -10/+10 |
| | | |||||
| * | Remove Integer validators from FancyNpcs tasks | Krakenied | 2025-07-29 | 2 | -4/+0 |
| | | | | | FancyNpcs use String for id | ||||
| * | Correct docs for other NPC task types | Krakenied | 2025-07-29 | 5 | -8/+8 |
| | | |||||
| * | Implement FancyNpcs support | Krakenied | 2025-07-29 | 7 | -2/+207 |
| | | |||||
| * | Update inventory task type also directly on start | Krakenied | 2025-07-29 | 1 | -1/+9 |
| | | |||||
| * | Do not add Minecraft version to debug report if method does not exist | Krakenied | 2025-07-29 | 1 | -1/+19 |
| | | | | | Fix for < 1.15 | ||||
| * | PlaceholderAPI hook cleanup | Krakenied | 2025-07-29 | 7 | -8/+122 |
| | | |||||
