Commit Graph

184 Commits

Author SHA1 Message Date
themode dedd807ceb Enabled compression by default, provide .editorconfig file 2021-03-27 19:44:09 +01:00
TheMode ea3f558d8a
Merge pull request #187 from Kebab11noel/demo-commands
Demo commands
2021-03-26 21:50:25 +01:00
Németh Noel 256ed45fab Added two new commands /summon <entity> <pos> and /remove entities <entities> 2021-03-26 21:32:58 +01:00
Németh Noel a442603067 Removed deprecated parts, changed conditions and other minor changes 2021-03-26 21:19:53 +01:00
Kieran Wallbanks b9e35d1cc7 Make Audiences static 2021-03-26 19:28:07 +00:00
themode 6b644d6130 Fix BenchmarkManager not returning a Component 2021-03-26 20:10:42 +01:00
Kieran Wallbanks c3adf3ff67 Include echo command in demo packages 2021-03-26 17:34:39 +00:00
Kieran Wallbanks e738efded3 Use Adventure in ArgumentComponent and add demo echo command 2021-03-26 17:34:38 +00:00
Kieran Wallbanks 63aaee698e Rebase to master and fix complication issues 2021-03-26 17:34:38 +00:00
Kieran Wallbanks aea8a5f794 fix compilation issues 2021-03-26 17:34:38 +00:00
Kieran Wallbanks 8b82d61c0c fix demo build 2021-03-26 17:34:38 +00:00
Kieran Wallbanks 35f9161d19 update demos 2021-03-26 17:34:38 +00:00
TheMode 7c63099963
Merge pull request #180 from Project-Cepi/extension-exposing
Extension exposing and cleanup
2021-03-26 18:33:35 +01:00
themode 9c8c8c8bf8 WIP packet allocation improvement 2021-03-26 13:08:05 +01:00
LeoDog896 d2c1284459 Merge remote-tracking branch 'upstream/master' into extension-exposing 2021-03-24 11:59:01 -04:00
themode fe7b48df48 Added ArgumentResourceLocation 2021-03-24 13:58:44 +01:00
LeoDog896 34a56cf00e Move to Map of Extension 2021-03-24 08:39:47 -04:00
LeoDog896 701b1cb2e5 Move to DiscoveredExtension vs ExtensionDescription
For those who are wondering why I replaced some streams:

https://stackoverflow.com/questions/16635398/java-8-iterable-foreach-vs-foreach-loop
2021-03-23 11:35:52 -04:00
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