本帖最后由 1582952890 于 2017-9-16 19:01 编辑 
提示:如需要自訂Vanilla附魔的名稱,你必須先安裝ProtocolLib插件。
需要使用經濟系統支付附魔則需安裝Vault。
 
插件提供附魔告示牌,玩家可以拿著物品對告示牌按右鍵來附魔裝備。玩家會以插件內建點數系統支付附魔所需的花費。在config.yml裡面可以自定義想要提供哪種附魔功能,以及限定裝備可以附魔的功能。
 
你也可以指定附魔等級的升級成本,目前可用公式如下:
CONSTANT: price
LINEAR: price + (level *price)
EXPONENTIAL: price + price * level ^ exponent
EXPONENTIAL2: price * 2 ^ (level - 1)
附魔告示牌可以顯示玩家所需支付的點數,玩家只需要拿著物品指向告示牌就會顯示所需附魔點數
 
目前支援的自定義附魔 / 藥水效果:
Spoiler: Enchantments:(27 種)
以下設定必須在 "Enchants:"區塊:
Spoiler: PotionEffects:(103 種)
以下設定必須在"Potions:"區塊:
 
指令:
替代指令:
權限:
 
你可以在config.yml自定義權限節點"permission: xxxx.xxxx"到每個附魔,只有擁有此權限的玩家可以使用指定的附魔。
 
安裝方式:
TokenEnchant.jar必須置於plugins目錄裡。如需使用金錢支付附魔功能或是自定義附魔名稱,ProtocolLib.jar及Vault.jar也必須放在plugins裡。
如有安裝特殊附魔、自定義附魔,TE-XXXEnchant.jar例:TE-SoulBoundEnchant則必須置於plugins/TokenEnchant/enchants/ 目錄底下。並設定該附魔於config.yml 的Potions區域。
範例設定:
Potions:
SoulBound:
alias: "靈魂綁定"
price: 5
max: 1
occurrence: always
#this option allow the enchantment levelto automatically decrease upon death
decrement_chance: 1.0
# if this flag is set to"true", soul-bounded item will have its soul attached to it, and onlythe lawful owner can pick it up.
no_pickup: false
 
 
支援插件:
 
告示牌用法:
以下告示牌可以置config設置


提示:如需要自訂Vanilla附魔的名稱,你必須先安裝ProtocolLib插件。
需要使用經濟系統支付附魔則需安裝Vault。
插件提供附魔告示牌,玩家可以拿著物品對告示牌按右鍵來附魔裝備。玩家會以插件內建點數系統支付附魔所需的花費。在config.yml裡面可以自定義想要提供哪種附魔功能,以及限定裝備可以附魔的功能。
你也可以指定附魔等級的升級成本,目前可用公式如下:
CONSTANT: price
LINEAR: price + (level *price)
EXPONENTIAL: price + price * level ^ exponent
EXPONENTIAL2: price * 2 ^ (level - 1)
附魔告示牌可以顯示玩家所需支付的點數,玩家只需要拿著物品指向告示牌就會顯示所需附魔點數
目前支援的自定義附魔 / 藥水效果:
Spoiler: Enchantments:(27 種)
以下設定必須在 "Enchants:"區塊:
- Sharpness (Bukkit name: DAMAGE_ALL)
- Baneofarthropods(Bukkit name: DAMAGE_ARTHROPODS)
- Smite (Bukkit name:DAMAGE_UNDEAD)
- Efficiency (Bukkit name: DIG_SPEED)
- Unbreaking (Bukkit name: DURABILITY)
- Fireaspect (Bukkit name: FIRE_ASPECT)
- FrostWalker (Bukkit name: FROST_WALKER) *only available from 1.9
- Knockback (Bukkit name: KNOCKBACK)
- Fortune (Bukkit name: LOOT_BONUS_BLOCKS)
- Looting (Bukkit name: LOOT_BONUS_MOBS)
- Luck (Bukkit name: LUCK)
- Lure (Bukkit name: LURE)
- Mending (Bukkit name: MENDING) *only available from 1.9
- Respiration (Bukkit name: OXYGEN
- Protection (Bukkit name: PROTECTION_ENVIRONMENTAL)
- Blastprotection (Bukkit name: PROTECTION_EXPLOSIONS)
- Featherfall (Bukkit name: PROTECTION_FALL)
- Fireprotection (Bukkit name: PROTECTION_FIRE)
- Projectileprot (Bukkit name: PROTECTION_PROJECTILE)
- Silktouch (Bukkit name: SILK_TOUCH)
- Aqua affinity (aka Aquatic) (Bukkit name: WATER_WORKER)
- Flame (Bukkit name: ARROW_FIRE)
- Power (Bukkit name: ARROW_DAMAGE)
- Punch (Bukkit name: ARROW_KNOCKBACK)
- Infinity (Bukkit name: ARROW_INFINITE)
- Thorns (Bukkit name: THORNS)
- Depth (Bukkit name: DEPTH_STRIDER) *only available from 1.8.3
 
Spoiler: PotionEffects:(103 種)
以下設定必須在"Potions:"區塊:
大部分必須安裝jar檔於plugins/TokenEnchant/enchants/ 才能使用
- Haste (Bukkit name: FAST_DIGGING)
- Speed (aka Gears) (Bukkit name: SPEED) :
- Nightvision (aka Glowing) (Bukkit name: NIGHT_VISION) :
- Jump (aka Springs , Anti Gravity) (Bukkit name: JUMP) :
- Regeneration (Bukkit name: REGENERATION);
- FireResistance (aka Obsidian Shield with duration: -1) (Bukki name: FIRE_RESISTANCE) :
- DamageResist (Bukkit name: DAMAGE_RESISTANCE
- Aqua (Bukkit name: WATER_BREATHING)
- Saturation (Bukkit name: SATURATION)
- HealthBoost (Bukkit name: HEALTH_BOOST)
 ====
- Strength (Bukkit name: INCREASE_DAMAGE)
- Blindness (Bukkit name: BLINDNESS)
- Confusion (Bukkit name: Confusion)
- Harm (aka Instant Damage, Bukkit name: HARM)
- Hunger (Bukkit name: HUNGER)
- Poison (aka Poisoned) (Bukkit name: POISON)
- Slow (Bukkit name: SLOW)
- Weakness (aka Voodoo) (Bukkit name: WEAKNESS)
- Wither (Bukkit name: WITHER)
- Molten (custom: attacker catches fire)
 ====
- Fly (custom effect : item holder can fly)
- Explosive : this is a custom effect, which will blow up surrounding blocks. It has an option of auto smelt. This Explosive effect works with MineResetLitePlus's mined block counting as well as Lucky Block feature!
- Excavation : this is a custom effect, It is just like Explosive but it will remove entire cuboid
- Sphered : this is a custom effect, It is just like Explosive but it will remove entire sphere
- BedrockBreaker (custom: allow you to break a bedrock block)
- Disk : this is a custom effect, which will blow up surrounding blocks in circular form with 1 block deep.
- Tile: this is a custom effect, which will blow up surrounding blocks in square form with 1 block deep.
- GrapplingBow : this is a custom effect, which allow a player to shoot an arrow for grappling.
- Universal : this is a custom effect, which allow your tool to automatically morph into an appropriate tool depending on what you're doing.
- Hook :     this is a custom effect, which allow a player to use fishing rod to grapple or fish living entities.
 ====
- MobDrops : this is a custom effect. With this effect, when you kill a mob, the mob will drop some extra goodies!
- MineBuddy : this custom effect allow you to have a mining buddy. All you mined will automatically sent to your mining buddy's inventory.
- Throw : if you enchant your item with this effect, you can throw it to give a damage! Be like Ninja!
- AttackDeflector : This custom effect will allow you to deflect attacks including arrow!
- SoulBound : If you enchant your item with this effect, the item will stay in your inventory when you die. Also other people cannot pick it up.
- Teleport : You can mark the destination of teleportation, and flick of your enchanted tool, you can teleport back to the defined location or to the top of the mine.
- Expelliarmus : Disarm your opponent!
- LuckyMining : If you enchant your tool with his effect, you might get lucky and get some prizes!
- SquirtleWaterGun : Shoot water gun like Squirtle!
- PikachuThunder : Electric damage like Pikachu!
 =======
- GroundPound : Are you ungry? Pound the ground!
- Freedom : Fireworks for Freedom!
- Flame : lit the fire after you mined.
- Inquisitive : get more EXP orbs upon mob killing.
- AutoSell : automatically sell all items in your inventory and VKBackPack.
- Guardian : upon taking damage, it will spawn your guardian mob (like PigZombie, IronGolem) to fight for your and protect you!
- Lumberjack : just break one block of a tree and connected tree blocks and leave blocks get cut down too!
- TNT : you can cause TNT-like explosion with Bow/Arrow or simply breaking a block. (you can mine those exploded block if you have auto pick up plugin!)
- Lightning (aka Thundering Blow): You strik Lightning and cause TNT-like explosion! You can also use it for mining as well.
- Drill : You can drill vertically or horizontally. The size of drilling hole can be controlled by the level of enchantment.
 ========
- RetainEXP : Retain your exp upon your death. You simply carry an item which was enchanted with RetainEXP enchant in your inventory or armours/tools.
- ItemFishing : fish/steal an item your opponent/mob is currently holding!!
- AntiKnockback : Prevents being knocked back.
- Vampire : Suck your opponent's health when you attack him/her
- FakeLag : cause your opponent to lag like crazy!
- Repel : repels your opponents and hostile mobs.
- Piercing : pierce through opponent's armour!
- Ramming : charge towards your opponent when you attack to increase the damage!
- Blast (aka Shockwave) : blast off nearby players and hostile mobs!
- ShotGun :     shoot multiple arrows in one go!
 ====
- AutoBlocking : automatically turn dust/ore into blocks when your inventory/backpack is full.
- Invisibility : make you invisible. (vanilla invisibility effect)
- Ninja : disappear like a Ninja!!
- QuickTrap : quickly trap your opponent with cob webs!
- HealingBow : heal your friend by shooting with this enchant bow.
- Camouflage : allows you to blend into the environment as long as you sneak and don't move!
- Frozen : apply slowness to the attacker.
- MolotovCocktail : enchant a Bow with this and get the petrol bomb effect.
- SkillSwipe : take your opponent's exp when you attack!
- Rage :     ComboAttack (consecutive attack without being damaged) will increase yourattack damage!
 ======
- MoreHearts (aka Overload) : higher level of enchant will give you more hearts (you can go over 10 hearts!)
- HeadBlow : 1 hit kill with direct hit to the head!
- Toxic : give poison effect to your attacker!
- Trickstar : quickly teleport to the behind your opponent!
- Hardened : decrease durability loss on your armour!
- Death bringer (aka Double Strike) (by @ThePurpleHoser) : double your attack damage!
- Enlightened (by @ThePurpleHoser) : Opposite to Deathbringer Enchant! You can reverse the damage into gaining health!
- Implants (by @ThePurpleHoser) : Recover health and hunger overtime you take a step with this enchant!
- PlungerClimber (by @ThePurpleHoser) : You can climb up the wall with plunger climber enchanted tool!
- SecureLoot (by @ThePurpleHoser)     : You can secure loot (from breaking chests/containers and killing mobs/players) with this enchant so that other cannot pick up your loot!
 ============
- Curse (by @ThePurpleHoser) : Curse your attacker with this enchant! It will give them mining fatigue!
- Decapitate (aka Headless) : Decapitate players and mobs' heads!
- KillReward : receive rewards by killing!
- NoPushing : prevent from being pushed around!
- AutoSmelt : automatically smelt mined ore.
- AutoCook : automatically cook caught fish and killed animals.
- PickPocket : steal money/item from other player! it also includes "anti" pickpocket enchant!
- Tame : instantly tame a tameable animal!
- MobSpawnerEgg : Mine a mob spawner and get it as a MobSpawnerEgg!!
- Voodoo :     Use ArmorStand +Voodoo head to give another player damage!
 ===============
- FrostWalker (by @ThePurpleHoser) : Creates frost blocks when walking over water
- EnderShift (by @HazePvPHD) : Get a high speed boost and extra health at low health to run away with!
- Commander (by @HazePvPHD) : A custom enchant addon that gives you and your faction allies haste and a sweet particle effect!
- Tank (by @HazePvPHD) : This enchant allows people to get Strength, Resistance & Slow when they get hit.
- Doom (by @HazePvPHD) : Give the person you a combo of wither and poison to unleash infinite pain to them.
- Drunk (by @HazePvPHD) : This enchant gives players strength, mining fatigue and slowness, making them stronger but drunk.
- Slicing (aka JackHammer, by @ThePurpleHoser) : Explode entire layer(s)!!
- SkullDigger (aka LuckyBlock digger, by @ThePurpleHoser) :Dig out skull/player head blocks instantly!!
- McMMOExp : Multiply McMMO Experience gain! Higher level = more gain!
- Elytra :Elytra like feature for 1.7, 1.8 server! (you can use it on 1.9 server too!)
 ===============
- LuckyExcavation (aka Concentrate excavation, by @ThePurpleHoser) : You can get random rewards from Spade-Excavation! Higher level = more drops!!
- Boomerang : Throw your weapon to attack and your weapon will return to you when its job is done!
- Blunt :Give extra durability damage to your attacker's weapon!
 
指令:
·        /tokenenchant help 或 /te 或 /te help: 顯示幫助訊息。
·        /te add <name> <token_amount> : 增加玩家點數。
·        /te remove <name> <token_amount> : 減少玩家點數。
·        /te set <name> <token_amount> :設置玩家點數。
·        /te reload : 重新載入設定。
·        /te or /te balance [other] : 顯示目前帳戶的點數數量。
·        /te withdraw <token_amount> : 提領出點數到物品欄中。
·        /te expexchange [max_exp_to_be_exchanged] : 從經驗等級兌換點數。.
·        /te givetokens [name] <amount> : 送出自己的點數。
·        /tealiasreload :/te reload
·        /te enchant [player][enchant_name][[+][level] :附魔至特定玩家的手中物品。
·        /te refund [player][enchant_name] : 退款附魔所支出之費用。
.        /tokenenchant givebp <name> <row>  [bpname] cost:xxx : 需要VKBackPack插件。
.     (since v5) /tokenenchant baltop : 列出排行榜。
替代指令:
·        tokenenchant, te, token
權限:
·        tokenenchant.sign.create : 允許創立附魔告示牌。
·        tokenenchant.reload : 允許執行重新載入設定指令。
·        tokenenchant.add :允許執行指令 /te add 。
·        tokenenchant.remove :允許執行指令 /te remove 。
·        tokenenchant.balance :允許執行指令 /te balance 。
·        tokenenchant.balance.other :允許執行指令 /te balance <other> 。
·        tokenenchant.withdraw:允許執行指令 /te withdraw。
·        tokenenchant.expexchange:允許執行指令 /te expexchange。
·        tokenenchant.alias.reload :允許執行指令 /tealiasreload 。
·        tokenenchant.enchant :允許執行指令 /te enchant 。
·        tokenenchant.refund :允許執行指令 /te refund <enchant_name>
·        tokenenchant.refund.other :允許執行指令 /te refund <player> <enchant_name>
你可以在config.yml自定義權限節點"permission: xxxx.xxxx"到每個附魔,只有擁有此權限的玩家可以使用指定的附魔。
安裝方式:
TokenEnchant.jar必須置於plugins目錄裡。如需使用金錢支付附魔功能或是自定義附魔名稱,ProtocolLib.jar及Vault.jar也必須放在plugins裡。
如有安裝特殊附魔、自定義附魔,TE-XXXEnchant.jar例:TE-SoulBoundEnchant則必須置於plugins/TokenEnchant/enchants/ 目錄底下。並設定該附魔於config.yml 的Potions區域。
範例設定:
Potions:
SoulBound:
alias: "靈魂綁定"
price: 5
max: 1
occurrence: always
#this option allow the enchantment levelto automatically decrease upon death
decrement_chance: 1.0
# if this flag is set to"true", soul-bounded item will have its soul attached to it, and onlythe lawful owner can pick it up.
no_pickup: false
支援插件:
·        VKBackPack
·        EZBlock
·        DeluxChat
·        AutoSell (make sure to set "pickup: false" inExplosive)
·        AutoPickup (use_explode_event option will not workwith this plugin)
·        MineResetLitePlus
·        FeatherBoard
·        Faction (MassiveCore's official 2.x version)
·        mcMMO
·        PrisonMines
告示牌用法:
以下告示牌可以置config設置
·        放置 "Enchant" 告示牌, 第一行為!Enchant!,第三行為{ench_cost}
·        放置 "Exchange" 告示牌,第一行為!Exchange!,第三行為{ex_rate}
·        放置 "Withdraw" 告示牌,第一行為!Withdraw!,兌換數量為第三行,第二行及第四行可以自訂。
·        放置 "ExpExchange" 告示牌,第一行為 !ExpExch!,第三行為{exp_rate}
·        放置 "Repair" 告示牌,第一行為 !Repair!,第三行為{rep_rate}
你 这是 复制 的 吧?
kaikaikai123 发表于 2016-8-20 22:48
你 这是 复制 的 吧?
我先打在word裡面再複製的
繁体的不容易让人认真去看,大部分都是扫一眼标题就走了。。。
如果把帖子内容分的清楚些就更好了!
如果把帖子内容分的清楚些就更好了!
楼主  这插件 好难懂 能再详细点介绍吗 还有图挂了
厉害啊  支持你
我表示看不懂繁体字
不错抱走了
可以的              
很棒的作品!
下载地址在那里? 
国外网站要注册 求发个站内的
最好繁转简一下,毕竟很快的事情
有些人读不懂繁体,插件还是不错的
有些人读不懂繁体,插件还是不错的
 本帖最后由 Red_Spider_Lily 于 2017-9-15 16:38 编辑 
我不大會簡體中文,不想讓人貽笑大方。
Art1900 发表于 2017-8-25 16:28
最好繁转简一下,毕竟很快的事情
有些人读不懂繁体,插件还是不错的
我不大會簡體中文,不想讓人貽笑大方。
Red_Spider_Lily 发表于 2017-9-15 16:33
我不大會簡體中文,不想讓人貽笑大方。
虽然说部分地方转简体的确会不通
但是你可以在帖子内注明自己不懂简体,这是繁转简后的内容
457725806 发表于 2017-8-25 16:22
国外网站要注册 求发个站内的
付费18刀
插件很好用啊,拿走了,感谢楼主~