These flags prevent access to nonallowed players to lodestones or smithing tables in your field.
If you are just updating and not doing a new install, add the following to flags.yml
Code (YAML):
PREVENT_INTERACT_SMITHINGTABLE_BY_NONALLOWED:
name: "&bPrevent Smithing-Table Interaction" lore: "&fPrevents Non-Allowed players from interacting with|&fsmithing tables in the field" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
PREVENT_INTERACT_LODESTONE_BY_NONALLOWED:
name: "&bPrevent Lodestone Interaction" lore: "&fPrevents Non-Allowed players from interacting with|&flodestones in the field" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
And add the following to your lang.yml file
Code (YAML):
smithingtable_interact_nonallowed: "You cannot access smithing tables here" lodestone_interact_nonallowed: "You cannot access lodestones here" interact_nonallowed_bypass: "Access to <%blocktype%> at <%location%> allowed due to bypass mode"
This also adds warped doors, gates, pressure plates, buttons and signs to Domain, so if you are preventing access to doors, warped doors are included, if you prevent access to buttons, warped buttons are included etc.
The new nether based mobs are also added PREVENT_SPAWNER_EGG flag.
If there is some other feature to 1.16 that you'd like to see Domain expand to, join the Discord and either leave a message in the Domain channel, or, send me a message.