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

Was this helpful?

  1. Configuration

Souls

Explanation of what Souls are, how to obtain them and how to use them.

Souls are a special built-in currency, designed to balance powerful enchantments by charging Souls per enchant activation. They can be very simply added to any enchantment, e.g.:

  levels:
    1:
      souls: 100
      effects:
        - 'MESSAGE:This will only activate if player had enough souls!'

How to obtain souls?

Souls can be gathered by killing players using weapons with Soul Trackers applied on them. The Soul Tracker item is given with a command:

/ae giveitem <player> soultracker 1

For every player kill with an item that has a soul tracker, they will gain 1 soul on the item. This can be changed to a different amount in config.yml:

settings:
  # Amount of souls given per kill
  souls-per-kill: 1

Souls from mobs can be gathered by enabling this setting in config.yml:

settings:
  # Should souls be collected from mobs? 
  collect-souls-from-mobs: true

Souls from mining blocks can be enabled by changing these settings in the config.yml.

  settings:
    # Collecting souls from mining
    # This can be used as a "tokens" currency for prison servers
    miningSouls:
      enabled: false
      # Chance to gain a soul from mining
      chance: 20

You can also give players Soul Gems which can be drag & dropped onto items that have Soul Trackers applied to them. These will increase Souls on items by the specified amount, obtain these items through this command:

/ae giveitem <player> soulgem 1 <soul amount>

PreviousEnchanterNextUnsuccessful enchants

Last updated 4 years ago

Was this helpful?

âš™ī¸