is this a bug? or I'm just wrong? well if it is please fix asap
Attachments
Comments 7
I'm using this sequence
Legends
C = Redstone Clock
CMD = Command Block
Comp = Comparator
C - CMD - Comp - CMD
1st CMD =
testfor @p {SelectedItemSlot:0}
2nd CMD =
clear @p {SelectedItemSlot:0}
Comment: I'm trying to do this on my server to make a "Slot to Command Feature"
Please if i'm wrong could you post the right tag?
In terms of the issue title, you need to use @e. Still waiting on a way to check for NBT tags more easily. I wish they got merged with the brackets somehow, so they wouldn't be an additional portion of each command. Some commands have too many parameters, especially the new fill and clone functions, so somehow merging NBT with the bracket section makes more sense than figuring out where to put it separately.
Please provide the entire command issued.