SisterFarmer11
-
Posts
4 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by SisterFarmer11
-
-
command /Admin <player>:
permission: moderator.command
permission message: Sorry, you do not have permission to use that command.
trigger:
make console execute command "team join ""ADMIN"" %arg-1%"
op player
message "You are now an &cAdmin." to arg-1
play sound "entity.experience_orb.pickup" at volume 1 at pitch 1 to arg-1The only thing not working is the team join part. It is not having the player actually join the team.
-
9 minutes ago, AgentGamerPro said:
Try the below code
make console execute command "team join ""Admin"" %arg-1%"Wow! It worked! Thank you for the quick response! Do you think you could explain to me why it worked rather then mine? I just want to learn more about skript.
-
command /Admin <player>:
permission: moderator.command
permission message: Sorry, you do not have permission to use that command.
trigger:
op player
/team join "Admin" playerThe error message says the issue is /team join "Admin" player. But I don't know what's wrong.

I'm new to Skript, and cant figure out what's wrong here. Can anyone help me out?
in Help
Posted
Wait its not working anymore, its not having the player join the team.