Discord

How to install

Requirements

  • Relative Minecraft server
  • Java 11+ (can run with 8 if H2 database is used)
  • Network access
  • Optional: LastLoginAPI (offline players support)

Spigot / Paper / Bukkit

  1. Download the latest release.
  2. Put the plugin into your Spigot / PaperSpigot / Bukkit plugins folder.
  3. Configure permissions for Parties (Permissions list here)
    1. You can manually insert permissions into permissions.yml file
    2. Or you can use a permissions manager plugin like LuckPerms (recommended)
  4. Reload/start the server.

Bungeecord / Waterfall / Velocity

  1. Download the latest release.
  2. Stop the server.
  3. Put the plugin into your Bungeecord / Waterfall plugins folder.
    1. Optionally you can install Parties into any other Spigot server that you wanna handle more info here
      1. Edit config.yml and enable option bungeecord-sync
  4. Configure permissions for Parties (Permissions list here)
    1. You can manually insert permissions into bungee.yml file
    2. Or you can use a permissions manager plugin like LuckPerms (recommended)
  5. Start the server.

RedisBungee is supported

If you are using RedisBungee in Bungeecord/Velocity, you can enable it in Parties config.yml.
If enabled, the plugin will be able to get other players online in different servers and send message across the network.

Why network access?

On boot, Parties will download required open source libraries to handle each feature of the plugin (if not downloaded before).

You can find a list of libraries here:

LibraryUsed forAuthor
caffeineDependency of jdbiben-manes
exp4jScript engine~
geantyrefDependency of jdbi~
h2databaseDriver H2 database~
HikariCPJDBC for remote databasesBrett Wooldridge
jdbiJDBC APIs~
mariadb-java-clientDriver for MariaDB database~
mysql-connector-javaDriver for MySQL database~
postgresqlDriver for PostgreSQL database~
slf4j-api & sl4j-simpleDependency of jdbi~
sqlite-jdbcDriver SQLite databasexerial