{"id":146812,"date":"2026-06-08T22:14:03","date_gmt":"2026-06-08T19:14:03","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/"},"modified":"2026-06-08T22:14:03","modified_gmt":"2026-06-08T19:14:03","slug":"spets-tokenmanager","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/","title":{"rendered":"[SimplePetsAddon] TokenManager 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* TokenManager ***(REQUIRED)*** `(At least v3.2.4)`<\/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 TokenManager`* 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 *`TokenManager`* 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# This is the bypass permission, who ever has this permission will not have to pay<br \/>\nbypass_permission: pet.tokenmanager.bypass<\/p>\n<p># 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;<\/p>\n<p>Messages:<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;<\/p>\n<p>type:<br \/>\n  # The price of the armor_stand pet<br \/>\n  armor_stand: 200<br \/>\n  # The price of the bat pet<br \/>\n  bat: 200<br \/>\n  # The price of the bee pet<br \/>\n  bee: 200<br \/>\n  # The price of the blaze pet<br \/>\n  blaze: 200<br \/>\n  # The price of the cat pet<br \/>\n  cat: 200<br \/>\n  # The price of the cave_spider pet<br \/>\n  cave_spider: 200<br \/>\n  # The price of the chicken pet<br \/>\n  chicken: 200<br \/>\n  # The price of the cod pet<br \/>\n  cod: 200<br \/>\n  # The price of the cow pet<br \/>\n  cow: 200<br \/>\n  # The price of the creeper pet<br \/>\n  creeper: 200<br \/>\n  # The price of the dolphin pet<br \/>\n  dolphin: 200<br \/>\n  # The price of the donkey pet<br \/>\n  donkey: 200<br \/>\n  # The price of the drowned pet<br \/>\n  drowned: 200<br \/>\n  # The price of the elder_guardian pet<br \/>\n  elder_guardian: 200<br \/>\n  # The price of the enderman pet<br \/>\n  enderman: 200<br \/>\n  # The price of the endermite pet<br \/>\n  endermite: 200<br \/>\n  # The price of the evoker pet<br \/>\n  evoker: 200<br \/>\n  # The price of the fox pet<br \/>\n  fox: 200<br \/>\n  # The price of the ghast pet<br \/>\n  ghast: 200<br \/>\n  # The price of the giant pet<br \/>\n  giant: 200<br \/>\n  # The price of the guardian pet<br \/>\n  guardian: 200<br \/>\n  # The price of the hoglin pet<br \/>\n  hoglin: 200<br \/>\n  # The price of the horse pet<br \/>\n  horse: 200<br \/>\n  # The price of the husk pet<br \/>\n  husk: 200<br \/>\n  # The price of the illusioner pet<br \/>\n  illusioner: 200<br \/>\n  # The price of the iron_golem pet<br \/>\n  iron_golem: 200<br \/>\n  # The price of the llama pet<br \/>\n  llama: 200<br \/>\n  # The price of the magma_cube pet<br \/>\n  magma_cube: 200<br \/>\n  # The price of the mooshroom pet<br \/>\n  mooshroom: 200<br \/>\n  # The price of the mule pet<br \/>\n  mule: 200<br \/>\n  # The price of the ocelot pet<br \/>\n  ocelot: 200<br \/>\n  # The price of the panda pet<br \/>\n  panda: 200<br \/>\n  # The price of the parrot pet<br \/>\n  parrot: 200<br \/>\n  # The price of the phantom pet<br \/>\n  phantom: 200<br \/>\n  # The price of the pig pet<br \/>\n  pig: 200<br \/>\n  # The price of the piglin pet<br \/>\n  piglin: 200<br \/>\n  # The price of the piglin_brute pet<br \/>\n  piglin_brute: 200<br \/>\n  # The price of the pillager pet<br \/>\n  pillager: 200<br \/>\n  # The price of the polarbear pet<br \/>\n  polarbear: 200<br \/>\n  # The price of the pufferfish pet<br \/>\n  pufferfish: 200<br \/>\n  # The price of the rabbit pet<br \/>\n  rabbit: 200<br \/>\n  # The price of the ravager pet<br \/>\n  ravager: 200<br \/>\n  # The price of the salmon pet<br \/>\n  salmon: 200<br \/>\n  # The price of the sheep pet<br \/>\n  sheep: 200<br \/>\n  # The price of the shulker pet<br \/>\n  shulker: 200<br \/>\n  # The price of the silverfish pet<br \/>\n  silverfish: 200<br \/>\n  # The price of the skeleton pet<br \/>\n  skeleton: 200<br \/>\n  # The price of the skeleton_horse pet<br \/>\n  skeleton_horse: 200<br \/>\n  # The price of the slime pet<br \/>\n  slime: 200<br \/>\n  # The price of the snowman pet<br \/>\n  snowman: 200<br \/>\n  # The price of the spider pet<br \/>\n  spider: 200<br \/>\n  # The price of the squid pet<br \/>\n  squid: 200<br \/>\n  # The price of the stray pet<br \/>\n  stray: 200<br \/>\n  # The price of the strider pet<br \/>\n  strider: 200<br \/>\n  # The price of the trader_llama pet<br \/>\n  trader_llama: 200<br \/>\n  # The price of the tropical_fish pet<br \/>\n  tropical_fish: 200<br \/>\n  # The price of the turtle pet<br \/>\n  turtle: 200<br \/>\n  # The price of the vex pet<br \/>\n  vex: 200<br \/>\n  # The price of the villager pet<br \/>\n  villager: 200<br \/>\n  # The price of the vindicator pet<br \/>\n  vindicator: 200<br \/>\n  # The price of the wandering_trader pet<br \/>\n  wandering_trader: 200<br \/>\n  # The price of the witch pet<br \/>\n  witch: 200<br \/>\n  # The price of the wither pet<br \/>\n  wither: 200<br \/>\n  # The price of the wither_skeleton pet<br \/>\n  wither_skeleton: 200<br \/>\n  # The price of the wolf pet<br \/>\n  wolf: 200<br \/>\n  # The price of the zoglin pet<br \/>\n  zoglin: 200<br \/>\n  # The price of the zombie pet<br \/>\n  zombie: 200<br \/>\n  # The price of the zombie_horse pet<br \/>\n  zombie_horse: 200<br \/>\n  # The price of the zombie_villager pet<br \/>\n  zombie_villager: 200<br \/>\n  # The price of the zombified_piglin pet<br \/>\n  zombified_piglin: 200<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hooks into the TokenManager plugin to allow pets to be purchased via in-game currency<\/p>\n","protected":false},"featured_media":146813,"template":"","meta":{"_minecraft_slug":"spets-tokenmanager","_minecraft_project_id":"GFserI2n","_minecraft_author":"brainsynder","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":580,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"spets-tokenmanager.zip","_minecraft_size_bytes":6295,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T10:23:12.612761Z","_minecraft_date_created":"2023-04-29T19:39:10.411764Z","_minecraft_date_modified":"2023-04-29T05:17:16.801916Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/spets-tokenmanager","_minecraft_icon_attachment_id":146813,"_minecraft_imported_at":"2026-06-08T19:14:04+00:00","_minecraft_import_hash":"230ec59078113c9f18ed5e1771b7855a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,137,127,129],"mod_loader":[130,132,134],"minecraft_version":[51,52,53,54,55,56,57,58],"class_list":["post-146812","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-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[SimplePetsAddon] TokenManager 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-tokenmanager\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[SimplePetsAddon] TokenManager Addon - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Hooks into the TokenManager plugin to allow pets to be purchased via in-game currency\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/\" \/>\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=\"5 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-tokenmanager\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-tokenmanager\\\/\",\"name\":\"[SimplePetsAddon] TokenManager Addon - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-tokenmanager\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-tokenmanager\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spets-tokenmanager-icon-e04049fb942c9102831bdb04dd266ad6e4543329.png\",\"datePublished\":\"2026-06-08T19:14:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-tokenmanager\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-tokenmanager\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-tokenmanager\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spets-tokenmanager-icon-e04049fb942c9102831bdb04dd266ad6e4543329.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spets-tokenmanager-icon-e04049fb942c9102831bdb04dd266ad6e4543329.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spets-tokenmanager\\\/#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] TokenManager 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] TokenManager 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-tokenmanager\/","og_locale":"en_US","og_type":"article","og_title":"[SimplePetsAddon] TokenManager Addon - Minecraft","og_description":"Hooks into the TokenManager plugin to allow pets to be purchased via in-game currency","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/","name":"[SimplePetsAddon] TokenManager Addon - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spets-tokenmanager-icon-e04049fb942c9102831bdb04dd266ad6e4543329.png","datePublished":"2026-06-08T19:14:03+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spets-tokenmanager-icon-e04049fb942c9102831bdb04dd266ad6e4543329.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spets-tokenmanager-icon-e04049fb942c9102831bdb04dd266ad6e4543329.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spets-tokenmanager\/#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] TokenManager 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\/146812","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\/146813"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=146812"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=146812"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=146812"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=146812"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}