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

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

  1. Offline

    nicom1997

    But i have it xD
    But permtest say's i dont have it...
    With the older Vanish version and 1.1-R1 it was working perfectly....^^

    Code:
        Owner:
            prefix: '&4[&5O&6w&3n&2e&br&4]&f'
            permissions:
            - vanish.nochat
            - vanish.silentjoin
            - vanish.silentquit
            - vanish.vanish
            - vanish.see
            - vanish.nopickup
            - vanish.nofollow
            - vanish.preventincomingdamage
            - vanish.preventoutgoingdamage
            - vanish.fakeannounce
            - vanish.statusupdates
            - vanish.toggle.all
            - vanish.hooks.dynmap.alwayshidden
            - vanish.hooks.essentials.hide
            - lottery.perms.all
            - '*'
    
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Permtest directly queries the built-in bukkit permissions system, with which your permissions manager communicates in order to tell bukkit that you have or don't have a permission. If /permtest says you don't have it, your permissions manager hasn't given you it. Talk with the folks from that plugin about setting permissions.
     
  3. Offline

    Malific

    I updated to 3.0 (might have been why I wasn't seeing it.) now I can see it, but I get a sever console error for every player logging in and get the "internal error occured" message inside minecraft when I try to vanish. I see the Vanished box in the lower left, but I get made visible after I log in, the vanish box is still there and I can't go invisible.


    On top of that. The Plugin knows when I'm "supposed" to be vanished and will not allow me to chat interact etc if I don't disable those toggles. But I'm still visible.

    Any ideas? For now I have to go back to 2.4.1


    REALLY LONG LIST OF INFO:
    Show Spoiler

    Console Errors with Debug:
    Code:
    Other Plugins loading
     
    2012-02-08 16:12:40 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.0.
    2012-02-08 16:12:40 [INFO] [VanishNoPacket] Debug enabled. Disable in config.yml
    2012-02-08 16:12:40 [INFO] [VanishNoPacket] Now hooking into Essentials
    2012-02-08 16:12:40 [INFO] [VanishNoPacket] Now hooking into Dynmap
    2012-02-08 16:12:40 [INFO] [VanishNoPacket] v3.0 loaded.
     
    Other Plugins loading
     
    2012-02-08 16:12:43 [INFO] Malific [/IP] logged in with entity id 451 at ([World] 1261.5, 79.5, -273.5)
    2012-02-08 16:12:43 [INFO] [VNP-DEBUG] It's invisible time! Malific
    2012-02-08 16:12:43 [INFO] [VanishNoPacket] Malific disappeared.
    2012-02-08 16:12:43 [INFO] [VNP-DEBUG] Resetting visibility on Malific
    2012-02-08 16:12:43 [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:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    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.showVanished(VanishManager.java:213)
    at org.kitteh.vanish.VanishManager.resetSeeing(VanishManager.java:96)
    at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayerJoinLate(ListenPlayerJoin.java:48)
    ... 14 more
    2012-02-08 16:12:44 [INFO] Reading data
    2012-02-08 16:12:44 [INFO] [VNP-DEBUG] Testing vanished status of Malific: true
    2012-02-08 16:12:44 [INFO] [VNP-DEBUG] Testing vanished status of Malific: true
    2012-02-08 16:12:44 [INFO] [Spout] Successfully authenticated Malific's Spoutcraft client. Running client version: 1108
    2012-02-08 16:12:46 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-02-08 16:12:57 [INFO] [MCBans] player1 has connected!
    2012-02-08 16:12:57 [INFO] player1 [/IP] logged in with entity id 801 at ([World] 3101.28125, 64.0, -339.0625)
    2012-02-08 16:12:57 [INFO] [VNP-DEBUG] Resetting visibility on player1
    2012-02-08 16:12:57 [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:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    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.hideVanished(VanishManager.java:189)
    at org.kitteh.vanish.VanishManager.resetSeeing(VanishManager.java:99)
    at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayerJoinLate(ListenPlayerJoin.java:48)
    ... 14 more
    2012-02-08 16:13:04 [INFO]  [G] player1: is the bug over?
    2012-02-08 16:13:04 [INFO] [VNP-DEBUG] It's visible time! Malific
    2012-02-08 16:13:04 [INFO] [VanishNoPacket] Malific reappeared.
    2012-02-08 16:13:04 [INFO] [VNP-DEBUG] Determining what to do about Malific for player1
    2012-02-08 16:13:04 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'v' in plugin VanishNoPacket v3.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: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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:176)
    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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:552)
    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:176)
    at org.kitteh.vanish.VanishManager.toggleVanish(VanishManager.java:123)
    at org.kitteh.vanish.VanishCommand.onCommand(VanishCommand.java:43)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 14 more
    2012-02-08 16:13:09 [INFO] [MCBans] player3 has connected!
    2012-02-08 16:13:09 [INFO] player3 [/IP] logged in with entity id 1168 at ([World] 3103.59375, 64.0, -304.5)
    2012-02-08 16:13:09 [INFO] [VNP-DEBUG] Resetting visibility on player3
    2012-02-08 16:13:09 [INFO] [VNP-DEBUG] Hiding all to player3
    2012-02-08 16:13:10 [INFO] [MCBans] player2 has connected!
    2012-02-08 16:13:10 [INFO] player2 [/IP] logged in with entity id 1170 at ([World_nether] 442.997522345577, 68.0, 81.76283475748384)
    2012-02-08 16:13:10 [INFO] [VNP-DEBUG] Resetting visibility on player2
    2012-02-08 16:13:10 [INFO] [VNP-DEBUG] Hiding all to player2
    2012-02-08 16:13:21 [INFO]  [G] player1: is the bug over?
    2012-02-08 16:13:21 [INFO] Connection reset
    2012-02-08 16:13:35 [INFO]  [G] player2 <*ELITES>: what bug
    2012-02-08 16:13:44 [INFO]  [G] player1: they said they were fixing a bug
    2012-02-08 16:14:01 [INFO]  [G] player2 <*ELITES>: ohh
    2012-02-08 16:14:14 [INFO] [PLAYER_COMMAND] player2: /who 
    2012-02-08 16:14:19 [INFO]  [G] player1: player3!
    2012-02-08 16:14:24 [INFO]  [G] player3 <Trinity>: yep?
    2012-02-08 16:14:30 [INFO]  [G] player1: at ur shop
    2012-02-08 16:14:43 [INFO]  [G] player3 <Trinity>: ?
    2012-02-08 16:14:52 [INFO]  [G] player1: nvm
    2012-02-08 16:14:54 [INFO]  [G] player2 <*ELITES>: twhy cant u bring items in the nether
    2012-02-08 16:15:00 [INFO]  [G] player1: idk
    2012-02-08 16:15:34 [INFO] [VNP-DEBUG] It's invisible time! Malific
    2012-02-08 16:15:34 [INFO] [VanishNoPacket] Malific disappeared.
    2012-02-08 16:15:34 [INFO] [VNP-DEBUG] Determining what to do about Malific for player1
    2012-02-08 16:15:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'v' in plugin VanishNoPacket v3.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: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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:176)
    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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:552)
    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:174)
    at org.kitteh.vanish.VanishManager.toggleVanish(VanishManager.java:123)
    at org.kitteh.vanish.VanishCommand.onCommand(VanishCommand.java:43)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 14 more
    2012-02-08 16:15:56 [INFO]  [G] player1: Miky turn around
    2012-02-08 16:16:19 [INFO]  [G] player3 <Trinity>: ouch
    2012-02-08 16:16:26 [INFO]  [G] player1: got u
    2012-02-08 16:16:30 [INFO]  [G] player3 <Trinity>: lol
    2012-02-08 16:16:44 [INFO] [MCBans] player4 has connected!
    2012-02-08 16:16:45 [INFO] player4 [/IP] logged in with entity id 8086 at ([World] 1481.15625, 70.0, -985.75)
    2012-02-08 16:16:45 [INFO] [VNP-DEBUG] Resetting visibility on player4
    2012-02-08 16:16:45 [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:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    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.hideVanished(VanishManager.java:189)
    at org.kitteh.vanish.VanishManager.resetSeeing(VanishManager.java:99)
    at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayerJoinLate(ListenPlayerJoin.java:48)
    ... 14 more
    2012-02-08 16:16:45 [INFO]  [G] player1: watch this
    2012-02-08 16:16:45 [INFO] Reading data
    2012-02-08 16:16:45 [INFO] [Spout] Successfully authenticated player4's Spoutcraft client. Running client version: 1108
    

    I check config files, read some posts, then fire my "join game" macro via spout which enters in rapid succession:
    /dynmap show
    /vanish fakejoin
    /vanish toggle nointeract
    /vanish toggle nochat
    /f chatspy
    /vanish toggle damage-out
    /cc Staff
    staff password
    I took a screen shot afterwards. As you can see it still show the "vanished" box. All the commands seem to work except for the visibility toggle of fakejoin.

    [​IMG]

    This the console read from the macro:
    Code:
    2012-02-08 16:29:49 [INFO] [VNP-DEBUG] It's visible time! Malific
    2012-02-08 16:29:49 [INFO] [VanishNoPacket] Malific reappeared.
    2012-02-08 16:29:49 [INFO] [VNP-DEBUG] Determining what to do about Malific for Miky7896
    2012-02-08 16:29:49 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'vanish' in plugin VanishNoPacket v3.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: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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:176)
    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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:552)
    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:176)
    at org.kitteh.vanish.VanishManager.toggleVanish(VanishManager.java:123)
    at org.kitteh.vanish.VanishCommand.onCommand(VanishCommand.java:98)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 14 more
    2012-02-08 16:29:49 [INFO] [Factions v1.6.5c] Malific has ENABLED chat spying mode.
    2012-02-08 16:29:49 [INFO]  [S] [Admin] Malific has joined.
     
    The last line is fakejoin properly falsifying my login.
    

    Config.yml:
    Code:
     
     
    #
    # VanishNoPacket
    #  A fine choice of invisibility for the discerning server administrator.
    #  http://www.kitteh.org
    #
    #  See documentation for details:
    #  http://dev.bukkit.org/server-mods/vanish/pages/configuration/
    #
    fakeannounce:
        automaticforsilentjoin: false
        join: '%p joined the game.'
        quit: '%p left the game.'
    hooks:
        essentials: true
        dynmap: true
        JSONAPI: false
        spoutcraft: true
    enableColoration: true
    enableTabControl: true
    updates:
        check: true
    permtest:
        enable: true
    debug: true
    configVersionDoNotTouch:
        SeriouslyThisWillEraseYourConfig: 1
     
    

    Spoutcraft.yml
    Code:
     
     
    cloaks:
      moderator: http://s3.amazonaws.com/MinecraftCloaks/jeb_.png
      admin: http://s3.amazonaws.com/MinecraftCloaks/Notch.png
    skins:
      moderator: http://s3.amazonaws.com/MinecraftSkins/jeb_.png
      admin: http://s3.amazonaws.com/MinecraftSkins/Notch.png
    titles:
      vanished: '&&b%n%rVanished'
     
    
     
  4. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Malific

    For the huge amount of text there (thanks, by the way, most people assume I can read minds) you missed the giant text on the 3.0 download page saying you need to have a dev build of CraftBukkit above 1871 in order to run it ^_^
     
  5. Offline

    Greylocke

    are there plugins that are known to conflict with VNP? I've been spotted several times over the last couple months, so it isn't anything with the newest versions. Also, sometimes players will see my avatar 'frozen' in place somewhere where I've been recently.

    When it happens, it is usually after I've teleported to a player (CommandBook /tp), followed them for awhile, jumped out of the area (WorldEdit //jumpto using a compass) and then jumped back into the area again.

    It is not all the time, but it is rather awkward when it does happen. "Oh... hello...."
     
  6. Offline

    Malific

    Lol.. my bad.. I have a lot of plugins to update so I'm in the habit of just clicking the latest file under recent files then the .jar that pops into place directly above it. I very rarely look to the left on those DL pages.
     
  7. Offline

    Dylum

    Hey, I was wondering why do you need to be op on the server to access it, and is there a way that i can set my Admins to use it without making them op because i want to be the only one to use the bukkit things.
     
  8. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    I've had reports that MobDisguise (which does a lot of packet abuse like this plugin used to) causes teleport flickering and other uncool stuff. The current advice going around is to not have MobDisguise even installed at the same time, as you don't seem to need to be actually using it :(

    You do not need to be op to use any of the features, just give yourself the relevant permissions, same with your other admins.

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

    Greylocke

    oh! I did have MobDisguise installed when we were seeing all the 'ghost' avatars! You nailed that one.

    I do not have it installed now though, and I was just spotted earlier today. Some other 'packet abusing' plugins I have are: Orebfuscator (1.3.5) , NoLagg (1.62), Spout (749). Other than jumping up and down in front of a player ;) is there any way of knowing that I'm not as invisible as I think I am?
     
  10. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Unfortunately there's no good way to test that. As long as no other plugin is interfering, with VanishNopacket 3.0 it should be impossible to see you move. At worst a duplicate of you, unmoving, would appear if another plugin is causing trouble. Sad to say that the best I can do is assure people that I and several others have done exhaustive amounts of testing without other plugins present, one can never prepare for other plugins interfering.
     
  11. Offline

    Dylum

    How do I do that exactly?
     
  12. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Using a permission management plugin. Best look one up, I suggest bPermissions :)
     
    Sayshal likes this.
  13. Offline

    fffizzz

    You're a nice person, I'd simply have said, you shouldn't be running a server :D
     
  14. Offline

    Malific

    ^This.
     
    Sayshal likes this.
  15. Offline

    Dylum

    well i use groupmanager thats really it
     
  16. Offline

    daviga404

    EDIT: My mistake. I don't read things properly.. (facepalm). Here was the original post:
     
  17. Offline

    BloodShura

    Hi.

    In my plugin, I'm putting:

    Plugin vanish = Bukkit.getPluginManager().getPlugin("VanishNoPacket");

    if ((vanish != null) && (VanishNoPacket.isVanished(player.getName()))) {
    return 1;
    }
    else {
    return 2;
    }

    It always return 2. e.e
     
  18. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    That makes little sense, as your code isn't even catching exceptions it needs to.
     
  19. Offline

    BloodShura

    but, I implemented the catch exception, I don't put here in the forum xD

    OMG, sorry, it always return 2, not 1

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

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Then either the player you are testing is always visible or the plugin isn't enabled.

    Version 3.1 released. Lots of changes, see the changelog here :

    http://dev.bukkit.org/server-mods/vanish/files/40-v3-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

    abctheing

    I really like this plugin. But when you are alone on a server and a player is gonna log in, the player can se that it is 1 guy on the server. And when he has logged in it is no one there when he presses TAB
    Hope you understand whan i am meaning.:)
     
  22. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    It should be automatically reducing the visible player count for you.
     
  23. Offline

    Musician101

    CraftBukkit version: 1846
    VanishNoPacket version: 3.1
    Spout version: dont have spout
    Problem: plugin simply doesnt work. no error message is displayed.
    here's my config.
    fakeannounce:
    automaticforsilentjoin: true
    join: '%p joined the game.'
    quit: '%p left the game.'
    hooks:
    essentials: true
    dynmap: false
    JSONAPI: false
    spoutcraft: false
    checkupdates: true
    permissionsupdates:
    checkonworldchange: true
    permtest: true
    debug: true
    configVersionDoNotTouch:
    SeriouslyThisWillEraseYourConfig: 2
     
  24. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    As the download page clearly states, to run 3.0 or afterward you need a dev build of craftbukkit above 1871. You're running 1846 :)
     
  25. Offline

    Iyeru

    Until the next release of bukkit comes out, I'll be sad I can't use this, as I'm not going to break all my existing mods (Citizen, ChestShop, Lockette, Towny) just for this plugin. I'll install it asap when the next CB comes out though, I'm interested in using this not just for Admin purposes but for sudden events without users knowing what to do (IE: Server Stories.)

    I do not want to use spout, so I'll have to wait.
     
  26. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    The dev builds of bukkit break those other plugins? How?
     
  27. Offline

    Iyeru

    Well their threads only say 1.1-R3. I'm not willing to test to see if they don't break either. My quester already crashes as it is: https://github.com/CitizensDev/Citizens/issues/805
     
  28. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    They won't break on update. As for your quester issue one of your yml files has a tab in it instead of a space.
     
  29. Offline

    Musician101

    down graded the plugin n it still doesnt work only now it gives me the unknown command error
     
  30. Offline

    PonyAssasin101

    It says "An internal error has occurred trying to perform this command" any tips?
     

Share This Page