[INACTIVE][FUN/ADMN] Spyer 1.5_1 - invisibility for moderating and pvp!(alternative to Vanish) SPOUT

Discussion in 'Inactive/Unsupported Plugins' started by nickguletskii, Feb 27, 2011.

     
  1. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    SPYER HAS A NEW HOME!

    WARNING! THIS PLUGIN REQUIRES SERVER SIDE SPOUT! CLIENTS DO NOT HAVE TO DOWNLOAD ANYTHING!
    WARNING! OLD PERMISSION SYSTEM IS NOT SUPPORTED! YOU WILL NEED A BUKKIT PERMISSIONS STANDARD COMPLIANT PERMISSIONS SYSTEM!
    Hotfixed SpyerFun on 16th of August. Version number of the jar didn't change. Fixed a bunch of bugs.
    SpyerFun - a plugin that allows playersto become invisible for some time. Each second the player "eats" one item out of the stack he is holding (hider item, sugar by default). While invisible, mob can and will still attack the player, although other players (exceptions are implemented) can not. The player will reappear when he either runs out of the hider item or switches to another item in his action bar, e.g. a sword.
    SpyerAdmin - a plugin that allows moderators to hide themselves for an unlimited amount of time, as well as simulating them leaving. This is a constantly updated alternative to Vanish, with much more features and configurations!
    Thanks to brafenschlug for this hilarious video of moderators playing pranks on players!

    Features:
    • Now uses Spout! This plugin is no longer CPU heavy!
    • Allows players to become invisible for a set amount of time!
    • Adds more fun to PVP.
    • Allows administrators to hide themselves and simulate them quitting! Overrides msg,r and list.
    • Stops players from picking things up while using SpyerAdmin (see the configuration section)
    • Knocks players out from invisibility (SpyerFun) when they get damaged (see the configuration section)
    • Knocks players out from invisibility (SpyerFun) when they left-click a block (see the configuration section)
    • Now reload friendly!
    How to use (SpyerAdmin):
    • Use /spy to become and stop being invisible (toggled).
    • Use /quit to simulate you quitting/joining (toggled).
    • Place 1 piece of the indicator item into your quickbar. It will indicate if you are hidden or not. By default it is glowstone that turns into sulphur. You can configure that in plugins/Spyer/SpyerAdmin.conf.
    How to use (SpyerFun):
    • Right click with the "hider" item, every second it will eat up one item from the stack.
    • To add/change "hider" items, go to plugins/Spyer/items.yml. You'll see something like this:
      Code:
      {352: 3000, 353: 1000}
      Items are separated by commas. The ID is the right value, and the time of usage (per block) in milliseconds(HAS to be dividable by 50!). So if I want to add clay to work for 10 seconds per piece, I will do something like
      Code:
      {352: 3000, 353: 1000, 337: 10000}
      Note: by default, bones and sugar are used.
    Installation instructions, downloads:

    Install server-side Spout. No Spout client required.
    Extract the contents of the bundle(Spyer.zip) into the plugins folder.
    Bundle downloads:
    Download
    Download command line installer
    Github

    Instructions for different setups:
    • Essentials: Download SpyerInstaller, put it in the server directory and run it from terminal(console). Go to configuration->4.
    • Vanilla Bukkit: go to (server directory)/plugins/Spyer. Open repo.conf, replace everything with
      Code:
      http://dl.dropbox.com/u/16258042/SpyerAdminRepos/Vanilla/
    • CommandBook: Special version for you! semi-direct Replace SpyerAdminConmmands.jar with this version!
    Configuring:

    List of permissions:
    1. spyer.spy (Players who have this have access to the /spy and /quit commands, without permissions checks for op powers)
    2. spyer.seeAll (Players who have this can see people who are hidden, without permissions checks for op powers)
    3. spyer.fun (Players who have this can use SpyerFun, without permissions defaults to true)
    4. spyer.stopmobs.admin (Stops moderators from being attacked by mobs while hidden)
    5. spyer.stopmobs.fun (Stops players from being attacked by mobs while hidden)
    Files:
    • spyer.yml - responsible for holding timing data. If syncWithScheduler is true, the plugin will use the bukkit's scheduler (recommended). If false, use Java timers. refreshRate defines the time in ticks (in milliseconds if syncWithScheduler = false). Add the optional field coolDown and set its value to your cooldown time in milliseconds (for SpyerFun, time in between invisibility uses). Add pickUp: true to allow picking up items while hidden in SpyerAdmin. To knock out people from SpyerFun when they damage an entity, add "onDamage: true". To knock out people from SpyerFun when they left click a block, add "onBlock: true". To stop invisible players (SpyerFun) from damaging other living entities, add "noDamage: true". Boolean "wait" allows/disallows the plugin to delay reloading to give them time to hide.
    • repo.conf - holds the url of the repository from which SpyerAdmin will update the script.
    • script.js - compatibility layer between plugins. e.g. Essentials script will simulate Essentials commands, Vanilla script will simulate the normal minecraft commands.
    • items.yml - holds the list of items used in SpyerFun
    • SpyerAdmin.conf - holds indicator item ids for SpyerAdmin
    Modifying scripts:
    1. Comment out all the lines in repo.conf.
    2. Modify the script.
    3. If you want to update the script, you can get it from [repopath]/script.js
    Version: v1.5_1

    Known issues
    • If you get a NullPointer when enabled (that contains something like "at nickguletskii200.SpyerAdmin.CustomHandling.<init>(Unknown Source)", then download this and put it into your jre's lib directory. You might also need to install Rhino. Disclaimer: this file is a part of the OpenJDK package.

    Version 1.5
    • Migrated to Spout packet filtering. Timers are now only used for indicators(admin) and item deduction(fun). You can decrease the tick rate now if you want.
    • 1.5_1 Fixed the whole bundle. Nasty bug didn't appear in testing!
    Version 1.4
    • Separated SpyerAdmin into two modules.
    • July 17th - now using bukkit permissions API. Blind update. If you got this plugin before build 1000, then you have the old version. If you got it after build 1000, new version.
    Version 1.3
    • Made plugins reload friendly.
    • _1 Essentials 2.3 compatibility added through autoupdate.
    • _2 Fixed default item pickup. Now doesn't pick up items by default.
    • _3 Added noDamage property for SpyerFun.
    Version 1.2
    • Improved performance.
    • Added position checks.
    Version 1.1
    • Some little customisation upgrades.
    • Some hotfixes.
    • Improved SpyerFun's invisibility system.
    Version 1.0
    • Added mob targeting control.
    • Hotfix: fixed(hopefully) the log spam!
    • Small feature added (13/05/11): cooldown times for SpyerFun.
    Version 0.9
    • Permissions support!
    • Cleaned up code.
    Version 0.8
    • Added indicators.
    • You can now do /spy [on|off] to force.
    • Invisibility persists when you reconnect.
    • Fixed updater to work with Windows.
    • 0.8_1 fixed some problems with commands.
    • 0.8_2 major fixes.
    Version 0.7 (SpyerAdmin only for now)
    • Automatic script updating.
    • Better logging (will help me get rid of bugs) (coming soon)
    Version 0.6
    • Scripting support! That means no more compile-time library linking and more compatibility!
    • Multiple item support for SpyerFun added!
    Version 0.5
    • Added refreshrate and sync method variables. See the usage instructions to learn how to cofnigure them.
    Version 0.4


    • Extended functionality of /quit. Overrides msg and list commands of essentials.
    Version 0.3
    • A rewrite, separated packages. Hopefully removed all known bugs.
    • 0.3_1 Separated in-game configurations into another package.
    • 0.3_2 Fixed some bugs.
    • 0.3_21 Fixed some exceptions, small fix.
    Version 0.2
    • Shadow moderation ("addspy <player>" - allows player to hide with "spy" and "quit", "removespy <player>" - opposite. "addseeall <player>" - allows player to see hidden players, "removeseeall <player>" - oppiste. "spy" - hides you until called again. "quit" - hides and removes you from the list of players.
    • Click in the air now works
    • Migrated to SnakeYaml, no more jars!
    • 0.2_1 upgraded to remove double invisibility, quit now fully simulates player leaving.
    • 0.2_2 fixed player reappearing after "spying".
    • 0.2_3 huuuuuuuge bugfixes!
    • 0.2_4 fixed some bugs, one known: you have to say "/spy" twice to hide after using sugar/other hider item.
    Version 0.1
    • Release



    TODO
    • Some technical cleanups
    • Suggest more!
    Credits (no particular order)
    These people helped me by posting a lot of descriptive bug reports, removing bugs from scripts, making videos, cooperating with debugging and helping other users understand my horrible documentation ;)
    • The PC Tech Guy
    • Sparx
    • Tim Yong
    • Greylocke
    • KevinHouse
    • aidan matzko
    • brafenschlug
    • Nelien

    This post has been edited 6 times. It was last edited by nickguletskii Aug 26, 2011.
  2.  
  3. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Install a proper distribution of the JDK...
  4. Offline

    Zone

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The guide you posted uses MineOS 2 which is based on CRUX Linux

    I sorry this has gotten complicated. I'm using MineOS+ it is a fork from MineOS 2
    MineOS+ Home page
    MineOS+ Support Forum

    If you need me to relay a request to the MineOS+ dev team for information I can

    Application Extension Browser
    2. apache-ant.tcz
    3. openjdk-6-jdk-misc.tcz
    4. openjdk-6-jdk.tcz
    5. openjdk-6-jre.tcz
    6. openjdk-7-jdk-misc.tcz
    7. openjdk-7-jdk.tcz
    8. openjdk-7-jre.tcz
    9. sun-jdk.tcz
    10. sun-jdk7.tcz
    11. sun-jre.tcz

    Which jdk should I use?

    This post has been edited 1 time. It was last edited by Zone Aug 25, 2011.
  5. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Try sun-jdk7, if that fails openjdk-6-jdk.
  6. Offline

    Zone

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    open jdk-6-jdk. failed

    sun-jdk7 installed and the plugin still throws the error.
  7. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    :S
    I would ask the support team about why it doesn't ship with the default engine.
  8. Offline

    will d

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    MineOS+ and MineOS CRUX are two entirely different distributions, and developed by two different teams. MineOS+ (microcore linux), MineOS CRUX (CRUX Linux).

    The instructions you linked are for my distro (CRUX) aren't appropriate for Zone's configuration. MineOS CRUX already comes with Oracle's JRE

    EDIT: specifics
    mc:bin/ $ /usr/java/java-latest/java -version
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode)

    This post has been edited 1 time. It was last edited by will d Aug 25, 2011.
  9. Offline

    will d

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I can confirm Spout + Spyer work on MineOS CRUX on a default install, no updating to JRE necessary.

    [IMG]

    This post has been edited 1 time. It was last edited by will d Aug 25, 2011.
  10. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    With scripting enabled? :D
  11. Offline

    adenslayer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I am not sure what is wrong, but after a few hours of running the server, it always seems to crash due to SpyerAdmin, even if no one is using it. I noticed that as soon as a new person joined my server, it imidietly kicked him and crashed the server, and this is the error that come up in terminal. Thanks

    2011-08-30 10:52:07 [INFO] xibrahimovitch [/78.70.253.174:54386] logged in with entity id 50866 at ([TerraNova] 1050.589103282537, 71.0, 158.26295619652927)
    2011-08-30 10:52:07 [INFO] xibrahimovitch lost connection: disconnect.endOfStream
    2011-08-30 10:52:07 [INFO] [Veteran] Bagle500[G]: oh
    2011-08-30 10:52:08 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
    at nickguletskii200.SpyerAdmin.SpyerSettings.canUse(Unknown Source)
    at nickguletskii200.SpyerAdmin.SpyerSettings.isSeeAll(Unknown Source)
    at nickguletskii200.SpyerAdmin.SpyerAdminPlayerListener.continueSend(Unknown Source)
    at nickguletskii200.SpyerAdmin.Packets.PacketHand.checkPacket(Unknown Source)
    at org.getspout.spout.packet.listener.PacketListeners.canSend(PacketListeners.java:70)
    at org.getspout.spout.SpoutNetServerHandler.syncedSendPacket(SpoutNetServerHandler.java:500)
    at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:492)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:477)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-30 10:52:08 [SEVERE] java.lang.NullPointerException
    2011-08-30 10:52:08 [SEVERE] at nickguletskii200.SpyerAdmin.SpyerSettings.canUse(Unknown Source)
    2011-08-30 10:52:08 [SEVERE] at nickguletskii200.SpyerAdmin.SpyerSettings.isSeeAll(Unknown Source)
    2011-08-30 10:52:08 [SEVERE] at nickguletskii200.SpyerAdmin.SpyerAdminPlayerListener.continueSend(Unknown Source)
    2011-08-30 10:52:08 [SEVERE] at nickguletskii200.SpyerAdmin.Packets.PacketHand.checkPacket(Unknown Source)
    2011-08-30 10:52:08 [SEVERE] at org.getspout.spout.packet.listener.PacketListeners.canSend(PacketListeners.java:70)
    2011-08-30 10:52:08 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.syncedSendPacket(SpoutNetServerHandler.java:500)
    2011-08-30 10:52:08 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:492)
    2011-08-30 10:52:08 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.disconnect(SpoutNetServerHandler.java:484)
    2011-08-30 10:52:08 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-08-30 10:52:08 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-08-30 10:52:08 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-08-30 10:52:08 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-30 10:52:08 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at nickguletskii200.SpyerAdmin.SpyerSettings.canUse(Unknown Source)
    at nickguletskii200.SpyerAdmin.SpyerSettings.isSeeAll(Unknown Source)
    at nickguletskii200.SpyerAdmin.SpyerAdminPlayerListener.continueSend(Unknown Source)
    at nickguletskii200.SpyerAdmin.Packets.PacketHand.checkPacket(Unknown Source)
    at org.getspout.spout.packet.listener.PacketListeners.canSend(PacketListeners.java:70)
    at org.getspout.spout.SpoutNetServerHandler.syncedSendPacket(SpoutNetServerHandler.java:500)
    at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:492)
    at org.getspout.spout.SpoutNetServerHandler.disconnect(SpoutNetServerHandler.java:484)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  12. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The problem resides in Spout. There is a temporary fix in the new home of Spyer, on dev.bukkit.

    This post has been edited 1 time. It was last edited by nickguletskii Aug 30, 2011.
  13. Offline

    hatstand

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Awesome, can resume using Spyer....
  14. Offline

    GunfighterJ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I have an issue where I teleport to someone when invisible and then they see a default skinned person who's frozen. Anyway to prevent this?
  15. Offline

    CoyleTrydan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I'm having trouble getting SpyerFun to run. I am running the latest version of Spout, and the latest files for Spyer. I am getting the following error in my log:

    2011-09-05 21:15:15 [SEVERE] Could not load 'plugins/SpyerFun.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: org/getspout/spoutapi/packet/listener/PacketListener
    at nickguletskii200.SpyerFun.<init>(Unknown Source)
    ... 13 more
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.packet.listener.PacketListener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more




    Thanks for your work, it's a great idea!
  16. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Fixing.
    You need spout.
  17. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Please verify the fix, located on dev.bukkit.
  18. Offline

    CoyleTrydan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I am running Spout, it's initialized and other plugins are finding it.
  19. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Then you have an old version of it.
  20. Offline

    CoyleTrydan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I said in my first post that I'm running the latest version of Spout. It is the latest dev build, I suppose that could be the issue. The recommended build wasn't initializing for some reason. I'm also running the latest version of Bukkit. Anyway, I've found another way to accomplish what I need, so if you're not worried I'm not. Just trying to help out.
    Thanks!
  21. Offline

    GunfighterJ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The fix works, thank you.
  22. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yay, thank you for verifying!

    I will try and force myself to rewrite the plugins, because they are very very very dirty right now.
  23. Offline

    GunfighterJ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Also a suggestion while rewriting the plugins. Could you make it so that when someone /quits that they can't accidentally type in chat (Then add like a /bypasschat command so they can chat) I have accidentally said stuff while "Not on the server" and people get suspicious.
  24. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    They will not see any of the messages if they don't have the seeAll permission.
  25. Offline

    GunfighterJ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ok, just seems like they do because it sends a normal message and a [QUITSIM] message. Thanks for the clarification though.
  26. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ugh, very weird... I am going to start the rewrite today by the way.
  27. Offline

    LaserLag

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    After installing this, /msg and /list do not work. All the other essentials commands work though. I'm confused. Typing this commands yields no results, doesn't even say invalid command.
  28. Offline

    SneakyBeaver189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It says the system can not find the path specified
  29. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Check the permissions. I don't remember them, but they might be different from modern essentials commands. I don't really want to maintain this anymore, I will just let this project slowly die. I have a better idea which is far more useful. Though I will not completely ditch this idea - I was jut thinking of making a newly coded system.
  30. Offline

    Escharian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I laughed so fucking hard watching that video!
  31. Offline

    Cosban

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I suggest you try a different approach to turning admins and ops of a server invisible. This is Spyer not working against the AVO client:

    I'm moving my server to VanishNoPacket.
  32. Offline

    nickguletskii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Number 1: Avo clients don't trust entity despawn packets.
    Number 2: VanishNoPacket uses the same principle.
    Number 3: As the system filters out ALL packets related to that client, there is no way a person could move on avo clients while invisible.

    It looks like improper configuration too...

    There is also something very fishy about this video: they break blocks without causing updates. Updates are triggered serverside. This means that it was a montage.

    Oh, and I am going to mark this plugin as inactive. I will start a complete rewrite next weekend, probably with a different name.

    This post has been edited 8 times. It was last edited by nickguletskii Sep 22, 2011.

Share This Page