Config explanation
Where to get explanations
If any of your config files do not contain comments (lines starting with #
) you can find the original file (with comments) in the plugin .jar file (open it using WinRar or 7zip).
Spigot config files:
config.yml
Used for customizing the plugin. Explained here: config.yml
messages-x.yml
Language files, containg all plugin messages. If you want to add your own translation, use one of the available files (do not create your own messages-x.yml files, they won't be detected).
arenas.yml
All arenas created on a server. This file shouldn't be edited manually.
players.yml
Players' game stats. This file shouldn't be edited manually.
connection.yml
Connection settings for bungee/velocity mode. No need to configure this when using simple-bungee-mode
Bungeecord/Velocity config files:
connection-proxy.yml
Connection settings for bungee/velocity mode. No need to configure this when using simple-bungee-mode
Last updated