Mobs & Pets
HomepagePurchase AdvancedPetsDiscord ServerMarketplaceMinecraft Hosting
  • Main Page
  • ➡️AdvancedPets UI [NEW]
  • ➡️Premium Mobs Pack
  • 🐶AdvancedPets
    • 🐕Available Pets
    • 🧟‍♂️Vanilla Mobs as Pets
    • 🪄Abilities
      • Ability Triggers
      • Effect List
    • Commands
    • Permissions
  • 🐮AdvancedMobs
    • The AdvancedMobs Wiki
    • 🦣Available Mobs
    • 🔧Commands
    • ⚙️Mechanics
      • Build Mobs With Blocks
      • Mob Loot
      • Random Spawning
      • Breeding
      • Mobs & Spawners Stacking
    • 📄AdvancedMobs API
  • 🐩MiniaturePets
    • 🐒Available Pets
    • 📚Information
      • Commands & Permissions
      • Config.yml Guide
      • Sql.yml Guide
    • ⁉️FAQ
  • 🛠️Edit Custom Mobs
    • In-Game Custom Mobs Creator
    • Configuration Explanation
    • Custom Mob Settings
    • ⁉️FAQ
  • 💾Supported Plugins
    • 🟣ItemsAdder support
    • 🤖ModelEngine
Powered by GitBook
On this page
  • How does ModelEngine work with custom mobs?
  • How to create a ModelEngine pet?
  • Models Showing up as Horse Armor?

Was this helpful?

  1. Supported Plugins

ModelEngine

Learn how to use ModelEngine with our plugins

PreviousItemsAdder support

Last updated 2 years ago

Was this helpful?

How does ModelEngine work with custom mobs?

Adding a custom ModelEngine to our plugins take a couple of minutes. ModelEngine pets also fully support abilities from AdvancedPets, as well as custom walking speed, custom damage and players will be able to ride it as well.

Don't have ModelEngine? It's available for purchase or free download here: (You can use up to 6 models with our plugins and ModelEngine for free by using demo - everything is the same as paid, it's just limited to 6 models)

How to create a ModelEngine pet?

It's very simple! Go into plugins/<AdvancedPets/AdvancedMobs>/customMobs folder. You will need to create a new mob now - using your text editor.

Create a .amob file with the name of pet you want, e.g. ModelRobot.amob, example:

When you create the file, open it with your text editor (Notepad++ is recommended).

We have a template you can use for ModelEngine pets:

ModelRobot.amob
settings:
  health: 20
  damage: 1
  nametagheight: 0
  walkingspeed: 1.1
  modelengine: kindletronjr
skins:
parts:
animations:

To use your own custom ModelEngine model, simply change settings.modelengine to the model name you want. In this example we're using one of the demo mobs kindletronjr

Now in-game you will be able to see your ModelPet in /pets menu, like this:

Spawning it will show a pet with ModelEngine model:

That's it!

Models Showing up as Horse Armor?

If your Model is showing up as Horse Armor dont worry It's very simple to fix! Follow these few Steps and it will resolve your issue!

1: Add the .bbmodel into the blueprints folder

2: Type /Meg reload ingame

3: Delete the Resource pack file in the model engine directory

4: Restart the server and it will generate a fresh Resource pack

5: Add the Resource pack to your Client / Server

6: Make the .amob file ( Shown above ) and it will work!

💾
🤖
https://www.spigotmc.org/resources/conxeptworks-model-engine—ultimate-custom-entity-model-manager-1-16-5-1-19-2.79477/
Only v3.0.0+ is supported with our plugins