1.0.3 • Published 5 years ago

@mineproxy/logger v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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"
    ]
  }
}