[SimplePetsAddon] Vault Addon

Quick rating

[SimplePetsAddon] Vault Addon

No reviews yet

Hooks into the Vault plugin to allow pets to be purchased via in-game currency

Economy & Trade Systems
Mod Loaders
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
0.4
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

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:

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 Vault command It will also attempt to load and enable it

Install via GUI Installer:

  • Run the /pet addon command
  • Click the Install Addons item that is in the bottom row of the GUI
  • Locate the Vault item 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 Addons folder (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 Addons folder
  • 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': '&#92fc98true'
  '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: &#99ffac{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: &#99ffac{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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works