1. Hello.

    I'm looking for plugin who delete all boxes from map.
    And another who disable loot from death players.

    we try this but not working:
    Code:
            void OnEntitySpawned(BaseNetworkable entity)
            {
               
                entity.KillMessage();
            }