{"id":146804,"date":"2026-06-08T22:13:27","date_gmt":"2026-06-08T19:13:27","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/"},"modified":"2026-06-08T22:13:27","modified_gmt":"2026-06-08T19:13:27","slug":"spets-playerpoints","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/","title":{"rendered":"[SimplePetsAddon] PlayerPoints Addon"},"content":{"rendered":"<p>## ***What is this addon?***<\/p>\n<p>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<\/p>\n<p>## ***Plugin\/Resource Links:***<br \/>\n* SimplePets ***(REQUIRED)***<br \/>\n* [PlayerPoints]([https:\/\/www.spigotmc.org\/resources\/19655\/](https:\/\/www.spigotmc.org\/resources\/80745\/)) ***(REQUIRED)*** `(At least v3.0.0)`<\/p>\n<p>## ***How to install:***<br \/>\nThe addon can be installed a few different ways it can be done via the install command, via the GUI installer, or manually<\/p>\n<p>### ***Install via Command:*** (Easiest)<br \/>\n* Simply type the *`\/pet addon install PlayerPoints`* command<br \/>\n    It will also attempt to load and enable it<\/p>\n<p>### ***Install via GUI Installer:***<\/p>\n<p>* Run the *`\/pet addon`* command<br \/>\n* Click the *`Install Addons`* item that is in the bottom row of the GUI<br \/>\n* Locate the *`PlayerPoints`* item in the GUI<br \/>\n* Once found simply click it<\/p>\n<p>***NOTE:*** If it gets stuck saying &#8220;Installing&#8230;&#8221; then check your console for any errors, If there are none then try one of the other methods.<\/p>\n<p>### ***Install Manually:***<\/p>\n<p>* Open the SimplePets plugin folder<br \/>\n* Open the *`Addons`* folder<br \/>\n    (If the folder is not there then simply create one)<br \/>\n* Download the addon from one of the download locations<br \/>\n* Drop the addons jar file into the *`Addons`* folder<br \/>\n* Restart your server (This is to actually get the addon loaded into the plugin)<\/p>\n<p>## ***Default Config:***<br \/>\n&#8220;`yaml<br \/>\n# Disabling this will make the items show the price, but if the player has bypass permissions he wont have to pay<br \/>\n# Default: true<br \/>\nHide-Price-If-Bypassed: true<\/p>\n<p># Should players have to pay each time they spawn a pet?<br \/>\n# Default: false<br \/>\nPay-Per-Use-Enabled: false<br \/>\nPrice:<br \/>\n  # If a pet is free this will be in the place of the price in the lore<br \/>\n  # Default: &#8216;Free&#8217;<br \/>\n  Free: Free<br \/>\n  # If the player has the bypass permission, will be in the place of the price in the lore<br \/>\n  # Default: &#8216;BYPASSED&#8217;<br \/>\n  Bypassed: BYPASSED<\/p>\n<p># Here is where you can set the translations for the 2 boolean values (true\/false)<br \/>\nBoolean:<br \/>\n  &#8216;true&#8217;: &#8216;&#038;#92fc98true&#8217;<br \/>\n  &#8216;false&#8217;: &#8216;&#038;#fa7d7dfalse&#8217;<br \/>\nMessages:<br \/>\n  prefix: &#8216;&#038;eSimplePets &#038;6>>&#8217;<br \/>\n  PurchaseSuccessful:<br \/>\n    # This message will be sent if the purchase it successful<br \/>\n    # Placeholders:<br \/>\n    # &#8211; {prefix} (uses the customized prefix)<br \/>\n    # &#8211; {type} (will get what type of pet it is)<br \/>\n    # &#8211; {price} (what price the pet is)<br \/>\n    One-Time-Purchase: &#8216;{prefix} &#038;7You have Successfully Purchased the {type} Pet.&#8217;<br \/>\n    # This message will be sent if the purchase it successful while Pay-Per-Use is set to true<br \/>\n    # Placeholders:<br \/>\n    # &#8211; {prefix} (uses the customized prefix)<br \/>\n    # &#8211; {type} (will get what type of pet it is)<br \/>\n    # &#8211; {price} (what price the pet is)<br \/>\n    Pay-Per-Use: &#8216;{prefix} &#038;7You have Successfully Paid for the {type} Pet.&#8217;<br \/>\n  # This message will be sent if the player does not have enough money to buy the pet<br \/>\n  # Placeholders:<br \/>\n  # &#8211; {prefix} (uses the customized prefix)<br \/>\n  # &#8211; {type} (will get what type of pet it is)<br \/>\n  # &#8211; {price} (what price the pet is)<br \/>\n  InsufficientFunds: &#8216;{prefix} &#038;cYou do not have enough money to buy this pet, you<br \/>\n    need to have {price}&#8217;<br \/>\n  Lore-Lines:<br \/>\n    # These Lore Lines will only be used if &#8216;Pay-Per-Use&#8217; is set to false<br \/>\n    # Placeholders:<br \/>\n    # &#8211; {price} (price of the pet)<br \/>\n    # &#8211; {purchased} (true\/false if the player purchased the pet)<br \/>\n    One-Time-Purchase:<br \/>\n    &#8211; &#8216;&#038;#ffbf5ePrice: &#038;#99ffac{price}&#8217;<br \/>\n    &#8211; &#8216;&#038;#ffbf5ePurchased: {purchased}&#8217;<br \/>\n    # These lines get added to the pet items when the GUI is opened<br \/>\n    # Placeholders:<br \/>\n    # &#8211; {price} (price of the pet)<br \/>\n    # &#8211; {purchased} (true\/false if the player purchased the pet)<br \/>\n    Pay-Per-Use:<br \/>\n    &#8211; &#8216;&#038;#ffbf5ePrice: &#038;#99ffac{price}&#8217;<br \/>\nbypass_permissions:<br \/>\n  # This is the master permission, Will ignore all individual bypass permissions listed below<br \/>\n  parent: pet.playerpoints.bypass<br \/>\n  type:<br \/>\n    # This is a bypass permission for the allay pet, who ever has this permission will now have to pay for this pet<br \/>\n    allay: pet.playerpoints.bypass.allay<br \/>\n    # This is a bypass permission for the armor_stand pet, who ever has this permission will now have to pay for this pet<br \/>\n    armor_stand: pet.playerpoints.bypass.armor_stand<br \/>\n    # This is a bypass permission for the axolotl pet, who ever has this permission will now have to pay for this pet<br \/>\n    axolotl: pet.playerpoints.bypass.axolotl<br \/>\n    # This is a bypass permission for the bat pet, who ever has this permission will now have to pay for this pet<br \/>\n    bat: pet.playerpoints.bypass.bat<br \/>\n    # This is a bypass permission for the bee pet, who ever has this permission will now have to pay for this pet<br \/>\n    bee: pet.playerpoints.bypass.bee<br \/>\n    # This is a bypass permission for the blaze pet, who ever has this permission will now have to pay for this pet<br \/>\n    blaze: pet.playerpoints.bypass.blaze<br \/>\n    # This is a bypass permission for the camel pet, who ever has this permission will now have to pay for this pet<br \/>\n    camel: pet.playerpoints.bypass.camel<br \/>\n    # This is a bypass permission for the cat pet, who ever has this permission will now have to pay for this pet<br \/>\n    cat: pet.playerpoints.bypass.cat<br \/>\n    # This is a bypass permission for the cave_spider pet, who ever has this permission will now have to pay for this pet<br \/>\n    cave_spider: pet.playerpoints.bypass.cave_spider<br \/>\n    # This is a bypass permission for the chicken pet, who ever has this permission will now have to pay for this pet<br \/>\n    chicken: pet.playerpoints.bypass.chicken<br \/>\n    # This is a bypass permission for the cod pet, who ever has this permission will now have to pay for this pet<br \/>\n    cod: pet.playerpoints.bypass.cod<br \/>\n    # This is a bypass permission for the cow pet, who ever has this permission will now have to pay for this pet<br \/>\n    cow: pet.playerpoints.bypass.cow<br \/>\n    # This is a bypass permission for the creeper pet, who ever has this permission will now have to pay for this pet<br \/>\n    creeper: pet.playerpoints.bypass.creeper<br \/>\n    # This is a bypass permission for the dolphin pet, who ever has this permission will now have to pay for this pet<br \/>\n    dolphin: pet.playerpoints.bypass.dolphin<br \/>\n    # This is a bypass permission for the donkey pet, who ever has this permission will now have to pay for this pet<br \/>\n    donkey: pet.playerpoints.bypass.donkey<br \/>\n    # This is a bypass permission for the drowned pet, who ever has this permission will now have to pay for this pet<br \/>\n    drowned: pet.playerpoints.bypass.drowned<br \/>\n    # This is a bypass permission for the elder_guardian pet, who ever has this permission will now have to pay for this pet<br \/>\n    elder_guardian: pet.playerpoints.bypass.elder_guardian<br \/>\n    # This is a bypass permission for the enderman pet, who ever has this permission will now have to pay for this pet<br \/>\n    enderman: pet.playerpoints.bypass.enderman<br \/>\n    # This is a bypass permission for the endermite pet, who ever has this permission will now have to pay for this pet<br \/>\n    endermite: pet.playerpoints.bypass.endermite<br \/>\n    # This is a bypass permission for the evoker pet, who ever has this permission will now have to pay for this pet<br \/>\n    evoker: pet.playerpoints.bypass.evoker<br \/>\n    # This is a bypass permission for the fox pet, who ever has this permission will now have to pay for this pet<br \/>\n    fox: pet.playerpoints.bypass.fox<br \/>\n    # This is a bypass permission for the frog pet, who ever has this permission will now have to pay for this pet<br \/>\n    frog: pet.playerpoints.bypass.frog<br \/>\n    # This is a bypass permission for the ghast pet, who ever has this permission will now have to pay for this pet<br \/>\n    ghast: pet.playerpoints.bypass.ghast<br \/>\n    # This is a bypass permission for the giant pet, who ever has this permission will now have to pay for this pet<br \/>\n    giant: pet.playerpoints.bypass.giant<br \/>\n    # This is a bypass permission for the glow_squid pet, who ever has this permission will now have to pay for this pet<br \/>\n    glow_squid: pet.playerpoints.bypass.glow_squid<br \/>\n    # This is a bypass permission for the goat pet, who ever has this permission will now have to pay for this pet<br \/>\n    goat: pet.playerpoints.bypass.goat<br \/>\n    # This is a bypass permission for the guardian pet, who ever has this permission will now have to pay for this pet<br \/>\n    guardian: pet.playerpoints.bypass.guardian<br \/>\n    # This is a bypass permission for the hoglin pet, who ever has this permission will now have to pay for this pet<br \/>\n    hoglin: pet.playerpoints.bypass.hoglin<br \/>\n    # This is a bypass permission for the horse pet, who ever has this permission will now have to pay for this pet<br \/>\n    horse: pet.playerpoints.bypass.horse<br \/>\n    # This is a bypass permission for the husk pet, who ever has this permission will now have to pay for this pet<br \/>\n    husk: pet.playerpoints.bypass.husk<br \/>\n    # This is a bypass permission for the illusioner pet, who ever has this permission will now have to pay for this pet<br \/>\n    illusioner: pet.playerpoints.bypass.illusioner<br \/>\n    # This is a bypass permission for the iron_golem pet, who ever has this permission will now have to pay for this pet<br \/>\n    iron_golem: pet.playerpoints.bypass.iron_golem<br \/>\n    # This is a bypass permission for the llama pet, who ever has this permission will now have to pay for this pet<br \/>\n    llama: pet.playerpoints.bypass.llama<br \/>\n    # This is a bypass permission for the magma_cube pet, who ever has this permission will now have to pay for this pet<br \/>\n    magma_cube: pet.playerpoints.bypass.magma_cube<br \/>\n    # This is a bypass permission for the mooshroom pet, who ever has this permission will now have to pay for this pet<br \/>\n    mooshroom: pet.playerpoints.bypass.mooshroom<br \/>\n    # This is a bypass permission for the mule pet, who ever has this permission will now have to pay for this pet<br \/>\n    mule: pet.playerpoints.bypass.mule<br \/>\n    # This is a bypass permission for the ocelot pet, who ever has this permission will now have to pay for this pet<br \/>\n    ocelot: pet.playerpoints.bypass.ocelot<br \/>\n    # This is a bypass permission for the panda pet, who ever has this permission will now have to pay for this pet<br \/>\n    panda: pet.playerpoints.bypass.panda<br \/>\n    # This is a bypass permission for the parrot pet, who ever has this permission will now have to pay for this pet<br \/>\n    parrot: pet.playerpoints.bypass.parrot<br \/>\n    # This is a bypass permission for the phantom pet, who ever has this permission will now have to pay for this pet<br \/>\n    phantom: pet.playerpoints.bypass.phantom<br \/>\n    # This is a bypass permission for the pig pet, who ever has this permission will now have to pay for this pet<br \/>\n    pig: pet.playerpoints.bypass.pig<br \/>\n    # This is a bypass permission for the piglin pet, who ever has this permission will now have to pay for this pet<br \/>\n    piglin: pet.playerpoints.bypass.piglin<br \/>\n    # This is a bypass permission for the piglin_brute pet, who ever has this permission will now have to pay for this pet<br \/>\n    piglin_brute: pet.playerpoints.bypass.piglin_brute<br \/>\n    # This is a bypass permission for the pillager pet, who ever has this permission will now have to pay for this pet<br \/>\n    pillager: pet.playerpoints.bypass.pillager<br \/>\n    # This is a bypass permission for the polarbear pet, who ever has this permission will now have to pay for this pet<br \/>\n    polarbear: pet.playerpoints.bypass.polarbear<br \/>\n    # This is a bypass permission for the pufferfish pet, who ever has this permission will now have to pay for this pet<br \/>\n    pufferfish: pet.playerpoints.bypass.pufferfish<br \/>\n    # This is a bypass permission for the rabbit pet, who ever has this permission will now have to pay for this pet<br \/>\n    rabbit: pet.playerpoints.bypass.rabbit<br \/>\n    # This is a bypass permission for the ravager pet, who ever has this permission will now have to pay for this pet<br \/>\n    ravager: pet.playerpoints.bypass.ravager<br \/>\n    # This is a bypass permission for the salmon pet, who ever has this permission will now have to pay for this pet<br \/>\n    salmon: pet.playerpoints.bypass.salmon<br \/>\n    # This is a bypass permission for the sheep pet, who ever has this permission will now have to pay for this pet<br \/>\n    sheep: pet.playerpoints.bypass.sheep<br \/>\n    # This is a bypass permission for the shulker pet, who ever has this permission will now have to pay for this pet<br \/>\n    shulker: pet.playerpoints.bypass.shulker<br \/>\n    # This is a bypass permission for the silverfish pet, who ever has this permission will now have to pay for this pet<br \/>\n    silverfish: pet.playerpoints.bypass.silverfish<br \/>\n    # This is a bypass permission for the skeleton pet, who ever has this permission will now have to pay for this pet<br \/>\n    skeleton: pet.playerpoints.bypass.skeleton<br \/>\n    # This is a bypass permission for the skeleton_horse pet, who ever has this permission will now have to pay for this pet<br \/>\n    skeleton_horse: pet.playerpoints.bypass.skeleton_horse<br \/>\n    # This is a bypass permission for the slime pet, who ever has this permission will now have to pay for this pet<br \/>\n    slime: pet.playerpoints.bypass.slime<br \/>\n    # This is a bypass permission for the sniffer pet, who ever has this permission will now have to pay for this pet<br \/>\n    sniffer: pet.playerpoints.bypass.sniffer<br \/>\n    # This is a bypass permission for the snowman pet, who ever has this permission will now have to pay for this pet<br \/>\n    snowman: pet.playerpoints.bypass.snowman<br \/>\n    # This is a bypass permission for the spider pet, who ever has this permission will now have to pay for this pet<br \/>\n    spider: pet.playerpoints.bypass.spider<br \/>\n    # This is a bypass permission for the squid pet, who ever has this permission will now have to pay for this pet<br \/>\n    squid: pet.playerpoints.bypass.squid<br \/>\n    # This is a bypass permission for the stray pet, who ever has this permission will now have to pay for this pet<br \/>\n    stray: pet.playerpoints.bypass.stray<br \/>\n    # This is a bypass permission for the strider pet, who ever has this permission will now have to pay for this pet<br \/>\n    strider: pet.playerpoints.bypass.strider<br \/>\n    # This is a bypass permission for the tadpole pet, who ever has this permission will now have to pay for this pet<br \/>\n    tadpole: pet.playerpoints.bypass.tadpole<br \/>\n    # This is a bypass permission for the trader_llama pet, who ever has this permission will now have to pay for this pet<br \/>\n    trader_llama: pet.playerpoints.bypass.trader_llama<br \/>\n    # This is a bypass permission for the tropical_fish pet, who ever has this permission will now have to pay for this pet<br \/>\n    tropical_fish: pet.playerpoints.bypass.tropical_fish<br \/>\n    # This is a bypass permission for the turtle pet, who ever has this permission will now have to pay for this pet<br \/>\n    turtle: pet.playerpoints.bypass.turtle<br \/>\n    # This is a bypass permission for the vex pet, who ever has this permission will now have to pay for this pet<br \/>\n    vex: pet.playerpoints.bypass.vex<br \/>\n    # This is a bypass permission for the villager pet, who ever has this permission will now have to pay for this pet<br \/>\n    villager: pet.playerpoints.bypass.villager<br \/>\n    # This is a bypass permission for the vindicator pet, who ever has this permission will now have to pay for this pet<br \/>\n    vindicator: pet.playerpoints.bypass.vindicator<br \/>\n    # This is a bypass permission for the wandering_trader pet, who ever has this permission will now have to pay for this pet<br \/>\n    wandering_trader: pet.playerpoints.bypass.wandering_trader<br \/>\n    # This is a bypass permission for the warden pet, who ever has this permission will now have to pay for this pet<br \/>\n    warden: pet.playerpoints.bypass.warden<br \/>\n    # This is a bypass permission for the witch pet, who ever has this permission will now have to pay for this pet<br \/>\n    witch: pet.playerpoints.bypass.witch<br \/>\n    # This is a bypass permission for the wither pet, who ever has this permission will now have to pay for this pet<br \/>\n    wither: pet.playerpoints.bypass.wither<br \/>\n    # This is a bypass permission for the wither_skeleton pet, who ever has this permission will now have to pay for this pet<br \/>\n    wither_skeleton: pet.playerpoints.bypass.wither_skeleton<br \/>\n    # This is a bypass permission for the wolf pet, who ever has this permission will now have to pay for this pet<br \/>\n    wolf: pet.playerpoints.bypass.wolf<br \/>\n    # This is a bypass permission for the zoglin pet, who ever has this permission will now have to pay for this pet<br \/>\n    zoglin: pet.playerpoints.bypass.zoglin<br \/>\n    # This is a bypass permission for the zombie pet, who ever has this permission will now have to pay for this pet<br \/>\n    zombie: pet.playerpoints.bypass.zombie<br \/>\n    # This is a bypass permission for the zombie_horse pet, who ever has this permission will now have to pay for this pet<br \/>\n    zombie_horse: pet.playerpoints.bypass.zombie_horse<br \/>\n    # This is a bypass permission for the zombie_villager pet, who ever has this permission will now have to pay for this pet<br \/>\n    zombie_villager: pet.playerpoints.bypass.zombie_villager<br \/>\n    # This is a bypass permission for the zombified_piglin pet, who ever has this permission will now have to pay for this pet<br \/>\n    zombified_piglin: pet.playerpoints.bypass.zombified_piglin<br \/>\ntype:<br \/>\n  # The price of the allay pet<br \/>\n  allay: 100<br \/>\n  # The price of the armor_stand pet<br \/>\n  armor_stand: 100<br \/>\n  # The price of the axolotl pet<br \/>\n  axolotl: 100<br \/>\n  # The price of the bat pet<br \/>\n  bat: 100<br \/>\n  # The price of the bee pet<br \/>\n  bee: 100<br \/>\n  # The price of the blaze pet<br \/>\n  blaze: 100<br \/>\n  # The price of the camel pet<br \/>\n  camel: 100<br \/>\n  # The price of the cat pet<br \/>\n  cat: 100<br \/>\n  # The price of the cave_spider pet<br \/>\n  cave_spider: 100<br \/>\n  # The price of the chicken pet<br \/>\n  chicken: 100<br \/>\n  # The price of the cod pet<br \/>\n  cod: 100<br \/>\n  # The price of the cow pet<br \/>\n  cow: 100<br \/>\n  # The price of the creeper pet<br \/>\n  creeper: 100<br \/>\n  # The price of the dolphin pet<br \/>\n  dolphin: 100<br \/>\n  # The price of the donkey pet<br \/>\n  donkey: 100<br \/>\n  # The price of the drowned pet<br \/>\n  drowned: 100<br \/>\n  # The price of the elder_guardian pet<br \/>\n  elder_guardian: 100<br \/>\n  # The price of the enderman pet<br \/>\n  enderman: 100<br \/>\n  # The price of the endermite pet<br \/>\n  endermite: 100<br \/>\n  # The price of the evoker pet<br \/>\n  evoker: 100<br \/>\n  # The price of the fox pet<br \/>\n  fox: 100<br \/>\n  # The price of the frog pet<br \/>\n  frog: 100<br \/>\n  # The price of the ghast pet<br \/>\n  ghast: 100<br \/>\n  # The price of the giant pet<br \/>\n  giant: 100<br \/>\n  # The price of the glow_squid pet<br \/>\n  glow_squid: 100<br \/>\n  # The price of the goat pet<br \/>\n  goat: 100<br \/>\n  # The price of the guardian pet<br \/>\n  guardian: 100<br \/>\n  # The price of the hoglin pet<br \/>\n  hoglin: 100<br \/>\n  # The price of the horse pet<br \/>\n  horse: 100<br \/>\n  # The price of the husk pet<br \/>\n  husk: 100<br \/>\n  # The price of the illusioner pet<br \/>\n  illusioner: 100<br \/>\n  # The price of the iron_golem pet<br \/>\n  iron_golem: 100<br \/>\n  # The price of the llama pet<br \/>\n  llama: 100<br \/>\n  # The price of the magma_cube pet<br \/>\n  magma_cube: 100<br \/>\n  # The price of the mooshroom pet<br \/>\n  mooshroom: 100<br \/>\n  # The price of the mule pet<br \/>\n  mule: 100<br \/>\n  # The price of the ocelot pet<br \/>\n  ocelot: 100<br \/>\n  # The price of the panda pet<br \/>\n  panda: 100<br \/>\n  # The price of the parrot pet<br \/>\n  parrot: 100<br \/>\n  # The price of the phantom pet<br \/>\n  phantom: 100<br \/>\n  # The price of the pig pet<br \/>\n  pig: 100<br \/>\n  # The price of the piglin pet<br \/>\n  piglin: 100<br \/>\n  # The price of the piglin_brute pet<br \/>\n  piglin_brute: 100<br \/>\n  # The price of the pillager pet<br \/>\n  pillager: 100<br \/>\n  # The price of the polarbear pet<br \/>\n  polarbear: 100<br \/>\n  # The price of the pufferfish pet<br \/>\n  pufferfish: 100<br \/>\n  # The price of the rabbit pet<br \/>\n  rabbit: 100<br \/>\n  # The price of the ravager pet<br \/>\n  ravager: 100<br \/>\n  # The price of the salmon pet<br \/>\n  salmon: 100<br \/>\n  # The price of the sheep pet<br \/>\n  sheep: 100<br \/>\n  # The price of the shulker pet<br \/>\n  shulker: 100<br \/>\n  # The price of the silverfish pet<br \/>\n  silverfish: 100<br \/>\n  # The price of the skeleton pet<br \/>\n  skeleton: 100<br \/>\n  # The price of the skeleton_horse pet<br \/>\n  skeleton_horse: 100<br \/>\n  # The price of the slime pet<br \/>\n  slime: 100<br \/>\n  # The price of the sniffer pet<br \/>\n  sniffer: 100<br \/>\n  # The price of the snowman pet<br \/>\n  snowman: 100<br \/>\n  # The price of the spider pet<br \/>\n  spider: 100<br \/>\n  # The price of the squid pet<br \/>\n  squid: 100<br \/>\n  # The price of the stray pet<br \/>\n  stray: 100<br \/>\n  # The price of the strider pet<br \/>\n  strider: 100<br \/>\n  # The price of the tadpole pet<br \/>\n  tadpole: 100<br \/>\n  # The price of the trader_llama pet<br \/>\n  trader_llama: 100<br \/>\n  # The price of the tropical_fish pet<br \/>\n  tropical_fish: 100<br \/>\n  # The price of the turtle pet<br \/>\n  turtle: 100<br \/>\n  # The price of the vex pet<br \/>\n  vex: 100<br \/>\n  # The price of the villager pet<br \/>\n  villager: 100<br \/>\n  # The price of the vindicator pet<br \/>\n  vindicator: 100<br \/>\n  # The price of the wandering_trader pet<br \/>\n  wandering_trader: 100<br \/>\n  # The price of the warden pet<br \/>\n  warden: 100<br \/>\n  # The price of the witch pet<br \/>\n  witch: 100<br \/>\n  # The price of the wither pet<br \/>\n  wither: 100<br \/>\n  # The price of the wither_skeleton pet<br \/>\n  wither_skeleton: 100<br \/>\n  # The price of the wolf pet<br \/>\n  wolf: 100<br \/>\n  # The price of the zoglin pet<br \/>\n  zoglin: 100<br \/>\n  # The price of the zombie pet<br \/>\n  zombie: 100<br \/>\n  # The price of the zombie_horse pet<br \/>\n  zombie_horse: 100<br \/>\n  # The price of the zombie_villager pet<br \/>\n  zombie_villager: 100<br \/>\n  # The price of the zombified_piglin pet<br \/>\n  zombified_piglin: 100<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hooks into the PlayerPoints plugin to allow pets to be purchased via in-game currency<\/p>\n","protected":false},"featured_media":146805,"template":"","meta":{"_minecraft_slug":"spets-playerpoints","_minecraft_project_id":"HZVEuuUz","_minecraft_author":"brainsynder","_minecraft_license":"LGPL-3.0-only","_minecraft_downloads":740,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"spets-playerpoints.zip","_minecraft_size_bytes":7684,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T09:25:17.262566Z","_minecraft_date_created":"2024-03-25T04:55:13.292798Z","_minecraft_date_modified":"2024-03-23T00:11:13.656914Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/spets-playerpoints","_minecraft_icon_attachment_id":146805,"_minecraft_imported_at":"2026-06-08T19:13:28+00:00","_minecraft_import_hash":"332757e6aba184014b0a6b55c6775e69","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,137,127,129],"mod_loader":[130,132,134],"minecraft_version":[54,55,56,57,58,59,36,60,93,94],"class_list":["post-146804","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-mobs","mod_category-paper","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[SimplePetsAddon] PlayerPoints Addon - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[SimplePetsAddon] PlayerPoints Addon - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Hooks into the PlayerPoints plugin to allow pets to be purchased via in-game currency\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/\",\"name\":\"[SimplePetsAddon] PlayerPoints Addon - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spets-playerpoints-icon-af90f0fc187fa66a879a84d94260ebeeff064829.png\",\"datePublished\":\"2026-06-08T19:13:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spets-playerpoints-icon-af90f0fc187fa66a879a84d94260ebeeff064829.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spets-playerpoints-icon-af90f0fc187fa66a879a84d94260ebeeff064829.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-playerpoints\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"[SimplePetsAddon] PlayerPoints Addon\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[SimplePetsAddon] PlayerPoints Addon - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/","og_locale":"en_US","og_type":"article","og_title":"[SimplePetsAddon] PlayerPoints Addon - Minecraft","og_description":"Hooks into the PlayerPoints plugin to allow pets to be purchased via in-game currency","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/","name":"[SimplePetsAddon] PlayerPoints Addon - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spets-playerpoints-icon-af90f0fc187fa66a879a84d94260ebeeff064829.png","datePublished":"2026-06-08T19:13:27+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spets-playerpoints-icon-af90f0fc187fa66a879a84d94260ebeeff064829.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spets-playerpoints-icon-af90f0fc187fa66a879a84d94260ebeeff064829.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-playerpoints\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"[SimplePetsAddon] PlayerPoints Addon"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/146804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/146805"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=146804"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=146804"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=146804"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=146804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}