Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicEnchants MythicEnchants
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicEnchantsMythicEnchants
  • Wiki
    • Skills
    • Mechanics
  • EnchantItem

EnchantItem · Changes

Page history
Create skills/mechanics/EnchantItem authored Jun 13, 2023 by Amy's avatar Amy
Hide whitespace changes
Inline Side-by-side
Showing with 25 additions and 0 deletions
+25 -0
  • skills/mechanics/EnchantItem.md skills/mechanics/EnchantItem.md +25 -0
  • No files found.
skills/mechanics/EnchantItem.md 0 → 100644
View page @ 6082d202
Mechanic: EnchantItem
====================
Creates a custom boss bar on the casting mob(cannot be player).
A list of available vanilla [enchantments](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html) can be found on spigot javadocs
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|-----------|---------|---------------------------------------------------------------------------------------------------------------------|-----------------------------|
| enchantment | enchant, e | The name of the enchant, can be a MythicEnchant or Vanilla enchant. | none |
| level | l | The level of the enchant. | none |
Examples
--------
This example if put on an item (Requires Crucible) would enchant the item with Sharpness 5 when you right click the item and Venomous 3 when you left click the item.
```yaml
Skills:
- enchantitem{enchant=DAMAGE_ALL;level=5} @self ~onUse
- enchantitem{enchant=VENOUMOUS;level=3} @self ~onSwing
```
\ No newline at end of file
Clone repository

Manual

  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues
Usage
  • Installation & Setup
  • Premade Enchantments
  • Creating Custom Enchantments
  • Enchantment Rarities
  • Enchanting Tables
Custom Enchantments
  • Enchant Mechanics
  • Enchant Targeters
  • Enchant Triggers
  • Enchant Conditions