DRE2N / DungeonsXL

Create custom dungeons and adventure maps with ease!
https://www.spigotmc.org/resources/dungeonsxl.9488/
GNU General Public License v3.0
152 stars 84 forks source link

Respawn Locations don't seem to function #1028

Closed GodPuffin closed 3 years ago

GodPuffin commented 3 years ago

Description

The escapeLocation and finishLocation gamerules appear to have no effect

Reproduce

Set the escapeLocation or finishLocation in config while following the parameters here

Expected behavior

Teleported to corresponding coordinates when escaping/finishing the dungeon

Relevant configuration files

My code incase I wrote smt wrong:

escapeLocation: "spawnworld,166.0,63.0,-126.0"
Sataniel98 commented 3 years ago

Just tested them and both game rules work fine for me. Are you sure your world is called "spawnworld"? This is probably case-sensitive.

GodPuffin commented 3 years ago

aha, my main world is simply called “world”

thank you very much !