Files
Pumpkin/pumpkin-protocol
user622628252416 c2822f45f9 Add Command Suggestions and Tab Completion (#245)
* add prototype for /give command

* fix /give namespace

* fix accidentally replaced text

* replace block_registry with item_registry

* sync added items with client

* add command and command suggestion packets

* Add List command  (#238)

* List command

* Stop message on /stop

* add coverter for (mostly) correctly obtaining CCommands packet payload from CommandDispatcher

* fix proof of concept suggestions replacing entire command

* add client side command argument suggestions

* fix arg_position_2d and arg_position_3d not setting pos to block center when coordinate is an integer

* add optional server side command suggestions

* disable serverside suggestions for entity args

* remove pumpkin test client_side_arg_parsers

* use unsigned bytes for flags

* add missing command arg parsers

* fix entities parser flags

* add player permission level

* fix merge conflicts

---------

Co-authored-by: user622628252416 <nnew8715@gmail.com>
Co-authored-by: Victor <47831936+solvictor@users.noreply.github.com>
2024-11-12 20:49:31 +01:00
..
2024-11-05 20:07:31 +01:00