| Name | raid finishes | 
| Event Lines |  raid finishes | 
| Triggers | when a village raid finishes normally. | 
| Generated Examples | on raid finishes:
 after raid finishes:  | 
| Contexts | <context.raid> returns the raid data. See Raid Event Data.
<context.winners> returns the ListTag of players who completed the raid. This is separate from the raid's heroes in that the winners are guaranteed to be online.
 | 
| 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/RaidFinishesScriptEvent.java#L13 |