index
:
Quests
dependabot/bundler/docs/rexml-3.4.2
fix/sync
master
migrate-docs
[github] Questing plugin for Minecraft servers
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
src
/
main
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add extended description to warning type
LMBishop
2022-07-06
1
-4
/
+9
|
*
Add specific enchantment & level to enchanting task (closes #408)
LMBishop
2022-07-06
1
-1
/
+8
|
*
Add wildcard to debug command
LMBishop
2022-07-06
1
-1
/
+1
|
*
Merge task type certain types with regular types
LMBishop
2022-07-06
2
-12
/
+45
|
*
Refactor config validation for task types
LMBishop
2022-07-06
3
-1
/
+30
|
*
Add debug report & quest commands
LMBishop
2022-07-05
1
-0
/
+17
|
*
Add boolean return type to storage providers
LMBishop
2022-06-26
2
-5
/
+11
|
*
Add quests debug command
LMBishop
2022-06-26
1
-6
/
+6
|
*
Check quest still exists (closes #402)
LMBishop
2022-06-16
1
-1
/
+2
|
*
Use computeIfAbsent exclsively on async thread (closes #404)
LMBishop
2022-06-16
1
-14
/
+32
|
*
Add extended problem descriptions and MiniMessage
LMBishop
2022-05-31
2
-23
/
+108
|
*
Prevent migration from similar mysql databases
LMBishop
2022-05-06
1
-0
/
+9
|
*
Add time-limit option and quest expiry functionality (closes #379)
LMBishop
2022-05-01
4
-1
/
+69
|
*
Add started field to progress files & database migration
LMBishop
2022-05-01
2
-5
/
+17
|
*
Add cancellable and counts towards limit options (closes #383)
LMBishop
2022-04-29
1
-0
/
+34
|
*
Add quests data migration tool
LMBishop
2022-04-22
4
-0
/
+35
|
*
Fix reset and fullreset commands (closes #351)
LMBishop
2022-04-18
2
-5
/
+42
|
*
Add option for hidden categories (closes #355)
LMBishop
2022-04-18
1
-0
/
+14
|
*
Add QPlayer::getEffectiveStartedQuests method
LMBishop
2022-03-08
2
-2
/
+15
|
*
Add mmoitems as a quest item type (closes #221)
LMBishop
2021-08-16
1
-1
/
+2
|
*
Fix missing validation
LMBishop
2021-08-12
6
-39
/
+6
|
*
Add item importing (closes #222)
LMBishop
2021-08-12
1
-0
/
+1
|
*
Add start commands
LMBishop
2021-07-26
1
-0
/
+18
|
*
Fix updater
LMBishop
2021-07-26
1
-0
/
+2
|
*
Add task type exclusions
v3.5.2
LMBishop
2021-07-21
1
-13
/
+40
|
*
Update updater link
LMBishop
2021-07-15
1
-1
/
+2
|
*
Change quest registration logging
LMBishop
2021-07-05
1
-5
/
+1
|
*
Add JetBrains annotations
LMBishop
2021-06-29
12
-110
/
+475
|
*
Improve version checker to check previous versions
LMBishop
2021-06-25
1
-1
/
+34
|
|
|
|
- Closes #189
*
Add quest-specific autostart
LMBishop
2021-06-24
1
-32
/
+121
|
|
|
|
|
- Closes #188 - Closes #125
*
Fix broken time formatting
LMBishop
2021-06-24
1
-21
/
+0
|
|
|
|
- Closes #186
*
[ci skip] Optimise imports
LMBishop
2021-06-21
3
-6
/
+6
|
*
[ci skip] Javadoc
LMBishop
2021-06-21
11
-2
/
+101
|
*
Convert to multi module project
LMBishop
2021-06-17
25
-0
/
+1577
- Common module to provide an abstract Quests plugin - Api is still todo