[RELEASED] ChestSearch v0.4 - Find hidden chests [1185]

Discussion in 'WIP and Development Status' started by Belf, Aug 30, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Belf

    ChestSearch v0.4 (release) - CB1060 & CB1185

    Find hidden chests​

    Summary
    Detect and find hidden chests with (too much) diamond/ore/whatever. Every time the content of a chest is changed, the new content and the player who edited the chests are inserted in a SQLite DB.
    Features
    - Lightweight (plugin triggered only on event)​
    - Find chests which have more than X items (display World, Coordinates, Player and last edition date)​
    - Find all chests of a player​
    - Find the total number of an item stocked by a player​
    - Multiworld​
    Dependencies :
    - SQLite lib​
    - Spout server plugin​
    Installation
    * Download the latest version and place the .jar file in the 'plugins' directory.​
    * Restart the server​

    Command (/chestsearch or /cs)
    Show Spoiler

    /cs item [itemID] [number]
    Example :
    /cs item 264 20
    > Find chests which have more than 20 diamonds

    /cs player [playername] [itemID] [number]
    Example :
    /cs player belf 264 20
    > Find chests which have more than 20 diamonds and are owned by Belf

    /cs check [playername] [itemID] [number]
    Example :
    /cs check belf 264
    > Find how much Belf has diamond

    /cs clear [chestId]
    > Remove the chest of the database

    /cs clear all
    > Clear the database


    Known bugs
    - None





    NB : Sorry for my poor english, i'm french

    Updated to v0.2 (stable release)

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

    Tauryuu

    MySQL support?
     
  3. Offline

    Belf

    Good suggestion, added to the TODO List
     
  4. Offline

    Mad Maniak

    Amazing work. Can't wait to see how this progresses.
    Thanks!
     
  5. Offline

    Cosmic Break

    once it gets mysql, would be nice.
     
  6. Awesome plugin idea! :D
    Already started using it on my server, and I'll report any bugs that may happen, if you want :)
     
  7. Offline

    Belf

    @Xickle
    Glad to hear it :)

    It's going to be updated very soon.
     
  8. Offline

    powback

    Dude, this is fucking sweet! I have been looking for something like this!
    Thank you so much!
     
  9. Offline

    Belf

    Arg ! I have to update this !
    I'm doing it this week-end !
     
  10. Offline

    Belf

    Mad Maniak likes this.
  11. Offline

    Mad Maniak

    Awesome. Keeping a close eye on this.
    Thanks a lot, and keep up the good work! :D
     
  12. Offline

    Dec64

    @Belf This doesn't seem to work well with lockette? When i open and close a chest, i see in the console "1 chest added" but when i do it to a chest locked via lockette, nothing happens. I really would like to have this plugin running on my server, but as we use lockette its a bit useless. Any possibilities it will be working soon?
     
  13. Offline

    Belf

    I'm going to look into it
     
  14. Offline

    Belf

    @Dec64 : here is the bugfix for Lockette, the file is still waiting for approval in Bukkit dev, so i made a Dropbox link :
    http://dl.dropbox.com/u/40024232/ChestSearch.jar

    Updated to CB1240
    Bugfix for Lockette compatibility

    Let me know if you see other problems, but it seems to be working fine with me.
     
  15. Offline

    Dec64

    Works perfectly, brilliant plugin, tyvm.
     
Thread Status:
Not open for further replies.

Share This Page