If updating instead of a new install add the following to flags.yml
Code (YAML):
PREVENT_INTERACT_BEEHIVE_BY_NONALLOWED:
name: "&bPrevent Bee Hive Interaction" lore: "&fPrevents Non-Allowed players from interacting with|&fbee hives in the field" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
PREVENT_INTERACT_BEENEST_BY_NONALLOWED:
name: "&bPrevent Bee Nest Interaction" lore: "&fPrevents Non-Allowed players from interacting with|&fbee nests in the field" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
And the following to lang.yml
Code (Text):
beehive_interact_nonallowed: "You cannot access beehives here"
beehive_interact_nonallowed_bypass: "Access to <%blocktype%> at <%location%> allowed due to bypass mode"
beenest_interact_nonallowed: "You cannot access bee nests here"
beenest_interact_nonallowed_bypass: "Access to <%blocktype%> at <%location%> allowed due to bypass mode"
If this is a new install, these entries will automatically be entered