FastItemEditor

FastItemEditor 这是一个基于简单GUI的项目编辑器。

资源图片
# 快速物品编辑器 ## 这是一个基于简单图形界面的物品编辑器。 使用此Spigot插件,您可以编辑以下内容: - 名称 - 描述 (附魔) - 附魔 - 物品标志 - 切换不可损坏物品 - 更改耐久度 # 指令: ## 对于所有这些指令,您需要手持一个物品! /fie : 打开主GUI /fie help : 显示帮助 /fie setlore [<lore>] : 设置描述 (附魔) /fie rename [<name>] : 设置名称 /fie itemflags : 打开物品标志GUI /fie enchant : 打开附魔GUI /fie setloreline <line> <text> : 设置描述 (附魔) 行 /fie setdurability <Durability | Half | Max> : 设置耐久度 /fie setLang <FR_FR, EN_US, Custom> : 切换语言。(Custom可以是任何语言,FR和EN是预配置的) fie = fastitemeditor (命令相同) ## 权限: 您只需要以下权限: fastitemeditor.use ### 界面: 主GUI: ![主界面](https://github.com/Mathildeuh/FastItemEditor/blob/master/img/SpigotLanding.png?raw=true) 重命名: ![主界面](https://github.com/Mathildeuh/FastItemEditor/blob/master/img/rename-gui.png?raw=true) 描述 (附魔) 编辑器: ![主界面](https://github.com/Mathildeuh/FastItemEditor/blob/master/img/lore-edit.png?raw=true) 附魔: ![附魔](https://github.com/Mathildeuh/FastItemEditor/blob/master/img/enchant-gui.png?raw=true) 物品标志: ![物品标志](https://github.com/Mathildeuh/FastItemEditor/blob/master/img/itemflags-gui.png?raw=true)