[SPIGOT-4193] Plugin Command Block Selectors not Working Created: 30/Jul/18 Updated: 31/Jan/19 Resolved: 31/Jan/19 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Nathan Wolf | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 5 |
Labels: | 1.13, command-block | ||
Environment: |
Linux / Mac OS |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Version: | git-Spigot-69774b3-8592585 | ||||||||
Guidelines Read: | Yes |
Description |
A command block with a simple command such as "tell @p Hello" does not work in Spigot 1.13. It reports "Error: Player not found". This same command block works fine in single player 1.13, and in 1.12. I couldn't find any mention fo this, nor an existing ticket- is it a known issue? |
Comments |
Comment by md_5 [ 31/Jan/19 ] |
Solved with implementation of selector API |
Comment by md_5 [ 30/Jul/18 ] |
If you search my forum posts for the last few days you’ll see my comment on this. Basically it wasn’t super intentionally removed, but as I recall the code to put selectors in was super hacky (and probably broken by the command changes). (And a bit weird it only worked in command blocks). |
Comment by Nathan Wolf [ 30/Jul/18 ] |
Shoot, sorry yes. I forgot I had Essentials on when testing. Do selectors no longer work for non-vanilla commands? It does work if I remove Essentials and use vanilla /tell. |
Comment by md_5 [ 30/Jul/18 ] |
Are you using a plugin /tell ? |