ItemRenamer 1.6.0

Details

  • Filename
    ItemRenamer-1.6.0.jar
  • Uploaded by
  • Uploaded
    Feb 16, 2013
  • Size
    80.63 KB
  • Downloads
    1,009
  • MD5
    6c0ceda5cc82cd301daf990992e63b05

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

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