mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* 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>