AdvancedModels
Purchase PluginModels & PacksMinecraft Hosting
  • Home
  • First Install
  • Frequently Asked Questions
  • 29+ Default Models
  • Usage
    • Commands & Permissions
    • Languages
  • MODELS & GUIDES
    • Starter Guide
    • Models Folder
    • Model.yml File
    • Collision Information
    • Model Parameters
    • Model Interactions
    • Model Crafting
  • Plugin Information
    • Common Problems & Incompatibilities
  • Developers
    • Java API
Powered by GitBook
On this page
  • Models Folder
  • Single Model Folder Format
  • Model Group Folder Format
  • Noteable information
  1. MODELS & GUIDES

Models Folder

Models Folder

To install new models and manage currently installed models, use models folder, located at plugins/AdvancedModels/models.

Single Model Folder Format

Each model follows the same folder structure:

plugins
└── AdvancedModels
    └── models
        └── table
            ├── table.bbmodel
            └── model.yml

To use these models in commands, you'd use the name as e.g. table

Model Group Folder Format

Models can also be put into groups, for easier management and installing. Example folder structure:

plugins
└── AdvancedModels
    └── models
        └── kitchen
            ├── table
            │   ├── table.bbmodel
            │   └── model.yml
            ├── chair
            │   ├── chair.bbmodel
            │   └── model.yml
            └── oven
                ├── oven.bbmodel
                └── model.yml

This would store 3 models (table, chair, oven) inside kitchen group. To access models inside a group, you'd need to use e.g. kitchen/table name.

Noteable information

.bbmodel file name does not matter, it can be named to anything.

Each model's folder must have model.yml file with correctly configured contents. They are checked to contain required values on each model load. Read more about model.yml file here Model.yml File

PreviousStarter GuideNextModel.yml File

Last updated 7 months ago