aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src
Commit message (Expand)AuthorAgeFilesLines
* Store menu elements in Int2ObjectOpenHashMapsKrakenied2022-12-173-4/+7
* Remove unused importsKrakenied2022-12-177-61/+12
* Brewing task type reworkKrakenied2022-08-251-33/+65
* Apply fixes to smithing task type tooKrakenied2022-08-231-11/+40
* Move smelting task type item debug loggingKrakenied2022-08-231-2/+2
* Get task amount needed after checking the itemKrakenied2022-08-231-2/+2
* Apply fixes to smelting task type as wellKrakenied2022-08-236-51/+49
* More crafting task type detection improvementsKrakenied2022-08-225-7/+48
* Use enhanced switch statementKrakenied2022-08-211-14/+3
* Fix smelting task type older versions startup errorKrakenied2022-08-212-3/+6
* Fix smelting task type as wellKrakenied2022-08-211-0/+1
* Improve crafting task typeKrakenied2022-08-211-58/+31
* Remove redundant suppressionKrakenied2022-08-211-1/+0
* Add missing config validatorsKrakenied2022-08-211-0/+4
* Add color checkKrakenied2022-08-212-8/+91
* Fix IAE in DistancefromTaskTypeKrakenied2022-08-211-8/+8
* Add smithing task type and fix mining CoreProtect bugDavid Villarreal2022-08-164-2/+80
* Fix enchanting task type bugDavid Villarreal2022-08-061-2/+9
* Update ShopGUI+ version (closes #429)LMBishop2022-08-022-2/+2
* Run CoreProtect check async (closes #432)LMBishop2022-08-024-21/+50
* Remove default from allow-partial-completion (closes #413)LMBishop2022-07-142-2/+2
* Fix interact task typeLMBishop2022-07-113-20/+11
* Remove BrewingCertainTaskType.javaLMBishop2022-07-111-114/+0
* Change configuration key from animal to mob for breeding typeLMBishop2022-07-111-1/+1
* Add interact task type (closes #401)LMBishop2022-07-111-0/+112
* Add animal list to breeding task typeLMBishop2022-07-111-2/+28
* Remove invalid option from position task typeLMBishop2022-07-081-2/+0
* Fix reverse-if-broken BuildingTaskType NPEKrakenied2022-07-081-1/+1
* Add extended description to warning typeLMBishop2022-07-061-4/+14
* Add executableitems quest item (closes #364)LMBishop2022-07-062-0/+62
* Add item option to mobkilling (closes #403)LMBishop2022-07-061-0/+35
* Add specific enchantment & level to enchanting task (closes #408)LMBishop2022-07-062-1/+94
* Add wildcard to debug commandLMBishop2022-07-062-10/+22
* Merge task type certain types with regular typesLMBishop2022-07-0651-1835/+333
* Refactor config validation for task typesLMBishop2022-07-0649-363/+806
* Move applicable tasks to TaskUtils and add debug messagesLMBishop2022-07-0650-1606/+1259
* Add debug report & quest commandsLMBishop2022-07-056-10/+201
* Fix ConcurrentModificationException when player data is being loadedLMBishop2022-07-011-3/+3
* Add some configuration options to debug reportLMBishop2022-06-281-0/+36
* Continue instead of return (closes #409)LMBishop2022-06-281-2/+2
* Add boolean return type to storage providersLMBishop2022-06-267-27/+50
* Add option to configure log historyLMBishop2022-06-263-1/+9
* Add quests debug commandLMBishop2022-06-266-19/+435
* Check if quest is started in menu (closes #396)LMBishop2022-06-201-1/+1
* Changed param to match rest of the plugin styleMihaiChirculete2022-06-181-1/+1
* Removed condition to be a player when using the "items give" subcommandMihaiChirculete2022-06-171-1/+1
* Added items subcommand to give a specific amount of a quest item to a player.MihaiChirculete2022-06-171-1/+49
* Optimise importsLMBishop2022-06-1614-49/+26
* Use Paper supplied Adventure rather than shadingLMBishop2022-06-1623-120/+194
* Use computeIfAbsent exclsively on async thread (closes #404)LMBishop2022-06-162-29/+27