When loading my scripts, I get this error a lot:
[20:08:01 WARN]: [Skript] the UUID of the player is already a text, so you should not put it in one (e.g. the UUID of the player instead of "%the UUID of the player%") (world.sk, line 499: if hasPermission("%uuid of player%", "builder") is false:')
I know I COULD take out the "% %" from expressions like "uuid of player", but you never know how Skript will handle parsing things and a lot of code not working is just due to Skript not thinking it's the right type, so I'd really like to leave it in there, and that way I'm sure that it doesn't mess up due to parsing.
So, is there an option to suppress this error? It's really annoying and it seems like it was added recently.
Hopefully this makes sense. Thx
[20:08:01 WARN]: [Skript] the UUID of the player is already a text, so you should not put it in one (e.g. the UUID of the player instead of "%the UUID of the player%") (world.sk, line 499: if hasPermission("%uuid of player%", "builder") is false:')
I know I COULD take out the "% %" from expressions like "uuid of player", but you never know how Skript will handle parsing things and a lot of code not working is just due to Skript not thinking it's the right type, so I'd really like to leave it in there, and that way I'm sure that it doesn't mess up due to parsing.
So, is there an option to suppress this error? It's really annoying and it seems like it was added recently.
Hopefully this makes sense. Thx