Commit Graph

14 Commits

Author SHA1 Message Date
Camotoy a7f363ec09
Add option for disabling command suggestions; add config version (#598)
* Add option for disabling command suggestions; add config version

This commit adds an option for disabling command suggestions. If enabled, command suggestions will not be sent to the server so as to remove command freezing. This commit also adds a config version variable so users are notified when to regenerate their configs.

* Rename GeyserConfiguration.checkGeyserConfiguration()
2020-05-20 22:43:22 -05:00
Luke 7195d20fae
Implement helper methods for sending packets (#487)
* Implement helper methods for sending packets, fixes an NPE when chatting before connecting to the remote server

* Change method names

* Add a space between doc comment lines

* Add debug messages
2020-05-05 10:51:43 -05:00
rtm516 692e46146c
Remove duplicate commands by name (#474)
* Remove duplicate commands by name

* Removed comment
2020-05-03 15:26:14 -05:00
RednedEpic 61587ec320 Use Int2ObjectMap in InventoryCache and JavaServerDeclareCommandsTranslator 2020-04-25 17:56:19 -05:00
rtm516 1b15f3058f
Javadoc a bit of Geyser (#392)
* A bunch of javadoc comments

* Cleaned up javadocs
2020-04-21 00:28:44 -05:00
RednedEpic bab2b4a420 Pull command descriptions from Bukkit and Sponge versions when listing commands
This allows the description of the commands to display when listing the commands in bedrock by tab-completing. This is currently only available on Sponge and Bukkit versions as there is no support in BungeeCord and Velocity to get these values. This data is also not sent in any packet, so we cannot retrieve that from standalone either.
2020-04-19 18:08:14 -05:00
rtm516 549fe1d479 Fixed crashing bug when using more than 1 root node 2020-04-13 17:27:30 +01:00
rtm516 b0d39c587f Removed debugging code 2020-04-11 19:31:06 +01:00
rtm516 00099b5332 Multi arguments handling 2020-04-11 15:53:53 +01:00
rtm516 c95d2d2f47 New parameter parsing ready for multiple params 2020-04-11 14:57:29 +01:00
rtm516 74d3254bf0 Automatic enum creation and comments 2020-04-11 02:58:07 +01:00
rtm516 010840bebe Better parameter handling 2020-04-11 02:25:58 +01:00
rtm516 c050086221 Basic param parsing 2020-04-11 01:24:22 +01:00
rtm516 927542ff2e Added base command completion 2020-04-11 00:20:34 +01:00