Jump to content

Command Spy


9sins_

Recommended Posts

#================================================#
# Made By Jules discord: Colece
#================================================#
command /commandspy [<player>]:
    aliases: /commands, /cspy, /cmd
    permission: commandspy.use
    permission message: &eYou cannot use this command!
    trigger:
        if arg 1 is set:
            if {cs::%uuid of arg 1%} is set:
                clear {cs::%uuid of arg 1%}
                send "&cCommand spy has been disabled for %arg 1%."
                send "&cYour command spy has been disabled." to arg 1
            else:
                set {cs::%uuid of arg 1%} to true
                send "&aYour command spy has been enabled." to arg 1
                send "&aCommand spy has been enabled for %arg 1%."
        else:
            if {cs::%uuid of player%} is set:
                clear {cs::%uuid of player%}
                send "&cYour command spy has been disabled."
            else:
                set {cs::%uuid of player%} to true
                send "&aYour command spy has been enabled."
on command:
    if sender is a player:
        loop all players:
            if {cs::%uuid of loop-player%} is set:
                if "%player%" is not "%loop-player%":
                    send "&a%player% &6executed the command  &a/%complete command%" to loop-player
on load:
    set {csversion} to "2.1"
    message "&4Successfully loaded CommandSpy&7." to console
on unload:
    message "&4Successfully unloaded CommandSpy&7.  Goodbye!" to console
on quit:
    delete {cs::%uuid of player%}

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