themode
|
78e37258ed
|
Improve ArgumentEntity to support entity UUID & pre-check for player name
|
2021-02-21 17:43:30 +01:00 |
|
themode
|
200b244224
|
Fix JSON string not being displayable using ColoredText, remove unnecessary fields in PlayerListHeaderAndFooterPacket
|
2021-02-21 16:49:25 +01:00 |
|
themode
|
728107b0fe
|
Added convenient EntityFinder#findFirstEntity
|
2021-02-21 12:35:04 +01:00 |
|
themode
|
99be06f571
|
Revert to check shared command arguments
|
2021-02-20 19:18:28 +01:00 |
|
TheMode
|
ff3888d972
|
Merge pull request #140 from MrBretze/patch-1
Adding has(Argument<T> argument) to Arguments.java
|
2021-02-20 15:45:19 +01:00 |
|
MrBretzel
|
2c45103b2c
|
Update Arguments.java
|
2021-02-20 15:43:22 +01:00 |
|
MrBretzel
|
1ad1f06e33
|
Adding has(Argument<T> argument) to Arguments.java
|
2021-02-20 15:31:30 +01:00 |
|
themode
|
bd840a868f
|
Improve optional argument support & client-side brigadier suggestion
|
2021-02-20 13:10:12 +01:00 |
|
themode
|
721f9abc08
|
FakePlayer now implements NavigableEntity
|
2021-02-20 09:15:08 +01:00 |
|
themode
|
a419d7eb3f
|
Add subcommand support for fast parsing & proper separation between logics
|
2021-02-20 08:59:15 +01:00 |
|
themode
|
06abbcb7fb
|
Fix chunks being sent 2 times on first spawn
|
2021-02-19 13:52:27 +01:00 |
|
themode
|
9ed3bd929c
|
Only flush when the channel is active
|
2021-02-17 05:12:43 +01:00 |
|
themode
|
590e6cb939
|
Add write water mark, reduce debug prints, update netty to latest
|
2021-02-17 05:03:31 +01:00 |
|
themode
|
16ad864c09
|
Disable TCP_NO_DELAY by default
|
2021-02-16 04:17:38 +01:00 |
|
themode
|
437afc28ff
|
Enable suggestion by default for ArgumentEntityType
|
2021-02-14 07:52:27 +01:00 |
|
themode
|
f1448c8c89
|
Renamed RelativeLocation#from
|
2021-02-14 00:31:49 +01:00 |
|
themode
|
beaf25ff47
|
Added convenient Arguments#has
|
2021-02-14 00:25:08 +01:00 |
|
themode
|
df2ee23a7c
|
ArgumentLoop cleanup
|
2021-02-13 08:43:38 +01:00 |
|
themode
|
e0d0c14933
|
Fix ArgumentLong and don't set default min/max for number arguments
|
2021-02-13 07:35:53 +01:00 |
|
TheMode
|
041efedb41
|
Fix submodule
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-02-13 07:06:56 +01:00 |
|
TheMode
|
6c4454e9fb
|
Merge pull request #137 from LeoDog896/command
Enhance Command System
|
2021-02-13 06:28:54 +01:00 |
|
themode
|
1d64cafcf2
|
Move some CommandDispatcher methods
|
2021-02-13 00:34:25 +01:00 |
|
LeoDog896
|
367889a374
|
No magic strings in ArgumentString
|
2021-02-12 15:27:18 -05:00 |
|
themode
|
33a26b80f5
|
Added CommandData#has and allow #set chaining
|
2021-02-12 08:34:05 +01:00 |
|
themode
|
c9ab710be2
|
Fix argument callback being overridden
|
2021-02-12 05:24:40 +01:00 |
|
themode
|
efd2dbc021
|
Fix command argument sharing
|
2021-02-12 04:34:37 +01:00 |
|
KrystilizeNevaDies
|
427632d29b
|
Use primitives in BlockBatch#flush
|
2021-02-12 11:34:45 +10:00 |
|
LeoDog896
|
2f99567edf
|
Use slf4j logger instead of direct print
|
2021-02-11 20:18:02 -05:00 |
|
KrystilizeNevaDies
|
ee8815d2f8
|
Add shouldLoadChunks in BlockBatch#flush
|
2021-02-12 10:37:53 +10:00 |
|
themode
|
5610b1a72a
|
Added ArgumentLoop parsing
|
2021-02-12 00:25:12 +01:00 |
|
themode
|
84da72d798
|
Fix command aliases + cleanup
|
2021-02-12 00:00:44 +01:00 |
|
themode
|
f0105d7058
|
Added WIP ArgumentLoop (no parsing yet)
|
2021-02-11 20:36:02 +01:00 |
|
themode
|
f639ac83f7
|
Rewrite of the command nodes creation
|
2021-02-11 06:37:09 +01:00 |
|
themode
|
ab9ddebfea
|
WIP ArgumentGroup nodes, renamed NodeMaker#addNodes
|
2021-02-11 05:08:49 +01:00 |
|
themode
|
b34b490504
|
Added ArgumentGroup parsing, WIP nodes
|
2021-02-11 04:47:48 +01:00 |
|
themode
|
e9d91fd21e
|
Separate the dispatcher from the parsing algorithm
|
2021-02-11 04:18:19 +01:00 |
|
themode
|
86908fbd0e
|
Remove Argument redirect API (should use NodeMaker instead)
|
2021-02-11 03:09:00 +01:00 |
|
themode
|
053ef06ee1
|
Cleanup (moved some packet methods to DeclareCommandsPacket) and added CommandResult#getInput
|
2021-02-11 03:00:13 +01:00 |
|
themode
|
1a2fd4f743
|
Added NodeMaker + ArgumentCommand
|
2021-02-11 02:51:42 +01:00 |
|
themode
|
601ee71744
|
Fix invalid argument being considered as "successful" execution
|
2021-02-11 01:45:35 +01:00 |
|
themode
|
779490064e
|
Root node should be at index 0 (to facilitate the future ArgumentCommand)
|
2021-02-11 00:58:10 +01:00 |
|
themode
|
dffb90e1b4
|
Fix CommandDispatcher#findCommandResult never returning null, + cleanup
|
2021-02-11 00:33:55 +01:00 |
|
themode
|
266c4d9bed
|
ArgumentEntity static fields naming fix
|
2021-02-11 00:29:31 +01:00 |
|
themode
|
eda821c3d8
|
Cleanup + don't verify player name in ArgumentEntity
|
2021-02-11 00:25:38 +01:00 |
|
themode
|
c11151360b
|
Added ArgumentLiteral
|
2021-02-11 00:14:29 +01:00 |
|
themode
|
c6e15d4bda
|
Added getters in CommandResult
|
2021-02-11 00:06:22 +01:00 |
|
themode
|
9fc10bc051
|
Added CommandResult & moved ParsedCommand
|
2021-02-11 00:04:42 +01:00 |
|
themode
|
12c0b604db
|
Added boolean for node redirection
|
2021-02-10 23:09:38 +01:00 |
|
themode
|
2547972459
|
Deprecate Arguments#getObject
|
2021-02-10 21:35:18 +01:00 |
|
LeoDog896
|
0ce88102ed
|
Get, has, and set argument redirects
|
2021-02-09 19:11:27 -05:00 |
|