[ADMN/SEC] VanishNoPacket 3.14.2 - Invisibility made easy! [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by mbaxter, Aug 16, 2011.

  1. Offline

    xenomorph6

    i love this plugin when i saw that you dint need spout anymore i was so happy that i can use reload once again please keep up dating it
     
  2. Offline

    CKSpoiler

    Hey, could you please update to R5? :)
     
  3. Offline

    monir

    I have choosed hooked dynmap: true
    when making vanish i disappears from dynmap but when doing /vanish again i dont get visible why is that?
     
  4. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    *steps into time machine, releases 3.0*
    Done!

    You probably gave yourself the permission node for always staying hidden in dynmap. Fickle little node that was actually requested by several people.
     
  5. Offline

    PhoenixStar117

    This Plugin is not working!

    Every time I try to use this plugin on my server, it says something about an Internal error or something. I can't seem to copy and paste the stuff from the Bukkit.Dev server starter "Run". So this is all i can say. If you have any suggestions... I'm open :D
     
  6. Offline

    monir

    I have the - * permission is that permissions for dynmap you mean?
     
  7. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    As the download page clearly states you need 1.1-R4 to use this plugin.

    When giving yourself ALL NODES, you need to be aware of ALL NODES that a plugin provides. Check this plugin's nodes out here :
    http://dev.bukkit.org/server-mods/vanish/pages/permissions/
     
  8. Offline

    LucarioXL

    Hey mbaxter! Ummm... I feel dumb saying this, but where is the version for bukkit 1.1 R3? I have that version for my server. I do not want to update because I have tons of plugins... but mostly because I don't know how to update to the newest build of craftbukkit without breaking my server. :oops:

    Please help!!!
    Thank you for your attention.
     
  9. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    R4 won't break your plugins. Just update to R4 by overwriting the craftbukkit jar. :)
     
  10. Offline

    LucarioXL

    ...Huh?
    So all my plugins will still work?
    What do you mean overwriting the craftbukkit jar?
    (Sorry, I'm sorta new to hosting a server. :( )
     
  11. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Go read the informative tutorials on setting up a server and managing it. :)
     
  12. Offline

    LucarioXL

    D: Can I please just have the R3 version??? Pleassee???
     
  13. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    I'm not re-releasing that version, it requires Spout, which is an extra complicated dependency for a lot of people who seem to have trouble with using it.
     
  14. Offline

    Pr07o7yp3

    It doesn't work correct with CommandBook. Please, fix it...
     
  15. Offline

    JanTTuX

    CraftBukkit version: 1.1-R4
    VanishNoPacket version: 3.3
    Spout version: None/No Required
    Problem: No permission eaven with op, i have Permissions 3.1+
     
  16. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Define "doesn't work with"

    With op, you get the nodes vanish.vanish, vanish.see, vanish.statusupdates
    Permissions 3.x is not supported by this and many other plugins.
     
  17. Offline

    cburke

    Greetings. I'm having trouble completely hiding myself from Dynmap. It mostly works - I'm able to join vanished without showing up on the map. When I "unvanish" I pop up on the map (good). When I vanish I disappear from the map (again, good). However when I quit (for real), Dynmap always says "[username] quit". This happens regardless of my vanished state. This happens if my last command was /v fq.

    So since my users have Dynmap up continuously, I'm not really fully hidden. I'm running 1.1R4, VanishNoPacket-3.2, and Dynmap-0.32.

    Any ideas?
     
  18. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    That seems a bit odd. Looking into it.
     
  19. Offline

    Damien711

    A quick question I was reading a few pages back and there was some issues reported with Vanish contradicting with the MobDisguise plugin. Is this a confirmed bug and if so do I need to disable MobDisguise in order for the Vanish plugin to function correctly without spewing errors/causing the server to crash?
     
  20. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    There were reported problems, I do not know if they were or are present. Best to find out yourself.
     
  21. Offline

    Bluebossa3jp

    Hey I just got this plugin to replace VanishNoPickup about an hour ago because it says it blocks tracking clients and I was getting this error. Do you know what it is :eek:

    Code:
    2012-02-22 17:43:21 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'vanish' in plugin VanishNoPacket v3.3
        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:386)
        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(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.canSee(Lorg/bukkit/entity/Player;)Z
        at org.kitteh.vanish.VanishManager.toggleVanishQuiet(VanishManager.java:225)
        at org.kitteh.vanish.VanishManager.toggleVanish(VanishManager.java:167)
        at org.kitteh.vanish.VanishCommand.onCommand(VanishCommand.java:43)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
     
  22. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    As the download page says, you need 1.1-R4
     
  23. Offline

    Bluebossa3jp

    Wow lol thanks man i feel dumb, all i did was delete and redownload from same place and it works :D
    Best regards and Nice work!
     
  24. Offline

    xphoenixxx

    I am sorry.. did you say now does not require spout .. *blinks* ..........

    Did you ever know that you're my hero....
    And i used to dislike Bette Midler..

    Here i was wondering when vanishnopickup/vanish2/simplyvanish was finally going to stop working..
    And you go and make yours START working....

    Least I can put off listening to people spout crap about spout for another release. Anything Client side=Fail :p
    Spout - the EMACS of the Minecraft world *nods*
     
  25. Offline

    Godwar101

    OPs have by default the permission: vanish.silentjoin?

    You should place a config to disable this.
     
  26. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    ops do not have vanish.silentjoin by default. I intentionally only give the following nodes to op:

    vanish.vanish
    vanish.see
    vanish.statusupdates
    vanish.adminalerts
    vanish.reload

    silentjoin is not given to ops automatically.
     
  27. Offline

    Godwar101

    Sorry, I found the problem OPs group had the '*' permission.
     
  28. Offline

    toby111222333

    I installed the plugin and it only worked when i was alone on my server, Ideas? another question, Do you need to include all of the permissions to make it work? also the other commands apart from ./vanish donk work it just says uknown console command. please help![pig]
    craft bukkit version :1846
    Vanish No Packet version: v3.3
     

    Attached Files:

  29. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    As the download states, you need to be on 1.1-R4
     
  30. Offline

    HAWK812

    uhm, Im pretty new to using plugins, and I was just wondering, do u NEED to use permissions for it to work?
     

Share This Page