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

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

  1. Offline

    winter4w

    I dotn think its a node anymore caz the plugin did work but i reload the server and it stop
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    No sir :)
     
  3. Offline

    SirObvious

    I have the vampire plugin installed as well and this is causing issues, one of the vampire plugin commands is /v help and it wont let this plugin share commands, is there any way to change the commands?

    Thanks.
     
  4. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Use /vanish
     
  5. Offline

    SirObvious

    It just says "an internal error occured while attempting to perform this command"?
     
  6. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    This plugin needs craftbukkit 1.1-R4
     
  7. Offline

    SirObvious

    Ok, it works, it says im vanished when i log in, it just doesnt let me use any commands
    '
     
  8. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Read up on the plugin documentation ;)
     
  9. Offline

    SirObvious

    Will do.
     
  10. Offline

    TheLavaGuy

    I want people log in and already have the "see"-thing at disabled
     
  11. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Then do not give them vanish.see
     
  12. Offline

    grichecth

    Hi mbaxter, once again! haha

    When we updated to 3.2 the negate node i set for silentjoin no longer functioned. I thought maybe it was just GroupManager being an ass so I've switched our server to PEX. Even with PEX it continues to join silent. This is what I have for the rank:
    • -vanish.silentjoin
    • -vanish.joinwithoutannounce
    • -vanish.joinvanished
    I put them all there, just for shits to see if I can make it stop. Even with all of those there it continues to join silent. Any suggestions?
     
  13. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Last edited by a moderator: Jul 14, 2016
  14. Offline

    Kylefraser

    NO!!! they can see my name!!!
     
  15. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    That's not a very descriptive issue report. I can't help you until you help me help you.
     
  16. Offline

    iiMrHiv

    It doesnt work for me it just says "an internal error occured while attempting to perform this command" and am on the lastest recommended build can you help me
     
  17. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Open your server console when this happens and post that full error for me here :)
     
  18. Offline

    iiMrHiv

    01:50:11 [INFO] [VanishNoPacket] iiMrHiv disappeared.
    01:50:11 [SEVERE] Could not pass event org.bukkit.event.player.PlayerJoinEvent to VanishNoPacket
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:133)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    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.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
    ... 9 more
    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.listeners.ListenPlayerJoin.onPlayerJoinEarly(ListenPlayerJoin.java:31)
    ... 14 more
    01:50:12 [INFO] [PLAYER_COMMAND] ROBLOXian3455: /time day
    01:50:16 [INFO] [VanishNoPacket] iiMrHiv reappeared.
    01:50:16 [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
     
  19. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    You are not on the latest recommended build. Update to 1.1 R4
     
  20. Offline

    Kylefraser

    like seriously then can see my name when i go /vanish, only the character is invisible but the name isnt, the name on top of the person
     
  21. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    That is impossible. Actually impossible.
     
  22. Q: Why the hell you update every single day? :D each day i get new message "UPDAATTEEEE" :D
     
  23. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    3.3 just fixes a config migration issue, sorry ^_^
     
  24. I know ^^ i always try keep my plugins up-to-date. Sad thing there is no proper plugin to do it :D BukkitUpToDate plugin is f*cking useless :D Updated to older versions and fked up most of my plugins XD
     
  25. Offline

    RealShield

    I need some help, I don't have a permissions plugin. I try to use "/vanish fakequit" But it dosnt show me logging out. I'm the owner of the server and I try to use "/vanish toggle nopickup" and it says I can't toggle that. Please help me out, Thanks.
     
  26. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Ops by default only get vanish.vanish, vanish.see, vanish.statusupdates. So, use permissions.yml to create a parent node that grants the nodes you want as children.
     
  27. Offline

    RealShield

    I feel stupid to ask, But i'm new to server hosting, But how to I edit that permissions.yml?
    :'(
     
  28. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If you're unfamiliar with that process I would advise you acquire bPermissions and use that to manage your permissions nodes :)
     
  29. Offline

    RealShield

    Ok thanks! :)

    Oh sorry, 1 more question. If I get bPermissions, Would I have to insert all the permission nodes for all of my plugins? For the other players?

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

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If you want non-ops to get nodes that aren't defaulted to all players, then yes. All bPermissions lets you do is more finely control who has access to what features of plugins :)
     

Share This Page