gmitch215 / SocketMC

🖥️ Communicate directly with Minecraft Clients from the Server
http://socketmc.gmitch215.xyz/
GNU General Public License v3.0
11 stars 0 forks source link

Audit Log #4

Closed gmitch215 closed 4 months ago

gmitch215 commented 4 months ago

Feature Type

Other

Description of Feature

Client Users and Server Owners will have the ability to look at a list of instructions sent by any plugin. Files will be stored in a YYYY-MM-DD.log file for that day in a specified folder.

They aim to be displayed like this:

[<configured date format>] <plugin> sent instruction "<instruction name>" with size <size> bytes

Hovering over said text will create a tooltip with human-readable instruction parameters (to the best of my ability). For example:

<instruction name>
(<p1>, <p2>, <p3>, ...)

Internal Machine instances will have an additional method asking them to create the tooltip to render them properly.

Client Audit Log

Server Audit Log