initial release of anti laser fag plugin controlled through mapchooser config entries

This commit is contained in:
jenz
2026-06-25 14:04:45 +02:00
parent 5dedfe10cb
commit d1d99a9e2c
2 changed files with 239 additions and 0 deletions
@@ -0,0 +1,7 @@
CREATE TABLE unloze_playtimestats.play_time_laser_fag (
`steam_id` varchar(64) NOT NULL,
`player_name` varchar(256) NOT NULL,
`laser_fag_time` bigint(20) NOT NULL,
`not_laser_fag_time` bigint(20) NOT NULL,
PRIMARY KEY (`steam_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;