Skip to content

Redstone

Entity Action Type

This will teleport the player back to the world spawn or their spawn point.

Type ID: epoli:teleport_to_spawn

Fields

Field Type Default Description
player_spawn Boolean false If it will teleport to the players spawn not world spawn.

Examples

"entity_action": {
    "type": "epoli:teleport_to_spawn",
    "player_spawn": false
}

This example will teleport the entity to the world spawn point.