+ Added: [Suggestion] Blacklist placement of farms in specific worlds. Add a list with the name "world-blacklist"
to the corresponding farm type in farms.yml. Example:
Code (YAML):
crop:
enabled
: true
name
: '&eCrop Farm'
item
: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDAxZTAzNWEzZDhkNjEyNjA3MmJjYmU1MmE5NzkxM2FjZTkzNTUyYTk5OTk1YjVkNDA3MGQ2NzgzYTMxZTkwOSJ9fX0='
# Use 'AIR' to disable farmland creation.
farmland
: 'FARMLAND'
cost
: 5000.0
# Use an empty list to disable the recipe.
recipe
:
[
]
# Prevent placement of this farm type in specific worlds.
world-blacklist
:
- 'testworld'
......