# Common Issues

{% hint style="danger" %}
The script crashes every time I restart it!
{% endhint %}

This happens due to the custom models being unloaded on restart. We've prepared a custom command for a safe restart which should prevent you from crashing. Use `/kq_weed:restart` instead

{% hint style="danger" %}
I am unable to interact with anything
{% endhint %}

Make sure that kq\_link is installed properly, and named exactly kq\_link

{% hint style="warning" %}
Some plant strains keep dying, but they are watered
{% endhint %}

Some plant strains can be configured to require "optimal conditions", that can be achieved by setting the config on the pot through the config, or by adding a grow-tent to a free placed pot

{% hint style="warning" %}
I can't place pots/tables/presses anywhere
{% endhint %}

Ensure you're in a location allowed by the config. If you have `onlyInNonDefaultRoutingBucket` set to true, it will only work in locations with a custom routing bucket. Those are usually used by housing script.&#x20;

Check your housing system compatibility and ensure you've got the correct system enabled

If `disallowPlacementNearRoads` is enabled it will also deny you from placing anything within +- 10 meters of a road

{% hint style="info" %}
I want to use a custom MLO/Interior
{% endhint %}

You can add pots, tables and presses to your world and interiors via `Config.prePlaced` inside the `config.lua` file. We've made commands to retrieve the coordinates easily.&#x20;

* /kq\_weed:potOffset
* /kq\_weed:tableOffset
* /kq\_weed:pressOffset
