Common Issues
The script crashes every time I restart it!
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
I am unable to interact with anything
Make sure that kq_link is installed properly, and named exactly kq_link
Some plant strains keep dying, but they are watered
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
I can't place pots/tables/presses anywhere
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.
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
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.
/kq_weed:potOffset
/kq_weed:tableOffset
/kq_weed:pressOffset
Last updated