StrikeSystem

Moved

Total Downloads: 1,093 - First Release: Jul 31, 2015 - Last Update: Aug 19, 2016

5/5, 4 likes
  1. Nice, I like it, old school style.
     
  2. Can you add mute ability? Each strike will mute player X seconds.
     
  3. This ever going to be updated? I've wanted to use this forever but it's never worked for us. Registers strikes but doesn't issue kicks or bans.
     
  4. If Laser or anyone decides to bring this plugin back to life, here's some suggestions for config:

    Kick after X Strikes with multiple options
    Multiple temp ban thresh holds (like maybe config: TempBanOnStrikes: "5, 7")
    Perma Ban after X Strikes
    Strike expire timer (strike is removed after X amount of time)

    Mock up:

    Code:
    Strikes:
           {
             Strikes: 1,
             Kick: true,
             Ban: false,
             BanTime: "0"
           },
           {
             Strikes: 2,
             Kick: true,
             Ban: false,
             BanTime: "0"
           },
           {
             Strikes: 3,
             Kick: true,
             Ban: false,
             BanTime: "0"
           },
           {
             Strikes: 4,
             Kick: true,
             Ban: false,
             BanTime: "0"
           },
           {
             Strikes: 5,
             Kick: true,
             Ban: true,
             BanTime: "86400"
           },
           {
             Strikes: 6,
             Kick: true,
             Ban: true,
             BanTime: "86400"
           },
           {
             Strikes: 7,
             Kick: true,
             Ban: true,
             BanTime: "0"
           }
      
    StrikeExpireTime: "604800"
    This way could pick individual actions to happen on strike, just a kick, or kick/ban with timer, or leave timer at 0 with ban true for perma ban.
     
  5. Sounds awesome!
     
  6. I was thinking about something like that, but as I do with other plugins like Promocodes, I would let you configure commands which are called when reaching the amount of strikes, as that allows even more customizability.

    Though, I have my final exams in two weeks so I'll still be busy until then.
     
  7. That's fine man, I get you're busy, just don't forget about this plugin. :)
    It'd be a nice alternative to have a warning system like this instead of just kick/ban immediately.
     
  8. Laser, is it possible to add a data reader so you actually can strike offline players on your server aswell? Like getting all data from existing players and you are able to strike them over steam ID.