Wild Pets Guide
0
Wild Pets - User Guide
This guide provides step-by-step instructions for common scenarios and getting started with Wild Pets.
Table of Contents
Getting Started
Understanding the Basics
Wild Pets allows you to:
- Tame any entity - Tame nearly any mob in the game, from passive animals to hostile monsters
- Control pet behavior - Command your pet to follow you, stay in place, or wander freely
- Manage a collection - Keep track of multiple pets and switch between them
- Customize your pets - Give your pets custom names
Key Concepts
Taming:
- Each entity type requires a specific item and a certain quantity of that item
- Taming has a chance to succeed; if it fails, you may need to try again
- The
cancelTamingAfterFailedAttemptconfig option controls whether failed attempts cancel the taming process
Pet Selection:
- You can only actively interact with one pet at a time — your "selected" pet
- Use
/wp selectto choose which pet to interact with - With
rightClickToSelectenabled (default), right-clicking a tamed pet selects it
Pet Limit:
- Each player can own up to a configurable maximum number of pets (default: 10)
- Use
/wp listto see all your current pets
Common Scenarios
Taming Your First Pet
Goal: Tame a wild entity and make it your pet.
Steps:
Find the entity you want to tame and gather the required taming item. Use
/wp helpto learn about available commands, or consult the CONFIG.md for entity-specific requirements.Initiate taming mode:
/wp tameRight-click the entity with the required taming item in hand. The plugin will attempt to tame the mob.
Wait for the result. You will receive a message indicating success or failure. If taming fails, try again.
Cancel taming mode at any time:
/wp tame cancel
Selecting a Pet
Goal: Select a pet so you can interact with it.
Method 1: By Name
/wp select PetNameMethod 2: By Right-Click (only when rightClickToSelect is false)
Note: This method is only available when
configOptions.rightClickToSelectis set tofalsein the plugin config. With the default setting (true), right-clicking a tamed pet selects it automatically without needing to enter selection mode first.
- Run
/wp selectto enter selection mode. - Right-click the pet you want to select.
- The pet is now your active/selected pet.
Cancel selection mode:
/wp select cancelRenaming a Pet
Goal: Give your selected pet a custom name.
Steps:
Select the pet you want to rename (see Selecting a Pet).
Rename the pet:
/wp rename NewNamePet names are limited to 20 characters by default (configurable via
petNameCharacterLimit).
Controlling Pet Behavior
Goal: Set your selected pet's behavior mode.
Make your pet follow you:
/wp followMake your pet stay in place:
/wp stayMake your pet wander freely:
/wp wanderTeleport your pet directly to you:
/wp callManaging Multiple Pets
Goal: View and manage all of your pets.
List your pets:
/wp listList another player's pets (requires wp.list.others permission):
/wp list PlayerNameTeleport all your pets to you at once:
/wp gatherLocating a Pet
Goal: Find out where your selected pet is.
Steps:
Select the pet you want to locate.
View the pet's last known location:
/wp locate
Locking a Pet
Goal: Lock a pet to prevent others from mounting it.
Steps:
Enter lock mode:
/wp lockRight-click one of your owned pets to lock it.
To unlock a pet:
Enter unlock mode:
/wp unlockRight-click one of your owned pets to unlock it.
Trading a Pet
Goal: Give one of your pets to another player.
Steps:
Select the pet you want to trade away (see Selecting a Pet).
Trade the pet to an online player:
/wp trade PlayerNameBoth players are notified once the trade succeeds. The pet leaves your pet list, your selection is cleared, and the pet counts against the other player's pet limit from then on.
Note: The target player must be online, and you cannot trade a pet to yourself. A trade is also refused when the other player has already reached the
petLimit. Ownership transfers immediately and cannot be undone by the plugin — the new owner has to trade the pet back.
Releasing a Pet
Goal: Release a pet and remove it from your pet list.
Steps:
Select the pet you want to release.
Release the pet:
/wp setfreeThe pet will be removed from your ownership and will no longer appear in your pet list.
Tips and Best Practices
- Use
/wp infoto quickly check your currently selected pet's details. - Use
/wp gatherwhen you've lost track of multiple pets across a large area. - If you're having trouble taming a specific mob, check the entity's configuration (taming item and amount) in
config.yml. - Lock valuable pets to prevent other players from riding them.
- Pet names help distinguish pets of the same type — give each one a unique name.
Troubleshooting
I can't tame a mob:
- Make sure you have the correct taming item and sufficient quantity in your hand.
- Check that the entity type is enabled in the plugin configuration.
- Verify you have the
wp.tamepermission.
My pet disappeared:
- Use
/wp locateto find its last known location. - Use
/wp callto teleport the pet to you. - Use
/wp gatherto teleport all your pets to you at once.
I've reached my pet limit:
- Use
/wp listto view all your pets. - Release pets you no longer need with
/wp setfree. - Alternatively, ask a server admin to increase the
petLimitconfiguration value.
Commands are not working:
- Make sure you have the required permissions. See COMMANDS.md for a full list of permissions.
- Type
/wp helpin-game for a list of available commands.