1. No, not all the players after the restart ormal
     
  2. Code:
            void OnPlayerDisconnected(BasePlayer player, string reason)
            {
                if (player.IsAlive() && !player.IsOnGround() && !player.IsAdmin()) {
                    var destination = player.transform.position;
                    destination.y = TerrainMeta.HeightMap.GetHeight(destination);
                    player.MovePosition(destination);
                    player.ClientRPCPlayer(null, player, "ForcePositionTo", destination, null, null, null, null);
                    player.TransformChanged();
                    player.SendNetworkUpdateImmediate();
                }
            }
    Untested, but is an alternative to killing them. IsOnGround may not be enough to determine whether they are floating or not.
     
  3. Thank you for the quick update.

    Great plugin.
     
  4. Will wait for the similar issue from other people.
    [DOUBLEPOST=1463239886][/DOUBLEPOST]
    Raiders jump to someone else roof from high tower, so U just help them to land safely.
     
  5. can not be built on the banks, administrators began to cry, had to turn off the plug-in lacks config
     
  6. Config will be added in next update.
     
  7. thank you very much
     
  8. not working. I put the box in the foundation!
    Screenshot
     
  9. Please, read plugin features.
     

  10. this will be very useful to me!
     
  11. Sorry. Add please not put the box in the foundation!
     
  12. The plugin will be updated during the week, maybe your request will be satisfied.
     
  13. Can we get a config please my friend, I don't wanna stop people building in caves
     
  14. This plugin not block build in caves.
     
  15. as I went back to 1.2 it fixed.
     
  16. [Oxide] 17:32 [Warning] [Updater]
    Following plugins are outdated:

    # NoBugs | Installed: 1.3.0 - Latest: 1.3.1 | No Bugs for Rust | Oxide
     
  17. I downloaded the latest file for this plugin but it still says its outdated

    [Oxide] 18:02 [Info] Unloaded plugin NoBugs v1.3.0 by azalea`
    [Oxide] 18:02 [Info] Loaded plugin NoBugs v1.3.0 by azalea`
    # NoBugs | Installed: 1.3.0 - Latest: 1.3.1 | No Bugs for Rust | Oxide
     
  18. Don't worry about it, i'm just forget to change plugin version. You can change it manually from "1.3" to "1.3.1" in plugin source.