First installation

Permission Node

● customcrops.admin Administrator privileges

Commands

●/customcrops setseason<World><Season>Set the season of a world

●/customcrops reload

●/customcrops simulate <World> <sprinkler working time><Pot drying time><Crop growth time>(in ticks)

This command is for you to test growing mechanic, or you don't like the auto growing mechanic and want to precisely take control of the growing progress.

●/customcrops grow <World> <Crop growth time>(in ticks)

This command is a simulate command without sprinkler working and water consumption

Placeholders

● %cseason_current% shows the current world's season

● %cseason_current_<World>% shows a specified world's season

● %cseason_days_left% shows the number of days between the current world season and the next season

● %cseason_days_left_<World>%

● %cseason_days_gone% shows the number of days that have passed in the current world season

● %cseason_days_gone_<World>%

How to choose between two modes:

------------ tripwire ------------

# Advantage:

● No lag when loading ● Real block hitbox like vanilla

# Disadvantage:

● limited amount(127) /iainfo to see how many slots available ● visual problem when breaking crops ● Can't remove tripwire break sound ● sacrifice the vanilla mechanics of tripwire

------------ item_frame ------------

# Advantage:

● unlimited amount, create as many as crop types as you want ● No tripwire break sound ● Rotation

# Disadvantage:

● entities are very laggy(loading every 5~8 item frames need 0.01 mspt) ● spigot optimized the view distance of entities ● No real block hitbox

FAQ

1. I can't plant the seed and the seed item is not consumed. Check if the world is in whitelist in config.yml

2. I don't have permission to plant the seed. The default crop tomato has permission requirements when planting, you can remove/edit it according to your neeeds

3. When planting, the seed is consumed but the crop doesn't appear. (Tripwire mode) Firstly, check if you are using the right crop config and crop-mode. You can change crop-mode in config.yml Secondly, if you are using ItemsAdder, make sure that "disable-REAL-WIRE" is false in ItemsAdder config.yml(require a restart to apply). If you are using Oraxen, make sure that stringblock mechanic is enabled in mechanic.yml

4. Crops would not be planted when there's a certain amount of crops in one chunk(ItemsAdder itemframe mode) If there's notification in your chatbox, set chunk limit to a higher value in customcrops config.yml. If not, you need to check whether max furnitures and vehicles per chunk is set to a high value in ItemsAdder config.yml.

5. I can't break greenhouse glass(ItemsAdder) This is a creative mode bug, just using survival mode

6. Crops have no feed function(ItemsAdder) Add the following configuration section to the crop item config would allow the food to feed players

Last updated