SpongeForge icon indicating copy to clipboard operation
SpongeForge copied to clipboard

'give' command's nbt parsing doesn't work

Open wysohn opened this issue 3 years ago • 0 comments

I am currently running

image

  • Plugins/Mods:
    • TriggerReactor

Issue Description /trg run #CMDCON "give "+$playername+" minecraft:paper 1 0 {display:{Name:\""+color("&e300원")+"\"}}"

This command is used to replicate the user using give command in-game, and it does so as it was executed in the console.

However, as you can see, the command did work

image

But the Text instance is not parsed correctly but is merely giving the result of the #toString()

Any idea?

wysohn avatar Apr 17 '21 18:04 wysohn