<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ARaids.dat_format</id>
	<title>Minecraft:Raids.dat format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ARaids.dat_format"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Raids.dat_format&amp;action=history"/>
	<updated>2026-06-10T11:06:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Raids.dat_format&amp;diff=134942&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Raids.dat_format&amp;diff=134942&amp;oldid=prev"/>
		<updated>2026-05-29T11:11:38Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{exclusive|java}}&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;raids.dat&amp;#039;&amp;#039;&amp;#039; file located in the data folder of every Minecraft level is used to store information about the [[Minecraft:raids]] in the level. It is stored as a [[Minecraft:w:gzip|gzip]] compressed NBT file.&lt;br /&gt;
&lt;br /&gt;
Additional file &amp;#039;&amp;#039;&amp;#039;raids_end.dat&amp;#039;&amp;#039;&amp;#039; is stored in the data folder of end dimension folders, allowing for raids in other dimensions for villages in those dimensions.&lt;br /&gt;
&lt;br /&gt;
== Folder structure ==&lt;br /&gt;
{| data-description=&amp;quot;List&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div class=&amp;quot;toccolours treeview&amp;quot;&amp;gt;&lt;br /&gt;
*&amp;#039;&amp;#039;(world save directory)&amp;#039;&amp;#039;&lt;br /&gt;
**data&lt;br /&gt;
***raids.dat&lt;br /&gt;
**DIM-1&lt;br /&gt;
***data&lt;br /&gt;
****raids.dat&lt;br /&gt;
**DIM1&lt;br /&gt;
***data&lt;br /&gt;
****raids_end.dat&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== NBT structure ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound}}: The root tag.&lt;br /&gt;
** {{nbt|list|raids}}: List of compound tags including raid information.&lt;br /&gt;
*** {{nbt|compound}}: A raid.&lt;br /&gt;
**** {{nbt|int|id}}: The ID of the raid.&lt;br /&gt;
**** {{nbt|byte|started}}: 1 or 0 (true/false). True if the raid has ever spawned a wave.&lt;br /&gt;
**** {{nbt|byte|active}}: 1 or 0 (true/false). Whether the raid functionality is active.&lt;br /&gt;
**** {{nbt|long|ticks_active}}: The timespan, in ticks, the raid has been going on for.&lt;br /&gt;
**** {{nbt|int|raid_omen_level}}: The level of bad omen for the raid. Affects raider enchantments and the extra wave.&lt;br /&gt;
**** {{nbt|int|groups_spawned}}: The number of waves that have spawned in the raid.&lt;br /&gt;
**** {{nbt|int|cooldown_ticks}}: The timespan, in ticks, until the initial spawning of raiders.&lt;br /&gt;
**** {{nbt|int|post_raid_ticks}}: The timespan, in ticks, after all the waves are cleared.&lt;br /&gt;
**** {{nbt|float|total_health}}: The sum of maximum health of all the raiders in the current wave.&lt;br /&gt;
**** {{nbt|int|group_count}}: The total number of waves in this raid.&lt;br /&gt;
**** {{nbt|string|status}}: The {{tooltip|status|ongoing, victory, loss, stopped}} of the raid.&lt;br /&gt;
**** {{nbt|int array|center}}: The position of the center of the raid, where raiders try to move to.&lt;br /&gt;
**** {{nbt|list|heroes_of_the_village}}: A list of players who have killed raiders in the raid. Each of these players receives the [[Minecraft:Hero of the Village|hero of the village]] effect when the raid ends in a &amp;lt;code&amp;gt;victory&amp;lt;/code&amp;gt; status.&lt;br /&gt;
***** {{nbt|int array|}}: An array of four integers containing the [http://docs.oracle.com/javase/8/docs/api/java/util/UUID.html Universally Unique Identifier] of a player.&lt;br /&gt;
** {{nbt|int|next_id}}: The ID for the next raid to occur.&lt;br /&gt;
** {{nbt|int|tick}}: Internal clock.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.14|dev=18w47a|Added [[Minecraft:raid]] data for all dimensions.}}&lt;br /&gt;
|{{HistoryLine|||dev=19w13a|Added &amp;lt;code&amp;gt;HeroesOfTheVillage&amp;lt;/code&amp;gt; list.}}&lt;br /&gt;
|{{HistoryLine||1.16|dev=1.16-pre3|The data file for the [[Minecraft:nether]], &amp;lt;code&amp;gt;raids_nether.dat&amp;lt;/code&amp;gt; was renamed to &amp;lt;code&amp;gt;raids.dat&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
|{{HistoryLine||1.21.5|dev=25w05a|Renamed all data file fields to lowercase underscore format.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Java Edition technical|general}}&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Überfalldaten]]&lt;br /&gt;
[[Minecraft:fr:Format raids.dat]]&lt;br /&gt;
[[Minecraft:ja:Raids.datフォーマット]]&lt;br /&gt;
[[Minecraft:lzh:存襲範式]]&lt;br /&gt;
[[Minecraft:pt:Formato raids.dat]]&lt;br /&gt;
[[Minecraft:zh:袭击存储格式]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>