SETUP
- Transfer the “.sk” extension file in the package you downloaded to the “Skript/scripts” section in the plugin folder on your server.
- Transfer the folder where the “.sk” extension file in the package you downloaded stores the data into the plugin folder.
- Install the required plugins/skript addons on your server.
- Use the command “/reload” to activate the script. Or restart the server.
- /commandspy toggle - commandspy.nq.admin
- /commandspy filter [add/remove/list] - commandspy.nq.admin
- /commandspy reload [module] - commandspy.nq.admin
- (Plugin) Skript 2.10.2 or higher - Download
- (Optional Addon) skript-yaml 1.7.2 or higher - Download
- (Optional Addon) SkBee 3.11.2 or higher - Download
- 1.21, 1.21.4, 1.21.5
Code:
options:
folderPath: plugins/Skript/scripts/nqaaN's Skripts/CommandSpy # Do not change this unless you are an advanced user!
permission_commandspy_admin: commandspy.nq.admin
#--- Config
spy_format: "&7[Spy] <&e[player]&7> /[command]" # Placeholders > [player] | [command]
spy_admin_format: "&7[Spy] <&4[player]&7> /[command]" # Placeholders > [player] | [command]
spy_admins: false
enable_logging: false # Requires skript-yaml addon.
enable_tabComplete: false # Requires SkBee addon.
#--- Lang
no_permission_msg: "&cNo permission to use!"
this_cmd_doesnt_exists_msg: "&7/commandspy &c[command] &7- &eThis command doesn't exist!" # Placeholders > [command]
help_msg: "&8&m-----&f &6nqaaN's CommandSpy Skript &8&m-----&f", "&7/commandspy toggle - &eEnable or disable spying.", "&7/commandspy filter - &eManage filter.", "&7/commandspy reload - &eReload the skript." and "&8&m-----&f &6nqaaN's CommandSpy Skript &8&m-----&f"
toggle_on_msg: "&aCommand Spy has been enabled."
toggle_off_msg: "&cCommand Spy has been disabled."
filter_arg2_else_msg: "&7/commandspy filter &e<add/remove/list>"
filter_arg2_error_msg: "&7/commandspy filter &c[command] &7- &eThis argument doesn't exist!" # Placeholders > [command]
filter_arg3_add_else_msg: "&7/commandspy filter add &e<command>"
filter_arg3_remove_else_msg: "&7/commandspy filter remove &e<command>"
reload_arg2_error_msg: "&7/commandspy reload &c[command] &7- &eThis module doesn't exist." # Placeholders > [command]
filter_added_msg: "&aCommand &e[command] &ahas been added to the filter." # Placeholders > [command]
filter_added_exists_msg: "&cCommand &e[command] &cis already in the filter list!" # Placeholders > [command]
filter_removed_msg: "&cCommand &e[command] &chas been removed from the filter." # Placeholders > [command]
filter_removed_not_found_msg: "&cCommand &e[command] &cwas not found in the filter list." # Placeholders > [command]
filter_list_header_msg: "&8&m-----&f &6Filtered Commands &8&m-----&f" # Placeholders > [page] | [maxPage]
filter_list_format_msg: "&7- &e/[command]" # Placeholders > [command]
filter_list_footer_msg: "&r", "&7* &ePage [page]/[maxPage]" and "&8&m-----&f &6Filtered Commands &8&m-----&f" # Placeholders > [page] | [maxPage]
filter_list_empty_msg: "&cThere are no commands in the filter list yet."
