Log System

Introduction

The log system is a tool that register every transaction made on any shop (both buy and sell). It also provides a handfull in-game gui to see all the transaction, some options to filter those transactions and the ability to save the transacions to a .json file.

Gui

The gui is very simple, it will display all the transactions history of the plugin. It also has an option to change the display of items. You can choose between displaying the item or the head of the player who buy/sell it.

Filters

The gui provides some options to filter the entries of the transactions history. Currently the filters supported are:

  • By player

  • By shop

  • By type (sell/buy)

More filters will be implemented on the future

Import to json

This feature allows to import the current entries to a json file inside the logs folder.

Only the entries that match the filters will be imported.

Last updated