For the complete documentation index, see llms.txt. This page is also available as Markdown.

๐Ÿ–ฑ๏ธCommand & Permissions

On Bukkit/Paper the command is /datahistory, with the aliases /dh and /dhbukkit. On a Velocity proxy the command is /dhv (aliases /dhvelocity). All examples below use /dh.

The chat, commands, servers and sessions log views are sub-commands of user and accept an optional [page] argument. register and unregister can only be run from the console.

Command
Parameters
Permission
Capabilities

/dh user <user> info

datahistory.user.info

Show user info (UUID, status, last IP)

/dh user <user> chat

[page]

datahistory.log.chat

View chat history

/dh user <user> commands

[page]

datahistory.log.commands

View command history

/dh user <user> servers

[page]

datahistory.log.servers

View server-switch history

/dh user <user> sessions

[page]

datahistory.log.sessions

View session (join/leave) history

/dh user <user> purge

datahistory.user.purge

Delete all stored data for a user

/dh verbose

<on|record|off|upload> [filter]

datahistory.verbose

Live verbose logging of actions

/dh push

datahistory.push

Flush buffered entries to the database now

/dh reloadconfig

datahistory.reloadconfig

Reload the configuration

/dh register

<otp>

datahistory.web.register

Register a web-panel user (console only)

/dh unregister

<username>

datahistory.web.unregister

Remove a web-panel user (console only)

Additional Permissions

Permission
Capabilities

datahistory.verbose.join

Automatically receive verbose output on join

Last updated