Wiki 9Minecraft MetaMorph Mod Wiki
MetaMorph Mod Wiki › Configuration

MetaMorph Mod — Configuration

Commands

The mod provides several administrative commands for managing morphs.

  • /metamorph morph <player> <morph_id>: Forcefully changes a player into a specific morph.
  • /metamorph demorph <player>: Reverts a player to their human form.
  • /metamorph acquire <player> <morph_id>: Grants a player a morph without them needing to kill the mob.
  • /metamorph remove <player> <morph_id>: Removes a specific morph from a player's collection.
  • /metamorph remove_all <player>: Clears a player's entire morph library.

Configuration

MetaMorph is highly configurable via the metamorph.cfg file located in the .minecraft/config folder.

General Settings

  • Disable POV: Set to true if your camera jitters when using mods like MorePlayerModels.
  • Keep Morphs on Death: Toggle whether players retain their collection after dying.
  • Prevent Creative Morphs: If enabled, players in Creative mode cannot use the 'B' menu to access unearned morphs.
  • Health Scaling: Toggle whether the player's health actually changes to match the mob.

Blacklisting Morphs

You can prevent specific mobs from being acquired by editing the blacklist.json file in the config folder. This is useful for server owners who want to disable overpowered morphs like the Ghast or Ender Dragon.

Example blacklist.json entry:

[
 "minecraft:ghast",
 "minecraft:ender_dragon"
]