AdvancedSpawners
HomepagePurchase AdvancedSpawners
  • Main Page
  • ⚠️Can't Buy On SpigotMC
  • Purchase AdvancedSpawners
  • Creating Custom Mobs
    • In-Game Custom Mobs Creator
    • Configuration Explanation
    • Custom Mob Settings
    • Commands & Permissions
  • 🎉New V3.0.0 Features
    • Custom Mobs Animations
    • Languages
  • Developer API
    • JavaDocs
  • 💾Supported Plugins
    • 🤖ModelEngine support
Powered by GitBook
On this page
  • Setting part items
  • Setting part poses
  1. Creating Custom Mobs

Configuration Explanation

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

Setting part items

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 4 years ago