| Name | player walks over notable |
| Event Lines | player walks over notable
player walks over <location> |
| Triggers | when a player walks over a noted location. In most cases, it is preferable to use player enters area with a small cuboid. |
| Generated Examples | after player walks over notable:
on player walks over location: on player walks over notable: after player walks over location: |
| Has Player | Always. - this adds switches 'flagged:<flag name>' + 'permission:<node>', in addition to the '<player>' link. |
| Contexts | <context.notable> returns an ElementTag of the notable location's name.
|
| Cancellable | True - This adds <context.cancelled> and determine 'cancelled' or 'cancelled:false' |
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | Player |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/player/PlayerWalksOverScriptEvent.java#L18 |