[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

    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
    jars (open)

    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.
    Changelog (open)

    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
     
  2. Offline

    Taranis01

    thank you! after modifying the batch i cant start the server. I think thats a security setting by my hoster, so i will contact the support and let them doing it ^^
     
  3. Offline

    avalondrey

  4. Offline

    xZise

    Hello, I getting following error, when I use “who”:
    Code:
    >who
    18:26:21 [INFO] There are 1 out of a maximum 20 players online.
    18:26:21 [SCHWERWIEGEND] javax.script.ScriptException: sun.org.mozilla.javascript.WrappedException: Wrapped java.lang.NullPointerException (<Unknown source>#107) in <Unknown source> at line number 107
    18:26:21 [SCHWERWIEGEND]        at com.sun.script.javascript.RhinoScriptEngine.invoke(RhinoScriptEngine.java:209)
    18:26:21 [SCHWERWIEGEND]        at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(RhinoScriptEngine.java:167)
    18:26:21 [SCHWERWIEGEND]        at nickguletskii200.SpyerAdmin.CustomHandling.who(Unknown Source)
    18:26:21 [SCHWERWIEGEND]        at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    18:26:21 [SCHWERWIEGEND]        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    18:26:21 [SCHWERWIEGEND]        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    18:26:21 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
    18:26:21 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
    18:26:21 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
    18:26:21 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    18:26:21 [SCHWERWIEGEND]        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Fabian
     
  5. Offline

    nickguletskii

    What are you using for commands, and most importantly which version? It looks like you are using a development build of Essentials.
     
  6. Offline

    xZise

    Yep I have to use one, – yerks forgot to tell my cb build – because I'm using RB 818. I'm recently updated Spyer to 1.3 and I'm using Essentials to get this.

    And a feature request: Is it possible to hide you from the dynmap if you are in spy mode?

    Fabian
     
  7. Offline

    nickguletskii

    Stable build of Essentials should run on 818.

    As for feature request: use the scripting to do that.
     
  8. Offline

    LingYun

    Bukkit version 818.
    The following error occurred:
    Code:
    2011-06-02 09:34:48 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:46)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:133)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:63)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:149)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:137)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:354)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-02 09:34:48 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-02 09:34:48 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
        at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.CompressedStreamTools.a(SourceFile:46)
        at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
        at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:133)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:63)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
        at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:149)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:137)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:354)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-02 09:35:01 [INFO] Online (2): CatLingYun, Horstj
    2011-06-02 09:35:23 [INFO] Stopping server
    2011-06-02 09:35:24 [SEVERE] Error occurred while disabling SpyerAdmin v1.2 (Is it up to date?): Java heap space
    java.lang.OutOfMemoryError: Java heap space
        at java.io.BufferedWriter.<init>(BufferedWriter.java:104)
        at java.io.BufferedWriter.<init>(BufferedWriter.java:87)
        at nickguletskii200.SpyerAdmin.Debugging.appendFile(Unknown Source)
        at nickguletskii200.SpyerAdmin.Debugging.stop(Unknown Source)
        at nickguletskii200.SpyerAdmin.SpyerAdmin.onDisable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:260)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:341)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-02 09:35:26 [INFO] LogBlock disabled.
     
  9. Offline

    matthewpipie

    Can u make it so if u dont have permissions/groupmanager ops cant see each other? I want to spy on my friend who is an op
     
  10. Offline

    nickguletskii

    Not my plugin's fault. Read the exception.

    No, that is completely unnecessary.

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

    ariley92

    Is this compatible with b818? I love the plugin.
     
  12. Offline

    nickguletskii

    Yes. This plugin is compatible with future versions unless there are major API changes.
     
  13. Offline

    LingYun

    Oh, i'm sorry~
     
  14. Offline

    PiO3k

    there is a problem with essentials.chat :( the problem is with /list command
     
  15. Offline

    nickguletskii

    Saying there is a problem doesn't help me solve it.
     
  16. Offline

    TurtlePatrol

    RB818
    Permissions 3.1.1
    I'm getting this upon starting the server:

    Code:
    10:32:09 [SEVERE] tried to access class com.nijiko.permissions.ModularControl$1R
    efreshTask from class com.nijiko.permissions.ModularControl initializing Permiss
    ions v3.1.1 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.Modul
    arControl$1RefreshTask from class com.nijiko.permissions.ModularControl
            at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:53)
            at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permiss
    ions.java:168)
            at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:
    128)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    and

    Code:
    10:37:45 [INFO] Found permissions. Using them for SpyerAdmin.
    10:37:46 [INFO] SpyerAdmin has completed updating the script successfully.
    10:38:01 [SEVERE] sun.org.mozilla.javascript.internal.WrappedException: Wrapped
    java.lang.ClassNotFoundException: com.earth2me.essentials.Console (<Unknown sour
    ce>#110) in <Unknown source> at line number 110
    10:38:01 [INFO] SpyerAdmin module version 1.3 stable, a spying utility for admin
    istrators and moderators, is active. Part of the Spyer package by [nickguletskii
    200]
     
  17. Offline

    PiO3k

    sry, if i type /list i see how many players are logged in but i don't see theys nick's and console reports many warnings
     
  18. Offline

    nickguletskii

    The first exception isn't caused by this plugin
    The second is caused by incorrect setup. You need to select the needed script.
    And how exactly am I going to troubleshoot without the exceptions?
     
  19. Offline

    PiO3k

    Code:
    2011-06-01 18:12:24 [SEVERE] javax.script.ScriptException: sun.org.mozilla.javascript.WrappedException: Wrapped java.lang.NullPointerException (<Unknown source>#107) in <Unknown source> at line number 107
    2011-06-01 18:12:24 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(RhinoScriptEngine.java:209)
    2011-06-01 18:12:24 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(RhinoScriptEngine.java:167)
    2011-06-01 18:12:24 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.who(Unknown Source)
    2011-06-01 18:12:24 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-06-01 18:12:24 [SEVERE]     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:395)
    2011-06-01 18:12:24 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:343)
    2011-06-01 18:12:24 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-06-01 18:12:24 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    2011-06-01 18:12:24 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:718)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-01 18:12:24 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 18:12:41 [SEVERE] javax.script.ScriptException: sun.org.mozilla.javascript.WrappedException: Wrapped java.lang.NullPointerException (<Unknown source>#107) in <Unknown source> at line number 107
    2011-06-01 18:12:41 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(RhinoScriptEngine.java:209)
    2011-06-01 18:12:41 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(RhinoScriptEngine.java:167)
    2011-06-01 18:12:41 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.who(Unknown Source)
    2011-06-01 18:12:41 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-06-01 18:12:41 [SEVERE]     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:395)
    2011-06-01 18:12:41 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:343)
    2011-06-01 18:12:41 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-06-01 18:12:41 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    2011-06-01 18:12:41 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:718)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-01 18:12:41 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  20. Offline

    nickguletskii

    What do you use for general commands?
     
  21. Offline

    Sanatas

    The same Problem i had wen i type in the command /list
    When i remove spyadmin.jar it works fine.. the problem must be by Spyer!?
     
  22. Offline

    nickguletskii

    No, the problem is with you not setting up correctly. I clearly explained in the OP that some commands are overriden and command plugin specific.
     
  23. Offline

    PiO3k

    i use all essentials plugins.
     
  24. Offline

    nickguletskii

    Do you use the stable build or the development build?
     
  25. Offline

    PiO3k

    i use rel build 2.3.1
     
  26. Offline

    nickguletskii

    Seems like the artifactory is still displaying the 2.2 version. Please use 2.2 until I update to 2.3...
     
  27. Offline

    OrtwinS

    @nickguletskii
    Thanks for this plugin! Vanish died, Vanish-noPickup was an improvement on vanish but seems to be dead as well.

    Could you add a permission node to force no-pvp for hidden players and admins?
    Killing people with the invisibility item seems still possible now.
     
  28. Offline

    xZise

    Could you explain me, how I could accomplish this?

    Fabian
     
  29. Offline

    Sanatas

    hmm one problem that i had detectet with SpyerAdmin is, when im hidden a moderator who havent any rights to see can teleport to me. He dont se me but can port to me, this way he now that i'm online.

    Is that a conflict mit other plugin?

    I have use the SpyerInstaller and install first.. configurete and patch.. now i start my server and the same problems when i tip in /list

    By the Option patch the console outputet, that he overrides essentials /list and /msg

    Whats my mistake?

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

    megaman0122

    I get a SEVERE error everytime I start up my server. and I can't post the error because it won't let me copy and paste it... also when I download spyerinstaller it makes me cpu max out to 100% fix this please! I can't be the only one with this problem.

    19:12:55 [SEVERE] sun.org.mozilla.javascript.internal.WrappedException: Wrapped
    java.lang.ClassNotFoundException: com.earth2me.essentials.Console (<Unknown sour
    ce>#110) in <Unknown source> at line number 110

    (that's the error I found out how to copy and paste from the comandline)

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

    Z0mb1n3

    It doesn't work at all. People can still see me.
     

Share This Page