Alexander Söderberg
|
f1d4e7865d
|
Add Velocity module
|
2020-09-19 15:50:44 +02:00 |
|
Alexander Söderberg
|
ccd0e8ae0e
|
Clean up generics (and get rid of the type parameter for command meta data)
|
2020-09-19 12:14:09 +02:00 |
|
Alexander Söderberg
|
1a85251fc6
|
Add Bungee implementation
|
2020-09-19 00:21:27 +02:00 |
|
Alexander Söderberg
|
04a6919c6a
|
Add completions to all integer types
|
2020-09-18 22:51:33 +02:00 |
|
Alexander Söderberg
|
c208204fa3
|
Construct more reasonable syntax messages
|
2020-09-18 22:42:18 +02:00 |
|
Alexander Söderberg
|
3f852d068e
|
Improve the annotated command method code and add more supported annotations
|
2020-09-18 21:30:00 +02:00 |
|
Alexander Söderberg
|
1e58ca3f13
|
More progress on command method parsing
|
2020-09-18 14:34:14 +02:00 |
|
Alexander Söderberg
|
e43a3c7194
|
Start working on the annotated command method system
|
2020-09-17 22:34:58 +02:00 |
|
Alexander Söderberg
|
8190c96d1c
|
Add "literal" helper method to command builder
|
2020-09-17 14:56:07 +02:00 |
|
Alexander Söderberg
|
4cbbee7db0
|
Get rid of the command sender interface entirely
|
2020-09-17 13:35:16 +02:00 |
|
Alexander Söderberg
|
8b0a650b48
|
component->argument
|
2020-09-17 13:19:31 +02:00 |
|
Alexander Söderberg
|
b3d75496b5
|
Make use of the parser repository in the component builder
|
2020-09-17 12:09:15 +02:00 |
|
Alexander Söderberg
|
14b5d9fc3c
|
Command suggestion improvements
|
2020-09-17 09:50:36 +02:00 |
|
Alexander Söderberg
|
bc261676e7
|
Add required sender checking and add more tests
|
2020-09-16 21:22:46 +02:00 |
|
Alexander Söderberg
|
c88b267758
|
Make the brigadier mapper a bit smarter
|
2020-09-15 17:27:41 +02:00 |
|
Alexander Söderberg
|
d144c3ea8c
|
Store component type in the component. Add mappings to native (NMS) Brigadier types. Shorten builder names. Make the Bukkit command manager take in a generic command sender type.
|
2020-09-15 13:36:13 +02:00 |
|
Alexander Söderberg
|
7148e76bcd
|
Add Brigadier support.
|
2020-09-14 22:37:06 +02:00 |
|
Alexander Söderberg
|
e7c59b2062
|
Fix suggestions and add a bukkit test module
|
2020-09-13 22:07:34 +02:00 |
|
Alexander Söderberg
|
2cb367903f
|
Add command aliases
|
2020-09-13 19:02:46 +02:00 |
|
Alexander Söderberg
|
f70227ad7f
|
Make StringComponent return the correct mode when throwing exception due to missing leading '"'
|
2020-09-13 16:17:39 +02:00 |
|
Alexander Söderberg
|
d60e201502
|
Fix checkstyle violations
|
2020-09-13 14:24:12 +02:00 |
|
Alexander Söderberg
|
53e5720f52
|
Add parameter registry
|
2020-09-13 13:50:47 +02:00 |
|
Alexander Söderberg
|
e01fd6af37
|
Merge pull request #3
* Start implementing command preprocessors
* Call the preprocessing step and also add a command suggestions processor
* Merge branch 'master' into preprocessing
* Improve command pre-processing
|
2020-09-12 20:29:58 +02:00 |
|
Alexander Söderberg
|
80af88b8e8
|
Add short component
|
2020-09-12 19:11:28 +02:00 |
|
Alexander Söderberg
|
c37749ee78
|
Improve string component
|
2020-09-12 19:10:12 +02:00 |
|
Alexander Söderberg
|
1ec18bc887
|
Add enum suggestions
|
2020-09-12 18:33:12 +02:00 |
|
Alexander Söderberg
|
c298fdeb6e
|
Add enum component
|
2020-09-12 18:31:37 +02:00 |
|
Alexander Söderberg
|
c6f2351e2c
|
Make cloud-core depend on cloud-pipeline
|
2020-09-12 14:45:11 +02:00 |
|
broccolai
|
49eaa66b4e
|
Adding line breaks and exception cleanup
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
c29fea5bb3
|
Add float and char component
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
bfadbf418b
|
Add double and long component
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
5855927cd5
|
Convert NumberParseException's constructor to Number instead of int
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
67e696b27a
|
Make boolean and string component comply to checkstyle
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
d95c35c1a8
|
Update boolean and string components to comply to checkstyle
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
95e1a597bd
|
Add boolean suggestions
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
c6372fcd7e
|
Add boolean component
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
2e4a223acd
|
Cleanup indentation
|
2020-09-12 10:23:16 +02:00 |
|
broccolai
|
08171c241c
|
Add string component
|
2020-09-12 10:23:16 +02:00 |
|
Alexander Söderberg
|
f90ce38a36
|
Add checkstyle and add 950 billion comments
|
2020-09-11 22:36:59 +02:00 |
|
Alexander Söderberg
|
f2aeae334c
|
Some minor code cleanup
|
2020-09-11 09:54:32 +02:00 |
|
Alexander Söderberg
|
514aa6c725
|
Restructure project and fix JavaDoc generation
|
2020-09-11 09:15:12 +02:00 |
|
Alexander Söderberg
|
4d56a0366a
|
Update README and change copyright holder in license
|
2020-09-11 08:56:26 +02:00 |
|
Alexander Söderberg
|
c00eb21a9a
|
Implement #createDefaultCommandMeta in TestCommandManager
|
2020-09-10 13:23:30 +02:00 |
|
Alexander Söderberg
|
90aba634a7
|
Allow command managers to provide default command meta instances
|
2020-09-10 13:19:50 +02:00 |
|
Alexander Söderberg
|
90d37f1df8
|
Add command meta & add new guided builder methods for components
|
2020-09-10 13:03:26 +02:00 |
|
Alexander Söderberg
|
e623d72be7
|
Add default arguments
|
2020-09-08 19:30:45 +02:00 |
|