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
  • Enchanting Tables

Enchanting Tables · Changes

Page history
Create Enchanting Tables authored Sep 17, 2021 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 14 additions and 0 deletions
+14 -0
  • Enchanting-Tables.md Enchanting-Tables.md +14 -0
  • No files found.
Enchanting-Tables.md 0 → 100644
View page @ ff3c64e5
Enchantments, both pre-made and custom, can be added to the enchanting table. The chance to receive an enchantment is determined by its [Enchantment Rarity](rarities), and an enchantment must be assigned a rarity for it to appear in the table.
All the options for the Enchanting Table are present in your `config.yml` (settings that affect everything) and `rarities.yml` (for rarity-specific settings) files. The rarity-specific settings are discussed on the [Enchantment Rarities](rarities) page.
### Table Configuration Options
The options that affect all enchantments in the enchanting table in `config.yml` are listed below (which appear under `Configuration.EnchantingTable`:
* `Enabled` - Set to false to completely disable enchanting table support.
* `Chance.Base` - The base chance each enchantment has to be chosen - 0.01 = 1%
* `Chance.BookMultiplier` - An extra multiplier applied to books - 0.5 = 50% less chance to be added to a book.
* `Chance.ProbabilityMultiplier` - A multiplier applied when an enchant is chosen, used to determine if more than one enchant will be added. For example, if this is 0.5, then each time an enchant is chosen future enchants have a 50% less chance to be chosen.
* `Maximum.Level` - A list of the Maximum Enchanting Level that will be considered when rolling enchantments, based on the Lapis Level. The first number corresponds to the [Lapis Level](https://git.lumine.io/mythiccraft/mythicenchants/-/wikis/Lapis-Level), and the second is the level. (**0 30** would mean that regular lapis will not take into consideration levels higher than 30, which may limit the availability of certain rarities or enchantments based on their configuration)
* `Maximum.Amount` - The maximum number of enchantments that can be applied to an item when using the given type of Lapis. The first number corresponds to the [Lapis Level](https://git.lumine.io/mythiccraft/mythicenchants/-/wikis/Lapis-Level), and the second is the amount.
* `ExtraEnchantableItems` - A list of items that cannot normally be enchanted in vanilla minecraft. If you add an enchant for a specific item, add that item type to this list for it to be considered!
\ 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