Irmo van den Berge
|
b29d1ae5d1
|
Fix suggestions showing twice on spigot+brigadier
Signed-off-by: Irmo van den Berge <irmo.vandenberge@ziggo.nl>
|
2021-01-16 08:54:07 +01:00 |
|
Alexander Söderberg
|
c684c6607f
|
✨ Allow for literals to be combined with a variable arg(#181)
Co-authored-by: Irmo van den Berge <irmo.vandenberge@ziggo.nl>
|
2020-12-18 19:49:57 +01:00 |
|
Alexander Söderberg
|
2f077e03f3
|
✨ Improve injection
|
2020-12-18 19:49:57 +01:00 |
|
Alexander Söderberg
|
070a719165
|
✨ Try to preserve command sender when getting Brigadier suggestions
|
2020-12-07 20:05:45 +01:00 |
|
jmp
|
829c310872
|
✨ Add a method to CloudBrigadierManager to enable/disable native suggestions for argument types
|
2020-12-07 20:05:45 +01:00 |
|
jmp
|
e4efffe577
|
📚 Update changelog
|
2020-12-07 20:05:45 +01:00 |
|
jmp
|
d0209dc762
|
✨ Expose the Brigadier manager from Brigadier-enabled command managers
|
2020-12-07 20:05:45 +01:00 |
|
Alexander Söderberg
|
cfac2639ad
|
✨ Add errorprone and fix warnings/errors
The compiler will also treat all warnings as errors from now on.
|
2020-10-24 19:52:44 +02:00 |
|
jmp
|
c74ac64e5f
|
🐛 Fix optionals not being brig executors
|
2020-10-24 19:52:44 +02:00 |
|
Alexander Söderberg
|
06a34651bf
|
🐛 Fix brigadier suggestion building
An offset will be added pointing to the last occurrence of a blank space. This fixes incorrect tab completions for greedy strings
|
2020-10-13 19:53:01 +02:00 |
|
Alexander Söderberg
|
fcd269b6e7
|
✨ Add String[] args
|
2020-10-09 20:44:17 +02:00 |
|
Jason
|
882154a6a8
|
🐛 Fix async completions (#38)
Co-authored-by: Alexander Söderberg <sauilitired@gmail.com>
|
2020-10-08 13:12:07 +02:00 |
|
Alexander Söderberg
|
2aac3980d5
|
♻️ Reformat + Update .editorconfig
|
2020-10-07 22:47:48 +02:00 |
|
Josh Taylor
|
f1d4529276
|
✨ Cleanup annotations and remove Cloud Brigs Pair (#32)
|
2020-10-06 12:40:35 +02:00 |
|
Alexander Söderberg
|
c3469706ab
|
✨ fix-commodore (#27)
|
2020-10-06 12:39:06 +02:00 |
|
Alexander Söderberg
|
d6a2062069
|
✨ Fix annotation order
|
2020-10-05 17:56:12 +02:00 |
|
Alexander Söderberg
|
a4544a8550
|
✨ Prevent command arguments from being used in multiple commands
Also get rid of some random annoying warnings.
|
2020-10-05 16:17:18 +02:00 |
|
Alexander Söderberg
|
7f013124b2
|
🎨 @Annotation final -> final @Annotation
|
2020-10-03 21:40:07 +02:00 |
|
Alexander Söderberg
|
782f3023fc
|
✨ Finalize command flags
They're currently quite ugly in the help menu. this should probably be fixed, but it's not a priority issue.
|
2020-10-02 21:08:31 +02:00 |
|
Alexander Söderberg
|
26f11e3a7e
|
🚚 More removal of javax annotations
|
2020-09-30 10:40:44 +02:00 |
|
Alexander Söderberg
|
e914d04450
|
⚡ Fix dependency graph and replace Guava
|
2020-09-30 10:40:44 +02:00 |
|
Alexander Söderberg
|
d85684c22a
|
⚡ Fix merge conflicts
|
2020-09-28 20:42:18 +02:00 |
|
Alexander Söderberg
|
94710c5174
|
✨ Initial support for compound arguments
This allows for grouping and mappings of multiple command arguments by using product types.
|
2020-09-28 20:42:18 +02:00 |
|
Alexander Söderberg
|
e033ee88db
|
⚡ Update LICENSE text
|
2020-09-27 23:30:13 +02:00 |
|
Alexander Söderberg
|
c74cda3a0f
|
🚚 Switch namespace
|
2020-09-27 23:04:15 +02:00 |
|