Revert "Permbans are now indefinite bans."

This reverts commit 4003db6dd9.
This commit is contained in:
Seth
2020-08-09 17:49:20 -07:00
parent 4003db6dd9
commit 54df0e08f5
8 changed files with 119 additions and 232 deletions

View File

@ -1,15 +0,0 @@
#
# TotalFreedomMod Indefinite Bans
#
badplayer1:
uuid: '123e4567-e89b-12d3-a456-426614174000'
ips:
- 123.123.123.123
- 321.321.321.321
reason: 'bad player'
badplayer2:
ips:
- 111.111.111.111
badplayer3:
ips: []

View File

@ -0,0 +1,10 @@
#
# TotalFreedomMod 5.5 Permanent Bans
#
badplayer1:
- 123.123.123.123
- 321.321.321.321
badplayer2:
- 111.111.111.111
badplayer3: []