aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Clarity changes to smithing task type + docsKrakenied2024-03-161-1/+10
| | | | Related to https://github.com/LMBishop/Quests/pull/627
* Delay Legacy Material Support initializationKrakenied2024-03-091-5/+20
| | | | Do not init it at all if not required
* Handle null progress properlyKrakenied2024-03-091-1/+3
| | | | Fixes https://github.com/LMBishop/Quests/issues/619
* This one is actually uselessKrakenied2024-03-091-9/+3
|
* Update parameter in sendTrackAdvancement callsKrakenied2024-03-0948-50/+50
|
* Improve regular expressionKrakenied2024-03-092-13/+5
| | | | Adjust invalid task reference finder to it
* Improve QItemStack placeholder processingKrakenied2024-03-092-53/+54
|
* Validate progress-placeholders task referencesKrakenied2024-03-091-10/+39
|
* Try to get progress placeholders by task type tooKrakenied2024-03-091-0/+5
|
* Fix building task type subtract for loop returning instead of continuingKrakenied2024-03-091-1/+1
|
* Add allow negative progress option to building task typeKrakenied2024-03-091-3/+10
|
* Send track advancement on building and mining subtract tooKrakenied2024-03-092-0/+6
|
* Add item option to mining task typeKrakenied2024-03-091-5/+37
|
* Update ServerNPC to latest versionKrakenied2024-03-092-2/+2
|
* Improve CoreProtect check behaviour even moreKrakenied2024-03-092-0/+22
| | | | Add CoreProtect block lookup delay option
* Ensure that the entire holo hasn't been skippedKrakenied2024-03-092-2/+10
|
* Ignore ZNPCsPlus hologram serialization errorsKrakenied2024-03-092-4/+26
| | | | Closes https://github.com/LMBishop/Quests/issues/618
* Improve PAPI refresh-ticks option behaviorKrakenied2024-03-091-3/+5
|
* 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-226-37/+103
| | | | 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-183-0/+63
| | | | 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-183-0/+42
|
* Add ZNPCsPlus supportKrakenied2024-02-185-135/+226
|
* Update documentation for release 3.15Leonardo Bishop2024-02-177-0/+19
|
* 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-113-76/+172
|
* Support custom elements in started quests menuAfkF242024-02-112-1/+9
|
* Add GUI trimming options per GUI typeAfkF242024-01-244-4/+7
|
* 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-163-3/+23
|
* 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
|