๐Ÿ–‡๏ธConfig

Plugin configuration for bukkit/paper/folia/purpur

This project has reached end of life and is no longer maintained.

We recommend you transition to NookureStaff, it's free

  • If you modify something remeber to reload the plugin with /mast reload

#
#  โ–ˆโ–ˆโ–ˆโ–„ โ–„โ–ˆโ–ˆโ–ˆโ–“ โ–„โ–„โ–„        โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ โ–„โ–„โ–„โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–“ โ–„โ–„โ–„        โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’
#  โ–“โ–ˆโ–ˆโ–’โ–€โ–ˆโ–€ โ–ˆโ–ˆโ–’โ–’โ–ˆโ–ˆโ–ˆโ–ˆโ–„    โ–’โ–ˆโ–ˆ    โ–’ โ–“  โ–ˆโ–ˆโ–’ โ–“โ–’โ–’โ–ˆโ–ˆโ–ˆโ–ˆโ–„    โ–“โ–ˆโ–ˆ   โ–’โ–“โ–ˆโ–ˆ   โ–’
#  โ–“โ–ˆโ–ˆ    โ–“โ–ˆโ–ˆโ–‘โ–’โ–ˆโ–ˆ  โ–€โ–ˆโ–„  โ–‘ โ–“โ–ˆโ–ˆโ–„   โ–’ โ–“โ–ˆโ–ˆโ–‘ โ–’โ–‘โ–’โ–ˆโ–ˆ  โ–€โ–ˆโ–„  โ–’โ–ˆโ–ˆโ–ˆโ–ˆ โ–‘โ–’โ–ˆโ–ˆโ–ˆโ–ˆ โ–‘
#  โ–’โ–ˆโ–ˆ    โ–’โ–ˆโ–ˆ โ–‘โ–ˆโ–ˆโ–„โ–„โ–„โ–„โ–ˆโ–ˆ   โ–’   โ–ˆโ–ˆโ–’โ–‘ โ–“โ–ˆโ–ˆโ–“ โ–‘ โ–‘โ–ˆโ–ˆโ–„โ–„โ–„โ–„โ–ˆโ–ˆ โ–‘โ–“โ–ˆโ–’  โ–‘โ–‘โ–“โ–ˆโ–’  โ–‘
#  โ–’โ–ˆโ–ˆโ–’   โ–‘โ–ˆโ–ˆโ–’ โ–“โ–ˆ   โ–“โ–ˆโ–ˆโ–’โ–’โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’  โ–’โ–ˆโ–ˆโ–’ โ–‘  โ–“โ–ˆ   โ–“โ–ˆโ–ˆโ–’โ–‘โ–’โ–ˆโ–‘   โ–‘โ–’โ–ˆโ–‘
#  โ–‘ โ–’โ–‘   โ–‘  โ–‘ โ–’โ–’   โ–“โ–’โ–ˆโ–‘โ–’ โ–’โ–“โ–’ โ–’ โ–‘  โ–’ โ–‘โ–‘    โ–’โ–’   โ–“โ–’โ–ˆโ–‘ โ–’ โ–‘    โ–’ โ–‘
#  โ–‘  โ–‘      โ–‘  โ–’   โ–’โ–’ โ–‘โ–‘ โ–‘โ–’  โ–‘ โ–‘    โ–‘      โ–’   โ–’โ–’ โ–‘ โ–‘      โ–‘
#  โ–‘      โ–‘     โ–‘   โ–’   โ–‘  โ–‘  โ–‘    โ–‘        โ–‘   โ–’    โ–‘ โ–‘    โ–‘ โ–‘
#  โ–‘         โ–‘  โ–‘      โ–‘                 โ–‘  โ–‘
#
# This is the Config file for MAStaff Spigot,
# where you can modify and customize the plugin.
#
# Remember to join my Discord server if you need help:
# https://discord.nookure.com/
#
# General configuration for the plugin.
#
Config:
  # The language file you want to use for the plugin messages.
  # Included locales: english.yml and spanish.yml
  language: "english.yml"
  # Enable or disable the debug mode.
  # If enabled, the plugin will send more information about the plugin status.
  debug: false
  # Teleport to the previous location when the player leaves the staff mode.
  teleportBack: true
  # Disable the staff mode on exit.
  disableStaffModeOnExit: false
  # Silent chest opening.
  silentChestOpening: true
# Database configuration for the plugin. With the Bungee version, you must use MariaDB or MySQL.
Database:
  # The type of database you want to use, you can choose between SQLite or MySQL.
  # The MySQL driver also works with MariaDB
  type: 'SQLite'
  # Your database host IP address.
  host: '127.0.0.1'
  # Your database host connection port. Default for MariaDB and MySQL is 3306.
  port: 3306
  # Name of your database. A database server can contain multiple databases.
  database: 'mastaff'
  # Your database host username.
  user: 'mastaff'
  # Your database host password.
  password: 'mastaff'

Last updated