Multiverse: Players not respawning in world they died in

Discussion in 'Bukkit Help' started by PROProgrammers, Nov 7, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    PROProgrammers

    I have Multiverse-Core, Multiverse-Portals, and Multiverse-Inventories, and overtime a player dies, they respawn in the head spawn of the server. How can I change it so that they repspawn in the exact world they have died in, without having to trace their way back to the world?
     
  2. Offline

    drtshock

    Code:
    worlds:
      world:
        ==: MVWorld
        hidden: 'false'
        alias: ''
        color: WHITE
        style: NORMAL
        pvp: 'true'
        scale: '1.0'
        respawnWorld: 'respawnworldhere'
    Look at repawnworld.
     
  3. Offline

    PROProgrammers

    I typed that in verbatim, but it's still not working.
     
  4. Offline

    drtshock

    You don't copy stuff world for word.. Just change the respawnWorld in each world to whichever world you want them to spawn in.
     
  5. Offline

    PROProgrammers

    I did that. Didn't work.

    "worlds:
    survival:
    ==: MVWorld
    hidden: 'false'
    alias: ''
    color: WHITE
    style: NORMAL
    pvp: 'true'
    scale: '1.0'
    respawnWorld: survival"
     
  6. Offline

    drtshock

    Change it to exactly this

    Code:
    respawnWorld: 'survival'
    
     
  7. Offline

    Mre30

    old has hell.... but... this problem is still not fixed
     
  8. Offline

    xXMaTTHDXx

    Ok it should look like this respawnWorld: 'survival'

    Realize it's a single quote or how ever you like to call it not double

    Also please if this is solved put a solved prefix please.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
Thread Status:
Not open for further replies.

Share This Page