mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-15 03:14:56 -05:00
Update proxy.js
fixing type in example code :D
This commit is contained in:
parent
dd6288f827
commit
d9782d6d9f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function printHelpAndExit(exitCode) {
|
|||
console.log(" name");
|
||||
console.log(" a packet name as defined in protocol.json");
|
||||
console.log("examples:");
|
||||
console.log(" node proxy.js --dump-all -x keep_alive -x update_time -x entity_velocity -x rel_entity_move -x entity_look -x entity_move_look -x entity_teleport -x entity_head_rotation -x position -x localhost 1.8");
|
||||
console.log(" node proxy.js --dump-all -x keep_alive -x update_time -x entity_velocity -x rel_entity_move -x entity_look -x entity_move_look -x entity_teleport -x entity_head_rotation -x position localhost 1.8");
|
||||
console.log(" print all messages except for some of the most prolific.");
|
||||
console.log(" node examples/proxy.js --dump open_window --dump close_window --dump set_slot --dump window_items --dump craft_progress_bar --dump transaction --dump close_window --dump window_click --dump set_creative_slot --dump enchant_item localhost 1.8");
|
||||
console.log(" print messages relating to inventory management.");
|
||||
|
|
Loading…
Reference in a new issue