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. Common issues
  2. ๐Ÿ”ด Common issues

My pet is removed on spawn

First, enable the debugger through /mcpets debug and try to reproduce the issue. If the issue states to be related to MYTHICMOBS then one of the following might apply:

  • Make sure your world isn't on peaceful mode, as some pets are using agressive anchors.

  • Make sure the region in which you spawn the pet allows animals/agressive mob spawning.

  • Try first to spawn the pet from MythicMobs by giving you an egg (/mm e get ). If the mob doesn't show up then it's an issue with your Mob or your Resource Pack. Make sure you have applied the "model" mechanic to your mob and that you have updated your resource pack in ModelEngine, and applied it to your client.

  • If the pet doesn't spawn still, get into "./plugins/MCPets/Pets/" and find the YAML config of your pet. Open it, and make sure the "MythicMobs" field corresponds to the MythicMob you're trying to invoke.

  • If the issue seems to happen when a player is teleporting or in some unloaded chunk, then it's highly likely that the mob can not be spawned before the chunk is loaded at the given position. One trick is to go in the MythicMob file of your pet, and add the option Despawn: false which prevents the pet from despawning in unloaded regions.

If the pet still doesn't spawn after this, then it's most likely an issue with MythicMobs. So make sure to have a look at their wiki/support.

PreviousRequirementsNextMy pet is revoked on spawn

Last updated 2 years ago

Was this helpful?