NPC/Mob Crates (Citizens)

Information regarding how to set up NPC or Mob type key crates rather than block crates (Citizens needs to be installed on your server to run these features)

Type configuration is responsible for the appearance of the crate, options are:

  • Block

  • NPC

  • Mob

Name configuration is responsible for:

  • if type is set to NPC - the username of the NPC, which also sets the NPC's skin to the according username's skin

  • if type is set to Mob - the type of mob, for example a SKELETON

YAML code example for setting up an NPC crate:

Display:
  Type: NPC
  Name: PM2

Last updated