MrBlue
Gets identification information for one or all connected players

Supported Games
GameServerKingsGameServerKings

Identifier allows players to see their ID (generally Steam ID) and optionally IP address, or that of others if they have permission. Only players with the identifier.ipaddress permission will be able to see IP addresses.

Permissions

  • identifier.id -- Allows player to see the ID for one or all connected players
  • identifier.ipaddress -- Allows player to see the IP address for one or all connected players

Commands

This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: /.

  • id -- Show your own identification info (i.e. Steam ID, IP address)
  • id <player name or id> -- Show identification info for specified player
  • ids -- Show identification info for all connected players

Configuration

{
  "Use permission system": true
}

Localization

{
  "CommandId": "id",
  "CommandIdAll": "ids",
  "NotAllowed": "You are not allowed to use the '{0}' command",
  "NoPermission": " You have no permissions to use that!",
  "NoPlayersFound": "No players found with name or ID '{0}'",
  "PlayerNotFound": "Player '{0}' was not found",
  "PlayersFound": "Multiple players were found, please specify: {0}",
  "PlayerName": "Player Name: {0}",
  "PlayerId": "Player ID: {0}",
  "PlayerIpAddress": "IP Address: {0}",
  "SelfId": "Your player ID: {0}",
  "Unknown": "Unknown",
  "UsageId": "Usage: {0} <player name or id> - Show identification info for specified player",
  "UsageIdAll": "Usage: {0} - Show identification info for all connected players"
}

Credits

  • Gimax, for the original Rust-specific Steam ID plugin

MIT License, with distribution exclusivity for uMod.org


Copyright (c) 2020 Wulf


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.