Commands - OreCruncher/Pathways GitHub Wiki

/tconfigure

To list existing teleport locations: /tconfigure list

To add a warp location: /tconfigure add <name>

To add a random teleport location: /tconfigure add <name> minRange maxRange

To delete a teleport location: /tconfigure remove <name>

/teleport

To teleport to a location: /teleport <name>

Command Configuration

The following options are available in the pathway.cfg file:

commands {

    teleport {
        # Alias names for the /teleport command [default: port,tele]
        S:"Command Alias"=port,tele

        # Restrict teleport command to ops [default: true]
        B:"Op Only"=true
    }

    configure {
        # Alias names for the /tconfigure command [default: tconfig,tc]
        S:"Command Alias"=tconfig,tc

        # Restrict configure command to ops [default: true]
        B:"Op Only"=true
    }

}

Note that by default the commands are restricted to OP/creative players only. In general it is intended for regular players to teleport by interacting with teleport signs.

⚠️ **GitHub.com Fallback** ⚠️