[INACTIVE][MECH] SearchIds v2.3 ~ Find the ID of a Block or Item [1000]

Discussion in 'Inactive/Unsupported Plugins' started by MonsieurApple, Mar 7, 2011.

  1. Offline

    MonsieurApple

    SearchIds - Find the ID of a Block or Item:
    Version: v2.3
    CraftBukkit: 1000

    SearchIds is a fork of the original SearchIds because the developer is now idle from bukkit. Expect regular updates and improvements :)

    Features:
    • Search for any id of any item with /search
    • Auto-Updates the block list
    • Customize command (could be /s, /find, etc)
      • Fix coming soon.
    Download v 2.3
    Older Versions: 2.0, 2.1, 2.2
    Source code can be found here.
    Static jar (latest version always) here.

    Changelog:
    Version 2.3
    • Fixed folder creating bug
    Version 2.2
    • Store files in plugins folder
    • Update for 1.4
    Version 2.1
    • Possible bug fix
    Version 2.0
    • Developer Change
    • Fixed bugs
     
  2. Offline

    MonsieurApple

    Really? Works for me.
     
  3. Offline

    Kartus

    I also request update. i have same issue with 556. i use GroupManager with PermissionsBridge.jar and Essentials.
     
  4. Offline

    MonsieurApple

    I'm not sure whats wrong? It works fine for me with those plugins as well.

    Please post your config.
     
  5. Offline

    MineralMC

    Can anybody confirm that this works with build 602?

    Also, MonsieurApple, any chance of an option for tabulated results? Would make fishing through the Item IDs consideribly easier.

    My players think this plugin is a godsend (namely for use in conjunction with QuickStash) - keep up the good work!
     
  6. Offline

    skillinazn

    It doesn't work anymore for build 612. I tried it just now and it had failed to work. Mind if you can update?
     
  7. Offline

    MonsieurApple

    It's late, I swear I will tomorrow :p

    Version 2.2 released!
    • 1.4 support
    • Store files in plugins folder
    I also added a static jar link in the OP.

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

    skillinazn

    Haha, I didn't mean you to update so fast. Still, thanks for the update :)

    EDIT: There is one slight bug to the update though. The plugin cannot create a SearchIds folder when using it, so the only way to get through it is by manually making the folder.
     
  9. Offline

    Flipp

    On my 617 it works perfect with the properties-file from above. But my Server is Running in Lan Mode behind a Router, The Tunnel was off at Update Time, if that´s necessary.Path: plugins\SearchIDs\search-ids.properties
    Greets
     
  10. Offline

    Marcus101RR

    This plugin is not working for me, errors. Is this working for the latest builds?
     
  11. Offline

    hmpf

    Workaround:
    1. Stop your server.
    2. Create the folder SearchIds in your plugins folder.
    3. Create the file search-ids.properties in the new folder.
    4. Copy the following lines into that file and save it:
    Code:
    delimiter=-
    update-source=https\://github.com/mrapple/SearchIds/raw/master/search-ids-data.xml
    base=decimal
    search-type=all
    width-number=4
    command=search
    base-id=decimal
    data-xml=search-ids-data.xml
    width-blockname=24
    auto-update-data=true
    auto-update-interval=86400
    5. Start your server.
     
  12. Offline

    MonsieurApple

    It doesn't create those by default? Aw shucks I thought it did. Will fix when I get home from school.
     
  13. Offline

    City Builder

    How do I do this:
    Customize command (could be /s, /find, etc)

    I'd like to set it to /find
     
  14. Offline

    MonsieurApple

    In the configuration there's:
    command=search
    Change that to find
     
  15. Offline

    City Builder

    Ok thanks, that line didn't appear in the properties file so I just added it.
     
  16. Offline

    MonsieurApple

    Did it work?
     
  17. Offline

    City Builder

    no, it's like it was ignored, and yah I did stop and restart the server.
     
  18. Offline

    MonsieurApple

    Yeah, I'm looking at the code now, I can see why it isn't working.
     
  19. Offline

    PhantomGamers

    The plugin doesn't create the properties file itself on 670...
    Which causes the console to spit out errors and seems to be causing a lot of server lag as well.

    Code:
    19:51:27 [SEVERE] Unable to save plugins/SearchIds/search-ids.properties
    java.io.FileNotFoundException: plugins\SearchIds\search-ids.properties (The syst
    em cannot find the path specified)
            at java.io.FileOutputStream.open(Native Method)
            at java.io.FileOutputStream.<init>(Unknown Source)
            at java.io.FileOutputStream.<init>(Unknown Source)
            at net.serenity.searchids.iProperty.save(iProperty.java:50)
            at net.serenity.searchids.iProperty.<init>(iProperty.java:36)
            at net.serenity.searchids.SearchIds.initProps(SearchIds.java:97)
            at net.serenity.searchids.SearchIds.onEnable(SearchIds.java:71)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:578)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
            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)
    
    Is the code I'm getting.
    Would be awesome if you can fix this, love the mod!
     
  20. Offline

    Jandalf

    thank u for continuing this great plugin:)
    the foldercreating bug is still there...
     
  21. Offline

    MonsieurApple

    Version 2.3 is out!
    • Fixes folder creating bug
    Coming version 3.0
    • Optimized code
    • Permissions support
     
  22. Offline

    RobotGymnast

    Can you quickly update the XML? It's missing 356 (Redstone Repeater). Possibly other stuff too, but that's the one I noticed.
     
  23. Offline

    MonsieurApple

    The block ID's were already there, but the item id wasn't.

    Thanks for the heads up, fixed.
     
  24. Offline

    RobotGymnast

  25. Offline

    MonsieurApple

    Just so everyone knows, a few days ago I pushed updates for all of the 1.5 items.

    Your server should be up to date by now.
     
  26. Offline

    Kartus

    @MonsieurApple can you please make configsetting for auto-update only on serverstartup? i think it's not necessary to update every few hours, cause minecraft updates only come in every >4 weeks normally ;) and i want to save performance ;)
     
  27. Offline

    Jandalf

    or could u make a file check so it only updates when the file on ur server is newer?
     
  28. Offline

    MonsieurApple

    Yeah, good ideas, I'll work on adding them.
     
  29. Offline

    MonsieurApple

    Whats new? It's a better idea to submit a pull request on github.
     
  30. Offline

    chernobyl360

    it said in earlier posts you were gonna add command shortcuts. i thought i would be nice and update it for you since you might of been busy updating your plugin srry :/
     
  31. Offline

    MonsieurApple

    We'll just posting a compiled version without me being able to see the changes wont help me see what changed/what features you want...

    Command shortcuts? you mean like /s ? or custom commands like /find
     

Share This Page