Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-3875

Written book selector resolves incorrectly

XMLWordPrintable

      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
      

       

            Unassigned Unassigned
            Selebrator Selebrator
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: