MisterPixie
Limits the amount of signals to be dropped to 1 supply signal every X seconds

Supported Games
GameServerKingsGameServerKings

This plugin adds a cooldown to supply signals, it's very useful if you don't want donators to throw all their supply signals at once.

If a player drops a supply signal he will not be able to throw a new one before the cooldown has ended.

Chat Commands

  • /signalreset -- Reset all of the cooldowns

Permissions

  • signallimiter.ignore -- Allows player to ignore the cooldown

Configuration

{
  "Settings": {
    "Auth level admin commands": 1, //Minimum auth level
    "Cooldown in seconds": 300,
    "Icon for message": 0, //64bit SteamID
    "Ignore cooldown permission": "signalcooldown.ignore",
    "Refund signal": true
  }
}

Localization

{
  "cooldownActive": "<color=#b7b7b7>Supplysignal cooldown active, wait {0} seconds till you can throw a signal again.",
  "cooldownOver": "<color=#b7b7b7>You are able to throw a supplysignal again.",
  "noPermission": "<color=#b7b7b7>You don't have the required auth level to run this command.",
  "manualReset": "<color=#b7b7b7>All supplysignal cooldowns have been manually reset."
}

For Developers

bool HasSignalCooldown(ulong userId)

Credits

  • Vliek [NL], the original author of this plugin
  • MisterPixie, maintenance and updates

Unlicensed