DevGonzi
Creates a Ping with name of the player who sent the ping and distance to it for all team members.

Supported Games
GameServerKingsGameServerKings

Permissions

  • teamping.use - if enabled in the config players will need this to send a ping

Keybinding

To use the ping players have to set up a custom keybinding.For example to use "b" as ping button players have to do the following:

  1. Open the F1 client console
  2. type bind b teamping and press enter

Configuration

Default Configuration

{
  "requiresPermission": false,
  "pingCooldown": 15,
  "timeToShow": 10,
  "maxDistance": 250,
  "pluginChatPrefix": "<color=#5af>[TEAM PING]</color>"
}

requiresPermission - If true players need to have the permission teamping.use

pingCooldown - Cooldown too wait until next ping (in seconds) - set to 0 to disable

timeToShow - Time to show the ping (in seconds)

maxDistance - Max distance for ping objects (in meters)

pluginChatPrefix - Prefix for chat messages from the plugin

Donations

If you would like to support me you can make a donation by clicking here.

Credits

  • Gonzi - original plugin work
MIT License

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.