Official page:
Welcome to
This is a Minecraft plugin, which provides a framework to create a number of custom made effects (Enchantments/Potion-like effects).Capability of TokenEnchant is featured in SSundee’s Faction Series Youtube video. (Ofc, they have loads of (over 100 new) custom enchantments programmed using TokenEnchantAPI).
The capability of TokenEnchant is featured in SSundee's latest Faction Series Youtube video. (Ofc, they have loads of (over 100 new) custom enchantments programmed using TokenEnchantAPI)
This plugin provides an Enchantment Sign, which a player would right-click to enchant an item he is holding. A player would need in-plugin tokens to enchant an item. You can specify what sort of enchantments you wish to provide, and which enchantment should be applied to what type of items in a config.yml. You can also specify how the cost of enchantment at a different level will increase. You can provide your own costing formula in CostFormulae.js using JavaScript function. The enchantment sign will display the amount of token a player would need. This sign is individually displayed. The player just needs to look at the sign with an item, which he wishes to enchant, in his hand. Then an appropriate token cost will be automatically displayed on the sign. When you merging enchantments using an anvil on 1.8.x server, name change won't be picked up. Command Alias:
- With new Token Alias Commands, you can use external plugins like Backpack plugin and use Tokens to give those features to players
- testserver.vk2gpz.com.
- Power (ARROW_DAMAGE)
- Flame (ARROW_FIRE)
- Infinity (ARROW_INFINITE)
- Punch (ARROW_KNOCKBACK)
- Sharpness (DAMAGE_ALL)
- BaneOfArthropods (DAMAGE_ARTHROPODS)
- Smite (DAMAGE_UNDEAD)
- Depth / Depthstrider (DEPTH_STRIDER)
- Efficiency (DIG_SPEED)
- Unbreaking (DURABILITY)
- FireAspect (FIRE_ASPECT)
- Frost / FrostWalker (FROST_WALKER)
- Knockback (KNOCKBACK)
- Fortune (LOOT_BONUS_BLOCK)
- Looting (LOOT_BONUS_MOBS)
- Luck (LUCK)
- Lure (LURE)
- Mending / Repair (MENDING)
- Respiration (OXYGEN)
- Protection (PROTECTIOHN_ENVIRONMENTAL)
- BlastProtection (PROTECTION_EXPLOSIONS)
- FeatherFall (PROTECTION_FALL)
- FireProtection (PROTECTION_FIRE)
- ProjectileProt (PROTECTION_PROJECTILE)
- Silktouch (SILK_TOUCH)
- Thorns (THORNS)
- AquaAffinity (WATER_WORKER)
- Sweeping / SweepingEdge (SWEEPING_EDGE)
- Binding / BindingCurse (BINDING_CURSE)
- Vanishing / VanishingCurse (VANISHING_CURSE)
- Loyalty (LOYALTY)
- Impaling (IMPALING)
- Riptide (RIPTIDE)
- Channeling / Channelling (CHANNELING)
- Multishot (MULTISHOT)
- piercing (PIERCING)
- quickcharge (QUICK_CHARGE)
- soulspeed (SOUL_SPEEd)
- cleaving (CLEAVING)
- 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)
- ASkyBlock
- BSkyBlock
- Factions (other forks like SavageFactions should use this keyword)
- FactionsUUID
- Feudal
- GriefPrevention,
- IridiumSkyblock
- Kingdoms
- LegacyFactions
- NovaGuilds
- PlotMe
- PlotSquared (v3, v4, and v5)
- Plotz
- PreciousStone
- RedProtect
- Residence
- Towny
- uSkyBlock
- WorldGuard (v6 and v7)
Sign Usage: Once you set the configuration, you just need to create an enchant sign:
- to place "Enchant" sign, you need to write !Enchant! in the 1st line, the placeholder "{ench_cost}" will be used to automatically display an appropriate cost.
- to place "Exchange" sign, you need to write !Exchange! in the 1st line
- to place "Withdraw" sign, you need to write !Withdraw! in the 1st line and the exchange rate placeholder "{ex_rate}" will be replaced by the exchange rate you defined in the config.yml.
- to place "ExpExchange" sign, you need to write !ExpExch! in the 1st line and the exp exchange rate placeholder "{exp_rate}" will be replaced by the EXP exchange rate you defined in the config.yml.
- to place "Repair" sign, you need to write !Repair! in the 1st line