Parse inconsistency with color
TheLimeGlass opened this issue ยท 1 comments
Skript/Server Version
2.8.3
Spigot Paper 1.20.1
Bug Description
When using set {_color} to "%player's tool%" parsed as "%color% wool block" otherwise "%player's tool%" parsed as "<.+> %color% wool blocks"
I get light green wool
but when I use \broadcast player's tool
or \broadcast "%player's tool%"
as an effect command, I get lime wool
Expected Behavior
To always be lime wool
regardless of the parse context.