How do i give items with nbt, I have tried this:
give player head with nbt "{SkullOwner:{Id:"f294da6c-1ad0-453f-bb77-8c5ad4a9639d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTQ1ZjQ3ZmViNGQ3NWNiMzMzOTE0YmZkYjk5OWE0ODljOWQwZTMyMGQ1NDhmMzEwNDE5YWQ3MzhkMWUyNGI5In19fQ=="}]}}}" to player
This gives the error that it is not an item, xp or inventory. Although it is an item. I tried putting backslashes behind all of the quotation marks. I am pretty sure this is possible with skBee otherwise i do not understand the addon's reason.
give player head with nbt "{SkullOwner:{Id:"f294da6c-1ad0-453f-bb77-8c5ad4a9639d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTQ1ZjQ3ZmViNGQ3NWNiMzMzOTE0YmZkYjk5OWE0ODljOWQwZTMyMGQ1NDhmMzEwNDE5YWQ3MzhkMWUyNGI5In19fQ=="}]}}}" to player
This gives the error that it is not an item, xp or inventory. Although it is an item. I tried putting backslashes behind all of the quotation marks. I am pretty sure this is possible with skBee otherwise i do not understand the addon's reason.