Hi, im trying to write an image to a map on paper 1.19.4 with Skript 2.6.4 and Skellett 2.0.9.. anddddd it's not working. This is my code. It doesn't give any error, and it does print "Done.". I also get nothing in my inventory.
trigger:
set {_map} to a new map from player's world
set {_image} to image from storage with uuid "323ca677-8902-4f2a-90cd-239f773a86bb"
draw image image from {_image} on skellett map {_map}
add {_map} to player
send map {_map} to player
message "Done."```
I do actually know that the image I'm putting in is actually an image. I also know that Skellett is in fact creating a new map id to work with, it's just not showing it. Am I giving the map to the player in a wrong way? I also tried giving it like this: `add {_map} parsed as item to player`