ItemRenamer 1.7.0
Details
-
FilenameItemRenamer-1.7.0.jar
-
Uploaded by
-
UploadedJun 15, 2013
-
Size103.32 KB
-
Downloads2,854
-
MD5c805a7bef0e9e7fb4ce34ea1f3a6e274
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
- Added the ability to select a held item for renaming.
- Added the ability to rename specific item stacks.
- Extend the new exact lookup system to the commands.
Small fixes
- Bunch of potential bugs and mistakes fixed due to IntelliJ.
- Skip missing packs - they may just be empty or recently created.