Skip to main content

Payload (Experimental)

Payload has an attacking team and defending team. The attacking team's objective is to push a minecart (the payload) to the end of the track, usually towards the defending team's base. The defending team can prevent this by killing enemies and pushing the minecart back.

The payload is portrayed in-game as a minecart holding a colored block which changes depending on which team is pushing it. The track must be built with rails. The start of the track will display as 0% completion, and 100% completion is where ever the track ends.

This gamemode is entirely based off of Control Points, so it currently supports everything that a control point supports.

caution

This gamemode was introduced in PGM version 0.14, therefore it is experimental and must be enabled for playtesting. In its current state, Payload only properly supports Attack/Defend type payload. All documentation here is subject to rapid change.

/server/plugins/PGM/config.yml
experiments:
payload: true

Payload Element

ElementDescriptionValue/Children
A node containing the payloads for this map.Payloads
Sub-elements
An individual payload.Payload Attributes

Payload Attributes

ElementDescriptionValue/ChildrenDefault
RequiredThe starting position of the payload.X,Y,Z
RequiredThe distance at which a player can affect the payload.Number
Filter for when particles are shownFilter
Time for the payload to reach the end of the track.Time Period30 sec
Supports every other feature of control points.

Examples

<payloads>
<payload location="x,y,z" radius="3" display-filter="filter" capture-time="1m" decay-rate="0.25" .../>
</payloads>

Video Example