Is there a way to call all the players that are currently in the Vanilla Hurtworld ban list?
BanManager doesn't seem to have a List function in it.
I could take the Covalence method and find players that way. But that isn't really effective if the oxide users have been purged. from wipes.
Getting the ban list from Hurtworld?
Discussion in 'Hurtworld Development' started by Austinv900, Oct 21, 2016.
-
You can use reflection to obtain the data from _bans and _globalBans (both HashSet<ulong> containing the steam ids of banned users)
-
Wulf Community Admin
Covalence has an IsBanned function that looks in each game's ban list. We can probably add something to make a list too.
-
I tried that. I didn't really do anything. I figure it's because we just wiped. I will try your way @Mughisi