Nether Portals are Broken?

Discussion in 'Bukkit Help' started by sharf224, Jun 11, 2012.

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

    sharf224

    So, I have a problem with my server, and I can't seem to find the cause, or a fix. All nether portals lead to the same location in the nether, and when you leave through that portal, it sends you to a separate portal in the normal world, even if I break it. I've tried disabling all plugins, and it still doesn't work. Any ideas on why this is, or how to fix it? Thanks.
     
  2. Offline

    Omnitv

    Plugin list please.
    and are you using any multiverse plugins, or Teleportation plugin. More info is helpfull .
     
  3. Offline

    sharf224

    I have multiverse-core, multiverse-portals and multiverse-inventories. Those plugins have also messed up my beds.
     
  4. Offline

    Deleted user

    You have to have more plugins than that. Definitely. I'm 100% sure.
     
  5. Offline

    sharf224

    Trying to think of them all off the top of my head...Mcmmo, towny, chest shop, vault, iconomy, world_gaurd, world_edit, mine_backup, and a few others that I've added since this problem started.

    I'd also like to point out, that with no plugins enabled, and with brand new worlds, they all do the same thing.
     
  6. Offline

    Omnitv

    Out dated bukkit.jar?
     
  7. Offline

    sharf224

    I have the latest stable release, and I've had this problem since 1.2.4

    Just did a clean start, no plugins, just bukkit. Same issue.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  8. Offline

    sharf224

    bump. Any ideas?
     
  9. Offline

    andrewpo

    Instead of providing very vague information, can you actually open up your server console and give us the output of the " VER " and " PL " commands please?

    Thanks.
     
  10. Offline

    Cory_

    Ironically, I'm having the same issue.

    Code:
    >ver
    03:15:10 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    Code:
    >pl
    03:15:29 [INFO] Plugins (43): OKLogger, LagMeter, GroupManager, MultiInv, AlphaChest, WorldEdit, NoCheatPlus, Statistician, Buycraft, Backup, Vault, LogBlockQuestioner, PluginReloader, Multiverse-Core, WorldGuard, ecoCreature, MCDocs, InfinitePlots, QuickSign, NaughtyList, iConomy, Permissions, SimpleSpleef, InfiniteClaims, FalseBookCore, Herochat, Tips, Essentials, EssentialsProtect, MondoChest, EssentialsSpawn, FalseBookBlock, Multiverse-Portals, LogBlock, LWC, dynmap, Dynmap-WorldGuard, FalseBookIC, ChestShop, FalseBookExtra, SimpleRegionMarket, WorldBorder, VanishNoPacket
    Code:
    [root@server1 Minecraft]# cat server.properties
    #Minecraft server properties
    #Tue Jun 19 00:59:53 PDT 2012
    allow-nether=true
    This was
    Code:
    portalsdefaulttonether: false
    Changed to:

    Code:
    portalsdefaulttonether: true
    Reloaded: Multiverse /mv reload and Rebooted the server.

    Full Config:
    Code:
    [root@server1 Multiverse-Portals]# cat config.yml
    wand: 271
    useonmove: true
    portalsdefaulttonether: true
    enforceportalaccess: true
    portalcooldown: 1000
    clearonremove: false
    teleportvehicles: true
    framematerials: []
    version: 2.7
    Code:
    [root@server1 Multiverse-Core]# cat config.yml
    multiverse-configuration:
      ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
      enforceaccess: 'true'
      prefixchat: 'false'
      teleportintercept: 'true'
      firstspawnoverride: 'true'
      displaypermerrors: 'true'
      globaldebug: '0'
      messagecooldown: '5000'
      version: '2.9'
      firstspawnworld: survival
      teleportcooldown: '1000'
    I don't see any other plugin that would cause this, I've tried installing;

    Multiverse-NetherPortals - Seeing if that would fix the issue, but ended up making the portals not work at all, None of them. -Used 2.4-AB and the latest DEV builds and reconfigured all the configs, so I'm not so sure if Multiverse is causing the issue.

    Probably something to do with Essentials, The only other thing I can think of that messes with worlds.
     
  11. Offline

    zipron

    Nether portals work fine, but you need to understand how they work:
    - each block you walk in the nether = 8 in the overworld
    - if you create a portal in the overworld, it has to be the single portal in a 1024 block radius for it to create a new portal in the nether. If two portals are closer to eachother than 1024 blocks (x-z) they will link to the same nether portal. This makes that the minimum nether distance between portals is 128 blocks.
    - you can find all information about nether portals here: http://www.minecraftwiki.net/wiki/Nether_portal

    It ahs ntohing to do with plugins/bugs, it wroks 100% fine.

    zip
     
  12. Offline

    Cory_

    You're wrong, They use to work next to each other, now they don't. This was before a 1.2 update.
     
  13. Offline

    zipron

    read the wiki... =S
     
  14. Offline

    cnaude

    I had the same problem on my server. The issue for me was caused by Multiverse. This is a workaround I use.

    If the nether does not already exist use the "/mv create worldname_nether nether" to create it.

    Then use the "/mvnp link [FROM_WORLD] {TO_WORLD}" to link your world to the nether. This should fix all of the nether portals.
     
  15. Offline

    Cory_

    Yeah installed Multiverse-NetherPortals and ran the commands and everything is now working.

    Code:
    /mvnp link nether survival
    Thanks, cnaude.

    Regards,
    Cory
     
  16. Offline

    vlaminck

    I had the same problem:

    1) Portals from world to world_nether worked, turning around and going back through the portal brought me back.
    2) Installed multiverse-core
    3) Portals from world to world_nether worked, turning around and going back through the portal created a new portal
    4) Destroyed the new portal
    5) Disabled multiverse-core
    6) Portals from world to world_nether worked, turning around and going back through the portal brought me back as expected.

    The /mvnp link command didn't solve my problem. What actually solved my problem was changing defaultportalsearch in the multiverse-core config.yml to 'true'

    I believe this is due to a smaller portal search radius, and so changing portalsearchradius in config.yml might be another way to solve this issue. I didn't test that though.

    Here's more information about config.yml for reference: https://github.com/Multiverse/Multiverse-Core/wiki/config.yml
     
  17. Offline

    Mycrowut

    This is still not working :(
    Does anyone have a fix to this besides using NetherPortals - which are horrible...
     
Thread Status:
Not open for further replies.

Share This Page