#(DeluxeMenus) Any way to make a view requirement simply just visiting a WorldGuard region once?

1 messages · Page 1 of 1 (latest)

twilit copper
#

Not sure how to make it so that when you visit a region, it's added to a map GUI. How do I do this?

astral cliff
twilit copper
#

wait, ops bypass it yoshert

#

ok new problem, if a permission isn't assigned to a player at all it still displays

twilit copper
#

there we go

mystic hedge
#

try console-command-on-entry

/dm meta %player_name% set region_visited BOOLEAN true

After that try visiting and use in menu.yml:

requirements:
  visited_region:
    type: has meta 
    key: "region_visited"
    meta_type: BOOLEAN
    value: true