aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Add ZNPCsPlus supportKrakenied2024-02-181-0/+4
|
* Add WildStacker support to mob killing and breeding task typesKrakenied2024-01-091-0/+4
| | | | Closes https://github.com/LMBishop/Quests/issues/584
* EcoMobs supportKrakenied2024-01-091-3/+4
|
* Add FabledSkyBlock 3 supportKrakenied2024-01-091-8/+8
|
* Improve item gettersKrakenied2023-11-261-1/+1
| | | | Implement separate skull getters
* Add support for FoliaNahuel Dolores2023-07-211-0/+4
|
* Add ItemsAdder quest itemsLMBishop2023-07-141-1/+3
| | | | Closes #525
* Fix missing dependencies for EcoBossesLMBishop2023-07-061-0/+2
|
* Add ecobosses_killing task typeLMBishop2023-07-061-0/+4
| | | | Closes #521
* Bump paper-api to 1.20.1 and HikariCP to 5.0.1Krakenied2023-07-011-3/+3
|
* Bump paper-api to 1.20Krakenied2023-06-091-1/+1
|
* Fix buildKrakenied2023-04-221-1/+1
|
* Add PlayerPoints supportKrakenied2023-04-021-0/+4
| | | | Partially closes https://github.com/LMBishop/Quests/issues/494
* Fix MMOItems and Mythic Lib repoKrakenied2023-04-021-3/+3
|
* PlayerBlockTracker supportKrakenied2023-04-021-0/+2
| | | | Closes https://github.com/LMBishop/Quests/issues/499
* Bump paper-api to 1.19.4Krakenied2023-04-021-2/+2
|
* Replace fastutil Int2ObjectOpenHashMap with hppc IntObjectHashMapKrakenied2023-03-071-9/+21
| | | | Closes https://github.com/LMBishop/Quests/issues/497 without significant plugin JAR file size change
* Some build.gradle changes and updatesKrakenied2022-12-171-86/+64
|
* Use citizensapi instead of citizensKrakenied2022-08-211-8/+2
|
* Fix ShopGUI+ task types (breaking change)Krakenied2022-08-211-1/+1
| | | | https://github.com/brcdev-minecraft/shopgui-api/releases/tag/3.0.0
* Make authlib non-transitive to hide an IDE warningKrakenied2022-08-211-1/+3
| | | | https://advisory.checkmarx.net/advisory/vulnerability/Cxeb68d52e-5509
* Fix jitpack being stupidKrakenied2022-08-211-1/+1
|
* Add executableitems quest item (closes #364)LMBishop2022-07-061-1/+3
|
* Use Paper supplied Adventure rather than shadingLMBishop2022-06-161-19/+17
|
* Add extended problem descriptions and MiniMessageLMBishop2022-05-311-1/+9
|
* Bring MythicMobs 4 support backKrakenied2022-05-051-2/+4
| | | | Fixes https://github.com/LMBishop/Quests/issues/318
* Update MythicMobs to 5.x (closes #350)LMBishop2022-04-181-1/+1
|
* Bump spigot-api to 1.17.1 for new events supportKrakenied2022-04-161-1/+1
|
* Update PAPI versionLMBishop2022-03-101-1/+1
|
* Revert "Add null check to PAPI processor (closes #324)"LMBishop2022-03-101-1/+1
| | | | This reverts commit 7bcfd0aa298e3a4876ebc1f7093862e4324cc250.
* Add null check to PAPI processor (closes #324)LMBishop2022-03-101-1/+1
|
* Version dependencies for ciLMBishop2022-02-231-2/+2
|
* Add NuVotifier task type (closes #299)LMBishop2021-12-081-0/+4
|
* Update Slimefun (closes #258)LMBishop2021-09-091-1/+1
|
* Add slimefun quest itemLMBishop2021-08-171-0/+2
|
* Add mmoitems as a quest item type (closes #221)LMBishop2021-08-161-0/+3
|
* Add votingpluginLMBishop2021-08-081-0/+4
|
* Add superiorskyblock2 (closes #227)LMBishop2021-08-021-0/+4
|
* Remove fabledskyblock transitive dependenciesLMBishop2021-07-121-1/+3
|
* Add fabledskyblockLMBishop2021-07-121-0/+4
|
* Add skull customisation support (closes #201)LMBishop2021-07-091-0/+4
|
* Allow color string to be null (closes #197)LMBishop2021-06-291-0/+2
|
* Convert to multi module projectLMBishop2021-06-171-0/+102
- Common module to provide an abstract Quests plugin - Api is still todo