Offline player metadata ?

  • 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!

Jarns

Member
Feb 19, 2017
20
2
0
28
I want offline player metadata in veriable.

Example:
code_language.skript:
set {_player} to "%{test}%" parsed as offline player
if metadata "player.uuid" of {_player} is set:
    send "test 1" to player
It's work but only player is online. If player is offline It's don't work.

Thank for interest.
 
I want offline player metadata in veriable.

Example:
code_language.skript:
set {_player} to "%{test}%" parsed as offline player
if metadata "player.uuid" of {_player} is set:
    send "test 1" to player
It's work but only player is online. If player is offline It's don't work.

Thank for interest.
You can't assign metadatas to inexistent entities, you'll have to use variables.
 
  • Like
Reactions: Jarns