
EasyLore
The Plugin that allows you to edit lore and names of ANY item. Great for RP and quest/reward purposes.
Commands:
/lore help:
Lists the first two commands.
/lore help 2:
Lists the third and fourth commands.
/lore generate <ItemID> <AmountofItem> [NewItemName] <AmountofLoreLines> [Line1] [Line2] etc...
Generates an Item with the given arguments:
ItemID must be an integer. For example, 1 would generate Stone, 310 would generate a Diamond Helmet.
AmountofItem must also be an integer for obvious reasons.
NewItemName can be anything you like. If you need spaces in the name, use underscores: '_' Colour codes are also supported (you can use &).
AmountofLoreLines must be an integer. This tells the plugin how many lines you'll be setting.
Line1 can be anything you like. If you need spaces in the lore, use underscores: '_' Colour codes are also supported (you can use &).
Note: The Amount of Line arguments MUST correspond to the AmountofLoreLines that you set.
/lore addlore <AmountofLoreLines> [Line1] [Line2] etc...
Adds Lore to the Item you are holding:
AmountofLoreLines must be an integer. This tells the plugin how many lines you'll be adding.
Line1 can be anything you like. If you need spaces in the lore, use underscores: '_' Colour codes are also supported (you can use &).
/lore rename [NewItemName]
Renames the item in your hand:
NewItemName can be anything you like. If you need spaces in the name, use underscores: '_' Colour codes are also supported (you can use &).
/lore duplicate <AmountofTimes>
Duplicates the Item in your hand (including lore) and returns the specified amount of items.
AmountofTimes must be an integer for obvious reasons.
Permission node:
easylore.use
Allows use of the /lore help commands.
easylore.use.command
Allows use of each of the commands, for example, easylore.use.generate will allow the /lore generate command.
Info
This is my first 'real' plugin. If you find any errors (I've fixed all the ones I could find) please post a ticket with the Error Description from the console, and tell me what you did to make it happen :)
Creds go to 7777seconds for helping me learn Java.

