[SPIGOT-40] Command Block target selectors don't work. Created: 29/Nov/14 Updated: 20/Aug/18 Resolved: 29/Nov/14 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Stevie | Assignee: | Thinkofname |
Resolution: | Duplicate | Votes: | 0 |
Labels: | 1.8, Command_block, Craftbukkit, bug, spigot | ||
Environment: |
Tested on the first and latest 1.8 Spigot and Craftbukkit builds with no plugins. |
Description |
Using the command in a command block like "/tell @p hello" results in nothing happening, nothing in the console/logs and no error either. |
Comments |
Comment by conflictxinside [ 30/Nov/14 ] |
These used to work in this way. All of my command block setups are now busted if they use @p at all. |
Comment by Thinkofname [ 29/Nov/14 ] |
This is because /tell calls /bukkit:tell not /minecraft:tell. Bukkit commands don't support selectors. commands.yml can be used to override the bukkit commands in command blocks |
Comment by CosmoConsole [ 29/Nov/14 ] |
Duplicate of |