Config
Plugin configuration for bukkit/paper/folia/purpur
Last updated
Was this helpful?
Plugin configuration for bukkit/paper/folia/purpur
Last updated
Was this helpful?
This project has reached end of life and is no longer maintained.
We recommend you transition to , 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'