deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

Add %itemname% to the itemnameformat field #73

Open MaxxOD opened 11 years ago

MaxxOD commented 11 years ago

Been wanting to have my item name format be: "%randprefix% %itemname% of %randsuffix%", but it either isn't possible, or I just can't find the proper %wording% to use. I'm sure a lot of other people would find this helpful with customizing names as well, if it hasn't already been added.

EDIT: After reading this a few times, I realize the way I described this may be a little vague. Sorry about that. By %itemname%, I mean the name of the base item being enchanted (I.E. if the item in question was an iron sword, the result would be a "%randprefix% Iron Sword of %randsuffix%"). Sorry again if that seemed a little incoherent...

MaxxOD commented 11 years ago

Hope bumping is okay, added a clarification to the post on what exactly I was suggesting.