Solved Player not found console command

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

Yeet

Member
Nov 16, 2020
4
1
3
28
When i make console execute a command that warps a player to a warp i use this:
make console execute command "/warp %player% (warp)"
but for some reason the console says error player not found even though it says my name properly (screenshot below)

Running skript 1.5.2
minecraft 1.16.4

View attachment upload_2020-11-17_8-59-26.png
 
Hi @Yeet,
if you are using Essentials plugin you wrote a wrong syntax!

USE:
Code:
make console execute command "warp <warp_name> %player%"
Warp goes before player, so it gave you "Player Not Found" display error.


If this helps you, please give a rep :emoji_slight_smile:
 
  • Like
Reactions: KidCraftz
Status
Not open for further replies.