[SimplePetsAddon] Vault Addon
No reviews yet
Hooks into the Vault plugin to allow pets to be purchased via in-game currency
Includes systems for trading and managing economies.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
What is this addon?
This is a SimplePets Addon that allows server owners/admins set prices for pets to be purchased via in-game currency without needing external/other plugins
Plugin/Resource Links:
- SimplePets (REQUIRED)
- Vault (REQUIRED)
(At least v1.7.3)
How to install:
The addon can be installed a few different ways it can be done via the install command, via the GUI installer, or manually
Install via Command: (Easiest)
- Simply type the
/pet addon install Vaultcommand It will also attempt to load and enable it
Install via GUI Installer:
- Run the
/pet addoncommand - Click the
Install Addonsitem that is in the bottom row of the GUI - Locate the
Vaultitem in the GUI - Once found simply click it
NOTE: If it gets stuck saying "Installing..." then check your console for any errors, If there are none then try one of the other methods.
Install Manually:
- Open the SimplePets plugin folder
- Open the
Addonsfolder (If the folder is not there then simply create one) - Download the addon from one of the download locations
- Drop the addons jar file into the
Addonsfolder - Restart your server (This is to actually get the addon loaded into the plugin)
Default Config:
# This is the bypass permission, who ever has this permission will not have to pay
bypass_permission: pet.vault.bypass
# Disabling this will make the items show the price, but if the player has bypass permissions he wont have to pay
# Default: true
Hide-Price-If-Bypassed: true
# Should players have to pay each time they spawn a pet?
# Default: false
Pay-Per-Use-Enabled: false
Price:
# If a pet is free this will be in the place of the price in the lore
# Default: 'Free'
Free: Free
# If the player has the bypass permission, will be in the place of the price in the lore
# Default: 'BYPASSED'
Bypassed: BYPASSED
# Here is where you can set the translations for the 2 boolean values (true/false)
Boolean:
'true': '\fc98true'
'false': '&#fa7d7dfalse'
Messages:
prefix: '&eSimplePets &6>>'
PurchaseSuccessful:
# This message will be sent if the purchase it successful
# Placeholders:
# - {prefix} (uses the customized prefix)
# - {type} (will get what type of pet it is)
# - {price} (what price the pet is)
One-Time-Purchase: '{prefix} &7You have Successfully Purchased the {type} Pet.'
# This message will be sent if the purchase it successful while Pay-Per-Use is set to true
# Placeholders:
# - {prefix} (uses the customized prefix)
# - {type} (will get what type of pet it is)
# - {price} (what price the pet is)
Pay-Per-Use: '{prefix} &7You have Successfully Paid for the {type} Pet.'
# This message will be sent if the player does not have enough money to buy the pet
# Placeholders:
# - {prefix} (uses the customized prefix)
# - {type} (will get what type of pet it is)
# - {price} (what price the pet is)
InsufficientFunds: '{prefix} &cYou do not have enough money to buy this pet, you
need to have {price}'
Lore-Lines:
# These Lore Lines will only be used if 'Pay-Per-Use' is set to false
# Placeholders:
# - {price} (price of the pet)
# - {purchased} (true/false if the player purchased the pet)
One-Time-Purchase:
- '&#ffbf5ePrice: cffac{price}'
- '&#ffbf5ePurchased: {purchased}'
# These lines get added to the pet items when the GUI is opened
# Placeholders:
# - {price} (price of the pet)
# - {purchased} (true/false if the player purchased the pet)
Pay-Per-Use:
- '&#ffbf5ePrice: cffac{price}'
type:
# The price of the armor_stand pet
armor_stand: 2000
# The price of the bat pet
bat: 2000
# The price of the bee pet
bee: 2000
# The price of the blaze pet
blaze: 2000
# The price of the cat pet
cat: 2000
# The price of the cave_spider pet
cave_spider: 2000
# The price of the chicken pet
chicken: 2000
# The price of the cod pet
cod: 2000
# The price of the cow pet
cow: 2000
# The price of the creeper pet
creeper: 2000
# The price of the dolphin pet
dolphin: 2000
# The price of the donkey pet
donkey: 2000
# The price of the drowned pet
drowned: 2000
# The price of the elder_guardian pet
elder_guardian: 2000
# The price of the enderman pet
enderman: 2000
# The price of the endermite pet
endermite: 2000
# The price of the evoker pet
evoker: 2000
# The price of the fox pet
fox: 2000
# The price of the ghast pet
ghast: 2000
# The price of the giant pet
giant: 2000
# The price of the guardian pet
guardian: 2000
# The price of the hoglin pet
hoglin: 2000
# The price of the horse pet
horse: 2000
# The price of the husk pet
husk: 2000
# The price of the illusioner pet
illusioner: 2000
# The price of the iron_golem pet
iron_golem: 2000
# The price of the llama pet
llama: 2000
# The price of the magma_cube pet
magma_cube: 2000
# The price of the mooshroom pet
mooshroom: 2000
# The price of the mule pet
mule: 2000
# The price of the ocelot pet
ocelot: 2000
# The price of the panda pet
panda: 2000
# The price of the parrot pet
parrot: 2000
# The price of the phantom pet
phantom: 2000
# The price of the pig pet
pig: 2000
# The price of the piglin pet
piglin: 2000
# The price of the piglin_brute pet
piglin_brute: 2000
# The price of the pillager pet
pillager: 2000
# The price of the polarbear pet
polarbear: 2000
# The price of the pufferfish pet
pufferfish: 2000
# The price of the rabbit pet
rabbit: 2000
# The price of the ravager pet
ravager: 2000
# The price of the salmon pet
salmon: 2000
# The price of the sheep pet
sheep: 2000
# The price of the shulker pet
shulker: 2000
# The price of the silverfish pet
silverfish: 2000
# The price of the skeleton pet
skeleton: 2000
# The price of the skeleton_horse pet
skeleton_horse: 2000
# The price of the slime pet
slime: 2000
# The price of the snowman pet
snowman: 2000
# The price of the spider pet
spider: 2000
# The price of the squid pet
squid: 2000
# The price of the stray pet
stray: 2000
# The price of the strider pet
strider: 2000
# The price of the trader_llama pet
trader_llama: 2000
# The price of the tropical_fish pet
tropical_fish: 2000
# The price of the turtle pet
turtle: 2000
# The price of the vex pet
vex: 2000
# The price of the villager pet
villager: 2000
# The price of the vindicator pet
vindicator: 2000
# The price of the wandering_trader pet
wandering_trader: 2000
# The price of the witch pet
witch: 2000
# The price of the wither pet
wither: 2000
# The price of the wither_skeleton pet
wither_skeleton: 2000
# The price of the wolf pet
wolf: 2000
# The price of the zoglin pet
zoglin: 2000
# The price of the zombie pet
zombie: 2000
# The price of the zombie_horse pet
zombie_horse: 2000
# The price of the zombie_villager pet
zombie_villager: 2000
# The price of the zombified_piglin pet
zombified_piglin: 2000
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers