MCPets
  • MCPets
    • ๐Ÿ‘‹ Welcome
    • ๐Ÿฆฆ Get pets (+ Free otter)
    • ๐Ÿงช Upcoming features
  • Common issues
    • ๐Ÿ”ด Common issues
      • Requirements
      • My pet is removed on spawn
      • My pet is revoked on spawn
      • My pet looks like floating horse armors or doesn't look right
      • My pet leaves anchor mobs behind on server restart or chunk unloading
      • My pet has purple/black weird textures
      • My pet doesn't have its model applied
      • My pet can't be named
      • My pet can't be mounted
      • Pet experience : my pet is not getting any experience
      • ItemsAdder: I can't see the pet
      • Category : I can't see my pets
      • Texture Pack: merging custom items packs (1.21.3 and prior)
      • Atlases issues: purple/black icons
      • 1.21.4 Resource pack changes
      • Worldguard: making pet spawn in mob denied areas
  • Tutorials
    • โœจ Setup your first pet
    • ๐Ÿ”ฅ Pet features
      • Living Pet
        • Pet Experience
        • Modifiers
        • Taming
        • Pet Food
      • Pet Mount
      • Signal Stick
      • Pet Inventory
      • Skins
    • ๐Ÿ“œ Placeholder API support
    • ๐Ÿฒ MythicMobs add-ons
    • ๐Ÿ“ Config templates
      • Config file
      • Pet config
    • โš™๏ธ Plugin features
      • Commands
      • Permissions
      • Categories
      • Blacklisted Words
      • Custom Icons
      • WorldGuard flags
Powered by GitBook
On this page

Was this helpful?

  1. Tutorials
  2. ๐Ÿ”ฅ Pet features

Pet Mount

PreviousPet FoodNextSignal Stick

Last updated 1 year ago

Was this helpful?

MCPets 4.0.0 introduced the in-game editor to simply modify pet options in game, so make sure to check it out using /mcpets editor

That will save you some time not diving in configurations anymore!

MCPets enables you to create mounts as pets.

How to use ?

First you need to make sure your pet can be mounted in ModelEngine. Check out of ModelEngine's wiki to do so.

Then go into your and add the following lines (if you are not sure where to paste this, check out the )

# Show the mount option or not
# If it's on true make sure your pet has a "mount" bone (refer to ModelEngine)
# (references on https://github.com/Ticxo/Model-Engine-Wiki/wiki/Making-your-first-model#driver--passenger-points)
Mountable: false
# Says what type of mount controller this pet should have (default to "walking") & (optional)
# (references on https://github.com/Ticxo/Model-Engine-Wiki/wiki/Mechanics/#mountmodel)
MountType: walking
# Says whether the pet should be despawned when the player dismount it
DespawnOnDismount: false
# If the pet is a mount, chose whether or not the player should automatically mount it on spawn (optional)
AutoRide: false
# (Optional) If you want your pet to be rideable only if the owner has a certain permission
MountPermission: mcpets.mount_mypet

After configurating the previous features to your liking, save the pet config and restart your server.

Note that only the owner can mount his pet for MCPets 3.0.2+.

You have various MountType that are listed in the row mode of on ModelEngine's wiki.

The pet should have a new icon available to mount it from the interaction menu (note that all icons can be customized, see the section).

this table
Custom Icons
this page
Pet config
Pet config template