1. 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.
     
  2. You can use reflection to obtain the data from _bans and _globalBans (both HashSet<ulong> containing the steam ids of banned users)
     
  3. Wulf

    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.
     
  4. I tried that. I didn't really do anything. I figure it's because we just wiped. I will try your way @Mughisi