New:
+ Added
/ie lore copy &
/ie lore paste for fast copy lore
+ Added support for ServerItems into ShopGuiPlus plugin, you can use
Code (YAML):
serverItem
: <your serveritem id>
to set a serveritem into shopguiplus configuration
+ Now on github
https://github.com/emanondev/ItemEdit
Changes:
+ File itemedit.yml has been update to match new info
Code (Text):
lore:
name: "lore"
description:
- "&b&lEdit lore"
- ""
- "&eAdd <text> &b- add text on a new line"
- "&eInsert <line> <text> &b- add text on selected line"
- "&eSet <line> <text> &b- set or replace text on chosen line"
- "&eRemove <line> &b- remove chosen line"
- "&eReset &b- remove all lines"
- "&eCopy &b- copy current item lore to paste it later"
- "&ePaste &b- paste the last copied lore"
params: "<add/insert/set/remove/reset/copy/paste> [...]"
set:
params: "set <line> <text>"
description:
- "&b&lSet or replace text on selected line"
remove:
params: "remove <line>"
description:
- "&b&lRemove selected line"
insert:
params: "insert <line> <text>"
description:
- "&b&lAdd text on selected line"
copy:
feedback: "&aLore copied"
paste:
feedback: "&aLore pasted"
no-copy: "&cCopy a lore first"