这是一个非常易用的附魔拆解插件,几乎不需要玩家输入命令;如果你愿意,甚至可以完全不让玩家使用命令。它的核心玩法很简单:只要拥有对应权限,玩家就能将物品上的附魔拆下,并获得对应的附魔书。
该插件在保持操作简单的同时,为 Minecraft 增加了非常实用的功能,而且整体体验非常贴近原版玩法。
玩家使用基础功能时,通常只需要一个权限节点即可,详见下方“权限”部分。
当满足以下条件时,物品上的附魔就会被移除,并以 enchanted book 的形式返还给玩家:
use-economy 设置为 true,但服务器未安装 Vault,插件会强制改为使用 Experience Points 作为货币use-economy 是否设置为 true- `No Vault Found. Resorting To XP Purchases!`/disenchanted 或 /de 或 /disenchant/disenchanted reload [config] [lang]/disenchanted helpdisenchanted.disenchantdisenchanted.disenchant.remotedisenchanted.admindisenchanted.update# USE-ECONOMY: Set to TRUE to charge money (requires Vault), set to FALSE to charge XP Levels
# REQUIRE-BOOK-AND-QUILL: Set to TRUE to require the player to have a book and quill to write the removed enchantment to,
# the book and quill will be taken from them and turned into an enchanted book, set to FALSE to disable this, and just
# give the player an enchanted book when disenchanting
# DISENCHANTING-BLOCK: The block players will interact with to disenchant items using this plugin, MUST BE ALL CAPS WITH
# UNDERSCORES FOR SPACES
# ANNOUNCE-UPDATES: Alert players that have a specific permission that an update is available on Spigot for this plugin
# when they join
# DISABLED-ENCHANTS: Enchants That Can Not Be Removed At All, These MUST BE ALL LOWERCASE WITH UNDERSCORE FOR SPACES
# BANNED-ITEMS: Items Here Will Not Be Permitted To Be Disenchanted (A good use of this would be crate keys that are
# enchanted) MUST BE ALL UPPERCASE! WITH UNDERSCORES FOR SPACES
# ENCHANTMENTS: In this section resides all the enchantments in the game at the time of development as well as each level
# that item can have by default (without unsafe enchantments turned on).
# ---------------------------------------------------------------------------------------------------------------------
# | NOTE: THEORETICALLY if a new enchantment is added to the game, you should be able to manually enter the |
# | enchantments 'common name' (what you see on the items lore screen in game), in the same format as the currently |
# | listed enchantments, as well as all of its safe enchantment levels, and the corresponding cost you desire them to |
# | have and the plugin will read that and handle it as if it was coded in to the plugin on release. This feature is |
# | untested as of release to having all current enchantments already listed in the configuration file. If you do |
# | decide to use this theoretical feature on your server, I recommend saving a backup of the config before doing so |
# | just to be safe. |
# | |
# | Also theoretically if you desire to have unsafe enchantments enabled on your server, you can manually add those |
# | up to as high as you wish them to be able to obtain through disenchanting via this plugin. This is also wholly |
# | untested, so again, make sure to save a backup of your functioning config file before making edits like that. |
# | |
# | If you test or have tested these theoretical features, please message me on Discord: Haileykins#0832, or on |
# | SpigotMC: Haileykins, and let me know if it worked, didn't work, or didn't work as expected. I value that input |
# | from you the community to continue making my plugins better and more advanced. |
# ---------------------------------------------------------------------------------------------------------------------
use-economy: true
require-book-and-quill: true
disenchanting-block:
"ENCHANTING_TABLE"
announce-updates: true
disabled-enchants:
[ ]
banned-items:
[ ]
enchantments:
aqua_affinity:
1: 10
bane_of_arthropods:
1: 10
2: 20
3: 30
4: 40
5: 50
blast_protection:
1: 10
2: 20
3: 30
4: 40
channeling:
1: 10
binding_curse:
1: 100
vanishing_curse:
1: 100
depth_strider:
1: 10
2: 20
3: 30
efficiency:
1: 10
2: 20
3: 30
4: 40
5: 50
feather_falling:
1: 10
2: 20
3: 30
4: 40
fire_aspect:
1: 10
2: 20
fire_protection:
1: 10
2: 20
3: 30
4: 40
flame:
1: 10
fortune:
1: 10
2: 20
3: 30
frost_walker:
1: 10
2: 20
impaling:
1: 10
2: 20
3: 30
4: 40
5: 50
infinity:
1: 10
knockback:
1: 10
2: 20
looting:
1: 10
2: 20
3: 30
loyalty:
1: 10
2: 20
3: 30
luck_of_the_sea:
1: 10
2: 20
3: 30
lure:
1: 10
2: 20
3: 30
mending:
1: 10
multishot:
1: 10
piercing:
1: 10
2: 20
3: 30
4: 40
power:
1: 10
2: 20
3: 30
4: 40
5: 50
projectile_protection:
1: 10
2: 20
3: 30
4: 40
protection:
1: 10
2: 20
3: 30
4: 40
punch:
1: 10
2: 20
quick_charge:
1: 10
2: 20
3: 30
respiration:
1: 10
2: 20
3: 30
riptide:
1: 10
2: 20
3: 30
sharpness:
1: 10
2: 20
3: 30
4: 40
5: 50
silk_touch:
1: 10
smite:
1: 10
2: 20
3: 30
4: 40
5: 50
sweeping_edge:
1: 10
2: 20
3: 30
thorns:
1: 10
2: 20
3: 30
unbreaking:
1: 10
2: 20
3: 30use-economytrue 时使用金钱收费,需要 Vaultfalse 时使用 XP Levels 收费require-book-and-quilltrue 时,玩家必须持有 book and quillenchanted bookfalse 时,将不再需要该物品,插件会直接给予 enchanted bookdisenchanting-blockannounce-updatesdisabled-enchantsbanned-itemsenchantments作者说明了两种“理论上可行”的扩展方式,但在发布时未经测试:
common name 加入配置如果你测试过这些理论功能,原作者希望你通过以下方式反馈结果:
Haileykins#0832Haileykins# Do not translate the actual command in the help messages, all commands must be sent in English. Commands are provided
# here for the user to customize the colors of their menu
prefix:
"&a[&5Disenchanted&a]"
xp-symbol:
" &5XP"
economy-symbol:
"&a$"
menu-title:
"&5Disenchantment Menu"
cant-afford:
"&cYou Cant Afford This"
no-inv-space:
"&cYou Don't Have Any Space in Your Inventory For This!"
purchase-successful:
"&aPurchase Successful"
banned-item:
"&cThis Item Has Been Banned From Disenchating!"
banned-enchant:
"&cThis Enchantment Has Been Banned From Being Disenchanted"
writable-book-required:
"&cYou must have at least one Book And Quill to Disenchant!"
no-permission:
"&cYou Do Not Have Permission To Do This!"
must-be-player:
"&cYou Must Be A Player To Use This Command"
help-reload:
"&5/disenchant reload config/lang - &aReloads The Given File"
help-disenchant:
"&5/disenchant - &aOpens Remote Disenchant Menu (Permission Required)"
help-help:
"&5/disenchant help - &aDisplays Command Help Menu"
config-reloaded:
"&aConfig File Successfully Reloaded"
lang-reloaded:
"&aLanguage File Successfully Reloaded"
file-doesnt-exist:
"&cThat File Does Not Exist, Please Specify Either &5CONFIG &cor &5LANG"
invalid-command:
"&cThat Command Is Invalid!"以下是用于 disabled-enchants 的常用附魔名称:
powerflameinfinitypunchbinding_cursechannelingsharpnessbane_of_arthropodssmitedepth_striderefficiencyunbreakingfire_aspectfrost_walkerimpalingknockbackfortunelootingloyaltyluck_of_the_sealuremendingmultishotrespirationpiercingprotectionblast_protectionfeather_fallingfire_protectionprojectile_protectionquick_chargeriptidesilk_touchsweeping_edgethornsvanishing_curseaqua_affinityAsk Questions/Get Supportdiscuss this resource 按钮上方THIS ONLY WORKS IN 1.13 AND UP友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:198,063 | 历史访问人次:303,464
今日访问人数:4,784 | 今日访问人次:5,215
昨日访问人数:30,537 | 昨日访问人次:36,142
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6