[INFO/GEN] BlockInfo v0.8 - Know your Blocks [1060]

Discussion in 'Inactive/Unsupported Plugins' started by CraftOz, Aug 14, 2011.

  1. Offline

    CraftOz

    BlockInfo - Know your Blocks
    Version: v0.8

    Did you want to know wich kind of block you staring on? Simple select a block and type "/bi". If you want to know what is the ID of the "Monster Spawner", just type "/bi Monster". Or, if you want to know what is the german, french or spanish word for the block with the ID 33? Just type "/bi 33".

    Download: Blockinfo.jar
    Source Code: github


    The following Language-Packs are included:

    en: English
    de: German
    fr: French
    es: Spain
    nl: Nederlands

    You can change the default-language simple in the config.yml. For eg.:

    Lang: es

    sets the language to spain.

    Do you want your own language-pack? No problem. Copy one, rename it, but keep the ".lst" extension, and translate the words in your language. Keep the Word in the original order, because, the reference works via the line-number. The file must save as UTF-8.


    Commands:
    • /bi display information of the selected block in the selected language.
      usage:
      1. /bi => getting infos of selected block
      2. /bi <0-96> => getting infos from an id
      3. /bi <string> => Finds blocks starting with "string"-Literal

    • /bim is like "/bi" but gives more Informations only on actual selected block.
      usage:
      1. /bim => getting more infos of selected block
    • /bilang show or change the language.
      usage:
      1. /bilang => return the actual language
      2. /bilang <de|en|fr|es|nl>
    • /bilist List all available languages.

    • /biversion shows the actual version of BlockInfo
    Search for:

    • More Languages, please send your se.lst, pl.lst etc.
    • Block-Galeries as Schematics
    • Can somen review the nl.lst. I didnt find an online-spell-checker.
    Changelog (open)

    Version 0.8
    • Correct the Langauge Save bug
    • XYZ-Coordinates in /bi and /bim
    • simple configurable Chat-Color in config.yml
    Version 0.7.5
    • bim for m!ore blockinfo
    • biversion gives the BlockInfo-Version
    Version 0.7
    • Search w/o CaseSensitive
    • UTF-8, now with "Umlaute"
    • Fight some Typos ;-)*
    Version 0.6
    • Add bilist
    • compiles againt 1060
    Version 0.5
    • Add bilang and prepare bilist
    • Add en.lst English Language-Pack ;-)*
    Version 0.4
    • Add Search
    Version 0.3
    • First release on github
    Version 0.2
    • Added the ability for the plugin to create everything from the jar
    Version 0.1
    • First Draft

    2dos (open)

    Open:
    1. A - /bid <ID> Detail-Infos about AddValues for eg. Wool 1-8, own Comments etc. pp.
    2. B - evt. Script / Schematic for the "BlockInfo-Gallery"
    3. B - Added to Help3
    4. C - evt. inGame crud (create,read,update,delete) for Additional Blockinfos
    5. C - code-styling ...
    6. C - Internal Messages also Multilingual *g*
    7. C - permissions for eg. for bilist and bilang
    8. C - Also Infos for eg. Items, Mobs, biome, region, world ? hmm
    9. C- /bimode => perma info via click with an iteml?
    10. Block-e-dex: catch 'em all ;-)*
    Close:
    1. A - Sonderzeichen "äöß" etc. pp.
    2. A - Clean Up the the Language-Files from Typo's *g*
    3. B - x,y,z,huminitidy,power,temp ...
     
  2. Offline

    CraftOz

    What do you think, should this small Plugin have some Permission?
     
  3. Offline

    w000rm

    It certainly wouldn't hurt, but make it optional. I mean, not required, if no Permissions plugin is found default the access to everyone.
     
  4. Offline

    CraftOz

    Hmm, how can I change the Titel of this Post to reflect the new Minor-Version?
     
  5. Offline

    Tuttu

    I have break your plugin when trying to find the ID of a custom block (Added with ItemCraft). There is no way for you to support more than the vanilla block ?

    And something else : do you show the data value of a block or just its ID ?
     

Share This Page