[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

    Kainzo

    No essentials here - which makes me wonder why that message came up.
     
  3. Offline

    nickguletskii

    Exactly. What do you use then?
     
  4. Offline

    Kainzo

    Commandbook - etc. We dont use essentials at all. Which alarms me why this is puling it up.
     
  5. Offline

    nickguletskii

    Yeah, you need the CommandBook version.

    EDIT: Also, status of the update: looks like I have successfully separated the plugins. Haven't tested yet. I also started making the cached permissions - TODO: test, test, test, test, test, test, test...
     
  6. Offline

    Kainzo

    Hmm - Where can the cmdbook version be found? I only saw one DL link for this... hah.
     
  7. Offline

    nickguletskii

    Read the "Instructions for different setups" in the downloads section.
     
  8. Offline

    Smallie07

    Hey, first off i love this plugin but i have one problem. Whenever i reload my server and the plugins, It hangs and lags the whole server for a good 5 seconds which never happens before. normal reloads reload the server perfectly and quickly and experience barely any lag. And yes, i have pin pointed it to be this plugin. Is this something to worry about for either your or me? Thanks.
    Using CB 860
     
  9. Offline

    nickguletskii

    Yes, 10 seconds delay so invisible moderators can hide. This will be configurable in the next release.
     
  10. Offline

    Smallie07

    Oh really! that makes sense now. Thank you for replying so quickly. i look forward to the next release :D
     
  11. Offline

    nickguletskii

    :D Everything works! Now I have to do some final steps, like make a commandbook version of the command plugin.
     
  12. Offline

    Flenix

    Hey, just had a pretty fun idea to balance this a little more for PvP
    Could you add like a "Heat Vision" mode or something, that works in a similar way in consuming, but allows you to see people who are invisible using SpyerFun? (It would ignore people using SpyerAdmin, if that is possible)

    I reckon it wouldn't be too hard really, just a copy and paste and some tweaking? You already have the count down consuming thing for when they spy, and a permission node to let you see someone, so it'd just be a consumable to temporarily give you the permission node (but more technical :p)

    As a suggestion, something like Slime Balls or Glowstone Dust would be a good Heat Vision consumable.. something not too easy to get
     
  13. Offline

    nickguletskii

    This might become possible with the lighting changes coming in 1.7, though the lighting managing is very... Resource heavy.
     
  14. Offline

    godgodgodgo

    Got this error using RB #860 with the commandbook version.

    Code:
    2011-06-14 02:19:45 [SEVERE] java.net.ConnectException: Connection timed out: connect
    2011-06-14 02:19:45 [SEVERE]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-06-14 02:19:45 [SEVERE]     at java.net.PlainSocketImpl.doConnect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at java.net.PlainSocketImpl.connect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at java.net.SocksSocketImpl.connect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.NetworkClient.doConnect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at nickguletskii200.SpyerAdmin.Updater.download(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onEnable(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-14 02:19:45 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
    2011-06-14 02:19:45 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-14 02:19:45 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
    2011-06-14 02:19:45 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    2011-06-14 02:19:45 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-14 02:19:45 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-14 02:19:45 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-14 02:19:45 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-14 02:19:45 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  15. Offline

    nickguletskii

    Can you freaking read the stack trace before posting? Get out, it isn't related to this plugin. I am tired of people coming here without a clue about what they are doing.
     
  16. Offline

    Flenix

    Not many people understand them, I'm guessing they just saw this bit and assumed it was from Spyer:

    Code:
    2011-06-14 02:19:45 [SEVERE]     at nickguletskii200.SpyerAdmin.Updater.download(Unknown Source)
    2011-06-14 02:19:45 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onEnable(Unknown Source)
     
  17. Offline

    godgodgodgo

    First of all I don't have any programming knowledge which is what I'm actually going to try and learn this summer. So I don't have a clue what a "stack is".
    Second of all Flenix is right, I just saw the SpyerAdmin.updater thing so I assumed it was a problem with the updater.
    I know it must be annoying for you but please try and help those of us that don't have a clue.
     
  18. Offline

    nickguletskii

    This is caused by a connection failure: "Connection timed out: connect" indicates that.
    Okay, but the problem is that the updater can't connect in a timely manner.
     
  19. Offline

    jespertheend

    Doesn't work for 1.6
    Could you please fix it.
     
  20. Offline

    nickguletskii

    It does work. You are just doing it wrong.
     
  21. Offline

    nubpro

    This plugin is beast :D
    I laughed when I saw the video's :confused:
     
  22. Offline

    nickguletskii

    @godgodgodgo
    Aha! I think I know the issue. Dropbox. Try flushing your DNS cache if you have it.

    Update nearly done.

    EDIT: Released. *awaits bug reports*

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

    RaCooN

    Code:
    2011-06-15 17:29:54 [INFO] The automatic update-Check only work every 6 hours, the last check was 331 minutes ago.
    2011-06-15 17:29:5417:29:54 [INFO] The automatic update-Check only work every 6 hours, the last check was 331 minutes ago.
    2011-06-15 17:30:00 [SEVERE] java.net.UnknownHostException: dl.dropbox.com
    2011-06-15 17:30:0017:30:00 [SEVERE] java.net.UnknownHostException: dl.dropbox.com
    2011-06-15 17:30:00 [SEVERE]     at java.net.PlainSocketImpl.connect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at java.net.SocksSocketImpl.connect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.NetworkClient.doConnect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at java.net.PlainSocketImpl.connect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at java.net.SocksSocketImpl.connect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at nickguletskii200.SpyerAdmin.Updater.download(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdminCommands.onEnable(Unknown Source)
    2011-06-15 17:30:00 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-15 17:30:00 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    
    2011-06-15 17:30:00 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-15 17:30:00 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
    2011-06-15 17:30:00 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    2011-06-15 17:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-15 17:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-15 17:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-15 17:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-15 17:30:00 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-15 17:30:00 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-06-15 17:30:0017:30:00 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.NetworkClient.doConnect(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2011-06-15 17:30:00 [INFO] nickguletskii200.SpyerAdmin.SpyerAdmin@f31a3e3
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-06-15 17:30:00 [INFO] SpyerAdminCommands module version 1.4 stable, a spying utility for administrators and moderators (CommandBook commands module), is active. Part of the Spyer package by [nickguletskii200]
    2011-06-15 17:30:0017:30:00 [SEVERE]     at nickguletskii200.SpyerAdmin.Updater.download(Unknown Source)
    2011-06-15 17:30:00 [INFO] SpyerFun module version 1.3_3 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    2011-06-15 17:30:0017:30:00 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdminCommands.onEnable(Unknown Source)
    2011-06-15 17:30:00 [INFO] SupplySign: ShowErrorsInClient=true
    2011-06-15 17:30:00 [INFO] SupplySign: FixSignOnSignGlitch=SupplySignOnly
    2011-06-15 17:30:0017:30:00 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-15 17:30:0017:30:00 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-15 17:30:0017:30:00 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-06-15 17:30:0017:30:00 [INFO] nickguletskii200.SpyerAdmin.SpyerAdmin@f31a3e3
    2011-06-15 17:30:0017:30:00 [INFO] SpyerAdminCommands module version 1.4 stable, a spying utility for administrators and moderators (CommandBook commands module), is active. Part of the Spyer package by [nickguletskii200]
    2011-06-15 17:30:0017:30:00 [INFO] SpyerFun module version 1.3_3 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    
    ........
    
    2011-06-15 17:30:0017:30:00 [INFO] SpyerAdmin module version 1.4 stable, a spying utility for administrators and moderators (main module), is active. Part of the Spyer package by [nickguletskii200]
    I'm using CraftBukkit #860. The error ocurred when I tried to install Spyer over an existing installation of Spyer. I'm not sure wether or not this is a severe error or just a malfunctioned update script. It might also be CraftBukkitUptoDate which caused it but I'm not sure. That's why I post it here so you can have a look and possibly fix a bug :D

    P.S. Upon restart of the server, it gives no error whatsoever :confused:
     
  24. Offline

    nickguletskii

    Aaah, Dropbox is being a bit wonky.
     
  25. Offline

    RaCooN

    Nothing scary? :p
     
  26. Offline

    nickguletskii

    Naah, a server restart should do the job :)
     
    RaCooN likes this.
  27. Offline

    Flenix

    It definately works. Have you given permissions where needed? what CB build are you using? what other plugins do you have? do you get any errors when using /spy or right clicking with sugar?
     
  28. Offline

    Strahan

    Ahh this plugin is so fun. I found a pair of players wandering the countryside, out in a big plains area. I was invisible, so I went around a hill to be out of sight and spawned like 20 wolves. Went up, punched one in the face and they all went red-eyed and growling and coming after me. I proceeded to then run after the players who, on their screen, just saw a pack of rabid wolves descending on them lol. They shouted in chat about crazy dogs and took off running hehe. I took a sword, went up to a cow and waited for the pack then killed it. Then went after a spider. They started saying the mob was eating the animals, lolol. Went back to chasing the players, they dug a hole quick and covered themselves in. I waited a minute to let the wolves mill about and growl, then punched my way through the hole and they freaked saying stuff like "OMG!! wolves are digging in dirt to get us!!"

    I was crying, laughing so hard :)

    Aweeeesome plugin hehe.
     
    Reterg likes this.
  29. Offline

    nanashiRei

    can you add an option to disable /list override? Because i don't use Essentials anymore and it literally "fucks up" my /list D:

    Would be nice to see,
    thanks.
     
  30. Offline

    nickguletskii

    What do you use? There is a vanilla version, designed specifically for people without plugins like Essentials.
     
  31. Offline

    godgodgodgo

    Hey I use the commandbook version on #860 and it seems that I don't get ignored by ghasts :/
     

Share This Page