ItemRenamer 1.7.0

Details

  • Filename
    ItemRenamer-1.7.0.jar
  • Uploaded by
  • Uploaded
    Jun 15, 2013
  • Size
    103.32 KB
  • Downloads
    2,785
  • MD5
    c805a7bef0e9e7fb4ce34ea1f3a6e274

Supported Bukkit Versions

  • CB 1.5.2-R1.0

Changelog

Build: #29

This version features a new simplified way of renaming items - the select hand command that renames the item a player is currently holding.

I've also added the ability to rename item packs by enchantment, armor dye (by exact color), firework effects, custom potion effects, skull owner and more (automatically) as Minecraft is updated. It's very simple. Call renamer select hand to target the current selected item, and then follow up with renamer set name NAME and renamer add lore LORE to update the name and lore of this item.

These names will be added to the item pack in the current world by default, though this can be overridden by calling renamer select pack. These special mappings are saved as follows:

exact:
  keys:
    '0':
      type: BOW
      meta:
        ==: ItemMeta
        meta-type: UNSPECIFIC
        enchants:
          ARROW_KNOCKBACK: 2
    '1':
      type: DIAMOND_SWORD
      meta:
        ==: ItemMeta
        meta-type: UNSPECIFIC
        enchants:
          DAMAGE_UNDEAD: 5
    '2':
      type: DIAMOND_SWORD
      meta:
        ==: ItemMeta
        meta-type: UNSPECIFIC
        enchants:
          FIRE_ASPECT: 2
  values:
    '0':
      name: Cheating
    '1':
      name: Holy Sword
    '2':
      name: Burned Finger

Features

Small fixes

See also: