Skip to content

How to setup the config?

caglarcinaraygun-glitch edited this page Aug 4, 2026 · 1 revision

FFAplus Configuration Guide

This page explains the configuration used by FFAplus.

Config File

The main config file is located at:

plugins/FFAplus/config.yml

Arena Spawn Configuration

FFAplus uses the following arena spawn entries:

mace:
  spawn: world, 0, 70, 0
nomace:
  spawn: world, 0, 70, 0

Example

mace:
  spawn:
    world: world
    x: 100.5
    y: 70.0
    z: -50.5
    yaw: 90.0
    pitch: 0.0

nomace:
  spawn:
    world: world
    x: 200.5
    y: 70.0
    z: -100.5
    yaw: 180.0
    pitch: 0.0

How to Set It Up

  1. Open the plugin config file at plugins/FFAplus/config.yml.
  2. Edit the spawn values for the arena you want to use.
  3. Save the file.
  4. Restart the server or reload the plugin.

Notes

  • Replace the example coordinates with your own arena positions.
  • Make sure the world name matches the actual server world.
  • If an arena spawn is not set, players may not be teleported correctly.

Warning!

Using the /ffa setspawn commands will give the same result!

Clone this wiki locally