I am having some issues with my Minecraft java skript.

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

WestinGames

New Member
Feb 12, 2022
8
0
1
16
SOLVED
I am having some issues With this skript:

command /,:
trigger:
make console execute command "teleport %{_player}% 423 71 131"
 
Last edited:
Hey! It might be a little useful to have the indentation here, too, just for the sake of knowing where everything's at. Try replacing %{_player}% with %player%, and put a / before teleport. Hope this helps
 
Hey! It might be a little useful to have the indentation here, too, just for the sake of knowing where everything's at. Try replacing %{_player}% with %player%, and put a / before teleport. Hope this helps

Nope that wont work. maybe
heres a useful one
Code:
command /.:
    trigger:
        teleport player to location(423, 71,131 in world "your world name")
 
th

is too didn't work for me. Do you have an alternate solution?
Make sure where sleepy unk said "your world name", you put your exact world name. I also noticed a missing space, so try correcting that. If not, you can probably just say "location at 423, 71, 131" instead of using location().