raids.dat format

From Minecraft Wiki
Jump to navigation Jump to search
This feature is exclusive to Java Edition. 

The raids.dat file located in the data folder of every Minecraft level is used to store information about the raids in the level. It is stored as a GZip'd NBT file.

Additional file raids_end.dat is stored in the data folder of end dimension folders, allowing for raids in other dimensions for villages in those dimensions.

Folder Structure[edit | edit source]

  • (world save directory)
    • data
      • raids.dat
    • DIM-1
      • data
        • raids.dat
    • DIM1
      • data
        • raids_end.dat

NBT Structure[edit | edit source]

  • : The root tag.
    •  NextAvailableID: The ID for the next raid to occur.
    •  Raids: List of compound tags including raid information.
      • : A raid.
        •  Active: 1 or 0 (true/false). Whether the raid functionality is active.
        •  BadOmenLevel: The level of bad omen for the raid. Affects raider enchantments and the extra wave.
        •  CX: The x position of the center of the raid, where raiders try to move to.
        •  CY: The y position of the center of the raid, where raiders try to move to.
        •  CZ: The z position of the center of the raid, where raiders try to move to.
        •  GroupsSpawned: The number of waves that have spawned in the raid.
        •  HeroesOfTheVillage: A list of players who have killed raiders in the raid. Each of these players receives the hero of the village effect when the raid ends in a victory status.
        •  Id: The ID of the raid.
        •  NumGroups: The total number of waves in this raid.
        •  PreRaidTicks: The timespan, in ticks, until the initial spawning of raiders.
        •  PostRaidTicks: The timespan, in ticks, after all the waves are cleared.
        •  Started: 1 or 0 (true/false). True if the raid has ever spawned a wave.
        •  Status: The status of the raid.
        •  TicksActive: The timespan, in ticks, the raid has been going on for.
        •  TotalHealth: The sum of maximum health of all the raiders in the current wave.
    •  Tick: Internal clock.

History[edit | edit source]

Java Edition
1.1418w47aAdded raid data for all dimensions.
1.1419w13aAdded HeroesOfTheVillage list.
1.161.16-pre3The data file for the nether, raids_nether.dat was renamed to raids.dat.

Navigation[edit | edit source]