No Return Portal

Discussion in 'Archived: Plugin Requests' started by Karanja, May 25, 2014.

  1. Offline

    Karanja


    Anyone else that has an idea to hide or disable that error?

    "This Portal Goes Nowhere!
    No Specific end world has been linked to this world and 'skyworld_nether_the_end' is not a world."
     
  2. Online

    timtower Administrator Administrator Moderator

    That looks like a wrong config to me, nether AND the_end ?
     
  3. Offline

    Karanja


    Well apparantly it's because of the plugin onlineids made:

     
  4. Offline

    Onlineids

    The one I made doesn't utlize a config
     
  5. Offline

    Karanja


    No :) as i quoted you said it had to do with bukkit because they touch the portal first :)

    It's too bad though the other one didn't work :(
     
  6. Offline

    Karanja

    Anyone that has a solution? Please.. :(
     
  7. Offline

    Karanja

    *bump*

    Can someone please help me with this :( I am really desperate...

    I just need that error to be gone... :(
     
  8. Offline

    Karanja

    *bump*
     
  9. Offline

    Karanja

    *bump*
     
  10. Offline

    Karanja

    *bump*
     
  11. Offline

    Geekxboy

    Karanja How what error are you getting and how did you produce it?
     
  12. Offline

    Karanja

    [quote uid=90864896 name="Geekxboy" post=2567901]Karanja How what error are you getting and how did you produce it?[/quote]


    The error i am getting is:
    "This Portal Goes Nowhere!
    No Specific end world has been linked to this world and 'skyworld_nether_the_end' is not a world."

    And i am getting it when i use the plugin onlineids made:
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 2, 2016
  13. Offline

    Onlineids

    Karanja It has nothing to do with my plugin, the error you posted earlier confirms that...
     
  14. Offline

    Karanja

    Onlineids then why do i only have that specific error when i have your plugin running?

    you even said it yourself?

     
  15. Offline

    Onlineids

    Karanja First of all don't tag me and reply it just spams me. Secondly, I should clarify the message is being caused by my plugin but due to the way you wanted it it can't be changed because the message is being sent from bukkit.
     
  16. Offline

    Karanja

    Onlineids First of all, sorry i didn't know that :)
    Ok it makes more sense to me now :)
    Did you by any chance gotten further on the other plugin you were trying :(
     
  17. Offline

    Onlineids

    Karanja Couldn't get it to work across dimensions /:
     
  18. Offline

    Geekxboy

    What seems to be the issue with the plugin?
    Im still a little confused

    Maybe I'll try fixing it
     
  19. Offline

    Karanja

    Onlineids that's too bad :( thanx for trying though :)

    Well i need a plugin that makes sure that there isn't a return portal created whenever you use a portal.
    Onlineids did an awesome job with his first plugin. Because in fact whenever i use a portal it immediately destroys the return portal. But the downside is that Bukkit produces an error:

    "This Portal Goes Nowhere!
    No Specific end world has been linked to this world and 'skyworld_nether_the_end' is not a world."

    Now as you may understand, an error like that is not really wanted because everyone will see that each time they go through a portal.

    Onlineids then tried to make a plugin which made it so that the portal would just teleport you to the spot where normally the portal would take you to.
    But unfortunately that didn't work out either :(

    For me it is just important that there isn't a return portal created and especially no error :(
     
  20. Offline

    Zupsub

  21. Offline

    Karanja

    Zupsub i tested it... but besides that nothing happens (return portal does get created)... my whole console gets full with errors:

    Code:
    13.06 17:51:16 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_25]
    13.06 17:51:16 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_25]
    13.06 17:51:16 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_25]
    13.06 17:51:16 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
    13.06 17:51:16 [Server] INFO at io.github.tonodus.bukkit.NoReturnPortal.Main.portal(Main.java:20) ~[?:?]
    13.06 17:51:16 [Server] INFO Caused by: java.lang.NullPointerException
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInFlying.handle(SourceFile:8) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInFlying.a(SourceFile:137) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:342) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.EntityPlayer.i(EntityPlayer.java:240) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.EntityHuman.h(EntityHuman.java:162) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.EntityLiving.h(EntityLiving.java:1265) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.Entity.h(Entity.java:239) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.EntityLiving.C(EntityLiving.java:152) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.Entity.C(Entity.java:274) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.EntityPlayer.b(EntityPlayer.java:482) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerList.changeDimension(PlayerList.java:570) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    13.06 17:51:16 [Server] INFO org.bukkit.event.EventException
    13.06 17:51:16 [Server] ERROR Could not pass event PlayerPortalEvent to NoReturnPortal v1.0.0
     
  22. Offline

    Zupsub

    Could you please provide full error log? Which plugins do you using? As said, all works 100% correct for me, tested it with your craftbukkit build successfully.
     
  23. Offline

    Karanja

    Zupsub i copied the error log again:

    Code:
    [17:55:04] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'skyworld'
    [17:55:12] [Server thread/ERROR]: Could not pass event PlayerPortalEvent to NoReturnPortal v1.0.0
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at me.Incomprehendable.WorldPlugins.FakePluginManager.fireEvent(FakePluginManager.java:138) [PerWorldPlugins.jar:?]
        at me.Incomprehendable.WorldPlugins.FakePluginManager.callEvent(FakePluginManager.java:124) [PerWorldPlugins.jar:?]
        at net.minecraft.server.v1_7_R1.PlayerList.changeDimension(PlayerList.java:570) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityPlayer.b(EntityPlayer.java:482) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.Entity.C(Entity.java:274) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityLiving.C(EntityLiving.java:152) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.Entity.h(Entity.java:239) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityLiving.h(EntityLiving.java:1265) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityHuman.h(EntityHuman.java:162) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityPlayer.i(EntityPlayer.java:240) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:342) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.PacketPlayInFlying.a(SourceFile:137) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.PacketPlayInFlying.handle(SourceFile:8) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    Caused by: java.lang.NullPointerException
        at io.github.tonodus.bukkit.NoReturnPortal.Main.portal(Main.java:20) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_25]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_25]
        at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_25]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        ... 21 more
    [17:55:13] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'skyworld_nether'
    That are the only errors appearing in the log

    The plugins that i am using are:
    - Chestshop
    - Commander
    - Essentials
    - EssentialsAntiBuild
    - EssentialsChat
    - EssentialsProtect
    - HeadDrops
    - Multiverse-Core
    - Multiverse-NetherPortals
    - Multiverse-Portals
    - PermissionsEx
    - PerWorldPlugins
    - PlotMe
    - uSkyblock
    - Vault
    - WorldEdit
    - WorldGuard
     
  24. Offline

    Geekxboy

    The plugins work fine
    They are just conflicting with the plugin Multiverse-NetherPortals
     
  25. Offline

    Zupsub

  26. Offline

    Karanja

    Zupsub i tried the debug version and this is the log:

    Code:
    [02:54:39] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'skyworld'
    [02:55:11] [Server thread/INFO]: NoReturnPortalDebug: CraftPlayer{name=Karanja}
    [02:55:11] [Server thread/INFO]: NoReturnPortalDebug: Location{world=CraftWorld{name=skyworld},x=253.50658821789452,y=67.0,z=611.8766449072532,pitch=13.649999,yaw=90.14995}
    [02:55:11] [Server thread/INFO]: NoReturnPortalDebug: CraftWorld{name=skyworld}
    [02:55:11] [Server thread/INFO]: NoReturnPortalDebug: NORMAL
    [02:55:11] [Server thread/ERROR]: Could not pass event PlayerPortalEvent to NoReturnPortal v1.0.0
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at me.Incomprehendable.WorldPlugins.FakePluginManager.fireEvent(FakePluginManager.java:138) [PerWorldPlugins.jar:?]
        at me.Incomprehendable.WorldPlugins.FakePluginManager.callEvent(FakePluginManager.java:124) [PerWorldPlugins.jar:?]
        at net.minecraft.server.v1_7_R1.PlayerList.changeDimension(PlayerList.java:570) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityPlayer.b(EntityPlayer.java:482) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.Entity.C(Entity.java:274) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityLiving.C(EntityLiving.java:152) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.Entity.h(Entity.java:239) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityLiving.h(EntityLiving.java:1265) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityHuman.h(EntityHuman.java:162) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.EntityPlayer.i(EntityPlayer.java:240) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:342) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.PacketPlayInFlying.a(SourceFile:137) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.PacketPlayInFlying.handle(SourceFile:8) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    Caused by: java.lang.NullPointerException
        at io.github.tonodus.bukkit.NoReturnPortal.Main.portal(Main.java:28) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_25]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_25]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_25]
        at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_25]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[craftbukkit-beta2-os.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        ... 21 more
    [02:55:12] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'skyworld_nether'
     
  27. Offline

    Geekxboy

    There wasn't an issue with onlineids plugin
    The issue is that the plugins are conflicting with the Multiverse-NetherPortals plugin you have installed
     
  28. Offline

    Onlineids

    Geekxboy Was wondering why it worked perfectly on my server o.0
     
  29. Offline

    Geekxboy

    Karanja I went back and looked at Onlineids plugin, went to Multiverses github to look around at the code, and then went back to the error you were receiving and realized that its checking for "The End" coming from the nether

    So I modified onlineids plugin and hopefully this will work
    Download it here
     
  30. Offline

    Onlineids

    Geekxboy Thanks for the credit (sarcasm)
     

Share This Page