# Bow Spleef

URL: https://greenarrowlol.github.io/TNTGamesCore/docs/features/bow-spleef/
Section: features
Description: Shoot the floor out from under everyone. Last player standing wins.

---

> For a complete page index, fetch https://greenarrowlol.github.io/TNTGamesCore/llms.txt.

Everyone gets a bow. Shoot the floor out from under your opponents and be the last one still standing on it.

## How it plays

Each player gets a bow with unlimited arrows. Arrows break the floor blocks they hit. Drop your opponents through the holes while staying on solid ground yourself. The last player left wins.

You can run it as a free-for-all or as team modes.

## Settings

Defaults come from `config.yml` under `bow-spleef`.

| Setting | What it controls | Default |
| --- | --- | --- |
| Game mode | `ffa`, `1v1`, or `2v2`. | `ffa` |
| Floor block | The block the floor is made of, broken by arrows. | `TNT` |
| Arrow delay | Delay before a fired arrow is replaced. | `1` |
| Infinite arrows | Give players endless arrows. | `true` |
| Min players | Players needed to start. | `2` |
| Max players | Arena capacity. | `8` |

## Set up a Bow Spleef arena

```
/tt create <name> bow_spleef
/tt wand
/tt setcorner1 <name>
/tt setcorner2 <name>
/tt setspawn <name>
/tt setlobby <name>
/tt save <name>
/tt setupstatus <name>
```

Set the mode and floor:

```
/tt setmode <name> <ffa|1v1|2v2>
/tt setfloorblock <name> <block>
/tt setmin <name> <n>
/tt setmax <name> <n>
```

For team and FFA spawn points:

```
/tt setppos1 <name>
/tt setppos2 <name>
/tt setffapos <name>
```

:::{note}
The floor block can be any valid Minecraft material, not just TNT. Pick a block that stands out against the arena so players can read the holes quickly.
:::

## Related

- [Configuration](/docs/configuration/configuration/): the full `bow-spleef` config block.
- [Commands](/docs/reference/commands/): setup command list.
