| Name | raid stops | 
| Event Lines |  raid stops | 
| Triggers | when a village raid stops for any reason. | 
| Generated Examples | after raid stops:
 on raid stops:  | 
| Switches | reason:<reason> to only process the event if the raid stopped for a certain reason. | 
| Contexts | <context.raid> returns the raid data. See Raid Event Data.
<context.reason> returns the reason for stopping. See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/raid/RaidStopEvent.Reason.html.
 | 
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... | 
| Group | World | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/world/RaidStopsScriptEvent.java#L11 |