Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.68 KB

spawn.md

File metadata and controls

45 lines (30 loc) · 1.68 KB

Spawn Command

Description

Set an arena spawn to your current position, including orientation !

Usage

Command Definition
/pa [arena] spawn [spawnName] Define a spawn for an arena

Example:

  • /pa ctf spawn redspawn - sets the red team's spawn of the arena "ctf"
  • /pa free spawn spawnEAST - sets "spawnEAST" of the arena "free"

Details

There are two syntaxes for the spawns for the fight, depending on the gamemode of your arena:

  • if you're using a "free" arena, you can define unlimited spawns using syntax /pa myArena spawn spawnX where X can be anything (word, digit, letter, etc.)
  • if your arena works with teams, you have to use /pa myArena spawn teamspawn where "team" is the name of one of your teams

Then you must have lounge spawns:

  • in the "free" gamemode: just one spawn named lounge
  • in the "team" gamemode: one spawn for each team with the syntax teamlounge where "team" is the name of the team

In addition to these spawns, every arena must have "exit" and "spectator" spawns.

If you get a message "spawn unknown", this is probably because you did not install/activate a goal or a module. Be sure you have installed and activated stuff you want to add, for instance the "Flags" goal, or the "StandardSpectate" module...

Spawn Offset

You can define unique offsets for each spawn name, in order to not be placed on the block center but rather one edge:

  • /pa [arena] spawn [spawnname] offset X Y Z

For example 0.5 0 0.5 as X Y Z would work setting you on an edge. You might want to keep F3 at hand to see if you actually have to add or subtract to get to the right edge.