CS2D
Scripts Banned players file Banned players file
4 replies Hi, where are temp bans stored? I just noticed that perm bans are stored in sys/bans.lst
, and temp are not. DC Admin Offline
Temp bans are not stored in any file because they are just temporary. They are only saved in-memory and they will get lost in case the server is shut down. Well then, this could be done with Lua I guess. Temp bans should be stored in a seperate file, because they are meant to ban players until the period is over. Temporary bans are only for a maximum of a day anyway. Who cares.
Write a script that uses the default ban command and create your own temporary ban system if you want to track or temporarily ban for longer.