Skip to content

Effects

moxvallix edited this page Mar 28, 2022 · 2 revisions

Giving yourself a "main" effect

Effects with the type "effects" are the effects deemed most useful, and are thus considered the "main" effects.
Entities with the tag "effects" have access to all these effect tags.

  1. /tag @s add effects
  2. /tag @s add jump-boost-3

Giving yourself an "extra" effect

Effects with the type "effects-extra" are considered second class, and are thus considered the "extra" effects.
Entities with the tag "effects-extra" have access to all these effect tags.

  1. /tag @s add effects-extra
  2. /tag @s add poison-4

Single Effects

These effects have no effect beyond the first level (0).


Type Tag Command
effects glowing effect give @t minecraft:glowing 1 0 true
effects blindness effect give @t minecraft:blindness 1 0 true
effects invisibility effect give @t minecraft:invisibility 1 0 true
effects nausea effect give @t minecraft:nausea 1 0 true
effects night-vision effect give @t minecraft:night_vision 1 0 true
effects slow-falling effect give @t minecraft:slow_falling 1 0 true
effects fire-resistance effect give @t minecraft:fire_resistance 1 0 true
effects water-breathing effect give @t minecraft:water-breathing 1 0 true

Selector @t represents the tagged entities.

Max 7 Effects

These commands have little to no effect after the 7th level.
Replace %n with a valid amplification, or remove the number and dash to use the base level.
Valid amplifications: 1, 2, 3, 4, 5, 6, max (7)


Type Tag Command
effects resistance-%n effect give @t minecraft:resistance 1 %n true
effects-extra mining-fatigue-%n effect give @t minecraft:mining_fatigue 1 %n true
effects-extra haste-%n effect give @t minecraft:haste 1 %n true
effects slowness-%n effect give @t minecraft:slowness 1 %n true
effects-extra poison-%n effect give @t minecraft:poison 1 %n true
effects-extra wither-%n effect give @t minecraft:wither 1 %n true

Selector @t represents the tagged entities. %n represents the chosen amplification.

Regular Effects

Replace %n with a valid amplification, or remove the number and dash to use the base level.
Valid amplifications: 1, 2, 3, 4, 5, 6, 7, 10, 16, 32, 64, 128, max (255)


Type Tag Command
effects jump-boost-%n effect give @t minecraft:jump_boost 1 %n true
effects levitation-%n effect give @t minecraft:levitation 1 %n true
effects speed-%n effect give @t minecraft:speed 1 %n true
effects-extra dolphins-grace-%n effect give @t minecraft:dolphins_grace 1 %n true
effects-extra absorption-%n effect give @t minecraft:absorption 1 %n true
effects-extra hunger-%n effect give @t minecraft:hunger 1 %n true
effects regeneration-%n effect give @t minecraft:regeneration 1 %n true
effects strength-%n effect give @t minecraft:strength 1 %n true
effects weakness-%n effect give @t minecraft:weakness 1 %n true
effects-extra instant-health-%n effect give @t minecraft:instant_health 1 %n true
effects-extra instant-damage-%n effect give @t minecraft:instant_damage 1 %n true
effects saturation-%n effect give @t minecraft:saturation 1 %n true
effects-extra conduit-power-%n effect give @t minecraft:conduit_power 1 %n true
effects-extra bad-omen-%n effect give @t minecraft:bad_omen 1 %n true
effects-extra hero-of-the-village-%n effect give @t minecraft:hero_of_the_village 1 %n true
effects health-boost-%n effect give @t minecraft:health_boost 1 %n true
effects-extra luck-%n effect give @t minecraft:luck 1 %n true
effects-extra unluck-%n effect give @t minecraft:unluck 1 %n true

Selector @t represents the tagged entities. %n represents the chosen amplification.

Clone this wiki locally