Greetings!
I wanna show note with my own text like default notes:

Second question: after show note i need to update it content dynamicly and hide it mannualy.
Third: I need show both: permanently notes, like cupboard notes or debufs and temprorary, like gather or crafting something.
Fourth and last: I'm also need to style notes e.g. background and text color, icon.
How can i do that? Was googling for the hours - nothing found(
Found few exaples to show items was added in inventory and was trying this:
I wanna show note with my own text like default notes:

Second question: after show note i need to update it content dynamicly and hide it mannualy.
Third: I need show both: permanently notes, like cupboard notes or debufs and temprorary, like gather or crafting something.
Fourth and last: I'm also need to style notes e.g. background and text color, icon.
How can i do that? Was googling for the hours - nothing found(
Found few exaples to show items was added in inventory and was trying this:
player.Command(string.Concat(new object[] { "note.inv ", itemId, " ", amount }), new object[0]);and that:player.Command("note.inv", intemId, amount);to show at least something, but this doesn't works for me.
Directly executing console command "note.inv 865679437 5" on client also do nothing. I suppose that api was changed.
Thanks in advance. Sry for my english)