Identity

Identity

3M Downloads

Command Blocks can't turn you in to anything

SparkyTheDoggo opened this issue ยท 4 comments

commented

I was messing around in Minecraft to see everything the mod could do when I noticed their are commands to make it work as well, and I tested them, they work fine, but when I put that exact same command in a Command Block it no longer worked

commented

What output do you get inside the command block upon running the /identity equip commands?

commented

What output do you get inside the command block upon running the /identity equip commands?

it says "A player is required to run this command here"

commented

What output do you get for running each of these 2 commands in a command block?
identity equip @p zombie
execute as @p run identity equip @s zombie

commented

What output do you get for running each of these 2 commands in a command block?
identity equip @p zombie
execute as @p run identity equip @s zombie

The first one has the same output but the second one worked!