Skip to content

Portals

ELgamer edited this page Sep 24, 2022 · 16 revisions

Portals should always be added under portals:, if this is not the case they will not be recognized by the plugin.

The structure of the file would be as following.

portals:
    portalName:
        min:
            x:
            y:
            z:
        max:
            x:
            y:
            z:
        executes: command1, command2, event1, event2

Multiple commands can be executed, they will always execute in order. Events can be executed as well, the available events will be listed below. Must be separated by commas.


Available Events

  • teleport server <server_name>
  • teleport coordinate (yaw and pitch are optional)

Clone this wiki locally