Permission: itemeditor.lore
/lore clear | Clears the Lore
/lore lines | Shows you all available Lines
/lore add <Text> | Adds a Line to the Lore
/lore set <Line> <Text> | Set Text of a Line in the Lore
/lore remove <Line> | Remove a Line of the Lore
Default Config:
Code (YAML):
prefix: '&cItemEditor &7> '
permission:
enchant: itemeditor.enchant
lore: itemeditor.lore
rename: itemeditor.rename
message:
nopermission: '&4Insufficient Permission!'
rename:
usage: '&7Use /rename <Name>'
noitem: '&cPlease hold an Item!'
success: '&7You renamed the item to
{NAME
}'
lore:
usage: |-
&7Lore Usages
&7/lore add <Text
> &7/lore clear
&7/lore set <Line> <Text
> &7/lore remove <Line
> &7/lore lines
noitem: '&cPlease hold an Item!'
empty: '&7There is
no Lore'
nonumber: '&7Please provide a Number'
clear: '&7You cleared the Lore'
lines: '&7Here are
all possible Lines:'
add: '&7You added
{TEXT
} &7to the Lore'
remove: '&7You removed the
{LINE
} Line from the Lore'
set: '&7Youve set the
{LINE
} Line to
{TEXT
}'