-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
Entity selectors in written books resolve to an empty String. Relates to #381
/give @p written_book 1 0 {
pages:[
"[
{
\"selector\":\"@s\"
},
{
\"text\":\" is cool\"
}
]"
],
title:Book,
author:Writer
}
In Vanilla (Singleplayer and Multiplayer) this book resolves to
<your name> is cool
On a Spigot server this resolves to
is cool