Jason Penilla
897eafba79
fix(fabric): avoid pottery pattern registry overriding default string parser for annotations
2023-09-09 00:17:56 -07:00
Jason Penilla
5bd2b90d02
Improve docs around Brigadier on bukkit/paper
2023-09-09 00:17:56 -07:00
Jason Penilla
c8f07033e6
1.8.4-SNAPSHOT
2023-09-09 00:17:56 -07:00
Jason Penilla
a4cc749b91
Update CHANGELOG
2023-03-16 10:11:32 -07:00
Jason Penilla
9ceb988d8d
release: Version 1.8.3
2023-03-16 10:07:27 -07:00
Jason Penilla
8352904c01
Update run-paper Minecraft version
2023-03-16 10:07:27 -07:00
Jason Penilla
831a7f6ee9
1.8.3-SNAPSHOT
2023-03-16 10:07:27 -07:00
zml
53cab95e48
fabric: 1.19.4 ( #430 )
2023-03-16 10:07:27 -07:00
Jason Penilla
f8ac42e91a
Back to 1.9.0-SNAPSHOT
2023-03-16 10:07:27 -07:00
Jason Penilla
487067b4e8
release: Version 1.8.2
2023-02-28 15:09:29 -07:00
Jason Penilla
9c40a4d3b4
release: Version 1.8.1
2023-02-21 21:10:24 -07:00
Jason Penilla
4e02686a1f
Update loom to 1.1 & move fabric-permissions-api to modApi to match pre-loom 1.1 behavior of it being on the compile classpath for consumers
2023-02-21 21:10:24 -07:00
Hasan Demirtaş
1f17e92974
Remove redundant at literal in docs ( #427 )
...
No need to put literals since it's already in the code section.
2023-02-21 21:10:24 -07:00
Pablo Herrera
1d3f1d3a56
Fix last argument always being treated as greedy in suggestions ( #428 )
2023-02-21 21:10:24 -07:00
Jason
6fe744f33c
Improve doc on ParameterInjectorRegistry#registerInjector ( #423 )
2023-02-21 21:10:24 -07:00
Jason Penilla
9e257ce365
1.9.0-SNAPSHOT
2023-02-21 21:10:24 -07:00
Jason Penilla
c69c313a23
Update changelog header
2022-12-13 11:31:25 -07:00
Jason Penilla
5810925cf7
release: Version 1.8.0
2022-12-13 11:13:00 -07:00
Jason Penilla
de271f7f97
Update changelog
2022-12-13 11:13:00 -07:00
Jason Penilla
f54f83fe7b
Update changelog
2022-12-13 11:13:00 -07:00
Jason Penilla
22ed9aef9b
Fix deprecated method use in new test
2022-12-13 11:13:00 -07:00
Pablo Herrera
bde084c14b
Allow greedy parsers to suggest after a space ( #414 )
2022-12-13 11:13:00 -07:00
Jason
99d388b708
Deprecate argument newBuilder methods and add builder methods to align with newer arguments ( #419 )
2022-12-13 11:13:00 -07:00
Jason
306a1def9a
Add helper to get root index help topic ( #415 )
2022-12-13 11:13:00 -07:00
Jason Penilla
771e723224
Update testing Paper
2022-12-13 11:13:00 -07:00
zml
59c5a8310c
build: update build-time dependencies, address new warnings ( #413 )
...
* build: update build-time dependencies, address new warnings
* build: switch to central repo declaration, remove redundant repositories
* build: use spotless predeclaration, more task avoidance on kotlin modules
2022-12-13 11:13:00 -07:00
Jason Penilla
86b76b91c7
Remove fabric gradle.properties
...
Issue should be patched in quiet-loom now
2022-12-13 11:13:00 -07:00
Jason Penilla
acc34d338e
caching=false
2022-12-13 11:13:00 -07:00
Jason Penilla
5bb102a721
Attempt to work around loom bug with shadow fields
2022-12-13 11:13:00 -07:00
Jason
0bb6625de6
Update cloud-bukkit & cloud-paper for Minecraft 1.19.3 ( #412 )
2022-12-13 11:13:00 -07:00
Jason
7777a85d41
cloud-fabric: Update for Minecraft 1.19.3 ( #411 )
...
This also removes support for older versions (1.19-1.19.2)
Co-authored-by: zml <zml@stellardrift.ca>
2022-12-13 11:13:00 -07:00
Jason Penilla
c0cdd3310d
Fix cloudburst module compile
2022-12-13 11:13:00 -07:00
Jason Penilla
385453e1d5
Fix double space in MinecraftHelp page commands
2022-12-13 11:13:00 -07:00
Jason Penilla
0f4ad5d16a
Fix flag nodes not having their parent set
2022-12-13 11:13:00 -07:00
Phinner
569077ce36
Fix argument annotation name not being processed ( #397 )
2022-12-13 11:13:00 -07:00
Jason Penilla
4d96aa4b5f
Update test
2022-12-13 11:13:00 -07:00
Jason
eca81f7372
Improve FilteringCommandSuggestionProcessor and adjust default filters ( #410 )
2022-12-13 11:13:00 -07:00
Pablo Herrera
6c026f994b
Add option to allow flags anywhere after last literal argument ( #395 )
2022-12-13 11:13:00 -07:00
Jason Penilla
adea7d5ba9
Set paper override when available in selector suggestions to match parsing behavior
2022-12-13 11:13:00 -07:00
Jason Penilla
5ffb467414
Bump build-logic asm
2022-12-13 11:13:00 -07:00
Phinner
6109c3af5a
Fix regex exception occuring on some prefixes in the javacord module ( #400 )
...
Bug be gone
2022-12-13 11:13:00 -07:00
Pasqual Koschmieder
72f105014a
fix invalid suggestions when parsing of argument fails ( #401 )
2022-12-13 11:13:00 -07:00
Jason
b19ec931cb
Add Command.Builder#apply ( #409 )
2022-12-13 11:13:00 -07:00
Jason Penilla
a2ee9f043c
Fix deprecated option usage
2022-12-13 11:13:00 -07:00
Jason Penilla
c9aa107879
Update test results action
2022-12-13 11:13:00 -07:00
Jason
1694df732d
Improve nullability annotations on generics in CommandContext ( #405 )
2022-12-13 11:13:00 -07:00
Jason Penilla
087fa0df2d
Fix workflow syntax?
2022-12-13 11:13:00 -07:00
Jason Penilla
a222d0f488
Adjust gradle-build-action caching config
2022-12-13 11:13:00 -07:00
Jason Penilla
b888d99bb7
Update setup java
2022-12-13 11:13:00 -07:00
Jason Penilla
1860973a69
Update actions
2022-12-13 11:13:00 -07:00