Skip to content

FlagSpawns

The game automatically creates a 7x7 area around flag spawns which players can capture flags in. Players can capture flags at any elevation within the 7x7 area.

WARNING

Make sure your maps have an invincible floor somewhere underneath flags, because flags don't respawn if they fall into the void.

json
	"FlagSpawns": [
	{
		"Team": 0,
		"Position": [ 1, 1, 1 ]
	},
	{
		"Team": 1,
		"Position": [ 10, 1, 10 ]
	}
],

Made with ❤ by the Sector's Edge community