List all block\item id's for a tekkit server

Discussion in 'Plugin Development' started by goldencreeper, Sep 21, 2012.

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

    goldencreeper

    Hello,
    I am making a plugin for a tekkit server that needs to list every single block\item id there is without already having them inside of a config file.

    How would i make a command that if the player types it, it will send them a message or something with all of the id's?

    Skype: danmw3

    Thx
     
  2. Offline

    bobacadodl

    Not possible as bukkit has no support for custom mod items. You will have to collect a list of all the ids yourself.
     
  3. Offline

    goldencreeper

    is there an easy way of doing this without using nei? I host a tekkit server if that helps
     
  4. Offline

    bobacadodl

    Not that I know of :/ sorry
     
  5. Offline

    Paul O'Reilly

    Use NEI on a client - under NEI's options (from the inventory screen), it can do a dump of all ID information.

    The ID's have to be the same between client and server, and parsing that file will give you the information you need.
     
Thread Status:
Not open for further replies.

Share This Page