About
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.8
You will be available to open a GUI where you can buy book enchantments by exp levels.
This enchantments can be applied to armors, swords or pickaxes and will give u the enchantment effect while u have them equipped.
Custom enchants:
- Water Breathing
- Night Vision
- Strength II
- Saturation
- Fire Resistance
- Speed II
- Jelly Legs
- Grind
- Obsidian Breaker
Commands
/ce - open a gui
/ce give {name} {enchant} - gives a custome enchantment to a player
/ce reload - reload the config
Permissions
vanillanechants.give
vanillaenchants.reload
Compatibility
- FactionsUUID
- MassiveCraft
- HCFClasses
Configuration
Code (YAML):
EnchantingMenu:
title: '&8Enchanting Menu'
size: 3 # 3 rows of gui.
# If Slot it empty, place FillerItem
FillerItem:
materialId: 160
materialByte: 7 # If block has no byte place 0
display-Name: ' '
lore:
- ' '
enchanted: true
Enchants: #Set {remove-item} at lore lines that will be removed once the custom enchant is bought
water-breathing:
name: '&9&lWater Breathing I'
display-Name: '&7Water Breathing I'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Provides you with permanent'
- '&7Water Breathing on your &dHelmet&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 15
slot: 9
night-vision:
name: '&d&lNight Vision I'
display-Name: '&7Night Vision I'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Provides you with permanent'
- '&7Night Vision on your &dHelmet&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 15
slot: 10
strength:
name: '&4&lStrength II'
display-Name: '&7Strength II'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Provides you with permanent'
- '&7Strength II on your &dChestplate&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 40
slot: 11
saturation:
name: '&2&lSaturation I'
display-Name: '&7Saturation I'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Provides you with permanent'
- '&7Saturation on your &dChestplate&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 15
slot: 12
fire-resistance:
name: '&6&lFire Resistance I'
display-Name: '&7Fire Resistance I'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Provides you with permanent'
- '&7Fire Resistance on your &dLeggings&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 15
slot: 13
speed:
name: '&b&lSpeed II'
display-Name: '&7Speed II'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Provides you with permanent'
- '&7Speed II on your &dBoots&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 40
slot: 14
jelly-legs:
name: '&f&lJelly Legs I'
display-Name: '&7Jelly Legs I'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Do not take fall damage!'
- '&7Apply the enchant on your &dBoots&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 30
slot: 15
grind:
name: '&e&lGrind I'
display-Name: '&7Grind I'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Farm more exp!'
- '&7Apply the enchant on your &dSword&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 30
slot: 16
obsidian-breaker:
name: '&5&lObsidian Breaker I'
display-Name: '&7Obsidian Breaker I'
lore:
- '{remove-item}&8Click to buy'
- ' '
- '&7Insta break obsidian!'
- '&7Apply the enchant on your &dPickaxe&7.'
- ' '
- '{remove-item}&a&lCost: {cost}'
cost: 15
slot: 17
Images
![]()
![]()
![]()
![]()
![]()
Support
Plugin still being developed. If you want something to be added to the plugin just request it and it will be added!
Discord: https://discord.gg/eJkTcH8m5C

Vanilla Custom Enchants 1.5
Add potion effects to enchants book and apply them to your armor and tools.
Recent Updates
- Permission added Feb 1, 2021
- Command added and more optimized! Jan 30, 2021
- More config and error fixed Jan 19, 2021