Stores player IPs , usernames, positions, last seen, first connection ...

Supported Games
GameServerKingsGameServerKings
depends on

Player Informations stores player IP, name, position, played time, etc

Commands

  • /lastips STEAMID/NAME -- show the last ips used by this player
  • /ipowners XX.XX.XX.XX -- show players that had the same ip
  • /lastnames STEAMID/NAME -- show the names that this user had
  • /lastseen STEAMID/NAME -- show when the player was last seen
  • /played STEAMID/NAME -- show how much time a player has played on the server
  • /firstconnection STEAMID/NAME -- show when the player was first seen on the server
  • /lastposition STEAMID/NAME -- show where the player was last seen (doesn't work on online players)

Console Commands

  • player.lastips STEAMID/NAME
  • player.ipowners XX.XX.XX.XX
  • player.lastnames STEAMID/NAME
  • player.lastseen STEAMID/NAME
  • player.played STEAMID/NAME
  • player.firstconnection STEAMID/NAME
  • player.lastposition STEAMID/NAME

Permissions

authlevel 2 = Admin, authlevel 1 = Moderator, authlevel 0 = Player
You may use oxide permissions also.

Configuration

{
  "First Connection - activated": true,
  "First Connection - Permission - authlevel - Rust ONLY": 1,
  "First Connection - Permission - oxide permission": "playerinformations.firstconnection",
  "IP Logs - activated": true,
  "IP Logs - Max Logs per player": 5,
  "IP Logs - Permission - authlevel - Rust ONLY": 1,
  "IP Logs - Permission - oxide permission": "playerinformations.ips",
  "Last Position - activated": true,
  "Last Position - Permission - authlevel - Rust ONLY": 1,
  "Last Position - Permission - oxide permission": "playerinformations.lastposition",
  "Last Seen - activated": true,
  "Last Seen - Permission - authlevel - Rust ONLY": 1,
  "Last Seen - Permission - oxide permission": "playerinformations.lastseen",
  "Names Logs - activated": true,
  "Names Logs - Max Logs per player": 5,
  "Names Logs - Permission - authlevel - Rust ONLY": 1,
  "Names Logs - Permission - oxide permission": "playerinformations.names",
  "Time Played - activated": true,
  "Time Played - Permission - authlevel - Rust ONLY": 0,
  "Time Played - Permission - oxide permission": "playerinformations.timeplayed"
}

MIT License


Copyright (c) 2019 austinv900


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


Collaborators
  • Shady
    Developer