Introduction

Staff++ network is a plugin to accompany the Staff++ spigot plugin. This plugin is entirely optional when running an Minecraft network.

Setup

commands:
  personnel: "personnel"

permissions:
  member: "staff.member"
  command:
    reload: "staffnetwork.command.reload"
    personnel: "staffnetwork.command.personnel"

messages:
  personnel:
    header: |
      &b-
      &bStaff Online
    server-line: '&c%server%:'
    player-line: '&c| &6%name%'
    footer: '&b-'
    no-results: |-
      &c-
      &cNo staff online
      &c-

personnel-module:
  # Determines if the plugin should hook into the vanish-module of the core plugin
  # Only works if you are also using Staff++ vanish
  hide-vanished: false

storage:
  host: 'localhost'
  user: 'root'
  database: 'root'
  password: 'mypass'
  port: 3306
  max-pool-size: 5
  ssl-enabled: false

Database setup

If you run Staff++ on a minecraft network you need to make sure all instance are connected to the same database. The same is true for the network plugin.

Last updated