Item Renamer

Item Renamer

File Details

ItemRenamer 1.6.0

  • R
  • Feb 17, 2013
  • 80.63 KB
  • 1.1K
  • CB 1.4.7-R1.0

File Name

ItemRenamer-1.6.0.jar

Supported Versions

  • CB 1.4.7-R1.0

This is a fairly big update to ItemRenamer, adding numerous new features and fixing a great deal of bugs. The most significant new feature is the ability to specify damage value ranges:

packs:
  example:
    '276':
      0-10:
        lore:
        - Scratched
      11-199:
        lore:
        - Battleworn
      200-499:
        lore:
        - Bloodied
      500-1000:
        lore:
        - Feared
      1001-1500:
        lore:
        - Lightly Damaged
      1501-1560:
        lore:
        - Damaged
      1561-1562:
        lore:
        - FIX ME

This basically required a complete rewrite of the plugin, and as a result, the commands had to be changed to accommodate this more complicated inner "structure". Among other things, it's now necessary to use "add" or "remove" in order to add item lore or packages. Changing the configuration will also automatically update the items for every player.

I've also fixed the creative mode bug, making the "disable creative mode" setting redundant, along with the "invisible" items bug in the last BukkitDev version.

Finally, it's now possible to set item packs per player! Use the permission node "itempack":

users:
  Player:
    group:
     - Members
    options:
      itempack: none

Features

Bug fixes

Small changes