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

๐ŸชถInstallation

It's plug and play โ€” add the jar to the server plugins folder and start the server.

By default the plugin stores data in an embedded H2 database, so no extra setup is required. To use a remote MariaDB database, set storage-method: mariadb and fill in the data section of config.yml.

Bukkit / Spigot / Paper

  • Drop the PlayerDataHistory jar into plugins/ and start the server.

  • Set a unique server-name in config.yml so server-switch logs identify this server correctly.

Velocity

  • A separate Velocity build is available for proxy networks (command /dhv). Install it on the proxy to record cross-server switches and sessions for the whole network.

Last updated