/spigot-postgresql

An example plugin that shows how to use PostgreSQL with Spigot (Minecraft plugin development)

Primary LanguageJava

Spigot PostgreSQL Plugin Example

  • A simple example plugin showing how to connect with PostgreSQL

Database Setup

  • Create a table called dummy
  • Add id row whic is primary and type text
  • Add content row whic is type text

Table Example

Usage

  • Build plugin
  • Run command /create to create dummy data
  • Run command /read to read dummy data
  • Run command /delete to delete dummy data

Example

Example Gif