UltimateMulluch
Minecrafter
Hallo,
ich habe auf meinem Server mehrere Welten. Zwischen zwei der Welten will ich mich hin und her teleportieren, was in die eine Richtung, Farmingwelt zu Hauptwelt, auch gut funktioniert und man zum am Weltspawnpunkt der Hauptwelt teleportiert wird. Andersherum geht dies jedoch nicht. Wenn ich /mvtp Farmingwelt eingebe wird man zwar in die Farmingwelt teleportiert, aber man spawnt nicht am Weltspawnpunkt der Farimingwelt sondern an anderen Koordinaten ein paar Blöcke weiter. Ich habe schon in den Konfigurationsdateien nachgeguckt und dort sind als Weltspawnpunkt 102.5 68.9 -107.5 angegeben, spawnen tut man aber an den Koordinaten 98.5 68 -111.5.
Wie kann ich das beheben?
Hier anbei einmal die config und die worlds Datei
# ------------------------------------------------------------------------- #
# This is the MV2 Config. If you mess it up, copy the values out #
# delete it, and it will be regenerated. Then use the ingame interface #
# to add your values back via the "/mv conf" command. #
# When in-game, simply type: "/mv conf ?" for help. #
# A config with explanations can be found here: #
# https://github.com/Multiverse/Multiverse-Core/wiki/config.yml #
# #
# #
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
# #
# Do NOT delete this line from your config!!!! #
# ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration #
# #
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
# ------------------------------------------------------------------------- #
multiverse-configuration:
==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
enforceaccess: 'false'
prefixchat: 'true'
prefixchatformat: '[%world%]%chat%'
useasyncchat: 'true'
teleportintercept: 'true'
firstspawnoverride: 'true'
displaypermerrors: 'true'
globaldebug: '0'
silentstart: 'false'
messagecooldown: '5000'
version: '2.9'
firstspawnworld: Hauptwelt
teleportcooldown: '1000'
defaultportalsearch: 'false'
portalsearchradius: '128'
autopurge: 'true'
idonotwanttodonate: 'false'
------------------------------------------------
worlds:
Hauptwelt_nether:
==: MVWorld
hidden: 'false'
alias: Nether
color: DARKRED
style: NORMAL
pvp: 'true'
scale: '8.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 1.5
y: 66.0
z: 1.5
pitch: 0.0
yaw: 0.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NETHER
seed: '4217291445185670116'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Hauptwelt:
==: MVWorld
hidden: 'false'
alias: Haupt
color: GOLD
style: NORMAL
pvp: 'true'
scale: '1.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: -675.5
y: 88.0
z: 666.5
pitch: 0.0
yaw: 180.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '4217291445185670116'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Hauptwelt_the_end:
==: MVWorld
hidden: 'false'
alias: End
color: DARKPURPLE
style: NORMAL
pvp: 'true'
scale: '16.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 0.0
y: 59.0
z: 0.0
pitch: 0.0
yaw: 0.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: THE_END
seed: '4217291445185670116'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Farmingwelt:
==: MVWorld
hidden: 'false'
alias: Farm
color: GREEN
style: NORMAL
pvp: 'true'
scale: '1.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'false'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 102.5
y: 68.9375
z: -107.5
pitch: 0.0
yaw: -45.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '7604928579517692575'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
ich habe auf meinem Server mehrere Welten. Zwischen zwei der Welten will ich mich hin und her teleportieren, was in die eine Richtung, Farmingwelt zu Hauptwelt, auch gut funktioniert und man zum am Weltspawnpunkt der Hauptwelt teleportiert wird. Andersherum geht dies jedoch nicht. Wenn ich /mvtp Farmingwelt eingebe wird man zwar in die Farmingwelt teleportiert, aber man spawnt nicht am Weltspawnpunkt der Farimingwelt sondern an anderen Koordinaten ein paar Blöcke weiter. Ich habe schon in den Konfigurationsdateien nachgeguckt und dort sind als Weltspawnpunkt 102.5 68.9 -107.5 angegeben, spawnen tut man aber an den Koordinaten 98.5 68 -111.5.
Wie kann ich das beheben?
Hier anbei einmal die config und die worlds Datei
# ------------------------------------------------------------------------- #
# This is the MV2 Config. If you mess it up, copy the values out #
# delete it, and it will be regenerated. Then use the ingame interface #
# to add your values back via the "/mv conf" command. #
# When in-game, simply type: "/mv conf ?" for help. #
# A config with explanations can be found here: #
# https://github.com/Multiverse/Multiverse-Core/wiki/config.yml #
# #
# #
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
# #
# Do NOT delete this line from your config!!!! #
# ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration #
# #
# IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT #
# ------------------------------------------------------------------------- #
multiverse-configuration:
==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
enforceaccess: 'false'
prefixchat: 'true'
prefixchatformat: '[%world%]%chat%'
useasyncchat: 'true'
teleportintercept: 'true'
firstspawnoverride: 'true'
displaypermerrors: 'true'
globaldebug: '0'
silentstart: 'false'
messagecooldown: '5000'
version: '2.9'
firstspawnworld: Hauptwelt
teleportcooldown: '1000'
defaultportalsearch: 'false'
portalsearchradius: '128'
autopurge: 'true'
idonotwanttodonate: 'false'
------------------------------------------------
worlds:
Hauptwelt_nether:
==: MVWorld
hidden: 'false'
alias: Nether
color: DARKRED
style: NORMAL
pvp: 'true'
scale: '8.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 1.5
y: 66.0
z: 1.5
pitch: 0.0
yaw: 0.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NETHER
seed: '4217291445185670116'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Hauptwelt:
==: MVWorld
hidden: 'false'
alias: Haupt
color: GOLD
style: NORMAL
pvp: 'true'
scale: '1.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: -675.5
y: 88.0
z: 666.5
pitch: 0.0
yaw: 180.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '4217291445185670116'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Hauptwelt_the_end:
==: MVWorld
hidden: 'false'
alias: End
color: DARKPURPLE
style: NORMAL
pvp: 'true'
scale: '16.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 0.0
y: 59.0
z: 0.0
pitch: 0.0
yaw: 0.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: THE_END
seed: '4217291445185670116'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Farmingwelt:
==: MVWorld
hidden: 'false'
alias: Farm
color: GREEN
style: NORMAL
pvp: 'true'
scale: '1.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'false'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 102.5
y: 68.9375
z: -107.5
pitch: 0.0
yaw: -45.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '7604928579517692575'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'