aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Apparently getEntitySpawnReason method is supported only on Paper + forksKrakenied2024-03-093-11/+32
|
* Move instanceof Goat check to version specific handlerKrakenied2024-03-094-2/+17
|
* Fix boss bar ClassNotFoundException on 1.8Krakenied2024-03-091-2/+2
| | | | Boss bars are supported only on 1.9+
* Add Goat support to milking task typeKrakenied2024-03-091-7/+38
| | | | | Fixes https://github.com/LMBishop/Quests/issues/620 (ignore baby mobs) Closes https://github.com/LMBishop/Quests/issues/607 (goat support)
* Add spawn reason option to mob killing task typeKrakenied2024-02-222-1/+90
| | | | Closes https://github.com/LMBishop/Quests/issues/460
* Fix config validators descriptionsKrakenied2024-02-221-2/+3
|
* Make the item option in composting, consume, crafting and smithing optionalKrakenied2024-02-224-48/+52
|
* Add composting task typeKrakenied2024-02-222-3/+94
|
* Add namespaced enchantments support to 1.13+ and 1.14+ item gettersKrakenied2024-02-222-22/+46
|
* Add CMI ignore-afk supportKrakenied2024-02-225-37/+102
| | | | Closes https://github.com/LMBishop/Quests/issues/566
* Add expiry commands optionKrakenied2024-02-222-0/+10
|
* Fix ItemGetter on CraftBukkit 1.8Krakenied2024-02-223-19/+21
| | | | Improve setting item unbreakability
* Fix CraftBukkit hex color adapter compatibilityKrakenied2024-02-225-46/+70
|
* Fix action bar on CraftBukkit (it's not supported)Krakenied2024-02-221-2/+2
|
* Add PinataParty supportKrakenied2024-02-182-0/+62
| | | | Closes https://github.com/LMBishop/Quests/issues/518
* Another compatibility requirement for ServerNPC tasksKrakenied2024-02-181-2/+2
|
* Use current hologram data for ServerNPC task typesKrakenied2024-02-182-10/+22
|
* Add ServerNPC and ZNPCsPlus interact task types tooKrakenied2024-02-185-56/+189
|
* Do not send track advancement for PAPI task type as it behaves really weirdKrakenied2024-02-181-1/+2
|
* Handle empty names in another wayKrakenied2024-02-183-7/+27
|
* Add ServerNPC supportKrakenied2024-02-182-0/+41
|
* Add ZNPCsPlus supportKrakenied2024-02-184-134/+204
|
* Ensure that custom menu element commands are ran from Folia GlobalTickThreadKrakenied2024-02-171-3/+12
| | | | Closes https://github.com/LMBishop/Quests/issues/601
* Add async and refresh-ticks options to PAPI task typeKrakenied2024-02-112-76/+169
|
* Support custom elements in started quests menuAfkF242024-02-111-1/+1
|
* Add GUI trimming options per GUI typeAfkF242024-01-243-3/+3
|
* Fix quests occupying pagination row slotsAfkF242024-01-241-6/+4
|
* Set back button to correct slot if GUI trim is offAfkF242024-01-161-1/+2
|
* Add PlaceholderAPI support in GUI titlessejlaadilovic2024-01-162-2/+22
|
* camelCase the variable name.Steven Van Ingelgem2024-01-091-3/+3
|
* List all available categories when you encounter a missing one.Steven Van Ingelgem2024-01-091-2/+4
|
* Reverting back to for-loop because of performance considerations.Steven Van Ingelgem2024-01-091-1/+9
|
* Also allow '_' and '-' to be used as "characters".Steven Van Ingelgem2024-01-091-8/+2
|
* Add WildStacker support to mob killing and breeding task typesKrakenied2024-01-095-7/+74
| | | | Closes https://github.com/LMBishop/Quests/issues/584
* EcoMobs supportKrakenied2024-01-093-11/+89
|
* Add FabledSkyBlock 3 supportKrakenied2024-01-094-74/+143
|
* Do not try to load tasks with unresolved task typeKrakenied2024-01-091-0/+1
| | | | Closes https://github.com/LMBishop/Quests/issues/583
* Add namespaced types support to the 1.14+ item getterKrakenied2024-01-092-4/+95
|
* Add namespaced sounds supportKrakenied2024-01-091-16/+40
| | | | Closes https://github.com/LMBishop/Quests/issues/585
* Fix CoreProtect delay caused by queueKrakenied2023-12-211-10/+34
| | | | Closes https://github.com/LMBishop/Quests/issues/162
* Fix walking task type not detecting horse modeKrakenied2023-12-211-5/+5
|
* Implement projectile launching task typeKrakenied2023-12-092-0/+74
|
* Add useful method overloadsKrakenied2023-12-095-10/+26
|
* Remove unnecessary method callsKrakenied2023-12-097-7/+7
|
* Nullable block interact task type supportKrakenied2023-12-092-15/+10
|
* Add PyroFishingPro fishing task typeKrakenied2023-12-092-0/+92
|
* Schedule inventory check at location to avoid weird behaviourKrakenied2023-11-262-3/+4
|
* Improve item gettersKrakenied2023-11-2614-745/+984
| | | | Implement separate skull getters
* Add cancel commandsKrakenied2023-11-262-0/+10
| | | | Partially closes https://github.com/LMBishop/Quests/issues/558
* Better required amount detectionKrakenied2023-11-2647-75/+86
|