Multi-world spawns

Discussion in 'Bukkit Help' started by wowzersam, Apr 26, 2014.

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

    wowzersam

    Hey guys, Right now I have a server where you spawn at the hub. You can then go into anywhere you like. I want it so that in ONE of my worlds, when you die, it spawns you at the spawn for THAT world. Its for my KitPvP world, so only when players DIE, they get sent back to the spawn for THAT world. If a player RELOGS, they get sent back to the original spawn. Right now I'm using SpawnTP for the relog to spawn thing.
     
  2. Offline

    Evildude221

    wowzersam

    Assuming you are using multiverse.

    Locate the worlds.yml file within the multiverse folder in the plugins folder.
    Locate the world you want, and change the "respawnWorld" field to the world you want to respawn in.


    Code:
    worlds:
      YourWorld:
        ==: MVWorld
        hidden: 'false'
        color: WHITE
        style: NORMAL
        pvp: 'true'
        scale: '16.0'
        respawnWorld: 'YourWorld'
        allowWeather: 'true'
        difficulty: EASY

    Let me know if you need anything else.
     
  3. Offline

    wowzersam

    Evildude221 I will try this! Get back to you when I'm done

    Evildude221 didn't work D:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
    Evildude221 likes this.
  4. Offline

    Evildude221

    You sure your changing the respawn world for the correct world? And have you reloaded the config/server? (Sorry, have to ask)

    Just to clarify, config should look like this:

    Code:
    worlds:
      KitPvPWorld:
        ==: MVWorld
        hidden: 'false'
        color: WHITE
        style: NORMAL
        pvp: 'true'
        scale: '16.0'
        respawnWorld: 'KitPvPWorld'
        allowWeather: 'true'
        difficulty: EASY
    (I don't know what the name of your kit pvp world is, but in my example it's "KitPvPWorld" Make sure you use proper caps and name)
     
  5. Offline

    wowzersam

    Evildude221 Yes, I just respawn at my home, with or without OP
     
  6. Offline

    Evildude221

    wowzersam

    Sounds like a plugin conflict to me.

    Maybe your hub plugin or essentials? (essentials spawn i assume would cause the issue)

    What plugins are installed?

    If you want to test, remove essentials (assuming you use it) and essentials spawn, as well as your hub plugin and see if it works, if still no, remove all plugins except multiverse and see if it works then.
     
  7. Offline

    wowzersam

    Evildude221 Curious about this plugin: http://www.curse.com/bukkit-plugins/minecraft/worldguard-spawn-point-flag Would it work?

    btw my plugins:

    BarAPI.jar
    BattleKits.jar
    BuyRegion.jar
    Buycraft.jar
    ChestCommands.jar
    Clearlag.jar
    CombatLog.jar
    CommandSigns.jar
    CustomJoinItems.jar
    DisguiseCraft.jar
    DoubleJumper.jar
    DragRod.jar
    DragonCast-Release.jar
    EchoPet.jar
    EnjinMinecraftPlugin.jar
    Essentials.jar
    EssentialsChat.jar
    EssentialsGroupBridge.jar
    EssentialsGroupManager.jar
    EssentialsProtect.jar
    EssentialsSpawn.jar
    EssentialsXMPP.jar
    Factions.jar
    FrameProtect_v2.5.jar
    GriefPrevention.jar
    HealthBar.jar
    HolographicDisplays-2.jar
    KeepItems.jar
    KitAddon-2.jar
    KitsPreview.jar
    LinksOnSigns.jar
    Lockette.jar
    LonelyServer.jar
    MOTDColor.jar
    MineResetLite.jar
    MobArena.jar
    MoneyDrop.jar
    MultiEco.jar
    Multiverse-Core-2.4.jar
    Multiverse-Inventories-2.5.jar
    Parkour.jar
    PerWorldPlugins.jar
    PlayerTrails.jar
    PlotMe.jar
    PlugMan.jar
    PluginsBaker.jar
    PressurePush.jar
    PrisonRankup_v1.5.jar
    Quake.jar
    ShowCaseStandalone.jar
    SpawnTP.jar
    Spleef.jar
    TNTRun.jar
    TelePads.jar
    Timeismoney.jar
    TouchscreenHolograms.jar
    Vault.jar
    VoidGenerator.jar
    Votifier.jar
    VoxelSniper-5.168.9-SNAPSHOT.jar
    WhatIsIt.jar
    WorldEdit.jar
    WorldGuard.jar
    antiswear.jar
    blinggrapplinghook.jar
    coloredtablist.jar
    floAuction.jar
    iGates.jar
    mcMMO.jar
    uSkyBlock.jar
     
  8. Offline

    Evildude221

    wowzersam

    Perhaps, you'd need to use the global region though.

    I think the conflict lies with EssentialsSpawn or SpawnTP, or both.

    You could try removing those plugins and see, or try the plugin you linked, but you may still have a issue with EssentialsSpawn and SpawnTP.
     
  9. Offline

    wowzersam

    Evildude221 ERMAHGERD!!! THANK YOU! Removed essentials spawn, and it all worked fine. Thanks a lot for the help!
     
    Evildude221 likes this.
Thread Status:
Not open for further replies.

Share This Page