This plugin is currently marked as broken and unavailable for download
Logs useful information about the use of C4

Supported Games
GameServerKingsGameServerKings

C4 Logger saves useful informations about the use of C4.

Permissions

  • c4logger.used -- Gets a message every time someone uses a C4
  • c4logger.connection -- Gets a message every time someone connects / disconnects with C4 or Detonator Caps

Configuration

{
  "Settings": {
    "Filters": {
      "Defuse": {
        "Enabled": true,
        "Max Time (Seconds)": 30
      },
      "Duplicate": {
        "Enabled": true,
        "Max Distance": 6,
        "Max Time (Seconds)": 3
      },
      "Self Harm": {
        "Enabled": true
      }
    },
    "Max Age (Days)": 7.0,
    "Players Near Radius": 100.0
  }
}

Example Data File

[
   {
      "Date":"2016-04-11T22:33:00.8295262Z",
      "Position":"-2030.03 193.56 -1057.3",
      "Player":{
         "Name":"Player One",
         "SteamId":"xxxxxxxxxxxxxxxxx",
         "C4":2,
         "Position":"-2027.85 195 -1057.81",
         "Distance":2.66,
         "Solidarity":{
            "Clan":true,
            "Stake":true
         }
      },
      "Targets":[
         {
            "Online":true,
            "Name":"Player Two",
            "SteamId":"xxxxxxxxxxxxxxxxx",
            "C4":2,
            "Position":"-2027.85 195 -1057.81",
            "Distance":2.66,
            "Solidarity":{
               "Clan":false,
               "Stake":false
            }
         }
      ],
      "Players Near":[
         {
            "Name":"Player Three",
            "SteamId":"xxxxxxxxxxxxxxxxx",
            "C4":0,
            "Position":"-2027.85 195 -1057.81",
            "Distance":1.25,
            "Solidarity":{
               "Clan":true,
               "Stake":true
            }
         },
         {
            "Name":"Player Four",
            "SteamId":"xxxxxxxxxxxxxxxxx",
            "C4":0,
            "Position":"-2027.85 195 -1057.81",
            "Distance":3.11,
            "Solidarity":{
               "Clan":true,
               "Stake":false
            }
         },
        {
            "Name":"Player Five",
            "SteamId":"xxxxxxxxxxxxxxxxx",
            "C4":1,
            "Position":"-2027.85 195 -1057.81",
            "Distance":6.66,
            "Solidarity":{
               "Clan":false,
               "Stake":false
            }
         }
      ]
   }
]

Localization

Credits

  • Lizzaran, for the original version of this plugin
This plugin is unlicensed and the original author reserves all rights to it.

The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.

Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.