1. Hey is there a way to figure out where the base is of a banned player?
    Just banned some players from my server and i want to destroy their base, Since there are not in it if i teleport to them, i have no clue where their base is or do i have to /prod on every base on server
     
  2. I use Finder to find player's base
     
  3. You can write easy plugin that will work when player is banned, and then:
    foreach (var check in BaseNetworkable.serverEntities) {
    if (check.OwnerID == banned.userId)
    check.Kill()
    }
     
  4. Thnx guys totally missed the finder plugin
     
  5. You can use this command :
    Code:
    entity.deleteby STEAMID
    to destroy what they've built. But be careful if they've built some fundations in other players house !