EnchantAll 全部附魔 | |
---|---|
![]() |
自定义物品上的结界并创建神物品 |
作 者 | klugemonkey |
发布时间 | 2016年4月8日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.13,1.14,1.15,1.16 |
插件详细介绍
✨EnchantAll 插件允许玩家完全自定义手中物品的附魔,打造强大的装备。它支持将物品附魔到正常的最大等级,并允许拥有 "unsafe" 权限的管理员创建具有所有附魔的“上帝物品”,以及制造具有高于正常等级的附魔物品。此外,还可以创建自定义附魔书,并组合被阻止的附魔组合。
/enchant <enchantment> [level]
- 为物品设置特定的附魔和等级。/enchant all
- 为物品设置所有合适的附魔。/enchant god
- 为非标准物品设置所有附魔。/enchant info
- 显示手中物品的附魔信息。/enchant types
- 显示所有可能的附魔类型。enchantall.reload
- 重载插件。enchant.use
- 允许使用 /enchant
命令。enchant.all
- 允许使用 /enchant all
命令。enchant.unsafe
- 允许使用 /enchant god
命令和特定的不安全附魔。enchant.books
- 允许附魔书。本插件按“现状”提供。
本插件目前支持 1.13+ 版本。对于旧版本的 Spigot,请使用 1.2 版本。如果在非预期版本的 Minecraft 上使用,功能可能会失效。
如果您喜欢我的插件,请考虑捐赠以支持我的工作!
#EnchantAll Configuration
settings:
#Should the plugin check for updates
check-updates: true
#Should the plugin log commands that are used (enchantall.log required)
log-commands: false
#Set to true to allow the usage of unsafe enchantments
allow-unsafe-enchants: false
#Should the plugin allow books to be enchanted?
allow-book-enchanting: true
#Block enchantment combinations in the game to disallow crazy enchantments.
block-enchantment-combinations: true
#Should the plugin allow a player to remove enchantments?
allow-remove-enchantments: true
#Set the language to return to the player
language: EN
#Allow the plugin to output debug to the console
debug: false
#Set the default level when no level is passed
default-level: 1
#Set the maximum level allowed for an enchantment. Vanilla is 32767
maximum-level: 32767
#What should the plugin do when a player has no permission to use a command
no-permission:
#Should the plugin block the command at all, or just return a message
block-command: false
#What message should the plugin return to the player. Use %permission% to show the permission required
message: "&4You do not have permission: &c%permission%"
languages:
EN:
no-item-in-hand: "&4You must be holding an item to enchant!"
no-enchant-found: "&4Could not find enchantment: &c%enchant%"
enchant-success: "&aSuccessfully enchanted item with %enchant% %level%!"
enchant-all-success: "&aSuccessfully enchanted item with all enchantments!"
enchant-god-success: "&aSuccessfully enchanted item with ALL the enchantments!"
no-unsafe-permissions: "&4You do not have permissions to use unsafe enchants!"
must-be-number: "&4Level must be a number!"
level-too-high: "&4Level must be between 1 and %max%!"
item-is-null: "&4The item in your hand is broke, please try again."
must-be-player: "&4This command can only be run by a player."
reloaded-config: "&aSuccessfully reloaded the configuration file!"
blocked-enchantment: "&4That enchantment is blocked for that item type!"
enchant-info: "&aEnchantments on this item:"
enchant-types: "&aAvailable Enchantment Types:"
remove-success: "&aSuccessfully removed enchantments from the item!"
remove-failure: "&4Could not remove enchantments from the item!"
ES:
no-item-in-hand: "&4¡Debes estar sosteniendo un objeto para encantar!"
no-enchant-found: "&4No se pudo encontrar el encantamiento: &c%enchant%"
enchant-success: "&a¡Objeto encantado exitosamente con %enchant% %level%!"
enchant-all-success: "&a¡Objeto encantado exitosamente con todos los encantamientos!"
enchant-god-success: "&a¡Objeto encantado exitosamente con TODOS los encantamientos!"
no-unsafe-permissions: "&4¡No tienes permisos para usar encantamientos inseguros!"
must-be-number: "&4¡El nivel debe ser un número!"
level-too-high: "&4¡El nivel debe estar entre 1 y %max%!"
item-is-null: "&4El objeto en tu mano está roto, por favor, inténtalo de nuevo."
must-be-player: "&4Este comando solo puede ser ejecutado por un jugador."
reloaded-config: "&a¡Archivo de configuración recargado exitosamente!"
blocked-enchantment: "&4¡Ese encantamiento está bloqueado para ese tipo de objeto!"
enchant-info: "&aEncantamientos en este objeto:"
enchant-types: "&aTipos de encantamiento disponibles:"
remove-success: "&a¡Encantamientos eliminados exitosamente del objeto!"
remove-failure: "&4¡No se pudieron eliminar los encantamientos del objeto!"