Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visibility flags #74

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

ChrissW-R1
Copy link

Adds feature to use WorldGuard flags to control visibility of region.
Regions, which are hidden by the config, will still be hidden. Also the defaults are set to work as the previous version of the plugin. If the configuration is not changed, everything remains consistent.

Added configuration options:

  • visibility-by-flags.enable (Default: false) # Enable the feature to use WorldGuard flags to control visibility of regions
  • visibility-by-flags.hide-by-default (Default: true) # Hide regions, without the 'dynmap-showonmap' WorldGuard flag

Added WorldGuard flag:
dynmap-showonmap:

  • null / unset: Default from confguration will be used (visibility-by-flags.hide-by-default)
  • false: Region will be hidden
  • true: Region will be shown (if not hidden by previous system)

@ChrissW-R1
Copy link
Author

Maybe solves #5 and #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant