Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Signed-off-by: Adora <adoradyne.58@gmail.com> Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Signed-off-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru> Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Signed-off-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com> Co-authored-by: Adora <adoradyne.58@gmail.com> Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com> Co-authored-by: julia <97713533+juliakity@users.noreply.github.com> Co-authored-by: GamerDadDave <gamerdaddave@gmail.com> Co-authored-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Co-authored-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Co-authored-by: SverhRazum-Nah <leon.trol@mail.ru> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Nebby1999 <nebby131999@gmail.com>
47 lines
No EOL
1.1 KiB
JSON
47 lines
No EOL
1.1 KiB
JSON
{
|
|
"disableVanillaPortals": {
|
|
"desc:": "Disables vanilla portals, default:false",
|
|
"disableVanillaPortals": true
|
|
},
|
|
"teleportCooldown": {
|
|
"desc:": "Sets a delay before you can teleport again, default:15 seconds",
|
|
"teleportCooldown": 15
|
|
},
|
|
"instantTeleport": {
|
|
"desc:": "Instantly teleports instead of notifying the user over time,(Note this causes some lag, due to loading chunks directly) default:false",
|
|
"instantTeleport": false
|
|
},
|
|
"teleportedRidden": {
|
|
"desc:": "Teleport ridden entities too, default:true",
|
|
"teleportedRidden": true
|
|
},
|
|
"teleportLeashed": {
|
|
"desc:": "Teleport leashed entities too, default:true",
|
|
"teleportLeashed": true
|
|
},
|
|
"debuglogging": {
|
|
"desc:": "Enable debug logging, default:false",
|
|
"debuglogging": false
|
|
},
|
|
"dimensionconnections": [
|
|
{
|
|
"from": "minecraft:overworld",
|
|
"to": "minecraft:the_nether",
|
|
"teleporttype": {
|
|
"teleporttype": "AIR",
|
|
"teleport_to_y": 125
|
|
},
|
|
"belowy": -58,
|
|
"slowfallticks": 1200
|
|
},
|
|
{
|
|
"from": "minecraft:the_nether",
|
|
"to": "minecraft:overworld",
|
|
"teleporttype": {
|
|
"teleporttype": "CAVE",
|
|
"teleport_to_y": -58
|
|
},
|
|
"abovey": 118
|
|
}
|
|
]
|
|
} |