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
  • Setting part items
  • Setting part poses

Was this helpful?

  1. Edit Custom Mobs

Configuration Explanation

Find out how you can manually configure parts of mobs from files.

Setting part items

Custom Head Texture using AdvancedHeads plugin. How to find head ids: https://heads.advancedplugins.net/usage/find-custom-head-id

    advanced-heads: 619

Set head as player's head (for pets only):

headItem: '%PetOwner%'

How to set item in main hand (right):

    handItem: material:GOLD_SWORD

How to set item in off hand (left):

offhandItem: material:DIAMOND_SWORD

Setting part poses

How to set main hand's pose (right):

right_handPose: 0;0;0

How to set off hand's pose (left):

left_handPose: 0;0;0
PreviousIn-Game Custom Mobs CreatorNextCustom Mob Settings

Last updated 1 year ago

Was this helpful?

🛠️