What's new
✨Buguser's Enchantment Pack✨- 22 NEW Vanilla-like Enchantments!

✨Buguser's Enchantment Pack✨- 22 NEW Vanilla-like Enchantments! v1.4.2

Required Dependencies
MythicEnchants, MythicMobs, PlaceholderAPI, BuguserAdditions
EnchantmentPackLogo.png


This pack adds 22 unique enchantments with special functions to your server!
All enchantments are as balanced as possible and work flawlessly together with other enchantments.
More enchantments are planned and will be added soon.


Trenner1.png


Some examples:

Vein Mining
Breaks matching connected ore blocks.
Vein_Mining.gif


Farmer
Speed up farming, tilling and planting.
Farming.gif


Detailed description of all enchantments:
Tools:

⭐ Vein Mining [Max. Level: 3] [Items: Pickaxe] [v1.0.0+]
Internal Name:
VEIN_MINING

Usage:
Breaks matching connected ore blocks.

Supported blocks:
All ore blocks (including ancient debris)

Special Compatibilities:
Fortune and Smelting

Incompatibilities:
None

⭐ Explosive Mining [Max. Level: 3] [Items: Pickaxe] [v1.0.0+]
Internal Name:
EXPLOSIVE_MINING

Usage:
Consumes gunpowder from the offhand-slot to break blocks in a big radius.

Explosive Mining Explosion radius
LevelRadius (blocks)
I5
II6
III
7​

Each level increases the radius by 1 block, starting at 5 blocks.

Damage to durability with different Unbreaking levels
Unbreaking LevelDurability Damage
0120
I90
II60
III30

Special Compatibilities:
Unbreaking, Fortune and Smelting

Incompatibilities:
Vein Mining

⭐ Smelting [Max. Level: 1] [Items: Pickaxe, Axe, Shovel] [v1.0.0+]
Internal Name:
SMELTING

Usage:
Breaking blocks will smelt them like a furnace would (https://minecraft.fandom.com/wiki/Smelting).

Special Compatibilities:
Vein Mining

Incompatibilities:
Silk Touch

⭐ Tree Feller [Max. Level: 1] [Items: Axe] [v1.0.0+]
Internal Name:
TREE_FELLER

Usage:
Allows to chop down trees fully when breaking one log block.
Huge mushrooms, overworld- and nether trees are supported.
Crouching allows to break trees without using the enchantment.

Special Compatibilities:
None

Incompatibilities:
Silk Touch and Smelting

⭐ Farmer [Max. Level: 1] [Items: Hoe] [v1.0.0+]
Internal Name:
FARMER

Usage:
Allows to till dirt and grass blocks in a square of 4 blocks radius into farmland, as well as to plant seeds, carrots and potatoes in the radius. Planting requires to have 48 of the item in the offhand-slot. The enchantment also allows to break flowers and grass in a radius of 7 blocks and crops in a radius of 4 blocks.
Crouching allows to place seeds without using the enchantment.

Special Compatibilities:
None

Incompatibilities:
None

⭐ Gatherer [Max. Level: 3] [Items: Hoe] [v1.0.0+]
Internal Name:
GATHERER

Usage:
Gives a chance to drop additional farming items when breaking grass-, podzol-, mycelium- and mushroom blocks.

Chance for additional drops
Item (dropped by)Chance in % [Level I]Chance in % [Level II]Chance in % [Level III]
carrot
(grass block)
3510
beetroot
(grass block)
123
potato
(grass block)
246
poisonous potato
(grass block)
320
red mushroom
(red mushroom block)
153035
red mushroom
(mycelium- and podzol block)
61015
brown mushroom
(brown mushroom block)
153035
brown mushroom
(mycelium- and podzol block)
61015

Special Compatibilities:
None

Incompatibilities:
Silk Touch and Farmer

⭐ Tunneling [Max. Level: 1] [Items: Pickaxe] [v1.2.0+]
Internal Name:
TUNNELING

Usage:
Breaks blocks in a 3x3x3 pattern.

Supported blocks:
All underground blocks (including Nether, End and prismarine blocks)

Special Compatibilities:
Smelting

Incompatibilities:
Vein Mining

Melee Weapons:

⭐ Merciless [Max. Level: 5] [Items: Sword, Axe] [v1.0.0+]
Internal Name:
DAMAGE_HUMAN

Usage:
Increases the damage against players, pillagers, witches and villagers.
Each level of Merciless adds 2.5 extra damage.

Merciless extra damage
Level ILevel IILevel IIILevel IVLevel V
2.557.51012.5

Special Compatibilities:
None

Incompatibilities:
Sharpness, Smite, Bane of Arthropods, Cleaving and Curse of Dullness

⭐ Bloodthirsty [Max. Level: 5] [Items: Sword, Axe] [v1.0.0+]
Internal Name:
BLOODTHIRSTY

Usage:
Restores health when killing mobs.
Each level of Bloodthirsty restores 5% of the maximum HP of the killed mob.

Formula:
Code:
TargetMaxHP * (EnchantmentLevel * 0.05)
Killing an enemy with 100HP would restore 5HP on level I and 25HP on level V.

Special Compatibilities:
None

Incompatibilities:
None

⭐ Rage [Max. Level: 5] [Items: Sword, Axe] [v1.0.0+]
Internal Name:
RAGE

Usage:
Increases the damage the lower the HP is.

Formula:
Code:
(2 + EnchantmentLevel * 0.5) * (Log(PlayerMaxHP / PlayerCurrentHP) + 1) - (2 + EnchantmentLevel * 0.5)
A player with 20 max. HP and 2 current HP would deal 2.5 extra damage on level I and 4.5 extra damage on level V.

Special Compatibilities:
None

Incompatibilities:
None

⭐Hungry [Max. Level: 5] [Items: Sword, Axe] [v1.1.0+]
Internal Name:
HUNGRY

Usage:
Increases the damage the lower the hunger bar is.

Formula:
Code:
(20 - HungerLevel) : (7 - EnchantmentLevel)
A player with a hunger level of 10 would deal 2 extra damage on level I and 5 extra damage on level V.

Special Compatibilities:
None

Incompatibilities:
None

⭐Cleaving [Max. Level: 3] [Items: Axe] [v1.4.0+]
Internal Name:
CLEAVING

Usage:
Increases the axe damage and disables shields.

Formula:
Damage:
Code:
1 + 1 * EnchantmentLevel
Shield Stun (in ticks):
Code:
10 * EnchantmentLevel
A player with a cleaving level of 3 would deal 4 extra damage and disables the target shield for 30 ticks.

Special Compatibilities:
None

Incompatibilities:
Sharpness, Smite, Bane of Arthropods, Merciless and Curse of Dullness

Ranged Weapons:

⭐ Hunter [Max. Level: 5] [Items: Bow, Crossbow] [v1.0.0+]
Internal Name:
ARROW_HUNTER

Usage:
Increases the damage against ranged enemies and players with ranged weapons.
Each level of Hunter adds 2.5 extra damage.

Hunter extra damage
Level ILevel IILevel IIILevel IVLevel V
2.557.51012.5

Special Compatibilities:
None

Incompatibilities:
Power and Sniper

⭐ Sniper [Max. Level: 5] [Items: Bow, Crossbow] [v1.0.0+]
Internal Name:
ARROW_SNIPER

Usage:
Increases the damage the farther away the opponent is.

Formula:
Code:
TargetDistance * (0.25 + EnchantmentLevel * 0.05)
Hitting an enemy at a distance of 30 blocks would deal 9 extra damage on level I and 15 extra damage on level V.

Special Compatibilities:
None

Incompatibilities:
Power and Hunter

Shields:

⭐ Spikes [Max. Level: 3] [Items: Shield] [v1.0.0+]
Internal Name:
SHIELD_SPIKES

Usage:
Spikes causes attackers to be damaged when the wearer is blocking.
The dealt damage is based on the entity type triggering the enchantment.

Damage against Players, Ravager, Iron Golems and Snow Golems
LevelDamage
I1
II3
III5

Damage against Wither and Ender Dragon
LevelDamage
I5
II8
III11

Formula - Damage against all other entities:
Code:
1 + TargetCurrentHP * (0.025 + EnchantmentLevel * 0,025)
Blocking an attack, from an entity with 100 current HP, would deal 6 damage on level I and 11 damage on level III.

Special Compatibilities:
None

Incompatibilities:
None

⭐ Immortality [Max. Level: 1] [Items: Shield] [v1.0.0+]
Internal Name:
SHIELD_IMMORTALITY

Usage:
Prevents death by sacrificing the shield.

Special Compatibilities:
None

Incompatibilities:
None

Armor:

⭐ Magic Protection [Max. Level: 4] [Items: Helmet] [v1.0.0+]
Requires MythicMobs-Premium!

Internal Name:

PROTECTION_MAGIC

Usage:
Magic Protection is an enchantment to helmets that reduces magic and thorns enchantment damage.
Each level reduces the received magic damage by 12% and damage from thorns by 25%.

LevelReceived damage reduction magic in %Received damage reduction thorns in %
I1225
II2450
III3675
IV48100

Special Compatibilities:
None

Incompatibilities:
Blast Protection, Fire Protection, Projectile Protection, Protection and Feather Falling

⭐ Experienced [Max. Level: 3] [Items: Armor] [v1.1.0+]
Internal Name:
EXPERIENCED

Usage:
Experienced is an enchantment that causes extra exp drops when killing a mob.

Special Compatibilities:
None

Incompatibilities:
None

⭐ Weightless [Max. Level: 3] [Items: Boots] [v1.3.0+]
Internal Name:
WEIGHTLESS

Usage:
Increases jumping height and duration (simulating low gravity). The higher the level, the longer the jumps.

Special Compatibilities:
None

Incompatibilities:
None

Curses:

⭐ Dullness [Max. Level: 5] [Items: Sword, Axe] [v1.0.0+]
Internal Name:
DULLNESS_CURSE

Usage:
Curse of Dullness reduces the player’s attack damage.
Each level of Curse of Dullness lowers the damage by 10%.

Dullness damage reduction
Level ILevel IILevel IIILevel IVLevel V
10%20%30%40%50%

Special Compatibilities:
None

Incompatibilities:
Sharpness, Smite, Bane of Arthropods and Merciless

⭐ Fragility [Max. Level: 1] [Items: All] [v1.1.0+]
Internal Name:
FRAGIL_CURSE

Usage:
Curse of Dullness is an enchantment, that increases the durability reduction for an item when it is used, effectively decreasing the item's durability.

Special Compatibilities:
None

Incompatibilities:
Unbreaking

Other:

⭐ Transer [Max. Level: 1] [Items: All] [v1.3.0+]
Internal Name:
TRANSFER

Usage:
Takes durability from the offhand item to repair. Only works when holding the enchanted item in the main hand.

Special Compatibilities:
None

Incompatibilities:
Mending


Trenner1.png


Installation:
1. Download the pack
2. Make sure to have MythicEnchants, MythicMobs, Buguser Additions and PlaceholderAPI installed.
3. Place the file EP-Skills into /plugins/MythicMobs/Skills and the file EP-Enchants into /plugins/MythicEnchants/CustomEnchants and type /mm reload
4. Install the required PlaceholderAPI expansions (player, rng, checkitem, math and formatter) with the command /papi ecloud download <expansion> and type /papi reload
5. Make sure to be in survival mode and have fun :)

If you need help installing or have any problems with the pack, feel free to join my discord server for support: https://discord.gg/3PmDCbq

This pack requires BuguserAdditions! Download it here: https://gitlab.com/elianobuerger/buguser-additions/-/releases


Tested versions:
Minecraft: 1.19 + 1.18
- MythicEnchants (Build #218 or higher)
- MythicMobs (5.1.0 or higher)
- BuguserAdditions (1.0.6 or higher; 1.0.7 or higher is compatible with Minecraft 1.13.x - 1.19.x)
Author
Buguser
Downloads
143
Views
3,816
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Buguser

Latest updates

  1. Buguser's Enchantment Pack v1.4.2

    Changelog v1.4.2 * Fixed typo in material name (ENDSTONE to END_STONE)
  2. Buguser's Enchantment Pack v1.4.1

    Changelog v1.4.1 * Fixed "Cleaving" axe enchantment
  3. Buguser's Enchantment Pack v1.4.0

    Changelog v1.4.0 + Added "Cleaving" axe enchantment for PvP (based on the Combat Test snapshot)
Top