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
Jason
025dc974ad
Remove from command collection on unregister ( #408 )
2022-12-13 11:13:00 -07:00
Jason Penilla
ead52ef3aa
Javadoc and SelectorUtils cleanup
2022-12-13 11:13:00 -07:00
Jason Penilla
7897159a1c
Update license in examples
2022-12-13 11:13:00 -07:00
Jason Penilla
c9d0040596
Update license
2022-12-13 11:13:00 -07:00
Cheos
dbaa1f5aa2
Fix #406 wrong color codes in TextColorArgument ( #407 )
2022-12-13 11:13:00 -07:00
Jason Penilla
d098f4a631
comment out cloudburst module (repo is down?)
2022-12-13 11:13:00 -07:00
Pablo Herrera
ed1b3dc0c7
Fix parameter injection default predicate ( #403 )
2022-12-13 11:13:00 -07:00
Jason Penilla
3fc62ce358
build: Replace custom runVelocity task with run-velocity plugin, use run-waterfall in bungee example, update run-paper
...
also attach example build tasks to `assemble` instead of `build`
2022-12-13 11:13:00 -07:00
Pablo Herrera
c36cf6b937
Make injection order predictable ( #402 )
2022-12-13 11:13:00 -07:00
Jason Penilla
2f46b0c71d
build: update loom
2022-12-13 11:13:00 -07:00
Jason Penilla
ebf9504b8e
style fix
2022-12-13 11:13:00 -07:00
Jason Penilla
f891fed721
Fix handling for GREEDY_FLAG_YIELDING string in CloudBrigadierManager
2022-12-13 11:13:00 -07:00
Jason Penilla
a133aacaa2
More fixes for #387
2022-12-13 11:13:00 -07:00