Custom Enchants CV
Simple plugin with create custom Enchat Book
Custom Enchants CV
RU:
Лучший плагин для создания кастомизированный книг зачарований для paper серверов, книги создаются с помошью ItemMeta и может синхронизироваться с любым другим плагином который копирует Meta предмета
Отлично подходит для SMP серверов с кастомными предметами
Команды
/ce create <Имя> <Зачарование> <Уровень> - создать книгу
/ce reload - релоад плагина
/ce list - Список созданных книг (клик по книге и она вым выдается)
EN:
The best plugin for creating customized enchantment books for Paper servers, books are created using ItemMeta and can be synchronized with any other plugin that copies item Meta.
Perfect for SMP servers with custom items.
Commands
/ce create <Name> <Enchantment> <Level> - create a book
/ce reload - reload the plugin
/ce list - List of created books (click on the book and it will be given to you)
config.yml
``` book-format: material: ENCHANTED_BOOK display-name: "<light_purple><bold>%book_name%</bold></light_purple>" levels-as-roman: true custom-model-data: 0 hide-flags: false lore: - "<dark_gray>Зачарование: <white>%enchantment%" - "<dark_gray>Использование: <gray>книга в левой руке," - "<dark_gray> <gray>предмет в правой, затем ПКМ."
application: consume-book: true cancel-interaction: true require-applicable-item: false allow-unsafe-enchants: true allow-downgrade-or-same-level: false allow-right-click-air: true allow-right-click-block: true material-whitelist: [] material-blacklist: []
sounds: success: name: ENTITY_PLAYER_LEVELUP volume: 1.0 pitch: 1.1
luckperms: enabled: true create-permission: customenchants.create reload-permission: customenchants.reload list-permission: customenchants.list ```