Item Editor

[EN] A plugin that allows you to change the name and lore of items | [RU] Плагин с помощью которого можно менять название и лор предметов

302

Item Editor

<h1></h1> <div align="center">

itemEditorPluginIco

</div> <h1></h1>

<h1> </h1>

<div align="center"> <a href="https://pixel-craft.ru/">

ad

</a> </div>

<h1> </h1>

<div align="center"> <h3>Placeholders</h3> </div>

<div align="left"> <p>

`%itemeditor_item_name%` - Subject name or `none`.

`%itemeditor_item_lore_size%` - Number of lines of lore.

`%itemeditor_item_lore_1%` - First line of lore (etc.).

</p>

</div>

<h1> </h1> <div align="center"> <h3>English</h3> <p> With this plugin, you can change the name and lore of an item! </p> </div>

EN Config

config.yml ``` lang: en ```

EN Lang

langs/en.yml ```

MiniMessage: <red>, <#FF0000>, <bold> и т.д.

Legacy: &a, &l, §d

Hex: &#RRGGBB

Плейсхолдеры: {0}, {1}, ...

General

no-permission: "<red>✖ You don't have permission to use this command." no-item-in-hand: "<red>✖ Hold an item in your main hand." not-player: "<red>✖ This command is only available to players."

/itemname

itemname-usage: "<gray>📖 Usage: <white>/itemname <text> <dark_gray>│ <white>/itemname clear" itemname-set: "<green>✔ Item name changed to: <yellow>{0}" itemname-cleared: "<green>✔ Item name cleared."

/itemlore

itemlore-usage: "<gray>📖 Usage:n <white>/itemlore add <text>n <white>/itemlore set <line> <text>n <white>/itemlore remove <line>n <white>/itemlore clear" itemlore-added: "<green>✔ Line added: <yellow>{0}" itemlore-set: "<green>✔ Line <yellow>{0} <green>changed to: <yellow>{1}" itemlore-removed: "<green>✔ Line <yellow>{0} <green>removed." itemlore-cleared: "<green>✔ Item lore cleared." itemlore-invalid-line: "<red>✖ Invalid line number. The item has <yellow>{0} <red>lore lines." itemlore-no-lore: "<red>✖ This item has no lore." itemlore-invalid-number: "<red>✖ Line number must be an integer."

/ei lang

ei-usage: "<gray>📖 Usage: <white>/ei lang <language>" ei-lang-set: "<green>✔ Language changed to: <yellow>{0}<green>." ei-lang-not-found: "<red>✖ Language file <yellow>{0}.yml <red>not found in langs/ folder." ei-lang-list: "<gray>🌐 Available languages: <white>{0}"

/itemcmd

itemcmd-usage: "<gray>📖 Usage: <white>/itemcmd <floats|flags|strings|colors|info|clear>" itemcmd-type-usage: "<gray>📖 Usage: <white>/itemcmd {0} <set|remove|clear>" itemcmd-set: "<green>✔ <aqua>{0} <green>set to: <yellow>{1}" itemcmd-removed: "<green>✔ <aqua>{0} <green>removed." itemcmd-cleared: "<green>✔ CustomModelData fully cleared." itemcmd-none: "<gray>◌ CustomModelData is not set." itemcmd-invalid-float: "<red>✖ Invalid number. Use: <yellow>1 <red>or <yellow>1.5" itemcmd-invalid-flag: "<red>✖ Invalid value. Use: <yellow>true <red>or <yellow>false" itemcmd-invalid-color: "<red>✖ Invalid color. Use: <yellow>#RRGGBB <red>or <yellow>R,G,B" ```

<div align="center">

splitter

</div>

<div align="center"> <h3>Русский</h3> <p> С помощью данного плагина вы сможете менять название и лор предмета! </p> </div>

RU Config

conig.yml ``` lang: ru ```

RU Lang

langs/ru.yml ```

MiniMessage: <red>, <#FF0000>, <bold> и т.д.

Legacy: &a, &l, §d

Hex: &#RRGGBB

Плейсхолдеры: {0}, {1}, ...

Общие

no-permission: "<red>✖ У вас нет прав для использования этой команды." no-item-in-hand: "<red>✖ Возьмите предмет в руку." not-player: "<red>✖ Эта команда доступна только игрокам."

/itemname

itemname-usage: "<gray>📖 Использование: <white>/itemname <текст> <dark_gray>│ <white>/itemname clear" itemname-set: "<green>✔ Название изменено на: <yellow>{0}" itemname-cleared: "<green>✔ Название предмета очищено."

/itemlore

itemlore-usage: "<gray>📖 Использование:n <white>/itemlore add <текст>n <white>/itemlore set <номер> <текст>n <white>/itemlore remove <номер>n <white>/itemlore clear" itemlore-added: "<green>✔ Строка добавлена: <yellow>{0}" itemlore-set: "<green>✔ Строка <yellow>{0} <green>изменена на: <yellow>{1}" itemlore-removed: "<green>✔ Строка <yellow>{0} <green>удалена." itemlore-cleared: "<green>✔ Лор предмета очищен." itemlore-invalid-line: "<red>✖ Неверный номер строки. У предмета <yellow>{0} <red>строк лора." itemlore-no-lore: "<red>✖ У предмета нет лора." itemlore-invalid-number: "<red>✖ Номер строки должен быть целым числом."

/ei lang

ei-usage: "<gray>📖 Использование: <white>/ei lang <язык>" ei-lang-set: "<green>✔ Язык изменён на: <yellow>{0}<green>." ei-lang-not-found: "<red>✖ Языковой файл <yellow>{0}.yml <red>не найден в папке langs/." ei-lang-list: "<gray>🌐 Доступные языки: <white>{0}"

/itemcmd

itemcmd-usage: "<gray>📖 Использование: <white>/itemcmd <floats|flags|strings|colors|info|clear>" itemcmd-type-usage: "<gray>📖 Использование: <white>/itemcmd {0} <set|remove|clear>" itemcmd-set: "<green>✔ <aqua>{0} <green>установлено: <yellow>{1}" itemcmd-removed: "<green>✔ <aqua>{0} <green>удалено." itemcmd-cleared: "<green>✔ CustomModelData полностью очищен." itemcmd-none: "<gray>◌ CustomModelData не задан." itemcmd-invalid-float: "<red>✖ Неверное число. Используйте: <yellow>1 <red>или <yellow>1.5" itemcmd-invalid-flag: "<red>✖ Неверное значение. Используйте: <yellow>true <red>или <yellow>false" itemcmd-invalid-color: "<red>✖ Неверный цвет. Используйте: <yellow>#RRGGBB <red>или <yellow>R,G,B" ```

<div align="center">

splitter

</div>

<div align="center"> <h3>Український</h3> <p> За допомогою цього плагіна ви зможете змінювати назву та опис предмета! </p> </div>

UA Config

conig.yml ``` lang: ua ```

UA Lang

langs/ua.yml ```

MiniMessage: <red>, <#FF0000>, <bold> и т.д.

Legacy: &a, &l, §d

Hex: &#RRGGBB

Плейсхолдеры: {0}, {1}, ...

Загальні

no-permission: "<red>✖ У вас немає прав для використання цієї команди." no-item-in-hand: "<red>✖ Візьміть предмет у руку." not-player: "<red>✖ Ця команда доступна лише гравцям."

/itemname

itemname-usage: "<gray>📖 Використання: <white>/itemname <текст> <dark_gray>│ <white>/itemname clear" itemname-set: "<green>✔ Назву змінено на: <yellow>{0}" itemname-cleared: "<green>✔ Назву предмета очищено."

/itemlore

itemlore-usage: "<gray>📖 Використання:n <white>/itemlore add <текст>n <white>/itemlore set <номер> <текст>n <white>/itemlore remove <номер>n <white>/itemlore clear" itemlore-added: "<green>✔ Рядок додано: <yellow>{0}" itemlore-set: "<green>✔ Рядок <yellow>{0} <green>змінено на: <yellow>{1}" itemlore-removed: "<green>✔ Рядок <yellow>{0} <green>видалено." itemlore-cleared: "<green>✔ Лор предмета очищено." itemlore-invalid-line: "<red>✖ Невірний номер рядка. У предмета <yellow>{0} <red>рядків лору." itemlore-no-lore: "<red>✖ У предмета немає лору." itemlore-invalid-number: "<red>✖ Номер рядка має бути цілим числом."

/ei lang

ei-usage: "<gray>📖 Використання: <white>/ei lang <мова>" ei-lang-set: "<green>✔ Мову змінено на: <yellow>{0}<green>." ei-lang-not-found: "<red>✖ Мовний файл <yellow>{0}.yml <red>не знайдено в папці langs/." ei-lang-list: "<gray>🌐 Доступні мови: <white>{0}"

/itemcmd

itemcmd-usage: "<gray>📖 Використання: <white>/itemcmd <floats|flags|strings|colors|info|clear>" itemcmd-type-usage: "<gray>📖 Використання: <white>/itemcmd {0} <set|remove|clear>" itemcmd-set: "<green>✔ <aqua>{0} <green>встановлено: <yellow>{1}" itemcmd-removed: "<green>✔ <aqua>{0} <green>видалено." itemcmd-cleared: "<green>✔ CustomModelData повністю очищено." itemcmd-none: "<gray>◌ CustomModelData не задано." itemcmd-invalid-float: "<red>✖ Невірне число. Використовуйте: <yellow>1 <red>або <yellow>1.5" itemcmd-invalid-flag: "<red>✖ Невірне значення. Використовуйте: <yellow>true <red>або <yellow>false" itemcmd-invalid-color: "<red>✖ Невірний колір. Використовуйте: <yellow>#RRGGBB <red>або <yellow>R,G,B" ```

<h1> </h1> <div align="center">

<a href="https://t.me/xoxmuk"><img src="https://cdn.modrinth.com/data/cached_images/b4d7d6f46091a05274c113fdc2cdd7e3a7602273_0.webp" width="128" height="128"/><a href="https://discord.gg/f3M5aZufpc"><img src="https://cdn.modrinth.com/data/cached_images/ddbcb6163f99d086e77040ed0a2899029a68e91d_0.webp" width="128" height="128"/><a href="https://t.me/xoxmuk"><img src="https://cdn.modrinth.com/data/cached_images/7e1f42cef30e7f62615658b17ec1a258456e1024_0.webp" width="128" height="128"/>

</div>

<h1> </h1>

ADS