Closed Epyxx closed 1 year ago
Hey Epyxx,
You could use a list?
OnInit
List Add CommandUserList user1
List Add CommandUserList user2
List Add CommandUserList user3
List Add CommandUserList user4
OnCommand e 0 !command
List Contains CommandUserList {user}
If 2 {contains} == true
Chat Send "You have no permission for this command"
Exit
Chat Send "Cool Command"
Support for OnCommand u user1,user2,user3,user4 0 !command
added in the upcoming release.
Hi there,
i want a command to be used by multiple users. is there a way to put multiple usernames instead of only one? currently i have copied that action for every user but that fills the triggers.txt very much. maybe something like this:
And then i want the same thing in the opposite way, like a command for everyone except a few users, like so:
Is something possible with Kruiz?
Thanks!