Solved SKRIPT - Block all commands

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

Nikola

Member
Jul 10, 2019
38
1
8
Serbia
Hi, I'm making tutorial skript for players that are joining for the first time. I need help with disabling all commands for those players. They should not be able to use those commands until they finish the tutorial - once they do so, they will get specific permission and be able to use all commands again. Is this possible to do in skript (if not, are there any addons and/or plugins for this?) Thank you so much!
 
Code:
on command:
    if player does not have permission "permission.node.here":
        cancel event
 
No problem! If you need any more help, feel free to contact via a conversation or Discord.
Make sure to mark this post as solved!
 
Status
Not open for further replies.