Portal Setup

Portal Setup

If you want to be able to automatically be randomly teleported when you walk into certain normal portals, read on! :)

In Game Setup

Find the location you want to be teleported from and build a normal Nether portal and light it. Note down the coordinates of where the portal is in all three dimensions: X, Y and Z

In Config Setup

Navigate to GGTeleport's config.yml file and locate this section:

# To have a portal that activates /tpr, make a real portal in your world
# then put the coordinates of a box that contains the portal down below
# Make sure your world is spelled correctly. Leave world black to disable
portal:
  world: world
  pos1:
    X: -10
    Y: 63
    Z: -10
  pos2:
    X: 10
    Y: 66
    Z: 10

Change the value of world to your world's name. Then add and remove a few values from your coordinates of the portal, so that you get two sets of coordinates, and add them in to

pos1:
  X:
  Y:
  Z:

and

pos2:
  X:
  Y:
  Z:

This makes two opposite points of an imaginary cube that should surround your portal.


Comments

Posts Quoted:
Reply
Clear All Quotes