Nice, I like it, old school style.
StrikeSystem
Moved
Total Downloads: 1,093 - First Release: Jul 31, 2015 - Last Update: Aug 19, 2016
- 5/5, 4 likes
-
Can you add mute ability? Each strike will mute player X seconds.
-
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.
-
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"
-
-
Though, I have my final exams in two weeks so I'll still be busy until then. -
It'd be a nice alternative to have a warning system like this instead of just kick/ban immediately. -
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.