Plugin files explained
a.k.a Plugin configuration section
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.
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest arenas.yml
Fetching latest config..
- Latest arenas.yml
Fetching latest config..
- Latest arenas.yml
Fetching latest config..
- Latest arenas.yml
Fetching latest config..
bungee.yml
BungeeCord configuration is there. You must enable bungee support first in config.yml. Set BungeeActivated to true to enable it.
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest bungee.yml
Fetching latest config..
- Latest bungee.yml
Fetching latest config..
- Latest bungee.yml
Fetching latest config..
- Latest bungee.yml
Fetching latest config..
What is MOTD Manager? MOTD Manager modifies server's MOTD to make it readable by Server Bungeecord systems like Timo Cloud, CloudNet 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.
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest config.yml
Fetching latest config..
- Latest config.yml
Fetching latest config..
- Latest config.yml
Fetching latest config..
- Latest config.yml
Fetching latest config..
mysql.yml
Here you can set up MySQL plugin configuration. You need to enable MySQL first in config.yml. Set DatabaseActivated option to true.
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest mysql.yml
Fetching latest config..
- Latest mysql.yml
Fetching latest config..
- Latest mysql.yml
Fetching latest config..
- Latest mysql.yml
Fetching latest config..
rewards.yml
Here you can set up rewards that your players can get after specific triggers. Commands are executed by default BY CONSOLE, use "p:" to preform command by player. You can also use chance to execute command adding "chance(NUMBER):" (ex chance(10):) at the beginning of command. Learn more about the Placeholders you can use at rewards.yml
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest rewards.yml
Fetching latest config..
- Latest rewards.yml
Fetching latest config..
- Latest rewards.yml
Fetching latest config..
- Latest rewards.yml
Fetching latest config..
spectator.yml
Edit the spectator menu items
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest spectator.yml
Fetching latest config..
- Latest spectator.yml
Fetching latest config..
- Latest spectator.yml
Fetching latest config..
- Latest spectator.yml
Fetching latest config..
special_items.yml
Edit the special items, you can get on different plugin stages. Stages:
- SERVER_JOIN,
- WAITING_FOR_PLAYERS,
- ENOUGH_PLAYERS_TO_START,
- LOBBY,
- IN_GAME,
- SPECTATOR,
- ENDING
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest special_items.yml
Fetching latest config..
- Latest special_items.yml
Fetching latest config..
- Latest special_items.yml
Fetching latest config..
- Latest special_items.yml
Fetching latest config..
permissions.yml
Set your own permission to boost specific groups or players. You can also look up the custom permission part of the wiki, see custom permissions
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest permissions.yml
Fetching latest config..
- Latest permissions.yml
Fetching latest config..
- Latest permissions.yml
Fetching latest config..
- Latest permissions.yml
Fetching latest config..
powerups.yml
Set up different powerups to make the minigame more fun. You can add as much as you want! Make sure to enable powerups on your config.yml
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest powerups.yml
Fetching latest config..
- Latest powerups.yml
Fetching latest config..
- Latest powerups.yml
Fetching latest config..
- Latest powerups.yml
Fetching latest config..
Additional plugin specific files
Additional content
Language and locales
Plugin is 95% translatable via language.yml and some other additional files such as special_items.yml.
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
- Latest language.yml
Fetching latest config..
- Latest language.yml
Fetching latest config..
- Latest language.yml
Fetching latest config..
- Latest language.yml
Fetching latest config..
However, you can use localization support which is implemented in our plugins.
To change locale of plugin go to config.yml and modify locale value.
Our locales system generates temporary files on ~/locales
The only file you should edit is the language.yml
on the main plugin folder!
How can I edit my locale?
We have been looking for a perfect solution for a very long time.
Currently you can change your locale
by editing the language.yml
.
It works like this: The plugin loads the selected locale and everything in the language.yml that doesn't match the standard English sentence. It overwrites the locale and so you have your locale overwritten.
So always remember to edit only in the language.yml
.
Valid localizations:
Type the following command to see a list of available locales!
- VillageDefense
- BuildBattle
- MurderMystery
- TheBridge
/villagedefenseadmin locales <arenaname>
/buildbattleadmin locales <arenaname>
/murdermysteryadmin locales <arenaname>
/thebridgeadmin locales <arenaname>
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)