NBT Crashing 1.8, 1.9, 1.10 ?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Minecrafter

Member
Oct 20, 2017
14
0
0
23
code_language.skript:
            make a gui slot 40 of player with player's skull with nbt "{display:{Name:""Testing""},SkullOwner:{Id:""%{_uuid}%"",Properties:{textures:[{Value:""%{_value}%""}]}}}" with lore "||Testing" to run:
                broadcast "Testing"

It crashes for
1.8.9, 1.9, 1.10

It works for

1.11, 1.12

Here is the error log from Minecraft Game output when opening the GUI with the NBT head on 1.10.2:
https://hastebin.com/ukojayifek.pl
The server is 1.8.9, but it has viaversion which allows players from 1.8.9 to 1.12 to come onto the server.

Some info:

{_value} is a Skin Texture Value which looks like this:

eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2MzNzY2OGQ1ZWFlMThiYTc2NmNkNWM4ZWJjNzVjNDhkZTFiYTQ0Y2JlNDg5ZDgyOWE1ZWNhODY5MWJmNTU2In19fQ
 
Status
Not open for further replies.