Inactive [SEC] Log v0.8.2 - A lightweight alternative to BigBrother [PERMISSIONS] [1597]

Discussion in 'Inactive/Unsupported Plugins' started by pokepal101, Mar 19, 2011.

  1. Offline

    pokepal101

    MOVING TO BUKKITDEV

    Log - A lightweight alternative to BigBrother.
    Version: v0.8.2
    NOTE: Users have reported problems using GroupManager.

    Log is a plugin that logs block changes. Currently it only records break and place events.
    Being the Bukkit plugin creator n00b I am, I probably made some n00bish mistakes, but it works, anyway.
    Compatible with 617 onwards. Latest build officially tested on 1597.

    Features:
    • Logs block place and destroy events
    • Lets you look up block place and destroy events using a stick
    • Permissions support
    • Block type/material logging - NEW IN 0.4
    • A block to check air and other non-clickable blocks - NEW IN 0.8.2, now works!
    • PLANNED: Auto-delete support - prevent buildup of old stuff
    • POSSIBLE: Rollback?
    • Plaintext buffered SQL alternative to prevent memory leaks - NEW IN 0.5
    How to use:

    How to use (open)

    • 1) Install.
    • 2) Ensure you have the correct permissions (see below)
    • 3) Right click block with stick. DING!
    • 4) If you want to check who destroyed a block, place a block there and right-click that.
      • 4a) Alternatively, "place" a bone where the block would be.
    • 5) To clean the database of all old entries, type '/log clean <time>', replacing <time> with a time unit (15m, 24h, 30d)
    • 6) To completely purge the database of all entries (when you start a new world or something), type '/log purge'


    Permissions:
    Permissions (open)

    • To use the stick lookup, you must have the 'log.stick' permission, or be an op.
    • To use the bone lookup, you must have the 'log.bone' permission, or be an op.
    • A 'log.*' permission is provided for your convenience.


    Admin Permissions:
    Admin Permissions (open)

    • To use '/log purge', you must have the 'log.admin.purge' permission, or be an op.
    • To use '/log clean <time>', you must have the 'log.admin.clean' permission, or be an op.
    • A 'log.admin.*' permission is provided for your convenience.



    Download jar: v0.8.2 | v0.8.1 (Dropbox) | v0.8 (Dropbox) | v0.7.1 (Dropbox) | v0.7 (Dropbox) | v0.6 (Dropbox) (Direct) | v0.5.1 (Dropbox) | v0.5 (Dropbox) UNSTABLE!! | v0.4 (Dropbox) | v0.3 (Dropbox)

    To download, click the link above, wait, then click the "Skip This Ad" button in the top right corner. If the link appears to not work in some way, try refreshing the page. Still not working? Use the (Direct) link (for versions 0.6-).

    Donate:
    Please, please, please, pretty please with sugar on top, donate to support the continued development of this plugin:
    [​IMG]

    Source Code: v0.8.2 | v0.7(.1) (Dropbox) | v0.6 (Dropbox) | v0.5.1 (Dropbox)
    For versions prior to 0.5, source code is packaged in the jar file.

    Changelog:
    Changelog (open)

    Version 0. 8.2:
    • "Added" bone lookup! Yippee!
    Version 0.8.1:

    • Fixed incorrect month number error (again)
    Version 0.8:

    • Added '/log purge' and '/log clean <time>' commands
    Version 0.7.1

    • Removed testing code
    • Fixed incorrect month number error
    Version 0.7

    • Made compatible with RB1060
    • Added config file! (plugins/Log/config.properties)
    • Added bone lookup (non-functional ATM due to Bukkit bug - I think)
    • Made compatible with PermissionsBukkit. Compatibility with original Permissions is unknown
    Version 0.6

    • Fixed incorrect version number 'bug' (again)
    • Fixed FileNotFound bug (again)
    Version 0.5.1

    • Fixed major bug with BufferedReader not being reset
    Version 0.5

    • Exams are over and I have begun working on this again (XD)
    • Tested with 953
    • BIG CHANGE: CHANGED OVER FROM SERIALIZED JAVA OBJECTS TO PLAINTEXT
      • Old filename: logdata.db
      • New filename: logdata.db2
      • Old files will be converted once the server starts/restarts.
      • Make sure you delete the old files once converted to prevent confusion.
      • Advantage: Before: 3.5MB. After: 2.8MB
    • And probably some other stuff
    Version 0.4

    • Tested with 733
    • Added more logged information: block ID, date and time
    • NB: Old data files still work (I think)
    • Fixed FileNotFound bug
    • Fixed incorrect version number 'bug'
    Version 0.3

    • Made compatible with Permissions plugin (node "log.stick")
    • Requires you to either have the permission or be an op to use the stick lookup
    • Fixed small grammatical mistake
    Version 0.2

    • Made compatible with 617
    Version 0.1

    • First release


    Videos:
    - JKapFilms

    Known Bugs:

    Please read this before posting about a bug or problem.
    • FIXED IN 0.5 Not shutting down the server correctly causes data in the last session to be lost.
    • FIXED IN 0.5.1 Possibly many bugs in 0.5. Currently testing.
    • FIXED IN 0.6 Stick does not check cache.
    • FIXED IN 0.7.1 AND 0.8.1 Incorrect month number shown. Even though this has been fixed, incorrect entries will still display incorrectly, however.
     
  2. Offline

    godgodgodgo

    Code:
    2011-04-03 22:35:14 [INFO] Starting minecraft server version Beta 1.4
    2011-04-03 22:35:14 [INFO] Loading properties
    2011-04-03 22:35:14 [INFO] Starting Minecraft server on *:25565
    2011-04-03 22:35:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4)
    2011-04-03 22:35:14 [INFO] Preparing level "smp"
    2011-04-03 22:35:14 [INFO] Preparing start region
    2011-04-03 22:35:15 [INFO] 144 recipes
    2011-04-03 22:35:15 [INFO] Preparing spawn area: 32%
    2011-04-03 22:35:17 [SEVERE] Could not load plugins\InventorySort.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoClassDefFoundError: org/anjocaido/groupmanager/GroupManager
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:97)
        ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.anjocaido.groupmanager.GroupManager
        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)
        ... 11 more
    2011-04-03 22:35:17 [INFO] LWC    Loading shared objects
    2011-04-03 22:35:17 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-04-03 22:35:17 [INFO] Invalid config file found and converted to proper name/format.
    2011-04-03 22:35:17 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-04-03 22:35:17 [INFO] AntiHack version 1.3 is enabled!
    2011-04-03 22:35:17 [INFO] [AutoMessage] version [1.5] loaded
    2011-04-03 22:35:17 [INFO] AutoStop Enabled. Windows Vista
    2011-04-03 22:35:17 [INFO] [AutoStop] Scheduled for shutdown at time(s): 20:34:00
    2011-04-03 22:35:17 [INFO] [BackupPlugin]  BackupPlugin version 0.8.8 is enabled!
    2011-04-03 22:35:17 [INFO] [BackupPlugin]  Permissions plugin found, using Permission config
    2011-04-03 22:35:17 [WARNING] [BackupPlugin]  Disabled MapperUnit, mapper_path invalid: mcmap\mcmap.exe
    2011-04-03 22:35:17 [INFO] [BackupPlugin]  Finished setting up a thread: BackupUnit Next run in: 4 minutes.
    2011-04-03 22:35:17 [INFO] Blueprint v1.0 was sucessfully loaded!
    2011-04-03 22:35:17 [INFO] ChatBukkit v0.0.2 is enabled!
    2011-04-03 22:35:17 [INFO] [Citizens]: Permissions enabled.
    2011-04-03 22:35:17 [INFO] [Citizens]: Loaded 0 NPC's
    2011-04-03 22:35:17 [INFO] [Citizens]: version [1.07e_5] (Helpers) loaded
    2011-04-03 22:35:17 [INFO] CraftBookCommon nightly enabled.
    2011-04-03 22:35:17 [INFO] CraftBookCircuits nightly enabled.
    2011-04-03 22:35:17 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-03 22:35:17 [INFO] CraftBookMechanisms nightly enabled.
    2011-04-03 22:35:17 [INFO] 1 cauldron recipe(s) loaded
    2011-04-03 22:35:17 [INFO] CraftBukkitUpToDate version 2.4.4 is enabled!
    2011-04-03 22:35:17 [INFO] [Permissions] version [2.5.5] (Phoenix)  loaded
    2011-04-03 22:35:17 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-03 22:35:17 [INFO] CButD: CraftBukkit is up to Date
    2011-04-03 22:35:17 [INFO] [DiscoSheep] version 0.3 is enabled!
    2011-04-03 22:35:17 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-04-03 22:35:18 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-04-03 22:35:18 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-04-03 22:35:18 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    2011-04-03 22:35:18 [INFO] Activated world 'smp' in Dynmap.
    2011-04-03 22:35:18 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-04-03 22:35:18 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-04-03 22:35:18 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-04-03 22:35:18 [INFO] Dynmap WebServer started on null:8123
    2011-04-03 22:35:18 [INFO] Loaded Essentials build 2.1.15 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-04-03 22:35:18 [INFO] Loaded EssentialsSpawn build 2.1.15 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-04-03 22:35:18 [INFO] FindMe 1.2.4 loaded.
    2011-04-03 22:35:18 [INFO] [Humiliation] Permissions enabled.
    2011-04-03 22:35:18 [INFO] [Humiliation] version 0.3.2 is enabled!
    2011-04-03 22:35:18 [INFO] [iConomy] Logging is currently disabled.
    2011-04-03 22:35:18 [INFO] [iConomy] v4.61 (Kenzi) loaded.
    2011-04-03 22:35:18 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-04-03 22:35:18 [SEVERE] Nag author: 'Nijikokun' of 'iConomy' about the following: onPluginEnable has been replaced with a new signature, (PluginEnableEvent)
    2011-04-03 22:35:18 [INFO] JuggernautSpirit version 1.4 loaded.
    2011-04-03 22:35:18 [INFO] JumpBlock version 0.9.2 is enabled!
    2011-04-03 22:35:18 [SEVERE] PLAYER_ITEM loading Log v0.1 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_ITEM
        at org.pokepal101.log.pokepal101.log.LogPlugin.onEnable(LogPlugin.java:40)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-03 22:35:18 [INFO] LWC    Loaded 107 locale strings (0 overrides)
    2011-04-03 22:35:19 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-04-03 22:35:19 [INFO] LWC    Loading SQLite
    2011-04-03 22:35:19 [INFO] SQLite    Using: Native
    2011-04-03 22:35:19 [INFO] LWC    At version: v2.11
    2011-04-03 22:35:19 [INFO] [MCTelnet] - Starting Up! Version: 1.2.2 by bekvon
    2011-04-03 22:35:19 [INFO] [MCTelnet] - Listening on: 192.168.1.9:8765
    2011-04-03 22:35:19 [INFO] Minecart Mania Core version 1.07e is enabled!
    2011-04-03 22:35:19 [INFO] [PlugMan] Starting Up! - Version: 1.3 by bekvon
    2011-04-03 22:35:19 [INFO] [PlugMan] Found Permissions Plugin!
    2011-04-03 22:35:19 [INFO] [QuickStrasse] version 0.73 by SunShe is enabled!
    2011-04-03 22:35:19 [INFO] [RealShop] load dependency : iConomy 4.x ok
    2011-04-03 22:35:19 [INFO] [RealShop] Uses iConomy plugin (/money commands) as economy system
    2011-04-03 22:35:19 [INFO] [RealShop] version [0.58] (tickleman) loaded
    2011-04-03 22:35:19 [INFO] [SendGift] version 1.21 by lonelydime is enabled!
    2011-04-03 22:35:19 [INFO] [SlowHealth] version [3.0.1] (actruncale) is loaded.
    2011-04-03 22:35:19 [INFO] SuperPowers v0.2 loaded!
    2011-04-03 22:35:19 [INFO] Vanish 1.5.2 loaded.
    2011-04-03 22:35:19 [INFO] WorldEdit nightly enabled.
    2011-04-03 22:35:19 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-03 22:35:19 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-03 22:35:19 [INFO] WorldGuard: (smp) Single session is enforced.
    2011-04-03 22:35:19 [INFO] WorldGuard: (smp) TNT ignition is blocked.
    2011-04-03 22:35:19 [INFO] WorldGuard: (smp) Lighters are blocked.
    2011-04-03 22:35:19 [INFO] WorldGuard: (smp) Lava fire is blocked.
    2011-04-03 22:35:19 [INFO] WorldGuard: (smp) All fire spread is disabled.
    2011-04-03 22:35:19 [INFO] WorldGuard: Loaded configuration for world 'smp"
    2011-04-03 22:35:19 [INFO] WorldGuard nightly enabled.
    2011-04-03 22:35:19 [INFO] Done (0.489s)! For help, type "help" or "?"
    2011-04-03 22:35:27 [INFO] CButD: Plugin-Update-Check started
    2011-04-03 22:35:31 [INFO] No source for AutoMessage.jar ask the Author to give me one
    2011-04-03 22:35:31 [INFO] No source for Autostop.jar ask the Author to give me one
    2011-04-03 22:35:32 [INFO] chatbukkit.jar changed, try to download the new
    2011-04-03 22:35:32 [INFO] chatbukkit.jar updated, copy C:\Users\Chris\Desktop\server\bukkit_update\plugins\chatbukkit.jar to your Plugin-Folder
    2011-04-03 22:35:32 [INFO] No source for dynmap.jar ask the Author to give me one
    2011-04-03 22:35:32 [INFO] No source for FindMe.jar ask the Author to give me one
    2011-04-03 22:35:33 [INFO] No source for Log.jar ask the Author to give me one
    2011-04-03 22:35:34 [INFO] No source for Vanish.jar ask the Author to give me one
    2011-04-03 22:35:35 [INFO] CButD: 1 plugins were updated, please copy them into your plugins folder.
    2011-04-03 22:35:35 [INFO] CButD: Plugin-Update-Check finished
    2011-04-03 22:35:38 [INFO] Stopping the server..
    2011-04-03 22:35:38 [INFO] CONSOLE: Stopping the server..
    2011-04-03 22:35:38 [INFO] Stopping server
    2011-04-03 22:35:38 [INFO] AntiHack version 1.3 is disabled!
    2011-04-03 22:35:38 [INFO] [AutoMessage] version [1.5] disabled
    2011-04-03 22:35:38 [INFO] [AutoStop] Disabled.
    2011-04-03 22:35:38 [INFO] [BackupPlugin]  BackupPlugin disabled!
    2011-04-03 22:35:38 [INFO] [Citizens]: version [1.07e_5] (Helpers) disabled
    2011-04-03 22:35:38 [INFO] [DiscoSheep] closed down. Good bye
    2011-04-03 22:35:38 [INFO] Stopping map renderer...
    2011-04-03 22:35:38 [INFO] Shutting down webserver...
    2011-04-03 22:35:38 [INFO] FindMe 1.2.4 unloaded.
    2011-04-03 22:35:38 [INFO] [Humiliation] version 0.3.2 is disabled!
    2011-04-03 22:35:38 [INFO] map WebServer.run() stops with IOException
    2011-04-03 22:35:38 [INFO] Webserver shut down.
    2011-04-03 22:35:39 [INFO] [iConomy] Plugin disabled.
    2011-04-03 22:35:39 [INFO] LWC    Freeing SQLite
    2011-04-03 22:35:39 [INFO] Minecart Mania Core version 1.07e is disabled!
    2011-04-03 22:35:39 [INFO] [MCTelnet] - Shutting Down!
    2011-04-03 22:35:39 [INFO] [Permissions] (Phoenix) disabled successfully.
    2011-04-03 22:35:39 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-03 22:35:39 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-03 22:35:39 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-04-03 22:35:39 [INFO] [PlugMan] Shutting Down!
    2011-04-03 22:35:39 [INFO] [QuickStrasse] is being disabled!
    2011-04-03 22:35:39 [INFO] [RealShop] version [0.58] (tickleman) un-loaded
    2011-04-03 22:35:39 [INFO] [SendGift] Disabled
    2011-04-03 22:35:39 [INFO] Goodbye world!
    2011-04-03 22:35:39 [INFO] Vanish 1.5.2 unloaded.
    2011-04-03 22:35:39 [INFO] WorldGuard nightly disabled.
    2011-04-03 22:35:39 [INFO] Saving chunks
    
    This works for me! THANKYOU! :D

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

    monir

    you have build 617? it stands loaded på stick isnt working
     
  4. Offline

    mbandit

    what build are you using?
     
  5. Offline

    tedmazer

    UPDATE IT YER WHIPPERSNAPPER! [creeper]
    17:27:33 [SEVERE] PLAYER_ITEM loading Log v0.1 (Is it up to date?)
     
  6. Offline

    stewie1million

    Please update for 617!?
     
    mbandit likes this.
  7. Offline

    mbandit

    I do hope that it gets upgraded soon, I loved how lightweight and simple it was, you would not believe how shitty administrating my server has been this weekend without it.
     
  8. Offline

    godgodgodgo

    Yes I have Build 617 and it seems to load fine. Although I haven't actually tried it in the game yet.
     
  9. Offline

    Lolmewn

    I tried too today, it doesnt seem to return anything. I got no time/clue to figure out why. Imma go wait till update :p
     
  10. Offline

    r011yp011y

    i guess no update?
     
  11. Offline

    Lolmewn

    Not from me, Imma go wait till the original dev. updates it.
     
  12. Offline

    Jotschie

    please update this awesome plugin... anyone?
     
  13. Offline

    pokepal101

    oh boy... haven't been keeping up with the times...
    ill try to update when 617 comes up...
    "The server at ci.bukkit.org is taking too long to respond."
    grr...
     
  14. Offline

    wassilij

    I love this!

    Please update this for Bukkit 617+
     
  15. Offline

    pokepal101

    YAAY! LETS CELEBRATE!
    I got a 617 compatible version up!
    <Edit by Moderator: Redacted mediafire url>
    Thoughts for next version:
    Umm... logging the block type placed/destroyed?
    Rollback support... maybe?
    Some sort of permissions support?
     
    Last edited by a moderator: Dec 14, 2016
    wassilij likes this.
  16. Offline

    wassilij

    Permission Support is good (for Moderators)

    I love this Plugin, thank you ;)
     
  17. Offline

    Jonathan Bloom

    Yes, I'd love to see destroyed blocks and permission support added to this.
     
  18. Offline

    Jotschie

    thank you sooooo much for updating!!
     
  19. Offline

    Planitia

    Is the stick the only way to track? To track removed blocks i have to place one first which can get annoying.

    Other then that thanks for the great plugin, BB is nice but SQL is a pain to get working and it has alot of features Ireally don't need.
     
  20. Offline

    1lann

    :D Thanks a ton for updating this! I couldn't wait!
     
    thecoolwolf likes this.
  21. Offline

    gilgatex

    Does this have permissions support? What is the permissions line?

    How can you right click a block to see who destroyed it when it's destroyed? Is there another way to look it up?

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

    darthsiddious

    question, are you adding a time and date log soon?
     
  23. Offline

    r011yp011y

    dang man and i just got
    bigbrother :(
     
  24. Offline

    darthsiddious

    hi, i wanted to give you a copy of some changes we made. we added a log that will tell you the cordinates, date, time and block id of all the placed and removed blocks. the log is created in the folder where your batch file is located. i hope this helps out your seerver. i really want to thank you and my programmer rabrg for making a really good plugin. here you go.

    http://uppit.com/me32pydap7i3/Log-v0.2.jar
     
  25. Offline

    pokepal101

    nice. dont know if it works... im lazy XD
    im putting that stuff in the next official release.
     
  26. Offline

    darthsiddious

    it does, im using it now. its freaking great, and thats good, ill be sure to update it when it comes out.
     
  27. Offline

    godgodgodgo

    I put it in my plugins folder and it didn't work :/
     
  28. Offline

    darthsiddious

    your looking for blocklog.txt in the main folder where your server file is located. it wont show up in game. in the log, it shows date, time, player name, block id (numerical) cordinates and if it was placed or destroied. but pretty much use that in addition to your f3 key. what i do is i locate the greifed block, replace it and use the stick to findout who it is, then i get the cordinates and there you go, its right there.
     
  29. Offline

    Zeroth

    Hey guys, I made a quick change that only sends log info to serverOPs when they right-click! Works just like the original, just replace your old plugin.

    Thanks for the plugin @pokepal101! It's exactly what I need for my server.
     

    Attached Files:

  30. Offline

    godgodgodgo

    Thanks Mate :)


    Code:
    2011-04-12 15:16:31 [SEVERE] java.io.InvalidClassException: org.pokepal101.log.pokepal101.log.Position; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = -6953548090074503
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectStreamClass.initNonProxy(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readClassDesc(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readObject0(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readObject(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.util.HashMap.readObject(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-04-12 15:16:31 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readSerialData(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readObject0(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at java.io.ObjectInputStream.readObject(Unknown Source)
    2011-04-12 15:16:31 [SEVERE]     at org.pokepal101.log.pokepal101.log.LogPlugin.onEnable(LogPlugin.java:54)
    2011-04-12 15:16:31 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    2011-04-12 15:16:31 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:578)
    2011-04-12 15:16:31 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    2011-04-12 15:16:31 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
    2011-04-12 15:16:31 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
    2011-04-12 15:16:31 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    2011-04-12 15:16:31 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    2011-04-12 15:16:31 [SEVERE]     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    2011-04-12 15:16:31 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    2011-04-12 15:16:31 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  31. Offline

    Zeroth

    @godgodgodgo Don't look at me, that not my error :p I literally just added in "event.getPlayer().isOP()" to 1 spot of the code.
     

Share This Page