AfroPets is a plugin that introduces unique pets that follow players. Each pet has a custom name, texture, and description, with access controlled via permissions. Pets are stored in a configuration file and can be selected through an intuitive menu. A perfect addition for survival, RPG, and lobby servers!
Commands:
/afropets- Open menu with pet selector
/afropets menu - Open menu with pet selector
/afropets about - Show info about plugin
/afropets admin reload - Reloads the plugin (afropets.admin.reload)
/afropets admin set - Set target pet (afropets.admin.set)
/afropets admin remove - Remove target pet (afropets.admin.remove)
Command aliases: /pets, /ap, /apets
Default pets permissions:
Code (YAML):
Lion
: afropets.pet.lion
Dog
: afropets.pet.dog
Cat
: afropets.pet.cat
Rabbit
: afropets.pet.rabbit
Parrot
: afropets.pet.parrot
Fox
: afropets.pet.fox
Frog
: afropets.pet.frog
Bear
: afropets.pet.bear
Cow
: afropets.pet.cow
Chicken
: afropets.pet.chicken
Placeholders:
Code (Text):
%afropets_pet_name% - Return displayname of player's current pet
%afropets_has_pet% - Return "true" or "false" depending on whether player has an active pet
%afropets_pet_description% - Return description of player's current pet
You can use placeholders in pet displayname, lore, description, lockdescription and all messages!
Placeholders require PlaceholderAPI version 2.11.6 to work!