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
Update EnchantItem authored May 10, 2024 by Amy's avatar Amy
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 11 deletions
+6 -11
  • skills/mechanics/EnchantItem.md skills/mechanics/EnchantItem.md +6 -11
  • No files found.
skills/mechanics/EnchantItem.md
View page @ c8c6ed40
Mechanic: EnchantItem
====================
## Description
Applies an enchantment to an item.
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 |
## Attributes
| Attribute | Aliases | Description | Default |
|----------------|-------------|---------------------------------------------------------|---------------|
| 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
--------
## 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:
......
Clone repository

Manual

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