Respawning at main spawn except at world where you died

Discussion in 'Bukkit Help' started by xShadowKillerx, Sep 22, 2013.

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

    xShadowKillerx

    Hello

    I have Mutliverse and EssentialsSpawn installed.
    Im using Multiverse for ofcourse multi word support and spawn per world for players by using /mvs.
    EssentialsSpawn is for global spawn for players by using /spawn.

    Everything is fine, BUT when someone dies he respawn always on world where is set spawn by EssentialsSpawn not at this world where he died.

    I was trying to change many options like:
    1. respawnWorld: 'world_name' <-- this configuration at mutliverse worlds.yml
    2. respawn-at-home: false <-- this configuration at essentials config.yml
    3. respawn-listener-priority: lowest <-- this configuration at essentials config.yml

    I dont have any other ideas what is going on..
    I know that when i disable EssentialsSpawn then it works fine.

    Plugins:
    [​IMG]
     
  2. Offline

    Lolmewn

    Set 3. To highest. This will overwrite the essentials spawn.
     
  3. Offline

    xShadowKillerx

    Lolmewn
    Nothing changed.

    Btw.
    Code:
    # Set this to lowest, if you want Multiverse to handle the respawning
    # Set this to normal, if you want EssentialsSpawn to handle the respawning
    # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
    respawn-listener-priority: highest
    So probably it should be anyway lowest for Multiverse but it doesnt work with lowest and highest too, so..
     
  4. Offline

    xDeeKay

    xShadowKillerx So if I understand correctly, you want players to be able use /spawn to teleport to the spawn of the world they're in, and when they die, respawn at the spawn of the world they died in?

    First you'll need to use '/setspawn' (for essentials) at the point in all your worlds where you want your spawn to be. This will allow you to still use /spawn to get to spawn manually. Then you'll also need to set your Muliverse spawns using in the same spot using '/mv set spawn'. Then it's all up to the 'respawnworld:' option in Multiverse to determine where you will respawn.
     
  5. Offline

    xShadowKillerx

    xDeeKay
    No, players using /spawn command to teleport to the MAIN world (world_main) spawn and it works fine.
    /mvs command to teleport to the spawn of the world they're in and it works fine too.

    But when they die they always respawn in main world (world_main) where spawn is set by /setspawn from essentials. So 'respawnworld:' option in Multiverse dont work cuz when they die in world_1 and 'respawnworld:' of world_1 is set to world_2 they respawn anyway in world_main. And i want to fix that 'respawnworld:' option cuz it dont work.

    I tried to set up the priority in Essentials config to let Multiverse handle that by those options:
    Code:
    # Set this to lowest, if you want Multiverse to handle the respawning
    # Set this to normal, if you want EssentialsSpawn to handle the respawning
    # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
    respawn-listener-priority: highest
    But it has no effect :/
     
  6. Offline

    xDeeKay

  7. Offline

    xShadowKillerx

    xDeeKay
    Sure, <Edit by Moderator: Redacted wklej url>

    Actually i was testing only on world called wyspy so you dont have to look for every world.
     
    Last edited by a moderator: Apr 14, 2020
  8. Offline

    xDeeKay

    xShadowKillerx 14 worlds? I hope you have the resources for that!
    Anyway, try setting bedrespawn: false for your wyspy world, see if that changes anything.
     
  9. Offline

    xShadowKillerx

    xDeeKay Sure, I have ;)
    Nothing changed...
     
  10. Offline

    xShadowKillerx

  11. Offline

    Aelanna

    I don't bother with this on my server. When we die and go to main spawn, we just use the Essentials /back command to go back to where we died and pick up our stuff. (Unless you died in lava)
     
Thread Status:
Not open for further replies.

Share This Page