This is a Command Spy skript that is fully customizable, If you have any suggestions please leave a comment.
If you know basic coding you should be able to understand how to change any messages. If you need some help I will be more than happy to support you.
#######################
#
# Created By AlexNotFounnd#2534
#
#######################
options:
prefix: ServerName # Change to whatever you want
permission: commandspy.use
command /commandspy:
permission: {@permission}
permission message: &cNo perms.
usage: &c/commandspy
aliases: cspy
trigger:
if {cspy.%player%} is false:
set {commandspy.%player%} to true
send "{@prefix} &aCommand spy has been enabled."
else:
if {cspy.%player%} is true:
set {cspy.%player%} to false
send "{@prefix} &cCommand spy has been disabled."
on command:
loop all players:
if {cspy.%loop-player%} is true:
send "&7&o[%sender%: Executed command /%complete command%]" to loop-player
CommandSpy Skript
in Script Releases
Posted · Edited by AlexNotFounnd
Needed plugin(s) / add-on(s):
Skript
Usage: /commandspy
Aliases: /cspy
This is a Command Spy skript that is fully customizable, If you have any suggestions please leave a comment.
If you know basic coding you should be able to understand how to change any messages. If you need some help I will be more than happy to support you.
####################### # # Created By AlexNotFounnd#2534 # ####################### options: prefix: ServerName # Change to whatever you want permission: commandspy.use command /commandspy: permission: {@permission} permission message: &cNo perms. usage: &c/commandspy aliases: cspy trigger: if {cspy.%player%} is false: set {commandspy.%player%} to true send "{@prefix} &aCommand spy has been enabled." else: if {cspy.%player%} is true: set {cspy.%player%} to false send "{@prefix} &cCommand spy has been disabled." on command: loop all players: if {cspy.%loop-player%} is true: send "&7&o[%sender%: Executed command /%complete command%]" to loop-player