Skip to content

Using Multi‐Command BDEngine Models (Group Merging)

Jay edited this page Jan 2, 2026 · 9 revisions

When wanting to use a model from BDEngine in game you will typically use the /deu group selectnearest or /deu group select command after putting in command block commands. But sometimes, BDEngine may provide you with multiple commands if just one command is too much for a command block. With multiple commands you cannot get one group for your entire model without using the /deu group merge <merge-range> command.

❗ DISCLAIMER - READ BEFORE PROCEEDING ❗

  • If you want to use a merged group (a model with many commands) AND use animations on it, using this method way result in unexpected results. Instead, you can refer to this to import your model and its animations with BDEngine's provided datapack

Understanding when to merge


  • If multiple commands are present after attempting to get the command for the model, you will have to utilize merging

    If there's only one summon command, merging does not have to be utilized and you can simply use /deu group selectnearest or /deu group select

image

Using the commands

  • Before merging the group, the commands should be ran in a command block at the SAME location. Using a command block at the same location will reduce errors from presenting and reduces the chances of unintentionally merging with other groups

Merging

  • Standing at the location of the command block, run the command /deu group selectnearest <distance>. This will select a group created from one of the commands ran in the command block
  • Still at the same location, run the command /deu group merge 1. This will merge with all groups within a 1 block radius from where the command was ran.
  • If all went well, every group created from the commands should now be merged into a single group!

DisplayEntityUtils Wiki

Overview

General Help / Examples

Display Groups/Models

Interactions & Mannequins

Animations

Animation Effects

DisplayControllers (Mounting, Custom Entities & Equipment)

Skript Help / Examples

API Help / Examples

Old Help / Examples

Clone this wiki locally