Skip to content

Plugin files explained

Plajer edited this page Mar 18, 2018 · 20 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 server is on! File contains all informations about created arenas.


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 VD 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)
Clone this wiki locally