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 6 additions and 5 deletions
+6 -5
  • Custom-Enchantments.md Custom-Enchantments.md +6 -5
  • No files found.
Custom-Enchantments.md
View page @ b64c770c
......@@ -67,18 +67,19 @@ example_enchant:
```
### MinCost and MaxCost
Sets the minimum cost for this enchantment in Enchanting Table.
Sets the minimum or maximun XP cost for this enchantment in Enchanting Table.
The final cost is calculated using the formula `base + additionalPerLevel * (level - 1)`.
```yaml
example_enchant:
Display: "<red>Burning</red>"
MaxLevel: 3
Weight: 200
MinCost:
Base: 1 # The cost at enchantment level 1
AdditionalPerLevelCost: 0 # Added to the base cost per level over 1
Base: 10
AdditionalPerLevelCost: 5
MaxCost:
Base: 3 # The cost at enchantment level 1
AdditionalPerLevelCost: 4 # Added to the base cost per level over 1
Base: 20
AdditionalPerLevelCost: 5
```
### AnvilCost
......
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