
Lists the first two commands.
Lists the third and fourth commands.
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.
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 &).
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 &).
Duplicates the Item in your hand (including lore) and returns the specified amount of items.
AmountofTimes must be an integer for obvious reasons.
Allows use of the /lore help commands.
Allows use of each of the commands, for example, easylore.use.generate will allow the /lore generate command.
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.