[INACTIVE][MISC] NetherPlugin - Go to the Nether! Standard in Minecraft Beta 1.6!

Discussion in 'Inactive/Unsupported Plugins' started by robin0van0der0v, Apr 10, 2011.

  1. Offline

    robin0van0der0v

    NetherPlugin - Go to the Nether!
    Standard in Minecraft Beta 1.6!
     
  2. Offline

    woodzy

    this plugin is simple and i like that =)
    i do get moveing errors from nocheat thro when going from the difrent worlds
     
  3. Offline

    Jexis

    Yeah, nocheat keeps kicking me as well. Says I "moved too quickly" and posits that I'm hacking the game, which I certainly am not by simply using a portal. It kinda makes the plugin unusable... I don't know if the fault is with the plugin or with Bukkit, especially since I'm using the recent unstable build.
     
  4. Offline

    Thyraxxx

    same error using 714
     
  5. Offline

    darklust

    This is great, needed to find replacements for Essentials quickly, this handles portal pretty elegantly.
     
  6. Offline

    ra-ka

    Code:
    You moved too quickly (Hacking?)
    [​IMG]
    PLEASE HELP!
    EDIT: When I go trough a Portal this Message appears and I my musst relogin, then I'm in the
    Nether (or the other way arround), Maybe I musst turn off or change settings in other plugins.
     
    Kenmo likes this.
  7. Offline

    PhantomGamers

    Are you ever going to fix
    Code:
    No portal is generated in the other world if you use a portal.
    Quite a big bug... :S
     
  8. Offline

    Stabu2Dead

    My ISP blocks the download due to it being a phishing site, or that's what it says anyways. I have no way to bypass it :(
     
  9. Offline

    jackyyang09

    When I use the portal, my server kicks me off because it says I moved too fast and accused me of hacking.
     
  10. Offline

    Spionxxx

    same needs to be fixed
     
  11. Offline

    Red_Pepper_rus

    +1 I have the same problem
     
  12. Offline

    ra-ka

    I'm too, Ithink its an other Plugin, we all have, but we don't no how to turn it of!
     
  13. Offline

    Kenmo

    I have the same problem, you moved too quickly, please help!
     
  14. Offline

    robin0van0der0v

    This is because Jeb added anti flight checks. :(
    I can't fix this, this must be fixed inside Bukkit!

    Im trying to fix this, please wait. :)

    I think you get this message because I use a subdomain of co.cc and maybe there is a phishing site on another subdomain.
    Try to use my IP 84.29.136.239 instead of robin-mc.co.cc. ;)
     
  15. Offline

    lifewater

    So... I loaded this, made a portal, and now I'm on bedrock with nothing around and no way out. Any idea how I get out of here? :(

    Edit: To get out remove the plugin files and the nether world file and it will respawn you in the other world.
     
  16. Offline

    woodzy

    is there a way to move a nether side portal to a diffrent spot and still have it link to the normal wold portal?
     
  17. Offline

    Thyraxxx

    anti flight is off, and other warp plugin ( even threw an other world ) doesnt kick me.. wouldnt you be able to change the way it teleport or I Dunno ? there must be someway to fix this
     
  18. Offline

    chernobyl360

    this plugin works but when i go into the nether for the first time it spawns me ontop of the whole world,Meaning ontop of the bedrock. im ending up having to /spawn into the nether and build a portal.
     
  19. Offline

    Jason897

    how do you use permissions?
    thanks
     
  20. Offline

    Indyhouse

    My nether no longer spawns anything. I have no clue what happened. The only changed I made to my server was adding TweakedCycle to keep my pixel-art world daylight all the time. I disabled it and the spawns still didn't come back. Any ideas?
     
  21. Offline

    ethanrider

  22. Offline

    robin0van0der0v

  23. Offline

    ethanrider

    Drat, I was about to give you diffs :(

    I'm not seing the fix with your build. I've reloaded the plugin and started/stopped the server.

    I'll attach the diffs I made from the 1.1 sources.
     

    Attached Files:

    Last edited by a moderator: May 14, 2016
  24. Offline

    woodzy

    Code:
    if(event.getPlayer().teleport(teleportTargetLocation)) {
    
        event.setTo(teleportTargetLocation);
        event.setFrom(teleportTargetLocation);
        event.setCancelled(true);
    }
    
    i found a code that may fix ur issue with players getting kicked for moveing to fast in plant it and give it a try
     
  25. Offline

    Spionxxx

    i have a big problem when i go trough a portal i cant go back :( im trapped in nether
     
  26. Offline

    John19800

    im getting this message "You moved too quickly :( (Hacking?"-message.
     
  27. Offline

    BigMoomba

    im still become the message too with 1.2 XD
     
  28. Offline

    Mickey

    Getting Error when trying to use the download link ?
     
  29. Offline

    luckyslayer92

    Please fix the moved too quickly message...
     
  30. Offline

    ra-ka

    I found the mistake,
    In the Essentialsconfig it musst be:
    Code:
    nether:
      enabled: true
     
  31. Offline

    lilSnappa117

    Hey, how do I properly uninstall this plug-in... I've deleted 'nether' folder and jar but it keeps generating the 'neather' folder. Someone please help Thanks.
     

Share This Page