Solved Is it true that in 1.8+ you have to use %player's uuid% not %player% in variables?

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

Adrihun

Member
Feb 1, 2017
368
6
0
Because if the player changes their name they will lose these variabless


is it true?
 
only 1.8+? I think not. i think overall time. if you use "%player%" will it save to Players name. Like you already write, if he changed name. will the name lost. Yeah. But UUID will NEVER be changed. so its better to use %player's uuid% instead %player%. just use %player% only send message example.
 
If you use a cracked server with AuthMe or something like that, the server don't use UUID's. So if the player changes his minecraft nick, it will login into another account.

I have a cracked server and I use %player%.
 
@ChisleLP and @aescraft What about this?,

{sql_.vanish.%loop-player%}

Just change it to

{sql_.vanish.%loop-player's uuid%}

Right? :emoji_slight_smile:
@ChisleLP Also what about this?

"add loop-value to {_vanish::*}"

do i need to change it to

"add loop-value's uuid to {_vanish::*}"

Yes or No?
 
You can change that in the config.sk file. You just have to set the following option to true:

Code:
use player UUIDs in variable names: true
 
Status
Not open for further replies.