Commit Graph

20 Commits

Author SHA1 Message Date
KingRainbow44
d32f6982be
Run spotlessApply
also set line endings to native, no more line conflict errors!
2023-05-07 22:53:55 -04:00
KingRainbow44
3df5f79ebf
Revert "Run spotlessApply"
This reverts commit d67e2d0c5e.
2023-05-03 10:48:00 -04:00
KingRainbow44
d67e2d0c5e
Run spotlessApply 2023-05-02 23:21:17 -04:00
KingRainbow44
d3c7377946
Add triggers list for quest debugging 2023-05-02 22:43:37 -04:00
KingRainbow44
b808e7e4ff
Add sub-command to /quest which allows for quests to be added/removed from the logger 2023-05-01 19:45:32 -04:00
KingRainbow44
eba6c5051c
Add debug subcommand for listing completed dungeons 2023-05-01 01:09:15 -04:00
KingRainbow44
b2c5ae93d2
Fix language lint error 2023-04-30 22:04:48 -04:00
KingRainbow44
c2d9adb904
Fix quest command translation issue 2023-04-30 21:15:36 -04:00
KingRainbow44
6869008bcc
Add quest debugging commands 2023-04-30 20:53:23 -04:00
KingRainbow44
fc05602128
Run Spotless on src/main 2023-03-31 22:30:45 -04:00
KingRainbow44
15e2f3ca34
Run IntelliJ IDEA code formatter 2023-03-31 17:19:26 -04:00
github-actions
d99a50b80f Fix whitespace [skip actions] 2022-10-26 12:31:30 +00:00
TotalyNotOndre
496cd671da
add Quest command alias (#1891) 2022-10-24 12:32:35 +10:30
github-actions
c517b8a2c9 Fix whitespace [skip actions] 2022-08-21 11:33:54 +00:00
AnimeGitB
104e04f70a Change commands to use new usage message method. 2022-07-22 19:08:26 +09:30
AnimeGitB
2cfbe78184 Refactor Command usage and description strings 2022-07-22 19:08:26 +09:30
tester233
ba6a9fc798 Usage: Unified specification 2022-05-31 02:41:43 -07:00
Luke H-W
0ae3c3d7da Allow commands to target offline players (#1022)
* Add targetRequirement annotation for Command

* Added MTL lines for other langs

* Fix TargetRequirement enum scoping

* Adjust commands to targetRequirement system

* Add translation message sugar to prevent future messages from being translated for wrong player

* Temporarily disable offline targeting on /permission and /clear

* Preliminary README cleanup

* Readme commands cleanup

* Clean up command table in README, including column shuffle

Co-authored-by: AnimeGitB <AnimeGitB@bigblueball.in>
2022-05-22 01:02:11 -07:00
zrll_
470007a6c0 Fix connot execute quest command in console 2022-05-14 05:28:57 -07:00
Melledy
e9d7d5d5f2 Implement quests 2022-05-11 03:56:40 -07:00