Initial commit
This commit is contained in:
commit
30f633c7ff
1281 changed files with 265821 additions and 0 deletions
56
servers/test/plugins/AdvancedPortals/portals.yml
Normal file
56
servers/test/plugins/AdvancedPortals/portals.yml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
#
|
||||
# ExamplePortal:
|
||||
# world: it will be the world name
|
||||
# triggerblock: LAVA # will only be used if the hastriggerblock is true and can be id or text
|
||||
# pos1: # dont mess with the data here, if you do it may stop the portal from working.
|
||||
# X:
|
||||
# Y:
|
||||
# Z:
|
||||
# pos2:
|
||||
# X:
|
||||
# Y:
|
||||
# Z:
|
||||
# destination:
|
||||
# issetpoint: true # if this was false point name would not be used and the coordinates would be saved here, it just adds more customisation.
|
||||
# pointname: examplepoint # if issetpoint is false this wont be here and tppos will be.
|
||||
# tppos:
|
||||
# X:
|
||||
# Y:
|
||||
# Z:
|
||||
|
||||
3rdlife:
|
||||
world: Hub
|
||||
triggerblock: NETHER_PORTAL
|
||||
bungee: 3rdlife
|
||||
pos1:
|
||||
X: 65
|
||||
Y: 68
|
||||
Z: -174
|
||||
pos2:
|
||||
X: 65
|
||||
Y: 65
|
||||
Z: -176
|
||||
survival:
|
||||
world: Hub
|
||||
triggerblock: NETHER_PORTAL
|
||||
bungee: survival
|
||||
pos1:
|
||||
X: 79
|
||||
Y: 68
|
||||
Z: -174
|
||||
pos2:
|
||||
X: 79
|
||||
Y: 65
|
||||
Z: -176
|
||||
hub:
|
||||
world: Hub
|
||||
triggerblock: NETHER_PORTAL
|
||||
bungee: hub
|
||||
pos1:
|
||||
X: 73
|
||||
Y: 68
|
||||
Z: -190
|
||||
pos2:
|
||||
X: 71
|
||||
Y: 66
|
||||
Z: -190
|
||||
Reference in a new issue