1.4 or 1.5 Items.db file?

Discussion in 'Bukkit Help' started by Revenger, Apr 24, 2011.

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

    Revenger

    Anyone have a 1.4 or 1.5 Items.db file?

    Setting up a economy shop and kinda hoping I don't have to add all the updated items in myself.

    Thanks
     
  2. Offline

    Plague

    You can use the Material class from bukkit
     
  3. Offline

    Revenger

    Setting up Dynamic Market and that kinda needs the file I think as it also imports and exports data to a spreadsheet using ItemID and Name, as I'm not a plugin developer so I wouldn't know how to change the code.

    Will mention it to the dev but he is continuing it from a inactive plugin.
     
  4. Offline

    Magik

    but I think the main idea is to get nice names for Material types + subtypes. From what I can tell right now it looks like the functions available in Material only search for the main type ID. That's why these items.db files have been around, to give people easier to remember names they can type/search for, inclusive of subtype

    the items.db format is very simple, for DynamicMarket, you can configure the path to it in DynamicMarket's settings - the default is plugins/DynamicMarket/items.db

    the format is just one of two types of lines:
    itemID=NiceName
    itemID,subID=NiceName
     
Thread Status:
Not open for further replies.

Share This Page