Skip to content

Installation

Syrent edited this page Aug 19, 2023 · 2 revisions

Bukkit/Spigot

Installation on Bukkit/Spigot/Paper is as simple as it can be. Just put the plugin into plugins folder and restart the server. Dynamic (re)loads at runtime such as /plugman load VelocityReport to load the plugin are semi-supported and may cause problems.

Proxy installation

⚠️ Note: You have to use MySQL as the database method. otherwise, report data will NOT sync between servers.

  1. Put the plugin into the plugins folder of your both Velocity and backend servers and restart them.
  2. Set velocity_support in settings.yml to true on backend servers.
  3. Change type in storage.yml to MySQL and fill MySQL login data in mysql section.
  4. That's it! 🎉

Clone this wiki locally