Allowing staff to participate in a minigame without cheating

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

Gamingwng

Member
Apr 23, 2020
3
0
0
28
So I want to make it so that staff or me myself (all players) won't be able to use commands while a minigame is running, except one command, /allowplayercommands (which makes it so that you can use commands again) which only owner (me) can use.

BTW I COMPLETELY trust my staff, I just want to know if it is possible.

I think something similar to this would work but I honestly have no idea.

Code:
on command:
    cancel event except /allowplayercommands
    command /allowplayercommands:
        trigger:
            (idk what I would have to put here)

Edit: I think that I could make an if statement

Code:
on command:
    if command is /allowcommands
        say "Commands allowed"
    else:
        cancel event

Something like that
 
Last edited:
Status
Not open for further replies.