Command Log Reborn

The plugin

This is a plugin that logs all commands to a file and optional to players with the right permissions
Now you can see who spawned in that wither in your survival world!

Example Command Logger

Prefix, log format and ignored commands are configurable in config.

Commands

/cl | Shows main command
/cl help , ? | Shows the help page
/cl ignorelist , il | Shows the list of ignored commands
/cl history [x], hi [x] | See the last [x] commands of all players, default is 10
/cl mute, mu | allows you to temporarily disable command notifications
/cl unmute, um | re-enabled command notifications

Additional Admin Commands
/cl reload , rl | Reload the config
/cl hide <player> , hd <player> | hides a player (his/her commands will not be shown/logged)
/cl unhide <player> , uh <player> | unhides a player (will show commands for this player again)
/cl hidelist | shows a list of hidden players
/cl disable , d | Disable the plugin
/cl enable , e | Enable the plugin

Permisions

PermissionDescription
commandlog.adminAllow a player to use the full permissions
commandlog.historyAllow a player see the history
commandlog.noticeAllow a player to see the executed commands

Installation

Just place the .jar file in the plugins folder of your server and restart
The plugin will create a configuration file and start logging in plugins/CommandLog

Bug

No bug found yet :)

Default configuration

# Chat prefix, shown in front of plugin messages and notifications
chatprefix: '§6[§aC§2L§6] '

# Chat format, must at least contain the following placeholders
# {Player}  the player executing the command
# {Command} the command itself
#
# Colors are supported, use §, not &
#
# Players that have the 'commandlog.notice' permission can see these messages
chatformat: '§4{Player} §4 is executing command {Command}'

# Enable/Disable Log to File
filelog: true

# List of ignored commands, these will not be in the chat or the log file
ignoredcommands:
  - login
  - help

Coming Features

Any ideas? Please comment below if you would like to have something added.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    98963
  • Created
    Apr 1, 2016
  • Last Released File
    Jul 9, 2016
  • Total Downloads
    800
  • License

Categories

Members

Recent Files