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

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

  1. Offline

    CheesyWalnut

    CraftBukkit version: 1.2.5-R1.0
    VanishNoPacket version: 3.5
    Problem: Whenever I login I always login vanished and i have to type /v to appear again and its getting really annoying
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If you log in vanished then you granted yourself that permission node. Read the permission node documentation for this plugin first, and then re-assign yourself only the nodes you want. :)
     
  3. Offline

    CheesyWalnut

    But my owner group has the permission '*' (im using PEX) how do you remove a permissions from '*'
     
  4. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    My advice is if you don't want all nodes don't give yourself all nodes. Barring that, read the PEX documentation for how to revoke nodes.
     
  5. Offline

    painisgod

    how do i make builder able to do /vanish ? (what permission is it? essentials, etc)
     
  6. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Read the permissions documentation.
     
  7. Offline

    IHHI

    There is just one problem... When I join vanished on my server, it's say that there is one person on my server and it's only me... So, people will know that I am in because the server list show the number of people and I am include.
    Is there something that I can do to remove me from the server number of people?
    OR, Is there a way that my name never disapear from the player list when I am vanished?
     
  8. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Unfortunately there is no way to implement this at this time, due to restraints in the bukkit api.
     
  9. Offline

    IHHI

    But can you add an option that always show the name of vanished player in the list of player
     
  10. Offline

    player2850

    I have all permissions '*' , but seriously why i am forced for geting vanished every time i join my server i cant config it , so u help me, i dont want to be vanished every time i join thanks.
     
  11. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Same answer. Currently not possible.

    You gave yourself the permission node vanish.joinvanished, so you are going to join vanished.
     
  12. Offline

    Jeva

    I have a problem. When i put the correct command "/vanish" i see a text that says you have vanished, but when i go in front of people they say that they see me. I don't know whats the problem. :(
     
  13. Offline

    painisgod

    how do i do that? D:
     
  14. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Those people have the vanish.see permission node.
     
  15. Offline

    PhantomsCore

    1/10

    In all my time of running a minecraft server I have gone back to this time after time and each time it never worked. None of the people are op. Also I do not run permissions.
     
  16. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Perhaps if you'd let me try to help you instead of just declaring it's bad...


    Enable permtest in your config, reload it with 'vanish reload' in console. Join the game. If someone says they can see you when they shouldn't, say (in game) /permtest THATGUYSNAME vanish.see

    Let me know what it says.
     
  17. Offline

    afistofirony

    Okay, so I have downloaded VNP for my server.

    When I type /vanish, I disappear normally. I don't have any other VNP commands such as fakequit and nopickup.

    Can you help me? Do I need to update my permissions or might I be running an outdated version of VNP?

    Thanks!
     
  18. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Read the permissions documentation and give yourself the nodes you need. :)
     
  19. Offline

    afistofirony

    Ok, thanks!

    So just add the permission nodes for /v fq? Because ATM the /v fq command does not show.

    I'll do that once I get PEX :3
     
  20. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Yup, that'd be the vanish.fakeannounce node.

    VanishNoPacket 3.6.1 released! Check it out here! Lots new features.

    http://dev.bukkit.org/server-mods/vanish/files/46-3-6-1/

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

    Cartmani

    CraftBukkit version: 2149#
    VanishNoPacket version: 3.6
    Problem: No Commands work anymore!

    org.bukkit.command.CommandException: Unhandled exception executing command 'v' in plugin VanishNoPacket v3.6
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at org.kitteh.vanish.VanishManager.toggleVanishQuiet(VanishManager.java:209)
    at org.kitteh.vanish.VanishManager.toggleVanish(VanishManager.java:171)
    at org.kitteh.vanish.VanishCommand.onCommand(VanishCommand.java:59)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  22. I'm afraid I received an error.

    Show Spoiler

    Code:
    02:31:40 [SEVERE] Could not pass event PlayerJoinEvent to VanishNoPacket
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:94)
            at net.minecraft.server.Packet1Login.handle(SourceFile:68)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
            at org.kitteh.vanish.VanishManager.toggleVanishQuiet(VanishManager.java:209)
            at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayerJoinEarly(ListenPlayerJoin.java:35)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
            ... 12 more
    This is with the RB for 1.2.5 (build 2149).
     
  23. Offline

    Puremin0rez

    No Commands are working with 3.6.1!
     
  24. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    This should be resolved in 3.6.1

    v3.6.2 now with 50% fewer terrible errors.
    http://dev.bukkit.org/server-mods/vanish/files/47-v3-6-2/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  25. No errors when joining, excellent!

    I like the smoke effect.

    Problems I noticed:
    I can still stop mine carts in motion
    Pets follow me
    I can interact with pets while vanished (sit/don't sit)
     
  26. Offline

    Dyon

    Error when starting up/stopping the server:
    Code:
    15:51:39 [INFO] [VanishNoPacket] v3.6.2 unloaded.
    15:51:39 [SEVERE]      at sun.nio.ch.SelectionKeyImpl.ensureValid(Unknown Sourc
    e)
    15:51:39 [SEVERE]      at sun.nio.ch.SelectionKeyImpl.readyOps(Unknown Source)
    15:51:39 [SEVERE]      at java.nio.channels.SelectionKey.isAcceptable(Unknown S
    ource)
    15:51:39 [SEVERE]      at net.tootallnate.websocket.WebSocketServer.run(WebSock
    etServer.java:217)
    15:51:39 [SEVERE]      at java.lang.Thread.run(Unknown Source)
    
     
  27. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Looks like someone else's code exploded over the message of vanishnopacket shutting down. Is there more above or below that in the log?
     
  28. Offline

    Dyon

    I will paste it a bit above and below.

    Edit:
    Code:
    16:10:32 [INFO] [ItemSpy] Disabling ItemSpy v1.1.0
    16:10:32 [INFO] [ItemSpy] ItemSpy v1.1.0 is disabled.
    16:10:32 [INFO] [JSONAPI] Disabling JSONAPI v3.4.5
    16:10:32 [SEVERE] java.nio.channels.CancelledKeyException
    16:10:32 [SEVERE]       at sun.nio.ch.SelectionKeyImpl.ensureValid(Unknown Sourc
    e)
    16:10:32 [INFO] [VanishNoPacket] Disabling VanishNoPacket v3.6.2
    16:10:32 [SEVERE]       at sun.nio.ch.SelectionKeyImpl.readyOps(Unknown Source)
    16:10:32 [INFO] [VanishNoPacket] v3.6.2 unloaded.
    16:10:32 [SEVERE]       at java.nio.channels.SelectionKey.isAcceptable(Unknown S
    ource)
    16:10:32 [SEVERE]       at net.tootallnate.websocket.WebSocketServer.run(WebSock
    etServer.java:217)
    16:10:32 [SEVERE]       at java.lang.Thread.run(Unknown Source)
    16:10:32 [INFO] 182 recipes
    16:10:35 [SEVERE] Nag author: '<NoAuthorGiven>' of 'WorldGuard' about the follow
    ing: This plugin is not properly shutting down its async tasks when it is being
    reloaded.  This may cause conflicts with the newly loaded version of the plugin
    16:10:35 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    16:10:35 [INFO] Entities enhanced[0] subclassed[0]
    16:10:35 [INFO] [WorldEdit] Loading WorldEdit v1141-2ed92da
     
  29. Offline

    KrisEike

    Bump for awesome plugin that DOESN'T NEED SPOUT!!! :3
     
  30. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Report it to the JSONAPI topic, looks like it starts there :)
     

Share This Page