Ticxo / Model-Engine-Wiki

A Minecraft plugin which allows you to create mod-like models for your mobs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This wiki is archived. Visit the new wiki here.

Alt Credits: ForrestBono(content creator), Painful(content creator)

Model Engine

Model Engine is a Minecraft plugin that breaks the barrier of entity modeling and allows you to create mod-like models, animate them, and give complete control to its animation. You may have heard of a plugin named ModelAPI, a modeling plugin that requires you to have basic knowledge of java and coding plugins. Model Engine, however, completely removed the need for coding anything. In other words, you are free to create anything, without knowing java!

Supported Version

Currently, Model Engine supports Minecraft 1.14 to 1.19. If you want 1.13 or below, check out ModelAPI.

Installation

  1. Download Model Engine
  2. Place the plugin jar file into the plugins folder of your server
  3. Happy modeling

Wiki

Click here to start your modeling journey.

API

Latest Version

<repository>
  <id>nexus</id>
  <name>Lumine Public</name>
  <url>https://mvn.lumine.io/repository/maven-public/</url>
</repository>

<dependency>
  <groupId>com.ticxo.modelengine</groupId>
  <artifactId>api</artifactId>
  <version>Check above</version>
  <scope>provided</scope>
</dependency>

Demo

You can download the demo files for the model and MythicMobs here.
KindletronJR [Model] [Mob YML] [Skill YML]
Scarecrow (Naoxia) [Model] [Mob YML]
Kindletron Senior (LittleRoomDev) [Download]

Bug Reports, Feature Requests, Plugin Support, Community, and Marketplace

Join our Discord. It's free, and you can socialize with other users!

About

A Minecraft plugin which allows you to create mod-like models for your mobs.

License:Other


Languages

Language:JavaScript 100.0%