Inactive [ADMN/FUN] NoClip v0.2 - Enable Zombe's and CJB NoClip on your server! [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by md_5, Jan 13, 2012.

  1. Offline

    md_5

    NoClip - Enable Zombe's NoClip on your server!
    With the advent of Zombe's mod 5.9 I have been able to work with Tanzanite, the author in order to produce a version of his modpack that can allow the amazing NoClip feature on Bukkit SMP. Thanks to his wonderful work integration is as easy as can be. Simply stop your server, take the jar from:​
    drop it into your plugins folder and restart the server. If you choose to use /reload you will need to reconnect before being allowed to NoClip.​
    There are a couple of things you must note:​
    1. You must either be op or have the "zombes.noclip" permission set to true to be able to NoClip
    2. You must have the latest Zombe's mod from: http://www.minecraftforum.net/topic/91055-v110-zombes-modpack-26-mods-v59-upd-13jan/
    3. Spout is AGAIN compatible
    Changelog:
    Versoin 15: Remove other stuff.​
    Version 9: Fix Bukkit bugs​
    Version 0.2: Updates etc etc​
    Version 0.1: Move backwards in time! Fix rename bugs and add some surprises for later use!​
    Version 1.2: Cleanup, use new event system and add config option for disabling messages​
    Version 1.1: Add support for new CraftBukkit renames and Spout​
    Version 1.0: Initial release​
    [​IMG]
     
    Logimac, Royalgamer06, Tanite and 4 others like this.
  2. Offline

    emoknight

    sweet :) cant wait use is on the server
     
  3. Offline

    md_5

    Tell me how it goes, personally I can't even think of not using NoClip in SMP anymore (I've been testing this for several days)
     
  4. Offline

    orange451

    Can Moderators approve their own threads?
     
  5. Offline

    Jozeth

    Probably not or he would of...
     
  6. Offline

    md_5

    I can but this is not rb compatible yet, so I will once an rb is out
     
    Nineza, abcedea and Jozeth like this.
  7. Offline

    meee

    Thank you :D
    A little question: the permission is just "noclip"? Normally i test by myself but i am online with my phone ^^
     
  8. Offline

    md_5

    yep
     
  9. Offline

    lishid

    Interesting... "You MUST NOT have Spout installed"
    LOL
     
  10. Offline

    md_5

    Well you cannot have Spout installed as I mod the NSH and so does Spout. Either Spout or this plugin will break, depending on load order.
     
  11. Offline

    lishid

    This. Spout force replace NSH every time it accesses it. Also, there doesn't seem to be a hackable way in spout to access the Packet10, so no spout support...

    Also,
    "Hacking you client still doesn't allow you to do that!" <- wut?
     
  12. Offline

    md_5

    @lishid
    I need to remove that, as I now use the internal Bukkit command permissions instead of hasPermission. I was going to remove it but I already uploaded the jar and was too lazy.
    If you try to noclip on a server without this mod or without permission the client mod will stop you, but if you were to say hack the permission out of the client the server will stop you anyway and was going to print that message.
     
  13. Offline

    Pangamma

    Best mod ever. I'm installign it. lol.

    Is there a way to stop it from "disabling" noclip? I can noclip once but then after that it disables my noclip ability. I just get ordinary fly.

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

    md_5

    I'm not sure what you mean by that.
    Press F6 to enable, f6 to disable. Wash, rinse, repeat.
     
  15. Offline

    Pangamma

    I'll try reinstalling zombe mod. f6 does nothing. f7 brings up a menu.

    edit: yep. That fixed it. I just needed to update my config to the latest settings.
     
  16. Offline

    tehMorag

    Thank you!
    You have helped make BashCraft: Legend of Hobo that much better :D
     
  17. Offline

    md_5

    :) Yay, thats what I make plugins for, you guys!
     
  18. Offline

    xpansive

    Great for testing out world generators!

    Edit: I'm getting this:
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'noclip' in plugin NoClip v1.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:385)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NoSuchFieldError: b
        at com.md_5.noclip.NoClip.updateNetServerHandler(NoClip.java:63)
        at com.md_5.noclip.NoClip.enableNoClip(NoClip.java:51)
        at com.md_5.noclip.NoClip.onCommand(NoClip.java:42)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    
    Probably because of this commit:
    https://github.com/Bukkit/CraftBukkit/commit/30d52f4e2a95cd06c0a056b3ca9ca6bd6cca53b0

    It still works, though.
     
  19. Offline

    md_5

    Its great for everything :)
    Couple this with mbaxter 's VanishNoPacket and you are SuperAdmin
     
  20. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    But, didn't you just say a few lines up that this can't go with Spout?
     
  21. Offline

    md_5

    Damn!
    Umm... Lets see if Spout will let me replace their NMS with an alternate version that includes mine.

    Version 1.1 is out!
    Spout is compatible and so are the latest CraftBukkit builds. Please update CraftBukkit if you have issues with 1.1.
    Now using mbaxter 's plugin you can be super admin!

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

    Elfsovereign

    I don't understand one thing: Currently there is no 1.1-R1 just 1.0-R1. Would this cause it not to work? Also can you make it configurable as to whether or not it says "No clip is now enabled"? I'd prefer it to just run in the background.
     
  23. Offline

    md_5

    I will add config option. There is no 1.0-R1 build because that is a 1.0 CraftBukkit and SMP NoClip only works on the 1.1 version of Zombe's mod!
     
  24. Offline

    Elfsovereign

    Ok so you're preemptively saying that it will work with RB1.1 when that comes out. Because as of this posting no such build has been declared (contrary to some confusing facebook posts).
     
  25. Offline

    dkabot

    1.1 dev build has been out for a few days, just no 1.1 RB...
    http://ci.bukkit.org/job/dev-CraftBukkit/lastBuild/
     
  26. Offline

    md_5

    No I'm saying it will work with the current 1.1-R1-SNAPSHOT builds. I know that no such RB has been declared and if there was I would be the first to know as I help write Bukkit and CraftBukkit.
     
  27. Offline

    Chirimorin

    This looks nice, been using VanishNoPacket for a while now and opening doors can give you away when hidden.
    Just waiting for a RB of 1.1 to update ;)
     
  28. Offline

    md_5

    Trust me its pretty darn stable already
     
  29. Offline

    Chipmunk9998

    Yay, I've been waiting for a plugin like this.
     
  30. I really love this plugin and it worked before but now i'm getting this error

    Code:
    >22:35:48 [SEVERE] null
     
    org.bukkit.command.CommandException: Unhandled exception executing command 'noclip' in plugin NoClip v1.1
     
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
     
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
     
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:382)
     
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:768)
     
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:728)
     
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:721)
     
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
     
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
     
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:96)
     
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
     
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534)
     
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
     
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
    Caused by: java.lang.NoSuchFieldError: server at com.md_5.noclip.NMSUpdater.updateNetServerHandler(NMSUpdater.java:10)
     
    at com.md_5.noclip.NoClip.enableNoClip(NoClip.java:46)
     
    at com.md_5.noclip.NoClip.onCommand(NoClip.java:36)
     
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
     
    ... 12 more
     

Share This Page