My current code is the following, but I cannot get it to work.
I keep getting the error: "Can't understand this section: on placeholderapi placeholder request for the prefix "shards".
Posted by: encrypted_noobi from the skUnity Discord. View the thread on skUnity Discord here
code_language.skript:
js
on placeholderapi placeholder request for the prefix "shards":
if the identifier is "raw":
set the result to "%{Shards::%uuid of player%} ? 0%"
if the identifier is "formatted":
if {Shards::%uuid of player%} is not set:
set the result to "0"
stop
else:
set the result to "%format({Shards::%uuid of player%})%"
I keep getting the error: "Can't understand this section: on placeholderapi placeholder request for the prefix "shards".
Posted by: encrypted_noobi from the skUnity Discord. View the thread on skUnity Discord here