🛹Server Stats Plugin (Velocity, Bungeecord or Paper) To add a dashboard with stats (for server details) follow these steps: Requirements First make sure your proxy / Paper server is the latest version Download serverpulse Download the correct file depending on what you are running, so if you were running paper, download the paper.jar and if you are running bungeecord download the bungeecord.jar make a account at influxDB Setting up influxDB Create your account or login Follow the setup intructions (company name and organization) On the same page, choose a server the closest to you (US OR EU) Select the free account, you wont need more (for now) Click on "Manage Databases & security" Click on "GO TO BUCKETS" next to database manager. Press "Create a bucket" Give your bucket a memorable name keep the option on 30 days. At the top click "API TOKENS" Generate a api token (all access) give your token a brief description (or none at all) 13. SAVE YOUR API TOKEN, YOU WILL NEED IT. BY NOP COPYING IT AND NOT SAVING IT, YOU WILL NOT BE ABLE TO VIEW IT AGAIN Setting up Upload the serverpulse.jar to plugins folder Start up the server (quick warning, the server will not start after the restart) go back to plugins then go to the serverpulse folder open the config.yml fill out the config like this: url: # This is the url at the top of your page, it will looks like this: "https://eu-central-1-1.aws.cloud2.influxdata.com" it will be diffrent based on your location. org: # This is your organsations name, please put exactly what you called your organisation. To view your organsation name, go back to influxdb click on your account name and click "Organisations" bucket: # the name of your bucket, to view it go back to influxdb, click "manage databases and security" then go to database manager and then you can view your buckets. token: # Your api token you copied / saved. table: # call anything you want After filling the config up, now restart you server. Dashboard Go back to influxdb On the sidebar click the 4 squares (should say "dashboards" on hover) Create a dashboard Press "new dashboard" click "add cell" Select you bucket Click "all measurements" or what you called your table click the option / stat you want to view select the server name (should be "velocity1", if you changed it, it should be there) Press submit Congrats, you have made your own dashboard! Credits to NZYZE for the documetnation