Skip to main content

Players (free-for-all)

The players module is the basis for all team-less gamemodes, such as FFA, UHC, or hunger games style matches. This module is not limited to matches focused on combat, it can also be used in combat-less game modes where players have to collect specific items, etc. Win conditions are set by using the score and time limit modules.

caution

This gamemode is not compatible with the teams module!

ElementDescription
The players node, containing player settings.
Players Attributes
AttributeDescriptionValueDefault
Minimum amount of players required.Number
Player limit — normal players cannot join the match once it reaches this size.
Premium players may join over this limit until is reached.
Number
Player overfill — premium players cannot join the match once it reaches this size.
Must be greater than the defined .
Number
Specify who can see the name tags of players.
Accepts:, , or
Enumtrue
Automatically assign a unique color to each player, works up to 10 players before colors repeat.true/falsefalse

Example

<players max="16" max-overfill="20"/>
<time>8m</time>

<score>
<kills>1</kills>
<deaths>1</deaths>
</score>