You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this should be fairly straightforward. xban2's "database" is an array of entries like
{
names= {"foo", "bar", "123.123.123.123"}, -- names & ips mixedbanned=nilortrue,
reason=nilor"ban/unban reason",
source=nilor"foo" -- player who banned, or "xban:importer_*",time=nilor12345, -- seconds since epoch as an intexpires=nilor12345, -- expiration time in seconds since epochrecord= {
{ source="source", reason="ban/unban reason", time=1234, expires=nilor1234 }
}
}
this should be fairly straightforward. xban2's "database" is an array of entries like
see https://github.com/minetest-mods/xban2
The text was updated successfully, but these errors were encountered: