nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft.
papertimeseries

papertimeseries

Plugin

A paper plugin to shares server analytics to a postgresql database to view in grafana or other programs

Server Management

17 downloads
1 follower
Created4 months ago
Updated4 months ago

Paper Time Series

see wiki for dashboard and more info

Setup

  1. Create a timescaledb database for example using docker compose
version: '3'
services:
  postgresql:
    image: timescale/timescaledb-ha:pg15-latest
    restart: always
    ports:
      - "5432:5432"
    environment:
      POSTGRES_PASSWORD: time
      POSTGRES_DB: paper
      POSTGRES_USER: paper
      TZ: UTC
  1. Install and run the server with the plugin
  2. A config file in plugins/PaperTimeSeries/config.yml should appear, it should contain something like this
database:
  url: jdbc:postgresql://localhost:5432/paper
  user: postgres
  password: postgres
  1. Change the settings to reflect the one of your database
  2. Restart the server
  3. Check if the console gives error's about postgresql if not then you are set
  4. Check the database and see if any tables are created etc

Help - Bug Reports - Feature Requests

Please dont hesitate to create a github issue if you have a problem while running the plugin https://github.com/Tricked-dev/PaperTimeseries

Connection to localhost:5432 refused.

The database is not running please start a timescaledb database

External resources



Project members

Tricked-dev

Owner


Technical information

License
MPL-2.0
Project ID
Expand Down