Solved 'There is no online player whose name starts with X'

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

Desboks

Member
Apr 5, 2017
15
0
0
21
Hello.

I made a simple /invsee command.

Code:
command /invsee [<player>]:
permission: helper
permission message: {@Error} &cNo permission.
trigger:
if argument 1 is online:
open the arg-1's inventory for the player
else:
message "{@Error} &6/invsee [Player]"

But, if I enter a random IGN (that is not online), it says 'There is no player online whose name starts with 'X'', how can I change this? the code doesnt work although I don't get any errors. Thanks!
 
Status
Not open for further replies.