NovaFFA

Storage

Every file NovaFFA reads or writes, and how updates keep what you have created

Everything lives under plugins/NovaFFA/.

Shipped files

These come with the plugin and are safe to auto-update, since nothing you create lives inside them:

config.yml

Files you create

Generated the first time you use the matching command or menu:

<arena>.yml
<kit>.yml
<uuid>.yml
<uuid>.yml
<arena>.schem
lobby.yml

An arena's .yml holds its corners, spawn, linked kit and premium flag. A kit's .yml holds its default layout. A layout file is one per player, one section per kit they have touched in the layout editor. A player file holds kills, deaths, current streak and highest streak, see Statistics.

Version keys and auto-updating

Every yml file NovaFFA ships or creates carries a version key at the top: config-version, lang-version, menus-version on the shipped files, arena-version, kit-version, layout-version, player-version and lobby-version on the ones you create. An update can add new keys to any of these without touching what you already set, files you created are never force reset to defaults.

Nothing carries over from an old ContinuumFFA folder. It is left alone, NovaFFA starts with a clean NovaFFA/ folder of its own.

On this page