EdPrison
BuiltByBitPatreonDiscord
  • Setting Up
  • features
    • Armors
    • Auction House
    • AutoSell
    • Bombs
    • Currencies System
    • Drills
    • Enchantments
      • Custom Enchantments
        • Actions
          • Command
          • Explode
          • Execute Actions
          • Give Currency
          • Lightning
          • Particle
          • Spawn Mob
          • Fill
          • Break Block
          • Add Effect
          • Clear Effect
          • Wait
          • Return
          • Loop
        • Skills Enchants
    • Leveling System
    • Pouches
    • Robots
    • Variables
  • GENERAL
    • Commands
    • PlaceholderAPI
  • Utils
    • Items
      • Normal Item
      • Head Item
    • NBT Keys
  • DEVELOPER API
    • First Steps
    • Events
      • EdPrisonAddMultiplierCurrency
      • EdPrisonEnchantTriggerEvent
      • EdPrisonBlockBreakEvent
      • EdPrisonPossibleEnchantTriggerEvent
      • EdPrisonPlayerUnHoldPickaxe
      • EdPrisonPlayerHoldPickaxe
    • Auto Sell
    • Enchants
      • Custom Enchantments
    • Economies
    • Levels
    • Utils
  • FREQUENT ASKED QUESTIONS
    • FAQ - EDPrisonCore
Powered by GitBook
On this page
  • Tags
  • effect -> The effect to give.
  • duration -> The duration in seconds of the effect, you can put infinite aswell.
  • amplifier -> The amplifier of the effect.
  • Examples

Was this helpful?

  1. features
  2. Enchantments
  3. Custom Enchantments
  4. Actions

Add Effect

Action to give effects to player.

Tags

effect -> The effect to give.

duration -> The duration in seconds of the effect, you can put infinite aswell.

amplifier -> The amplifier of the effect.

Examples

addeffect <effect>speed</effect> <duration>infinite</duration> <amplifier>%edprison_enchant_level_speed%</amplifier></value>
PreviousBreak BlockNextClear Effect

Last updated 1 year ago

Was this helpful?