aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add compiler args to build scriptKrakenied2024-08-281-0/+1
* Get rid of this deprecation warningKrakenied2024-08-281-2/+4
* Rewrite trackNextQuest so autostart Quests are tracked properlyKrakenied2024-08-281-11/+26
* Change condition order for performance reasonsKrakenied2024-08-281-1/+1
* Get autostart from config only onceKrakenied2024-08-281-2/+8
* Rewrite getEffectiveStartedQuests methodKrakenied2024-08-281-4/+46
* Allow minus sign usage in quest ids (https://github.com/LMBishop/Quests/issue...Krakenied2024-08-283-18/+34
* Add {questcolored} to menu elements and other placesKrakenied2024-08-283-16/+38
* Improve server version getterKrakenied2024-08-281-2/+2
* Finally fix autosaves after regression caused by https://github.com/LMBishop/...Krakenied2024-08-282-36/+129
* Do not reload base configurations twiceKrakenied2024-08-281-1/+0
* Add number formatsKrakenied2024-08-288-70/+165
* Rewrite Gradle files to use DSL which is actually supported by IDEsKrakenied2024-08-289-271/+371
* Do not send track advancement for inventory task if progress didn't changeKrakenied2024-08-281-0/+9
* Update Gradle Wrapper to 8.10Krakenied2024-08-283-2/+2
* PyroFishingPro support improvementsKrakenied2024-08-286-11/+134
* Fix locked-displayKrakenied2024-06-031-1/+1
* Add docs for tasks introduced in #642Krakenied2024-06-036-0/+196
* Add cancelstring and expirystring optionsKrakenied2024-06-034-2/+78
* Add Oraxen supportKrakenied2024-06-035-0/+48
* Add removed constructor backKrakenied2024-06-033-2/+17
* Remove another unnecessary HashMap#containsKey call from hot pathKrakenied2024-06-031-38/+9
* Fix typoKrakenied2024-06-031-1/+1
* Extract method getting registration messageKrakenied2024-06-032-13/+44
* Add not supported to registration messageKrakenied2024-06-031-1/+9
* Fix codacy issueKrakenied2024-06-031-2/+2
* Further debugging optimizationKrakenied2024-06-0311-142/+285
* Fix auto saving feature due to regression caused by https://github.com/LMBish...Krakenied2024-06-031-1/+1
* Do not log the entire boss bar exceptionKrakenied2024-06-031-1/+3
* Add missing getter to 1.20 version specific handlerKrakenied2024-06-031-0/+5
* Optimize it a bitKrakenied2024-06-031-1/+13
* Finished bucket task types reworkKrakenied2024-06-036-99/+52
* Begin bucket tasks reworkKrakenied2024-06-033-6/+96
* Add resurrecting task typeKrakenied2024-06-032-0/+67
* Begin work on villager-type and villager-profession optionsKrakenied2024-06-031-1/+10
* Add curing task typeKrakenied2024-06-033-1/+79
* Use better map impl for quest progress filesKrakenied2024-06-031-1/+1
* Implement new item task typesKrakenied2024-06-034-0/+278
* Make CompatUtils work properly with no-relocation PaperKrakenied2024-04-302-4/+3
* Update to Paper-API 1.20.5Krakenied2024-04-305-12/+40
* Bump gradlew to 8.7Krakenied2024-04-303-23/+17
* Add more walking task type modesKrakenied2024-04-308-27/+146
* Make shop and item id options in ShopGUIPlus interaction task types optionalKrakenied2024-04-301-2/+0
* Add string match mode optionKrakenied2024-04-3012-140/+220
* Small refactorKrakenied2024-04-306-11/+15
* Update WalkingTaskType.javaIceWolf232024-04-251-0/+4
* Add option to disable WildStacker hookKrakenied2024-04-252-5/+13
* Make the workflow build the project correctlyKrakenied2024-04-251-1/+1
* Fix build workflow node.js deprecation warningKrakenied2024-04-251-1/+1
* Fix docs workflowKrakenied2024-04-251-1/+1