Creative Flight (Power Type)

Allows the players to fly as if they were in Creative Mode.

Allows the players to fly as if they were in Creative Mode.

Type ID: apoli:creative_flight

Fields

None.

The power’s condition gates the flight: while it fails, flight is taken away and the holder drops out of the air, and it comes back the moment the condition passes again. Suppressing the power (apoli:suppress_power) does the same. Creative and spectator mode are never touched — a creative player keeps flying regardless.

Examples

{
    "type": "apoli:creative_flight"
}
{
    "type": "apoli:creative_flight",
    "condition": {
        "type": "apoli:resource",
        "resource": "example:mana",
        "comparison": ">",
        "compare_to": 0
    }
}

Flight only while there is mana left. Drain the resource over time and the holder falls when it runs out.