Getting Started
CocoFFA is a powerful Free For All arena plugin that allows you to create customizable FFA arenas with dynamic borders, effects, kits, scoreboards, and more!
Featuresโ
- ๐๏ธ Multiple Arenas - Create unlimited FFA arenas
- โ๏ธ Custom Kits - Configure weapons, armor, and items per arena
- ๐ Dynamic Borders - Shrinking world border system
- โจ Effect Phases - Automatic potion effects during gameplay
- ๐ Scoreboards - Customizable per-arena scoreboards
- ๐ Win Statistics - Track player wins with leaderboards
- ๐ฎ Spectator Mode - Watch ongoing matches
- ๐ Discord Webhooks - Send arena events to Discord
- ๐ PlaceholderAPI - Full placeholder support
Installationโ
- Download CocoFFA from SpigotMC
- Place the
.jarfile in yourpluginsfolder - Restart your server
- Configure the plugin in
plugins/CocoFFA/config.yml
Quick Setupโ
1. Create an Arenaโ
/ffa create <arena-name>
2. Set Locationsโ
/ffa setup <arena-name> start-location
/ffa setup <arena-name> exit-location
/ffa setup <arena-name> border-center-location
3. Configure the Kitโ
/ffa editor <arena-name>
Click on "Edit Kit" to open the kit editor and set up weapons, armor, and items.
4. Start the Arenaโ
/ffa start <arena-name>
Or give players a Starter Item to let them start arenas:
/ffa givestarter <arena-name> <player> [amount]
Configurationโ
plugins/CocoFFA/config.yml
prefix: "&8[�F7DDCocoFFA&8] &7ยป"
command:
main: "ffa"
aliases:
- "freeforall"
locale-file: "messages_en.yml"
settings:
database:
type: "sqlite" # sqlite or mysql
table-prefix: "cocoffa_"
Requirementsโ
- Spigot/Paper 1.16.5+
- Java 17+
- Optional: PlaceholderAPI for placeholders