All Micro Blocks that no longer work (7/14/2014) #6


  • New
  • Defect
Open
Assigned to _ForgeUser9001880
  • _ForgeUser10893381 created this issue Jul 13, 2014

    As the Tittle would suggest, this is a report about all the micro blocks that no longer work as of 7/14/2014.

    The list of blocks that fail to display the correct texture:
    diamondblock
    dicered
    dirt
    glowstone
    ironchest
    lime
    mossycobblestone
    noteblock
    redstoneblock
    swskeleton

    It also seems the 'parrot' Micro Block may not work as well, but I'm not sure.

    On a side note, it would be nice if server owner had an option to add their own micro blocks, and remove them as well. Just as a example something like this in the config:

    # version: --- Do not edit this! It is used in the auto update feature
    # auto-update-micro-blocks: true|false  ---  Should MicroBlocks update the micro-blocks list when
    # a newer version is runned? (only affects micro block that have the 'included-default' set to 'true')
    # micro-blocks:  --- This is the place for you to add or remove micro blocks.
    #   name:  ---  The name of the micro block. Used in the '/mb <block>' command, and shown in the list.
    #     - UUID|name  ---  Put the UUID or Player name here.
    #     included-default: true|false  ---  Should this micro block be subject the the auto update feature?
    #     (if you are adding your own micro blocks then set this to 'false')
    version: <put version number>
    auto-update-micro-blocks: true
    micro-blocks:
      name:
        - UUID|Name
        included-default: true
      anothername:
        - anotherUUID|anotherName
        included-default: true
    # etc.

    This is just a thought, and I can see it taking some time to code. But it would mean that a server owner could remove micro blocks that no longer work or they don't like. And add new ones with out having to suggest it and hope for said micro block to be added (assuming they have a player with a head texture to use in the first place).

    Miscellaneous Info:
    - Bukkit/Spigot Version: Spigot 1.7.9 Build 1486
    - MicroBlocks Version: 2.1

  • _ForgeUser10893381 added the tags New Defect Jul 13, 2014
  • _ForgeUser10893381 edited description Jul 13, 2014
  • _ForgeUser9001880 posted a comment Sep 22, 2014

    Thank you for this. I am currently working on Microblocks3. This is very useful, and I will push out an update soon.


To post a comment, please login or register a new account.