CivClassic / CivModCore

Plugin Core and general purpose API for Civ Plugins - Updated for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
2 stars 20 forks source link

Include Enchantment Info in ItemNames method #29

Open Maxopoly opened 4 years ago

Maxopoly commented 4 years ago

I want a single API method, which gives me a short player friendly description for an ItemStack, including enchants. Example

Diamond Sword (FA 2, S 5)

Probably use arabic numerals instead of romans to not confuse people with the abbreviated enchantment names, use data from here https://github.com/CivClassic/CivModCore/blob/master/src/main/resources/enchantments.csv

This should likely happen after the rework in https://github.com/CivClassic/CivModCore/issues/28 or along with it

TheRealArchie commented 3 years ago

link dead