[SPIGOT-3616] Execute not working in command blocks! Created: 21/Oct/17 Updated: 22/Oct/17 Resolved: 22/Oct/17 |
|
| Status: | Resolved |
| Project: | Spigot |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Bevan Ellis | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04, (OS Server is running on) Spigot 1.12 (JAR from GetBukkit) |
||
| Plugin: | Unknown |
| Description |
|
So I've been working on a server powered by command blocks for me and my friends, but when I try doing an execute command, I get this output in the console and in the command block. [08:03:53] All invocations failed: '/execute @e[tag=chair2,r=1] ~ ~ ~ /summon item ~ ~1 ~ {Item:{id:"minecraft:spawn_egg",Damage:91,Count:1b,tag:{display:{Name:"Chair",Lore:["Module: Household","Furniture and Objects"]},EntityTag:{id:"minecraft:sheep",CustomName:"SpawnChair"}}}' I've had this error before when I was trying to get command blocks to run plugins commands before looking up that it is impossible. Plugins I have are ViaVersion, WorldEdit and NCP. |
| Comments |
| Comment by md_5 [ 22/Oct/17 ] |
|
You're missing a } at the end of your command. |
| Comment by Black Hole [ 21/Oct/17 ] |
|
It seems you're trying to use an command that won't work with 1.12 since spawn_eggs don't have a damage value since at least 1.11, maybe 1.9. So please try this command with vanilla 1.12. Anyway running plugin commands works fine in command blocks. |