[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

    nickguletskii

    Could you please show me the complete startup log? I can't reproduce the issue... Also try redownloading. Might have transferred incorrectly.
     
  3. Offline

    Flaminglynx

    Everyone has to start off somewhere, so are you going to answer my question or is that all I get? An insult...
     
  4. Offline

    nickguletskii

    It wasn't an insult. I am just fed up with people with zero OS knowledge asking me about basic things. If you don't know what that is, why the hell not google it? -_-
     
  5. Offline

    Swiftist

    I'm getting the same error as Wesley211 But only for the second one. The Spyerfun works the Admin Commands doesn't. Please help! I also placed the jars in my lib folder so that doesn't work.
     
  6. Offline

    nickguletskii

    Please, the full log! I can't replicate this issue at all...
     
  7. Offline

    Wesley211

    Code:
    2011-08-21 22:07:45 [INFO] Starting Minecraft server on *:25565
    2011-08-21 22:07:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-08-21 22:07:46 [SEVERE] Could not load 'plugins\SpyerAdmin.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.NoSuchMethodError: nickguletskii200.SpyerAdmin.Packets.PacketHand.<init>(Lnickguletskii200/SpyerAdmin/SpyerAdminPlayerListener;)V
        at nickguletskii200.SpyerAdmin.SpyerAdminPlayerListener.<init>(Unknown Source)
        at nickguletskii200.SpyerAdmin.SpyerAdmin.<init>(Unknown Source)
        ... 13 more
    2011-08-21 22:07:46 [INFO] Preparing level "flatgrass"
    2011-08-21 22:07:46 [INFO] Preparing start region for level 0 (Seed: 8344855826543536504)
    2011-08-21 22:07:47 [INFO] Preparing spawn area: 97%
    2011-08-21 22:07:47 [INFO] Preparing start region for level 1 (Seed: 5759175781283376229)
    2011-08-21 22:07:48 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-21 22:07:48 [INFO] SpongeRestore version 1.2 is enabled!
    2011-08-21 22:07:48 [INFO] Spout 1.0.2.148 has been initialized
    2011-08-21 22:07:48 [SEVERE] Error occurred while enabling SpyerAdminCommands v1.5 stable (Is it up to date?): null
    java.lang.NullPointerException
        at nickguletskii200.SpyerAdmin.SpyerAdminCommands.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-21 22:07:49 [INFO] SpyerFun module version 1.5 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    2011-08-21 22:07:49 [INFO] WorldEdit 4.6 enabled.
    2011-08-21 22:07:49 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-21 22:07:49 [INFO] [MobArena] v0.93.4 enabled.
    2011-08-21 22:07:49 [INFO] [ScubaKit][2.1.5] Enabled started
    2011-08-21 22:07:49 [INFO] [ScubaKit][2.1.5] Permission system not detected, ignorePermissions has be set to true
    2011-08-21 22:07:49 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-21 22:07:49 [INFO] Done (0,297s)! For help, type "help" or "?"
    This is the whole log
     
  8. Offline

    nickguletskii

    @Wesley211
    Ooh, loading order... Will be patched in a minute.
     
  9. Offline

    Swiftist

    Thank you so much!
     
  10. Offline

    nickguletskii

    Fix committed. Please confirm.

    Actually, I think it is something different, because the exception doesn't indicate that Spout hasn't been found.

    EDIT: Aaaah damn it! Forgot to rename the package... If you had SpyerAdmin and SpyerFun together, you would get this. *facepalm*
    Committing fix.

    EDIT2: Fix committed. Sorry, I am very tired after a two day trip by train.

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

    Wesley211

    Redownloaded the package, added it to my plugins. Now i get those errors. Not sure if they're the same

    Code:
    2011-08-21 22:46:58 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-21 22:46:58 [INFO] Loading properties
    2011-08-21 22:46:58 [INFO] Starting Minecraft server on *:25565
    2011-08-21 22:46:58 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-08-21 22:46:59 [SEVERE] Could not load 'plugins\SpyerAdmin.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.NoSuchMethodError: nickguletskii200.SpyerAdmin.Packets.PacketHand.<init>(Lnickguletskii200/SpyerAdmin/SpyerAdminPlayerListener;)V
        at nickguletskii200.SpyerAdmin.SpyerAdminPlayerListener.<init>(Unknown Source)
        at nickguletskii200.SpyerAdmin.SpyerAdmin.<init>(Unknown Source)
        ... 13 more
    2011-08-21 22:46:59 [INFO] Preparing level "flatgrass"
    2011-08-21 22:46:59 [INFO] Preparing start region for level 0 (Seed: 8344855826543536504)
    2011-08-21 22:47:00 [INFO] Preparing spawn area: 85%
    2011-08-21 22:47:00 [INFO] Preparing start region for level 1 (Seed: 5759175781283376229)
    2011-08-21 22:47:01 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-21 22:47:01 [INFO] SpongeRestore version 1.2 is enabled!
    2011-08-21 22:47:01 [INFO] Spout 1.0.2.148 has been initialized
    2011-08-21 22:47:01 [SEVERE] Error occurred while enabling SpyerAdminCommands v1.5 stable (Is it up to date?): null
    java.lang.NullPointerException
        at nickguletskii200.SpyerAdmin.SpyerAdminCommands.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-21 22:47:01 [INFO] SpyerFun module version 1.5 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    2011-08-21 22:47:01 [INFO] WorldEdit 4.6 enabled.
    2011-08-21 22:47:01 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-21 22:47:02 [INFO] [MobArena] v0.93.4 enabled.
    2011-08-21 22:47:02 [INFO] [ScubaKit][2.1.5] Enabled started
    2011-08-21 22:47:02 [INFO] [ScubaKit][2.1.5] Permission system not detected, ignorePermissions has be set to true
    2011-08-21 22:47:02 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-21 22:47:02 [INFO] Done (0,322s)! For help, type "help" or "?"
    
     
  12. Offline

    Flaminglynx

    I already tried to google it and could not find anything on the subject. I understand your frustration but i coulden't find a list of commands to use in the terminal or how to run an installer through the terminal.
     
  13. Offline

    blizzard15

    okay so i get this error when i start it up

    Also, when it comes to permissions, i am so lost.........and i mean like really really confused, so do i need a special plugin for it or can i use the built in permission file? oh and how would i go about setting this up to where only admins can use this? and what would i download so i just get the vanish and the fake leave leave stuff and not the item per second stuff, because there's like five different installers and not much info on which one does what. Sorry if im being stupid or just missing something but the permissions and multiple downloads just confuses me :(
     
  14. Offline

    Vettexl

    This plugin worked but it conflicted with the /list command in Essentials. Any reason why, and is there a way to fix that?
     
  15. Offline

    Swiftist

    What plugins are you running? Cause for me its not working.
     
  16. Offline

    Vettexl

    [​IMG]
     
  17. Offline

    nickguletskii

    SpyerInstaller isn't supposed to be in the plugins folder, it should be in the root.
    What the... Investigating further.
    It is one of the basics. It is AKA "command prompt".

    It is supposed to do that.

    @Wesley211 Gaaaaaah! Didn't put the updated jar into the bundle... Redownload will fix.

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

    Wesley211

    No errors now, problem fixed :)
     
  19. Offline

    nickguletskii

    It is a shame that it was fixed yesterday, but the fix was shipped only today... Sorry about that... :(

    P.S. Finally updated sourcecode.
     
  20. Offline

    Wesley211

    Hm, when i go ingame it gives me an error.. Lool
    Its when i type /quit. (And ofcourse im op)
    Everything is updated
    Code:
    2011-08-22 16:57:34 [SEVERE] java.lang.NoSuchMethodException: no such method: playerLeaving
    2011-08-22 16:57:34 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    2011-08-22 16:57:34 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    2011-08-22 16:57:34 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.playerLeave(Unknown Source)
    2011-08-22 16:57:34 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-08-22 16:57:34 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-22 16:57:34 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-22 16:57:34 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-08-22 16:57:34 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:437)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-08-22 16:57:34 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-22 16:57:35 [SEVERE] java.lang.NoSuchMethodException: no such method: playerJoining
    2011-08-22 16:57:35 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    2011-08-22 16:57:35 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    2011-08-22 16:57:35 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.playerJoin(Unknown Source)
    2011-08-22 16:57:35 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-08-22 16:57:35 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-22 16:57:35 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-22 16:57:35 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-08-22 16:57:35 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:437)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-08-22 16:57:35 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-22 16:57:49 [INFO] <Looka> wtf
    2011-08-22 16:58:36 [SEVERE] java.lang.NoSuchMethodException: no such method: playerLeaving
    2011-08-22 16:58:36 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    2011-08-22 16:58:36 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    2011-08-22 16:58:36 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.playerLeave(Unknown Source)
    2011-08-22 16:58:36 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-08-22 16:58:36 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-22 16:58:36 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-22 16:58:36 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-08-22 16:58:36 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:437)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-08-22 16:58:36 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-22 16:58:38 [SEVERE] java.lang.NoSuchMethodException: no such method: playerJoining
    2011-08-22 16:58:38 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    2011-08-22 16:58:38 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    2011-08-22 16:58:38 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.playerJoin(Unknown Source)
    2011-08-22 16:58:38 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-08-22 16:58:38 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-22 16:58:38 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-22 16:58:38 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-08-22 16:58:38 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:437)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-08-22 16:58:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  21. Offline

    nickguletskii

    Content of script.js please.
     
  22. Offline

    Wesley211

    Empty, lol
     
  23. Offline

    nickguletskii

    Exactly. I think you are getting some sort of a connection error. It should not be empty.
     
  24. Offline

    Swiftist

    Ok i got all of those and still its messing up for me..
     
  25. Offline

    Vettexl

    Ok, is there a way to disable the conflict? I'd like to use Essentials with this plugin.

    I don't know what to suggest, sorry.
     
  26. Offline

    nickguletskii

    Stack trace or out.
    No, it is SUPPOSED to do that, to hide you. Could you PLEASE read the OP?
     
  27. Offline

    MJE

    On Build 1060 and 1.5 spyeradmin for commandbook does not seem to be working, when /spy or quit the users can see us? No errors in the log.

    I've been using it for a long time and it's been great, it's just not working now. Any thoughts?

    Thanks!
     
  28. Offline

    nickguletskii

    Do you have Spout?
     
  29. Offline

    MJE

    Yes, the latest version. I use it for LogBlock.
     
  30. Offline

    zangetsuslayer

    From what I've been noticing admins cannot use it but operators can? Yes I have spout as well.
     
  31. Offline

    Worlther

    Lol. Why you put craftbukkit.jar and Permissions to SpyerFun.jar? ;p
     

Share This Page