pluginiPlugin

Quick Start

Installation and Experience

Installation

Place the plugin file into the server's plugin directory and restart the server.

About Dependencies

For the initial installation, an internet connection is required, as the plugin needs to download dependencies from the Alibaba Cloud Central Repository.

Using the Plugin

Adding a Pet for a Player

  • Pet ID: A unique identifier for the pet. The default configuration already includes a pet with the ID test.
  • Pet Name: For each player, the pet name must be unique and cannot be duplicated.
Add Pet Command
/pet send <player_name> <pet_id> <pet_name>

For example, to give the player abc a pet with the ID test and the name Kawaii:

Example Command
/pet send abc test Kawaii

Summoning a Pet

Summon Pet Command
/pet use summon <pet_name>

Here’s the translation:


After successfully executing the command, you will see a pet in the form of a pig appearing beside you, and it will follow you.

Model Display

If you want your pet to display as a specific model, you can follow these steps:

Install the ModelEngine plugin.

Add the model you want to use to ModelEngine, and make a note of the model ID (for details on how to add models and obtain model IDs, please refer to the ModelEngine plugin documentation).

Edit the pet configuration file to use the specified model ID:

imipetCore/pet/example.yml
pet:
  model:
    id: change this to the model ID
Enter the reload configuration command
/pet reload

At this point, you should be able to see the pet presented in the form of the model. If the model does not display correctly, please try resummoning the pet.


Through the above steps, you have successfully completed the experience, indicating that imiPetCore fully supports your server and game version. This means you can take full advantage of the various features and functionalities offered by the plugin to enhance the interactivity and enjoyment of your game.

If you encounter any issues or have questions during use, feel free to consult the detailed documentation of the plugin or contact our support team. We look forward to your feedback and suggestions to continually optimize and improve our services!

Thank you for choosing imiPetCore, and happy gaming!

On this page