CommandsInspector

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

CommandsInspector

Example

Notifies administrators, which commands are using players in real time. That can be used to spy players, and stop hackers before they do something. Also you can block players from commands execution (event they are OP). That plugin basically works like logger in concole, but just in game chat... Also are 3 different modes for inspecting players executed commands - all players, specific player and no inspecting.

Commands

  • /cmdins - Main plugin command
  • /cmdins inspect [Player Name/All/None] - Inspection mode
  • /cmdins block [Player Name] - Blocks player from commands execution
  • /cmdins unblock [Player Name] - Unblocks player for commands execution
  • /cmdins reload - Reloads plugin's configuration
  • /cmdins version - Shows plugin's version and author

Permissions

  • cmdins.see - To see players executed commands in real time chat
  • cmdins.invisible - If enable in configuration, and you have that permission - other players with cmdins.see permission won't see your executed commands
  • cmdins.inspect - For inspect command
  • cmdins.block - For block command
  • cmdins.unblokc - For unblock command
  • cmdins.reload - For reload command
  • cmdins.version - For version command

Configuration

//Message for players, who have cmdins.see permission
//Supports colors format (&<color code>)
//Supports variables: %name, %command
//%name - player who executed command nickname
//%command - command executed by player
Message_others: '&6Player &3%name &6executed command: &a%command&6 !'

//Removes after plugins configuration, or server reload saved players inspecting mode settings, or not
//Variables: true, false
//true - removes all list from "Inspecting" section of players and inspecting settings after reload
//false - do nothing, saves "Inspecting" section settings after reload
Remove_players_settings_after_reload: true

//Enables, or not permission that can be used for invisible commands execution (also needs /cmdins.invisible/ permission) 
Enable_invisible_permission: true

//Blocked players from commands execution list
Blocked_players:
  blocked_player_name: true
  blocked_player_name2: true
  blocked_player_name3: true

//Inspecting modes saved players settings
Inspecting:
  inspector_player_name: inspecting_player_name
  inspector_player_name1: none

That's all, sorry for my bad English, if you have any problems, ideas, or suggestions - just leave a comment ;)


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    77484
  • Created
    Apr 4, 2014
  • Last Released File
    Apr 4, 2014
  • Total Downloads
    691
  • License

Categories

Members

Recent Files

Bukkit