/PetMaster

A Minecraft plugin to change or display the owner of a pet with a hologram or a chat message.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Whose pet is this? Pet Master, a plugin to display the owner of a pet via a hologram or a chat message.

Contributing

Contributions are happily accepted through pull requests on GitHub. Feel free to fork the project and share your code, or improve and update the available translations!

You can also star this repository to support the open-source project!

Useful links

The Wiki of Pet Master is available by clicking on the Wiki tab at the top of the page, or directly on this link. Valuable information on how to set the plugin up or use it properly is at your disposal!

For more information and download links, please visit the project's webpages:

Pet Master - Bukkit

Pet Master - Spigot

Feel free to visit HelloMinecraft, the plugin's official server (french server): HelloMinecraft

Setting your own working copy of the project

Ensure you have a working version of the JDK (Java Development Kit).

The following steps are for the Eclipse development environment, but will be similar on other IDEs.

  • Download or clone the repository on your computer. You can also create your own fork by clicking on the Fork icon on the top right of the page.
  • In Eclipse, go to File -> Import... -> Maven -> Existing Maven Projects.
  • In the Root Directory field, select the location where you downloaded the Advanced Achievements repository.
  • Tick the pom.xml box that appears in the Projects field and click Finish.
  • To compile the plugin, in the Package Explorer window, right click on the imported project, then Run As -> Maven Install.
  • The plugin will be generated in the target folder of the project.

Please let me know if you encounter any problems by opening an Issue, I am happy to help.