Command isn't working in command block
You have a random whitespace in the middle of the command, after the last ~5. Fixed:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stone
If you want to prevent your future commands from not working due to whitespaces, avoid your up and down keys!
When I use this command:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stone
in the chat it works, but when I put the exact same command into the command block it doesn't work, I have attached a video to this so you can see clearly whats going on. (That's only if it lets me submit it)
Environment
Windows 8 Lastest Version of java
Created Issue:
Command isn't working in command block
When I use this command: /execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stone in the chat it works, but when I put the exact same command (/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stone) into the command block it doesn't work, I have attached a video to this so you can see clearly whats going on. (That's only if it lets me submit it)
Environment
Windows 8 Lastest Version of java
When I use this command: /execute @e [type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stone in the chat it works, but when I put the exact same command (/execute @e [type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stone) into the command block it doesn't work, I have attached a video to this so you can see clearly whats going on. (That's only if it lets me submit it)
When I use this command:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stonein the chat it works, but when I put the exact same command into the command block it doesn't work, I have attached a video to this so you can see clearly whats going on. (That's only if it lets me submit it)
relates to
A comment with security level 'global-moderators' was removed.
Moderator noteYou have a random whitespace in the middle of the command, after the last ~5. Fixed:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stoneWhen I use this command:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stonein the chat it works, but when I put the exact same command into the command block it doesn't work, I have attached a video to this so you can see clearly whats going on. (That's only if it lets me submit it)
Moderator noteYou have a random whitespace in the middle of the command, after the last ~5. Fixed:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stoneWhen I use this command:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stonein the chat it works, but when I put the exact same command into the command block it doesn't work, I have attached a video to this so you can see clearly whats going on. (That's only if it lets me submit it)
Moderator noteYou have a random whitespace in the middle of the command, after the last ~5. Fixed:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stoneIf you want to prevent your future commands from not working due to whitespaces, avoid your up and down keys!
When I use this command:
/execute @e[type=Player,name=clapynick] ~ ~ ~ /fill ~5 ~-1 ~5 ~1 ~-1 ~1 stonein the chat it works, but when I put the exact same command into the command block it doesn't work, I have attached a video to this so you can see clearly whats going on. (That's only if it lets me submit it)
duplicates
relates to
This is a bug. But to use selectors properly for selecting players, "@a[name=clapynick]" should be used to select a player, not "@e[type=Player,name=clapynick]".
Oh, ok, thanks so much for your help!
You have a random whitespace in the middle of the command, after the last ~5. Fixed:
If you want to prevent your future commands from not working due to whitespaces, avoid your up and down keys!
Duplicate of
MC-49755.Thanks for your help.