๐๏ธConfig
Plugin configuration for bungeecord/waterfall
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 /mastb reload
#
# โโโโ โโโโโ โโโ โโโโโโ โโโโโโโโโ โโโ โโโโโโ โโโโโโ
# โโโโโโโ โโโโโโโโโ โโโ โ โ โโโ โโโโโโโโ โโโ โโโโ โ
# โโโ โโโโโโโ โโโ โ โโโโ โ โโโโ โโโโโ โโโ โโโโโ โโโโโโ โ
# โโโ โโโ โโโโโโโโโ โ โโโโ โโโโ โ โโโโโโโโโ โโโโ โโโโโ โ
# โโโโ โโโโ โโ โโโโโโโโโโโโโ โโโโ โ โโ โโโโโโโโ โโโโ
# โ โโ โ โ โโ โโโโโ โโโ โ โ โ โโ โโ โโโโ โ โ โ โ
# โ โ โ โ โโ โโ โโ โ โ โ โ โโ โ โ โ
# โ โ โ โ โ โ โ โ โ โ โ โ โ โ
# โ โ โ โ โ โ
#
# This is the Config file for MAStaff Bungee,
# where you can modify and customize the plugin.
#
# Remember to join my Discord server if you need help:
# https://discord.angelillo15.es/
#
# 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
Helpop:
# Cooldown in seconds
cooldown: 30
#
# Server synchronization configuration for the plugin.
# This is used to synchronize the staff mode between bungeecord servers.
# If you don't want to use this feature, you can disable it.
# This feature requires a Redis server and Redis Bungee.
#
Redis:
# Enable or disable the Redis synchronization.
enabled: false
# The host of your Redis server.
host: "localhost"
# The port of your Redis server.
port: 6379
# The password of your Redis server.
password: ""
# The database of your Redis server.
database: 0
# The timeout of your Redis server.
timeout: 2000
# The pool size of your Redis server.
poolSize: 8
# The prefix of your Redis server.
prefix: "MAStaff"
# The channel of your Redis server.
channel: "MAStaff"
# Identify the server.
serverID: "p1"
Last updated