Offline player arg was make Lagg

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

HyunGil

Member
Oct 31, 2019
11
0
0
26
example)
command /whisper [<offlineplayer>] [<text>]:
trigger:
if arg 1 is not online:
message "{@P} Player %arg 1% is not online"
exit
if arg 2 is not set:
message "{@P} Usage : /whisper <nickname> <message>"
exit
message "{@P} %player% : %arg 2%" to arg 1
message "{@P} %player% : %arg 2%" to player
exit


If i will made that trigger, if arg 1 is Not English ex)한글 server has pause a few seconds (I think server request player "한글" 's UUID from Mojang API)

Can i fix it??




And.. i have a little more question.
if arg type is not offlineplayer, cannot use nickname Hint (TAB button).
but sometime, text type arg require player nickname hint (example] Shout System Broadcast System.. etc)
Can i use playername Tab Hint in "text" type arg??
 
Status
Not open for further replies.