AdvancedEnchantments
Get AdvancedEnchantmentsJoin DiscordUnlimited Minecraft Hosting
  • AdvancedEnchantments
  • ➡️AdvancedEnchantments UI
  • 🪄Enchantments
    • 📑List of Enchantments
      • Default Enchants (250+)
      • Cosmic Enchants (200+)
      • Vanilla+ Custom Enchants (60+)
    • Creating Enchantments
      • Triggers
      • Effects
      • Area of Effect
      • Settings
      • Effect Info
      • Complex Enchantments
    • Enchantment Conditions
    • ⏱️Repeating Enchantments
  • ℹ️General Information
    • Commands & Permissions
      • AEGive
    • Languages and Localization
    • 🔩Plugin Items
      • All plugin items
      • Item Configuration
      • Slot Increasers
    • Toggling Features
  • ⚙️Configuration
    • Random Loot, Villager Trades and Mob Drops
    • Default Files
    • Enchanter
    • Souls
    • Unsuccessful enchants
    • Per-Level Descriptions
    • Per-Level Books
    • Enchantments In Essentials Kits
    • GKits
      • GKit Permissions
      • Colored Leather Armor
    • Armor Sets
    • Drag&Drop books onto Player Heads
    • Groups
  • 💻For developers
    • Plugin API
    • Create Custom Effects
    • Plugin Compatiblity issues
  • Plugin Information
    • PlaceholderAPI placeholders
    • FAQ & Other Plugin Support
Powered by GitBook
On this page
  • Disable Enchanter, Tinkerer, or Alchemist
  • Disable enchantment table

Was this helpful?

  1. General Information

Toggling Features

Guide on how to toggle certain plugin features.

Disable Enchanter, Tinkerer, or Alchemist

Change enabled to false to any specific command in config.yml file, located in AdvancedEnchantments folder and restart the server

# Manage plugin commands
commands:
  advancedenchantments:
    # Should 'no permission' message be shown when
    # user does not have 'ae.help' permission
    permissionMessageEnabled: true
    permissionMessage:
      - '&6&lAdvancedEnchantments &cYou do not have permission to use this command.'
  enchanter:
    # Is command enabled?
    enabled: true
    # Main command to open Enchanter
    command: /enchanter
    # List of commands that will act as the command
    aliases:
      - 'e'
      - 'ce'
  tinkerer:
    enabled: true
    command: /tinkerer
    aliases:
      - 'tinker'
  alchemist:
    enabled: true
    command: /alchemist
    aliases:
      - 'alchem'

Disable enchantment table

Change enabled to false in enchantmentTable.yml file, located in AdvancedEnchantments folder and restart the server.

PreviousSlot IncreasersNextRandom Loot, Villager Trades and Mob Drops

Last updated 4 years ago

Was this helpful?

ℹ️