Help with /staff

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

Stash

Member
Jan 29, 2017
3
0
0
33
So, about a year ago I used to use skript. I made a /staff command, that I no longer have, and had it so there would be {Admin1} and then it would say what Admin1 was. So basically, when writing my skript, I would put {@Admin1} and it would go to the {Admin1} and put the name that was assigned with it. If anyone can help, please!
 
Will make it when i am back home. You use a permission plugin? Just a little bit easier for me!

I'm using groupmanager. I have a premade skript but I would like to be able to use the {@Admin1} thingy. Ill post the skript below.

command /staff:
permission: staff.sk
trigger:
message "&d&l-=-[&e&lServer&a&l'&e&ls &4&lStaff &b&lList&5&l!!!&d&l]-=-"
message "&4&lOwner&e&l: &b&lIGN"

This works and all but i need to so that it would have the little thingy i was talking about. So for example, I would put
{Owner} and have it set to "IGN"
so the actual command would look like this

command /staff:
permission: staff.sk
trigger:
message "&d&l-=-[&e&lServer&a&l'&e&ls &4&lStaff &b&lList&5&l!!!&d&l]-=-"
message "&4&lOwner&e&l: &b&l{Owner}"
 
Last edited by a moderator: