aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/build.gradle.kts
Commit message (Collapse)AuthorAgeFilesLines
* Bump paper-api dep to 1.21.5 to ensure compatibility with the latest versionKrakenied2025-07-291-1/+1
|
* Fix removing items from inventory on 1.10.2 and lowerKrakenied2025-07-291-0/+2
| | | | Closes https://github.com/LMBishop/Quests/issues/780
* Update HikariCP to 6.3.0Krakenied2025-07-291-1/+1
|
* API cleanup & ensure compatibilityKrakenied2025-05-131-1/+1
|
* Update CustomFishing dependencyKrakenied2025-05-131-2/+4
| | | | Add isPrimaryThread method for https://github.com/LMBishop/Quests/issues/760 debugging
* Update project plugins and dependenciesKrakenied2025-05-131-2/+2
|
* Add Nexo quest item supportKrakenied2025-05-131-0/+4
| | | | Closes https://github.com/LMBishop/Quests/issues/783
* Cleanup & bump dependencies to fix compilationKrakenied2025-05-131-8/+6
|
* Add BedWars1058 dedicated task typesjosemarcellio2025-05-131-0/+4
|
* Fix build & update jvmdowngraderKrakenied2024-11-161-2/+2
|
* Update BentoBox level task type to work with latest plugin versionKrakenied2024-09-201-4/+5
|
* Fix buildXiaoMoMi2024-08-291-3/+3
|
* Bump paper-api to 1.21.1 to ensure compatibility with the latest versionKrakenied2024-08-281-1/+1
|
* Vault reward integrationKrakenied2024-08-281-1/+3
| | | | Closes https://github.com/LMBishop/Quests/issues/708
* Update CustomFishing to latest version (requires update)Krakenied2024-08-281-3/+3
| | | | | Temporarily include a JAR without annotations shaded as it breaks project compilation
* Remove Folia dependency as we don't really use itKrakenied2024-08-281-3/+1
| | | | Folia is supported even without the dependency
* Update some project dependenciesKrakenied2024-08-281-4/+4
|
* Rewrite Gradle files to use DSL which is actually supported by IDEsKrakenied2024-08-281-0/+186
Change the downgrader to a modern supported one