CommandRateLimiter

Moved

Total Downloads: 531 - First Release: Apr 3, 2016 - Last Update: Feb 16, 2017

5/5, 8 likes
  1. Calytic

    Calytic Community Admin Community Mod

  2. Calytic

    Calytic Community Admin Community Mod

  3. Failed to compile: CommandRateLimiter.cs(81,40): error CS1929: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a member `GetPlayer' and the best extension method overload `UnityEngine.ArgEx.GetPlayer(this ConsoleSystem.Arg, int)' requires an instance of type `ConsoleSystem.Arg'
     
  4. Wulf

    Wulf Community Admin

    Temp/quickfix. @Calytic
     
  5. Calytic

    Calytic Community Admin Community Mod

  6. @Calytic does this plugin allow for limiting noclip/suicide abuse from admin/mod in the console? What about item give menu at F1?
     
  7. Calytic

    Calytic Community Admin Community Mod

  8. what makes this plugin, I don't understand?
     
  9. I installed this Plugin for avoid that players dont open twice the ServerRewards shop that stuck the UI
    and when a player go to craft a Lot of something in the Craft windows is Kicked for spamming...
     
  10. Calytic

    Calytic Community Admin Community Mod

  11. the plugin is working?
    is fixed this problem?
    Code:
    I installed this Plugin for avoid that players dont open twice the ServerRewards shop that stuck the UI
    and when a player go to craft a Lot of something in the Craft windows is Kicked for spamming...
    
     
  12. Calytic

    Calytic Community Admin Community Mod

    Enable LogExcessiveUsage to display which commands are kicking players unnecessarily and add them to the CommandWhitelist in the configuration

    Code:
    {
       ...
       "CommandWhitelist" : [
          "add"
       ]
       ...
    }
    Alternatively you may increase the CooldownMS or KickAfter options to reduce the incidence of kicking overall.
     
    Last edited: Feb 3, 2017
  13. The problem was not with a command, was with players crafting, they was kicked several times.
    How to avoid that?
     
  14. Calytic

    Calytic Community Admin Community Mod

    It must be a command, this plugin does not rate limit anything but commands. It is likely a built-in rust command that you aren't aware of because it is only exposed by the UI.
     
  15. Calytic

    Calytic Community Admin Community Mod

    Calytic updated CommandRateLimiter with a new update entry:

    0.1.1

     
  16. rust update, bug report.
    Code:
    Error while compiling CommandRateLimiter.cs(92,21): error CS1061: Type `ConsoleSystem.Arg' does not contain a definition for `isAdmin' and no extension method `isAdmin' of type `ConsoleSystem.Arg' could be found. Are you missing an assembly reference?
     
  17. replace isAdmin with IsAdmin
     
  18. Wulf

    Wulf Community Admin

    Wulf updated CommandRateLimiter with a new update entry:

    1.1.2

     
  19. I installed this because apparently binding a very long sentence and spamming it into the server chat will lag it out. Some players get kicked for spam when they are doing things like clicking and hitting trees or jumping, they have no binds.
     
  20. Sry but it does nothing for me o_O Are Admins excluded automatically?