This is a simple spigot plugin that allows players to buy and spawn their own pets of which each one has it's own effect which is being applied to nearby players. It uses the Vault plugin to communicate with the used money plugin. Everything can be fully customized in the config as well as other languages.
- Advanced GUI
- 6 available pets (more coming soon)
- MySQL support
- Fully customizable
- Multiple languages
Important! Please note that this plugin requires the Vault plugin and a compatible money plugin to work properly!
- Download the latest JAR file from the releases tab.
- Move the JAR file into your plugins folder.
- Restart your server.
- Check the console to ensure that the plugin detected Vault and is working properly.
- Locate and open the config file in
/plugins/Pets/config.yml
. - Configure the plugin to your needs.
- If you plan to use a MySQL database, enter the credentials
- Have fun!
Here you can configure worlds in which players shouldn't be allowed to spawn pets.
Example:
worlds-disabled:
- world_the_nether
- world_the_end
Here you can enable and disable pets and modify their price.
Example:
pets:
ChickenPet:
price: 500
enabled: true
Here you can set a custom permission for use in a permissions plugin.
Here you can set the radius in which the effects of a pet should be applied.
Here you can set if the pets should be able to take damage or not.
If enabled, the pets get a random colored name when spawning them.
Here you can configure the language which should be used by the plugin.
Example:
language-file: en_US
Available Locales
- en_US (American English)
- de_DE (German)
- de_CH (Swiss German)
- lu_LU (Luxembourgish)
Opens the pet gui.
Syntax: /pet give
Permission: defaulted to pets.admin
(can be changed in the config)
This project is licensed under the GNU GPL v3 and may be used accordingly. Further information can be found here.