A few questions about the pluginSolved

I finally got my new PC and have restarted my testing process of the plugin. I have a couple of questions though

1) I'm a noob to creating web-hooks for discord so I was wondering if you could add a template that you use to the description for us hook noobs

2) In the "broadcast" section, is this chat broadcast, admin chat broadcast, or just oxide log broadcast?

3) There is not version of ARKAN for the game I host a server on (Hurtworld).... does that mean this feature is rendered useless in your plugin?

4) Noticed this not too long after loading the latest version of the plugin

09:24 [Error] Failed to run a 1.00 timer in 'ServerArmour v0.4.0' (ArgumentOutOfRangeException: Argument is out of range.)
  at System.Linq.Enumerable.ElementAt[IPlayer] (IEnumerable`1 source, Int32 index, Fallback fallback) [0x00000] in <filename unknown>:0 
  at System.Linq.Enumerable.ElementAt[IPlayer] (IEnumerable`1 source, Int32 index) [0x00000] in <filename unknown>:0 
  at Oxide.Plugins.ServerArmour+<CheckOnlineUsers>c__AnonStorey4.<>m__0 () [0x00000] in <filename unknown>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0 
  1. The default config has the link to a how to (click here), if I create a how to myself it will mean I have to periodically have to review if it's still applicable to new version. 
  2. They broadcast to chat for everyone to see. "Broadcast: New bans" inspires confidence in a servers admins, as it proves they are actively trying to get rid of hackers.
  3.  Yes unfortunetly it is only available for rust. So that part of the code will never run on your server.
    1. If you have alternative plugins you would like support for, that is similiar, please let me know. 
  4. Thanks for showing me this. What likely happened is that a user was online when the check started, but logged off before the check finished. I will implement a check for this, but since the user is no longer online it's no biggy. Once they come online again they will be checked. 
And welcome back :) 
Locked automatically