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
  • Custom Locations
  • Boost Arguments
  • Explode Arguments
  • Plant Seeds Types

Was this helpful?

  1. Enchantments
  2. Creating Enchantments

Effect Info

Miscellaneous info about effects.

Custom Locations

AE allows you to define custom locations for most effects. To do this, add

location=x|y|z

to the end of the effect line (after %victim%/%attacker% if you use them). It supports exact coordinates and relative coordinates. To use relative coordinates, put ~ between the x and the =. Some effects also have custom placeholders for locations. All placeholders include the X, Y, & Z so using them will look like location=%placeholder%. All location placeholders are as follows:

Type

Location Placeholder

MINING

%block location%

SWING

%block location%

ARROW_HIT

%hit location%

Examples: TELEPORT location=~0|0|-8 to teleport you -8 blocks in the z direction TELEPORT location=%hit location% to teleport you where an arrow lands LIGHTNING location=%hit location% to strike lightning where a trident lands

Boost Arguments

The BOOST effect propels a player or mob in an direction and velocity

BOOST:(direction):(speed)

The acceptable values for direction are as follows:

Direction
Argument

Direction the entity is facing

FORWARD

Opposite of the direction the entity is facing

BACKWARD

Positive Y | Upwards

UP

Negative Y | Downwards

DOWN

Example: BOOST:FORWARD:5 Ideas: Item that propels you when using gliding with Elytra

Explode Arguments

The EXPLODE effect creates an explosion at a location, and you can specify the power, if it will create fire and break blocks.

EXPLODE:(power):(create fire):(break blocks)

The create fire and break blocks arguments accepts the values true or false Example: Explode:3:false:true Ideas: Bow that explodes blocks

Plant Seeds Types

The PLANT_SEEDS effect allows you to specify a specific crop to plant after the radius argument

PLANT_SEEDS:(radius):[type]

All available crops are as follows:

Crop Type
Argument

Wheat Seeds

SEEDS

Potatoes

POTATO

Carrots

CARROT

Beetroot Seeds

BEETROOT

Example: PLANT_SEEDS:3:POTATO

If a crop is not specified, Wheat Seeds are used by default

PreviousSettingsNextComplex Enchantments

Last updated 3 years ago

Was this helpful?

🪄