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
  • Custom Enchantments

Custom Enchantments · Changes

Page history
Update Custom Enchantments authored Nov 25, 2024 by Phillip's avatar Phillip
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
+5 -5
  • Custom-Enchantments.md Custom-Enchantments.md +5 -5
  • No files found.
Custom-Enchantments.md
View page @ ef3fe72b
...@@ -83,18 +83,18 @@ example_enchant: ...@@ -83,18 +83,18 @@ example_enchant:
``` ```
### AnvilCost ### AnvilCost
Sets the cost when applying this enchantment when using an anvil. The cost is halved when using a book, and the final cost is multiplied by the enchantment's level. Sets the XP cost when using an anvil to enchant an item. The cost is halved when using a book, and the final cost is multiplied by the enchantment's level.
```yaml ```yaml
example_enchant: example_enchant:
Display: "<red>Burning</red>" Display: "<red>Burning</red>"
MaxLevel: 3 MaxLevel: 3
Weight: 200 Weight: 200
MinCost: MinCost:
Base: 1 # The cost at enchantment level 1 Base: 1
AdditionalPerLevelCost: 0 # Added to the base cost per level over 1 AdditionalPerLevelCost: 0
MaxCost: MaxCost:
Base: 3 # The cost at enchantment level 1 Base: 3
AdditionalPerLevelCost: 4 # Added to the base cost per level over 1 AdditionalPerLevelCost: 4
AnvilCost: 3 AnvilCost: 3
``` ```
......
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