Skip to content

Plugin files explained

Plajer edited this page Aug 17, 2018 · 5 revisions

Plugin files - explained (a.k.a Plugin configuration section)

Table of contents

Basic files

Additional content


Basic files

arenas.yml

This file is only for in-game usage. It's not recommended to edit it while the server is on! The file contains all information about created arenas.


bungee.yml

BungeeCord configuration is there. You must enable bungee support first in config.yml. Set BungeeActivated to true to enable it.

💡 What is MOTD Manager?

MOTD Manager modifies server's MOTD to make it readable by Server Bungeecord systems like Timo Cloud and Bungee Signs. MOTD is based on game state if that option is enabled.


config.yml

config.yml is very well commented. No need to explain more any part of it.

Part of config.yml


mysql.yml

Here you can set up MySQL plugin configuration. You need to enable MySQL first in config.yml. Set DatabaseActivated option to true.

This is mysql.yml file with explanations of individual options.

Additional content

Language and locales

Plugin is 95% translatable via language.yml file.

However, you can use localization support which was implemented in BB 3.

To change locale of plugin go to config.yml and modify locale value.

Valid localizations:

  • default (English)
  • pl (Polish/Polski)
  • de (German/Deutsch) (by Tigerkatze)
  • es (Spanish/Español) (by POEditor contributors)
  • hu (Hungarian/Magyar) (by POEditor contributors)
  • vn (Vietnamese/Việt) (by POEditor contributors)
  • zh (Chinese (Simplified)/简体中文) (by POEditor contributors)
  • kr (Korean/한국의) (by POEditor contributors)
  • tr (Turkish/Türk) (by POEditor contributors)
  • id (Indonesian/Indonesia) (by POEditor contributors)

Stats storage types

Current stats storage types for player statistics:

  • Flat file (.yml) - enabled by default
  • MySQL (database) - can be enabled in config.yml (see mysql.yml)