#(DeluxeMenus) Any way to make a view requirement simply just visiting a WorldGuard region once?
1 messages · Page 1 of 1 (latest)
If something like WG extra flags( https://www.spigotmc.org/resources/worldguard-extra-flags.4823/) still works you could try using the command-on-entry flag that would give the player a permission that you can then use in a view requirement for an item.
learnt that permissions are easy to add today lol
none of these seem to apply permissions though :/ not even "/say Hello!" is working
wait, ops bypass it 
ok new problem, if a permission isn't assigned to a player at all it still displays
there we go
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