NovaFFA

Introduction

What NovaFFA does, the quick facts, and where to go next

NovaFFA, free for all arena plugin for Paper, supporting Minecraft 1.21.1 through 26.2 on Java 21

NovaFFA is a free for all arena plugin for Paper. A player picks a kit from a menu, gets teleported into the arena linked to that kit, and fights everyone else there. Kills and deaths are tracked per player, and arenas can be saved as a schematic and regenerated on a timer so a fight never leaves a scar on the world.

New here? Start with Installation.

Quick facts

PlatformPaper only, no Spigot fallback
Minecraft1.21.1 through 1.21.11, and 26.1 through 26.2, from one jar
Java21
Hard dependencyFastAsyncWorldEdit, arena regeneration needs it
Soft dependencyPlaceholderAPI
LicensePremium, see Download

NovaFFA disables itself on start if FastAsyncWorldEdit is missing or failed to enable. It is what regenerates arenas after a fight wears them down.

What a player does

  1. Runs /novaffa (or /ffa) and picks a kit from the fight menu.
  2. Lands in the arena that kit is linked to, holding that kit's contents.
  3. Fights. Landing a hit tags both players in combat, see Combat Tag.
  4. Leaves with /leaveffa when the timer allows it, or waits for the arena to send them back to the lobby.

Between fights, a player can open /editkits to rearrange their own copy of a kit, or /statistics to see kills, deaths and streaks.

What a server owner sets up

Where things live

Everything NovaFFA reads and writes sits under plugins/NovaFFA/, covered page by page in Configuration, Storage and Commands.

On this page