Solved Item aliases/database (like OddItem)

Discussion in 'Plugin Development' started by Delocaz, Nov 17, 2012.

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

    Delocaz

    Does anyone have an up-to-date (1.4) item database? You know, something like OddItem. OddItem only has the aliases up to version 1.2.5 (i think), so new stuff like beacons, anvils, cocoa beans aren't there.

    Does anyone have a good database? Preferably in yml format but csv is OK too.
     
  2. Offline

    fireblast709

    Delocaz maybe because you posted it in the development section?
     
  3. Offline

    Delocaz

    Well it's about development, i'm using it for a plugin -.-
     
  4. Offline

    Hoolean

    Yeah they must like, do other THINGS or something... Ugh.
     
    Delocaz likes this.
  5. Offline

    Delocaz

    Bump?
     
  6. Offline

    Hoolean

    Delocaz

    Essentials has a pretty good one with their package! Else, look at the material enum and see what you can do to it to make it more user-friendly for server owners.
     
  7. Offline

    Delocaz

    The Material enum is useless for this. What i want is something to do things like alias "DIAMOND_PICKAXE" to "dpick", or "STICKY_PISTON_BASE" to "spiston".
     
  8. Offline

    fireblast709

    well if you do not want good tips: good luck writing it yourself :3 (will take like 10 - 30 minutes)
     
  9. Offline

    Hoolean

    Delocaz

    What's wrong with essentials, as I suggested above :confused:
     
  10. Offline

    Delocaz

    Nothing, Essentials items.csv just isn't updated for 1.4. I don't see the "wait" record or any item frames in there.
     
  11. Offline

    fireblast709

    Delocaz then just add them yourself maybe?
     
  12. Offline

    toothplck1

    You realize that all you have to do for odditem is add the new datavalues to its items.yml The way it is programmed allows for no need of updates unless bukkit makes some significant changes to its itemstack object.
     
  13. Offline

    Necrodoom

    it is updated, look at latest devbuild.
     
  14. Offline

    Delocaz

    You do realize this is in the Plugin Development section, right? I'm looking for something to bundle with my plugin, not something for my own server.

    https://github.com/essentials/Essentials/blob/master/Essentials/src/items.csv

    No update to see there.
     
  15. Offline

    Necrodoom

  16. Offline

    Delocaz

  17. Offline

    toothplck1

    Yes but you had mentioned that:
    So I told you how to solve that.
     
Thread Status:
Not open for further replies.

Share This Page