promotional bannermobile promotional banner

DMZLayers+

DMZLayers+ expands DragonMineZ race customization by allowing up to 12 skin layers, including the default DMZ layers and 6 additional custom colors.

File Details

DMZLayers+ 1.0.3

  • R
  • Apr 2, 2026
  • 26.04 KB
  • 1.5K
  • 1.20.1
  • Forge

File Name

dmzlayers-1.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:dmzlayers-1487850:7860122")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

DMZ Layers+ Changelog v1.0.3

[ADDED]
- raceFilter field: apply a "form" config only when a specific race is active.
  Useful for forms shared across races (e.g. androidbase) that should only
  affect one race specifically.
  Usage: "form": "androidbase", "raceFilter": "frostdemon"

[FIXED]
- Server config sync now sends configs in chunks of 10 instead of a single
  packet. This fixes missing layers for servers with many configs (32+) where
  the packet size limit was being exceeded.

[IMPROVED]
- Config files now support multiple entries in a single JSON file using
  an array format. Both single object {} and array [] formats are supported.
  This reduces the number of config files needed.