Change Log 1.9.9
Domain is now supported for 1.19!
Added a new flag
PREVENT_CROP_HARVEST_BY_NONALLOWED
This flag prevents players who are not allowed in the field from harvesting crops. This differs from PREVENT_CROP_DAMAGE_BY_NONALLOWED which prevents them from stomping on the crops.
If you're updating, please add the following to your flags.yml
Code (YAML):
PREVENT_CROP_HARVEST_BY_NONALLOWED
crop_break_refused
:
"&4You cannot harvest crops in this field"
PREVENT_CROP_HARVEST_BY_NONALLOWED:
name
:
"&bPrevent Crop Harvesting"
lore
:
"&fPrevents Non-Allowed Players from harvesting crops"
icon_on
: LIME_STAINED_GLASS_PANE
icon_off
: RED_STAINED_GLASS_PANE
locked
: false