themode
|
36d548ff35
|
Improve redirection match
|
2021-03-17 01:52:55 +01:00 |
|
themode
|
a8bb20fca6
|
Fix node index query
|
2021-03-15 12:56:05 +01:00 |
|
themode
|
3c7a96dc4a
|
Initial command redirection improvement
|
2021-03-15 09:01:29 +01:00 |
|
TheMode
|
e333eb3749
|
Merge pull request #165 from Minestom/command-suggestion
Command framework improvement
|
2021-03-13 00:59:54 +01:00 |
|
themode
|
158df922bc
|
Fix suggestion chaining
|
2021-03-12 22:34:33 +01:00 |
|
themode
|
a47bf24034
|
Added support for empty syntax
|
2021-03-12 22:10:03 +01:00 |
|
themode
|
d6683932c8
|
Added PickupItemEvent#getItemEntity
|
2021-03-12 20:59:47 +01:00 |
|
themode
|
7309d05666
|
Update demo command with the new SimpleCommand, update comment to reflect permission access change
|
2021-03-11 03:31:25 +01:00 |
|
themode
|
1f7558c753
|
Deprecate CommandProcessor further, added SimpleCommand as a replacement
|
2021-03-11 03:02:13 +01:00 |
|
themode
|
f3335d25f6
|
Cleanup
|
2021-03-11 02:42:15 +01:00 |
|
themode
|
060a148b60
|
Fix un-quoted ArgumentString
|
2021-03-11 00:18:04 +01:00 |
|
themode
|
9c1ff216a1
|
Replace Arguments by CommandContext in demo commands
|
2021-03-11 00:11:29 +01:00 |
|
themode
|
7bf2deecf2
|
Added raw arg in CommandContext + cleanup
|
2021-03-10 20:03:36 +01:00 |
|
themode
|
cbe57f9cac
|
Retrieve context from suggestion
|
2021-03-10 19:47:08 +01:00 |
|
themode
|
eb56324e8b
|
Added suggestion support for subcommands
|
2021-03-10 19:14:24 +01:00 |
|
themode
|
67b3b37813
|
Replace Arguments by CommandContext
|
2021-03-10 06:38:51 +01:00 |
|
themode
|
b03b35b881
|
Improve tab packet when dealing with trailing spaces
|
2021-03-10 04:21:42 +01:00 |
|
themode
|
bca2434cff
|
Command parsing cleanup + preparation for suggestion & advanced caching
|
2021-03-10 01:21:33 +01:00 |
|
themode
|
94526b218f
|
Merge branch 'master' into command-suggestion
|
2021-03-09 22:51:29 +01:00 |
|
themode
|
b155f3bca3
|
Deprecate Attributes, constants in Attribute should be used instead
|
2021-03-09 20:51:11 +01:00 |
|
themode
|
f98cfe1d54
|
Set default start & length for the tab complete packet
|
2021-03-09 04:04:21 +01:00 |
|
themode
|
441cb5a1db
|
Initial command suggestion commit
|
2021-03-09 01:44:01 +01:00 |
|
themode
|
7241dbdcf7
|
Modernize the demo package
|
2021-03-09 00:43:35 +01:00 |
|
TheMode
|
29a8542d3e
|
Merge pull request #129 from Minestom/improve-extension-system
Improve extension system
|
2021-03-02 18:22:21 +01:00 |
|
TheMode
|
3971777e56
|
Merge pull request #155 from RinesThaix/entities
Projectile improvements, custom entity position synchronization cooldown support
|
2021-03-02 13:38:50 +01:00 |
|
Konstantin Shandurenko
|
de15c4b6c5
|
Rewriting projectiles
|
2021-03-01 12:59:16 +03:00 |
|
Konstantin Shandurenko
|
2b6a081c0d
|
Now devs have to explicitly instantiate EntityAIGroupBuilder
|
2021-02-28 20:07:34 +03:00 |
|
Konstantin Shandurenko
|
57e2bdb5d6
|
Slightly rewritten EntityAIGroupBuilder
|
2021-02-27 17:57:30 +03:00 |
|
Konstantin Shandurenko
|
20f581cc11
|
Merged with master
|
2021-02-26 06:58:12 +03:00 |
|
Konstantin Shandurenko
|
9e6aaa1088
|
Removed TestArrow from the demo scene
|
2021-02-25 12:02:40 +03:00 |
|
Konstantin Shandurenko
|
1115b829a1
|
EntityAIGroupBuilder
|
2021-02-24 13:38:42 +03:00 |
|
Konstantin Shandurenko
|
bbe143520e
|
A bit more changes to EntityMeta
|
2021-02-23 18:37:00 +03:00 |
|
Konstantin Shandurenko
|
237466c90e
|
Removed new entity classes and marked previously existing ones as deprecated
|
2021-02-23 16:10:14 +03:00 |
|
Konstantin Shandurenko
|
b409eadffa
|
ArgumentEnum and /horse command for demo scene
|
2021-02-23 09:06:19 +03:00 |
|
Konstantin Shandurenko
|
3bba4ea704
|
New Entity AI
|
2021-02-23 02:28:24 +03:00 |
|
Konstantin Shandurenko
|
dbd0e472c2
|
Added power param for projectiles shooting
|
2021-02-22 15:54:35 +03:00 |
|
Konstantin Shandurenko
|
714e107eb3
|
Removed @author javadocs
|
2021-02-22 14:53:04 +03:00 |
|
Konstantin Shandurenko
|
dbfebc50ec
|
Block collisions for arrows
|
2021-02-22 14:42:46 +03:00 |
|
themode
|
f1448c8c89
|
Renamed RelativeLocation#from
|
2021-02-14 00:31:49 +01:00 |
|
themode
|
efd2dbc021
|
Fix command argument sharing
|
2021-02-12 04:34:37 +01:00 |
|
themode
|
5610b1a72a
|
Added ArgumentLoop parsing
|
2021-02-12 00:25:12 +01:00 |
|
jglrxavpok
|
6addd63396
|
Fix extension subdependencies not being loaded + Test that J9 modules are supported
|
2021-02-04 20:40:12 +01:00 |
|
jglrxavpok
|
9ce7a08d12
|
Extension can check if their code modifiers (including Mixins) loaded correctly
|
2021-02-04 19:11:43 +01:00 |
|
jglrxavpok
|
ee158c0dea
|
Use Nullable string instead of Optional in MinestomRootClassLoader#findExtensionObjectOwner
|
2021-02-04 11:57:43 +01:00 |
|
jglrxavpok
|
2a96beb819
|
Extensions will be unloaded when server is stopped
|
2021-02-03 20:56:36 +01:00 |
|
jglrxavpok
|
a63e9462c2
|
All EventHandler remove extension callback when the extension unloads
|
2021-02-03 20:47:01 +01:00 |
|
jglrxavpok
|
c9d2edef3a
|
Tests for shutdown and delay tasks
|
2021-02-03 19:35:59 +01:00 |
|
jglrxavpok
|
c8e311855f
|
Auto-unschedule and cancel tasks from extensions
|
2021-02-03 17:51:14 +01:00 |
|
jglrxavpok
|
eadd4a2b39
|
Automatically unload GlobalEventHandler callbacks
|
2021-02-03 17:11:06 +01:00 |
|
jglrxavpok
|
9b9565dbbd
|
Early loading of Mixin and code modifiers
+ System property to disable early loading if necessary
|
2021-02-02 12:44:57 +01:00 |
|