@mineproxy/logger

1.0.3 • Public • Published

@mineproxy/logger

Logger plugin for MineProxy

Installation

In the MineProxy directory run:

npm install @mineproxy/logger

Add @mineproxy/logger to plugins list

Configuration

{
  "logger": {
    "dump": [],
    "dump_all": false,
    "dump_blacklist": []
  }
}

Example config

{
  "logger": {
    "dump": [
      "open_window",
      "close_window",
      "set_slot",
      "window_items",
      "craft_progress_bar",
      "transaction",
      "set_creative_slot",
      "enchant_item",
      "window_click"
    ],
    "dump_all": false,
    "dump_blacklist": [
      "keep_alive",
      "update_time",
      "entity_velocity",
      "rel_entity_move",
      "entity_look",
      "entity_move_look",
      "entity_teleport",
      "entity_head_rotation",
      "position"
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @mineproxy/logger

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

2.45 kB

Total Files

3

Last publish

Collaborators

  • ptrcnull
  • bjornskjald