Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 140
    • Issues 140
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Items
  • Enchantments

Enchantments · Changes

Page history
updated enchantments page authored Aug 17, 2022 by Phillip's avatar Phillip
Hide whitespace changes
Inline Side-by-side
Showing with 16 additions and 10 deletions
+16 -10
  • Items/Enchantments.md Items/Enchantments.md +16 -10
  • No files found.
Items/Enchantments.md
View page @ 2194e86b
Enchantments
============
The enchantments attribute is used to apply enchantments to items made using MythicMobs. Any of these can be put on any item and can exceed natural enchantment-level limits set by Minecraft. Some enchantments may not have any effects if put on items that they weren't made for.
The enchantments attribute is used to apply enchantments to items made using MythicMobs.
Any of these can be put on any item and can exceed natural enchantment-level limits set by Minecraft.
Some enchantments may not have any effects if put on items that they weren't made for.
Syntax
------
```
```yml
internal_itemname:
Id: <item>
Id: <material>
Enchantments:
- <enchantment>:<level>
- <enchantment>:<level>
- ...
```
**&lt;enchantment&gt;**
**\<enchantment>**
Type of enchantment to be applied to the specified item.
**&lt;level&gt;**
**\<level>**
The level of the specified enchantment.
```
Example
-------
```yml
lethal_pickaxe:
Id: diamond_pickaxe
Enchantments:
......@@ -28,11 +33,10 @@ lethal_pickaxe:
Available Enchantments
----------------------
This is a list of all enchantments currently available in MythicMobs for
application on items.
A list of available [enchantments](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html) can be found on spigot javadocs
[These use the Bukkit Enum for Enchantments, found here.](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html)
<!--
**ARROW\_DAMAGE**
- "Power"
......@@ -308,4 +312,6 @@ trident.
- "Soul Speed"
- Walk quicker on soul blocks.
- Vanilla Max: 3
\ No newline at end of file
- Vanilla Max: 3
-->
\ No newline at end of file
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information
  • Packs

Mobs

  • Overview
  • Types
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: ModelEngine

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables
  • Math

Items

  • Overview
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers

Drops & DropTables

Spawning

  • Spawners
  • Random Spawns

Examples