Started by
stelmint
on
Topic category: Help with Minecraft modding (Java Edition)
What id should i enter in this command. if my effect is added by mods ?
/execute as @a[nbt={ActiveEffects:[{id:1}]}] run say 123
Topic category: Help with Minecraft modding (Java Edition)
What id should i enter in this command. if my effect is added by mods ?
/execute as @a[nbt={ActiveEffects:[{id:1}]}] run say 123
/execute as @a[nbt={ActiveEffects:[{"forge:id":"modname:effectname"}]}] run say has effect