Jump to content

Goofy fake op skript


SkJosh

Recommended Posts

command /fakeop [<player>]:
    permission: fakeop.use
    permission message: &4&oYou don't have permission to use this !
    trigger:
        if arg 1 is not set:
            send "&4&oError&c&o You need to write the name of a player"
        arg 1 is set:
            loop all players:
                if loop-player is not arg 1:
                    send "&4&oError&c&o Player not found"
            send "&e&oYou fake-opped %arg 1%"
            send "&7&o[%player%: Opped %arg 1%]" to arg 1
            wait 3 seconds
            send "&7No, you're not OP , dont ask for it" to arg 1
            kill the arg 1
            wait 2 seconds
            kick the arg 1 due to "&cYou're not OP, why do someone would OP you?"
            stop

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...