Skip to content

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.

License

Notifications You must be signed in to change notification settings

VoxCrafterLP/Pets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pets

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.

Features

  • Advanced GUI
  • 6 available pets (more coming soon)
  • MySQL support
  • Fully customizable
  • Multiple languages

Installation

Important! Please note that this plugin requires the Vault plugin and a compatible money plugin to work properly!

  1. Download the latest JAR file from the releases tab.
  2. Move the JAR file into your plugins folder.
  3. Restart your server.
  4. Check the console to ensure that the plugin detected Vault and is working properly.
  5. Locate and open the config file in /plugins/Pets/config.yml.
  6. Configure the plugin to your needs.
  7. If you plan to use a MySQL database, enter the credentials
  8. Have fun!

Config

worlds-disabled

Here you can configure worlds in which players shouldn't be allowed to spawn pets.

Example:

worlds-disabled:
  - world_the_nether
  - world_the_end

pets

Here you can enable and disable pets and modify their price.

Example:

pets:
  ChickenPet:
    price: 500
    enabled: true

admin-permission

Here you can set a custom permission for use in a permissions plugin.

pet-radius

Here you can set the radius in which the effects of a pet should be applied.

pet-invulnerable

Here you can set if the pets should be able to take damage or not.

random-color

If enabled, the pets get a random colored name when spawning them.

language-file

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)

Commands

/pet

Opens the pet gui.

/pet give

Syntax: /pet give

Permission: defaulted to pets.admin (can be changed in the config)

License

This project is licensed under the GNU GPL v3 and may be used accordingly. Further information can be found here.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages