Lore
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
The Golden Anvil allows you to create a special anvil structure that unlocks new anvil mechanics.
Once created, you can then use the anvil with a Book and Quill to pull off enchants from armor, tools, weapons, etc.
Usage
Build a 3x3 gold block (configurable) stand for an Anvil.
Use a book and quill to pull enchants off the item.
Config
PermsCode (Text):
{
"usePermissions": false,
"baseBlock": "GOLD_BLOCK",
"maxDurability": 100,
"minDurability": 0,
"maxDurabilityMessage": "Item is not damaged enough.",
"minDurabilityMessage": "Item is too damaged.",
"baseCost": 1,
"costPerEnchantment": 1,
"enchantmentCostPerLevel": {
"PROTECTION_FIRE": 1,
"ARROW_FIRE": 1,
"DAMAGE_ALL": 1,
"WATER_WORKER": 1,
"ARROW_KNOCKBACK": 1,
"DEPTH_STRIDER": 1,
"DURABILITY": 1,
"KNOCKBACK": 1,
"LUCK": 1,
"LOOT_BONUS_BLOCKS": 1,
"PROTECTION_ENVIRONMENTAL": 1,
"DIG_SPEED": 1,
"LURE": 1,
"LOOT_BONUS_MOBS": 1,
"DAMAGE_UNDEAD": 1,
"PROTECTION_EXPLOSIONS": 1,
"FROST_WALKER": 1,
"FIRE_ASPECT": 1,
"THORNS": 1,
"DAMAGE_ARTHROPODS": 1,
"MENDING": 1,
"OXYGEN": 1,
"SILK_TOUCH": 1,
"PROTECTION_PROJECTILE": 1,
"PROTECTION_FALL": 1,
"ARROW_DAMAGE": 1,
"ARROW_INFINITE": 1
},
"allowedMats": [
"WOOD_",
"STONE_",
"CHAINMAIL_",
"IRON_",
"GOLD_",
"DIAMOND_",
"LEATHER_"
]
}
hexscribe.use
hexscribe.enchant.* - adds permission for all enchants.
hexscribe.enchant.<enchantname> - per enchant perms.
example: hexscribe.enchant.durability
Notes
Will work on 1.10, 1.9, and 1.8.4 and greater.
Comes with my HexCore plugin API, used in all my plugins to reduce code duplication.

HexScribe 0.1.5
A Golden Anvil that dis-enchants tools, armors, weapons.
Recent Updates
- Updated compatibility for 1.10, 1.9, and 1.8.4 and above. Jun 25, 2016
- Fix for 1.10 ONLY Jun 24, 2016
- Oooppss :( BUGFIX! Apr 25, 2016