[INACTIVE][ADMN][SEC] Vanish v1.5.3 - Vanish From Other Players [1337]

Discussion in 'Inactive/Unsupported Plugins' started by oilers, Oct 30, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    oilers

    VANISH 1.5.3 Vanish From Other Players
    Quick Link:
    Description:


    This plugin is really simple, it turns you invisible, making you hidden from all other players. Even though plugins should compile against only Bukkit, this compiles against CraftBukkit as it uses special commands not exposed in just Bukkit, it really doesn't mean much at this point as everyone is using CraftBukkit, but I'm stating this so people know.

    Features:

    • /vanish turns you invisible
    • /vanish list shows you who is invisible
    This plugin supports permissions.


    Code:
    vanish.vanish - for /vanish
    vanish.vanish.list- for /vanish list
    vanish.dont.hide - For players who get to see invisible players
    Video :



    Channel Log:
    Version 1.5.3
    • Oilers0303 taking over this plugin
    Version 1.5.2

    • Such an important bug fix I skipped 1.5.1 entirely!
    • Works on latest craftbukkit and latest permissions. enjoy.
    Version 1.5

    • Added ability for players to see others who should be invisible
    • Removed auto on group feature, will come back once Bukkit permissions are done.
    Version 1.4.1

    • Updated for compatibility with latest Bukkit
    Version 1.4.0

    • Added some extra insurance that you remain invisible.
    Version 1.3.4

    • Fixed problems with /vanish list
    • You can call "vanish list" from console now
    Version 1.3.3


    • Fixed some bugs
    Version 1.3.2


    • Fixed configuration bug, had to add proper caps to jar file. see note above about upgrading
    Version 1.3.1


    • Fixed bug with permissions
    • Moved config to appropriate location
    Version 1.3


    • Now supports Permissions plugin
    • Now hides users who user /find with my other plugin FindMe
    • Fixed bug with loading config
    • Fixed bug with /vanish list
    Old Creator Here
     
  2. Offline

    MonsieurApple

    Approved
     
    oilers likes this.
  3. Offline

    Milkywayz

    Does it use spout ? i have Vanish no packet and it uses spout to vanish you
     
  4. Offline

    Wulfspider

    No, he is utilizing the packet classes in Minecraft directly.
     
  5. Offline

    Milkywayz

    Cant client side hacks see vanished people?
     
  6. Most yes, such as epsilon. Not good for my server. Ill try it though
     
  7. Offline

    Milkywayz

    Well For me the download didnt work. i dl'd it and the decompression failed. im on mac
     
  8. Offline

    maller

    I get this error when starting my server:
    Code:
    Unable to parse manifest details for './Minecraft/plugins/Vanish.jar'
    
     
  9. Offline

    DFR

    Video?
     
  10. Offline

    oilers

    Video will be coming shortly
     
  11. Offline

    BSF

    download not working... i get an error.....Cannot open file: it does not appear to be a valid archive,.
     
  12. Offline

    oilers

    Ok ill put in a new download shortly

    New download is coming within minutes please wait and download when the download thing says New Download

    Hey the new download is out

    there is a new download now

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

    BSF

    download worked....thanks
     
  14. Offline

    oilers

    Your Welcome
     
  15. Offline

    Pawnch

    Does this work on 1.8.1? Probally does i'm just noob.
     
  16. Offline

    oilers

    Of course
     
  17. Offline

    Pawnch

    Sweet
     
  18. I loved the "vanisnopickup" plugin and the /poof alias.
    Can you insert the /poof alias? I would love it
     
  19. Offline

    BSF

    just get an internal error when typing /vanish
     
  20. Offline

    storm75x

    Wow, this is new.
     
  21. Offline

    oilers

    When do i get Plugin Dev

    Video is there in 720p HD

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  22. oilers can you add the /poof alias? It would be perfect :D
     
  23. Offline

    oilers

    I can sure think about it not promising anything i dont like breaking my promisses

    Donating will alow me to buy a server for all you guys and whoever donates get donator on my server

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

    jespertheend

    Is it back?
    I'm going to try as soon as possible
     
  25. Offline

    oilers

    Yes this plugin is fully up to date
     
  26. Offline

    MonsieurApple

    When you ask
     
    saul100 likes this.
  27. Offline

    KollegahDerBoss

    This doesn't work for me:
    1. Time: People can still see me while on vanish.
    2. Time: "An internal error occurred while attempting to perform this command"

    EDIT: It shows me this error:

    01:26:51 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'vanish' in plugin Vanish v1.5.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    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:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoSuchFieldError: a
    at com.echo28.bukkit.vanish.Vanish.invisible(Vanish.java:191)
    at com.echo28.bukkit.vanish.Vanish.invisible(Vanish.java:183)
    at com.echo28.bukkit.vanish.Vanish.vanish(Vanish.java:214)
    at com.echo28.bukkit.vanish.Vanish.vanishCommand(Vanish.java:175)
    at com.echo28.bukkit.vanish.Vanish.onCommand(Vanish.java:141)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    01:26:51 [SEVERE] Exception in thread "Timer-3"
    01:26:51 [SEVERE] java.lang.NoSuchFieldError: a
    01:26:51 [SEVERE] at com.echo28.bukkit.vanish.Vanish.invisible(Vanish.java:191)
    01:26:51 [SEVERE] at com.echo28.bukkit.vanish.Vanish.invisible(Vanish.java:183)
    01:26:51 [SEVERE] at com.echo28.bukkit.vanish.Vanish.updateInvisibleForAll(Vanish.java:292)
    01:26:51 [SEVERE] at com.echo28.bukkit.vanish.Vanish.updateInvisibleForAll(Vanish.java:300)
    01:26:51 [SEVERE] at com.echo28.bukkit.vanish.Vanish$UpdateInvisibleTimerTask.run(Vanish.java:353)
    01:26:51 [SEVERE] at java.util.TimerThread.mainLoop(Timer.java:512)
    01:26:51 [SEVERE] at java.util.TimerThread.run(Timer.java:462)
    01:27:11 [SEVERE] Exception in thread "Timer-0"
    01:27:11 [SEVERE] java.lang.NoSuchFieldError: a
    01:27:11 [SEVERE] at com.echo28.bukkit.vanish.Vanish.invisible(Vanish.java:191)
    01:27:11 [SEVERE] at com.echo28.bukkit.vanish.Vanish.invisible(Vanish.java:183)
    01:27:11 [SEVERE] at com.echo28.bukkit.vanish.Vanish.updateInvisibleForAll(Vanish.java:292)
    01:27:11 [SEVERE] at com.echo28.bukkit.vanish.Vanish.updateInvisibleForAll(Vanish.java:300)
    01:27:11 [SEVERE] at com.echo28.bukkit.vanish.Vanish$UpdateInvisibleTimerTask.run(Vanish.java:353)
    01:27:11 [SEVERE] at java.util.TimerThread.mainLoop(Timer.java:512)
    01:27:11 [SEVERE] at java.util.TimerThread.run(Timer.java:462)
    >
     
    OZ4RK likes this.
  28. Offline

    mitcmack

    when i download it i dont get a jar file i only get a zip and it open a new zip and i open that and got a new zip plz tell me how to fix it and i watch the video to
     
  29. Offline

    oilers

    It is working perfectly fine for me if you are getting these reinstall the plugin
     
  30. Offline

    KollegahDerBoss

    I did, but people are still able to see me :(
     
Thread Status:
Not open for further replies.

Share This Page