-
-
Notifications
You must be signed in to change notification settings - Fork 29
Plugin files explained
Basic files
Additional content
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.
BungeeCord configuration is there. You must enable bungee support first in config.yml. Set BungeeActivated to true to enable it.
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 is very well commented. No need to explain more any part of it.
For customizing custom permissions check out this section.
Part of config.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.
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)
- es (Spanish/Español) (by POEditor contributors)
- id (Indonesian/Indonesia) (by POEditor contributors (Yume))
- zh (Chinese (Simplified)/简体中文) (by POEditor contributors)
- fr (French/Français) (by POEditor contributors)
- hu (Hungarian/Magyar) (by POEditor contributors)
- vn (Vietnamese/Việt) (by POEditor contributors)
Current stats storage types for player statistics:
- Flat file (.yml) - enabled by default
- MySQL (database) - can be enabled in config.yml (see mysql.yml)
© 2018 Village Defense 3 | Created by Plajer's Lair and maintained by Plajer