# BuildFFA – Free-for-All PvP with Building Mechanics
**BuildFFA** is a fast-paced, action-packed PvP minigame where players can fight and build simultaneously in custom arenas. Designed for both casual and competitive play, it allows players to choose custom kits, track their stats, and experience rotating maps. Fully configurable, arena-based, and leaderboard-ready — perfect for PvP-focused Minecraft servers!
---
## Installation Instructions
1. **Download** the plugin from: [
https://plugins.zenuxs.xyz/buildffa](https://plugins.zenuxs.xyz/buildffa)
2. **Place** the `.jar` file in your `plugins/` folder.
3. **Restart** your Minecraft server.
4. **Configure** settings inside the `/plugins/BuildFFA/` folder.
5. **Use commands** below to set up arenas, kits, and gameplay features.
---
## Commands & Permissions
| Command | Description | Permission |
|-------------------------------------|------------------------------------------|--------------------|
| `/buildffa join` | Join the BuildFFA arena | None |
| `/buildffa leave` | Leave the current arena | None |
| `/buildffa stats` | View your statistics | `buildffa.stats` |
| `/buildffa arena create [name]` | Create a new arena | `buildffa.admin` |
| `/buildffa arena setspawn [name]` | Set spawn point for an arena | `buildffa.admin` |
| `/buildffa kit` | Select a kit | None |
| `/buildffa reload` | Reload the plugin configuration | `buildffa.admin` |
---
## ⚙️ Configuration Example (`config.yml`)
```yaml
lobby:
world: "world"
x: 0
y: 65
z: 0
scoreboard:
enabled: true
title: "&eBuildFFA"
lines:
- "&7Kills: &a%kills%"
- "&7Deaths: &c%deaths%"
- "&7Streak: &b%killstreak%"
kits:
Builder:
icon: STONE
items:
- "STONE,64"
- "WOOD,32"
Miner:
icon: IRON_PICKAXE
items:
- "IRON_PICKAXE,1"
- "STONE,32"
arena-rotation:
enabled: true
change-interval: 10 # minutes
chat-control:
anti-spam: true
crypt-mode: false
```
---
## Features
- ✅ Multiple arena support with rotation
- Custom kits (PvP, builder, etc.)
- Scoreboard & leaderboards
- Block transformation system
- Build while fighting!
- Chat filter and anti-spam
- ️ Full config support
---
## Links
- [Plugin Page](
https://plugins.zenuxs.xyz/buildffa)
- [Support Discord](
https://discord.zenuxs.xyz)