SpongeForge
SpongeForge copied to clipboard
'give' command's nbt parsing doesn't work
I am currently running
- 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
But the Text instance is not parsed correctly but is merely giving the result of the #toString()
Any idea?