{"id":74188,"date":"2026-06-04T10:31:14","date_gmt":"2026-06-04T07:31:14","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/"},"modified":"2026-06-04T10:31:14","modified_gmt":"2026-06-04T07:31:14","slug":"funtalismans","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/","title":{"rendered":"FunTalismans"},"content":{"rendered":"<p>editame mi descripcion de mi proyecto en modrinth<\/p>\n<p># FunTalismans<\/p>\n<p>**Advanced Custom Talismans Plugin for Minecraft**<\/p>\n<p>FunTalismans is a **lightweight, powerful, and highly customizable** Minecraft plugin that allows server owners to create **unique talismans** with special effects, attributes, stats, and advanced item properties.<\/p>\n<p>All customization is handled through clean, readable, and flexible **HOCON configuration files**, making it easy to design complex systems without touching code.<\/p>\n<p>This plugin is ideal for servers that want **deep progression**, **custom equipment**, or **RPG-style mechanics**.<\/p>\n<p>Spanish `talismans.conf` configuration example:<br \/>\nhttps:\/\/www.mediafire.com\/file\/8o6x85b39ucz6ep\/talismans.conf\/file<\/p>\n<p>&#8212;<\/p>\n<p>## Overview<\/p>\n<p>FunTalismans gives you full control over how talismans behave, look, and interact with players.<br \/>\nEach talisman can apply effects, modify attributes, and carry custom metadata while remaining fully configurable and reloadable at runtime.<\/p>\n<p>No server restart is required when making changes.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>**Highly customizable talismans**, including support for:<\/p>\n<p>&#8211; Potion effects<br \/>\n&#8211; Custom attributes<br \/>\n&#8211; Advanced statistics<br \/>\n&#8211; NBT tags<br \/>\n&#8211; Custom names (legacy colors, hex, gradients)<br \/>\n&#8211; Visual glow<br \/>\n&#8211; Item properties such as unbreakable items and equipment slots  <\/p>\n<p>&#8212;<\/p>\n<p>## Ideal use cases<\/p>\n<p>FunTalismans is perfect for:<\/p>\n<p>&#8211; RPG servers<br \/>\n&#8211; Survival progression systems<br \/>\n&#8211; Custom equipment setups<br \/>\n&#8211; Magic or fantasy gameplay<br \/>\n&#8211; Servers with unique combat and stat mechanics  <\/p>\n<p>&#8212;<\/p>\n<p>## Smart reload system<\/p>\n<p>FunTalismans includes a **real-time reload system** that applies configuration changes instantly.<\/p>\n<p>When using the reload command, the plugin will:<\/p>\n<p>&#8211; Rebuild all talismans from the updated configuration<br \/>\n&#8211; Update talismans already present in player inventories<br \/>\n&#8211; Apply new effects, attributes, names, textures, NBT, and stats live<br \/>\n&#8211; Work without requiring a server restart  <\/p>\n<p>This allows fast iteration and balancing without interrupting gameplay.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>**`\/talisman reload`**<br \/>\nReloads all plugin configurations and updates every existing talisman.<\/p>\n<p>Permission:<\/p>\n<p>&#8220;`<br \/>\nfuntalismans.reload<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>**`\/talisman give <player> <talisman-id> <amount>`**<br \/>\nGives a specific talisman to a player.<\/p>\n<p>Permission:<\/p>\n<p>&#8220;`<br \/>\nfuntalismans.give<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; NBTAPI<\/p>\n<p>&#8212;<\/p>\n<p>## Example Talisman Configuration (HOCON)<\/p>\n<p>&#8220;`json<br \/>\n###########################################################################################<br \/>\n#                                                                                         #<br \/>\n#                    TALISMANS CONFIGURATION GUIDE                                        #<br \/>\n#                                                                                         #<br \/>\n#  ITEM STRUCTURE:                                                                        #<br \/>\n#  &#8211; name: Supports Legacy codes (&#038;), Hexadecimal (&#038;#), and Gradients.                    #<br \/>\n#  &#8211; material: Minecraft Item ID (e.g., &#8220;totem_of_undying&#8221;, &#8220;player_head&#8221;).               #<br \/>\n#  &#8211; texture: Only for &#8220;player_head&#8221;. Supports 3 formats:                                 #<br \/>\n#      1. MINECRAFT URL: &#8220;http:\/\/textures.minecraft.net\/texture\/&#8230;&#8221;                      #<br \/>\n#      2. Base64 with prefix: &#8220;base64:eyJ0ZXh0dXJlcyI6&#8230;&#8221;                                #<br \/>\n#      3. Raw Value (Base64 only): &#8220;eyJ0ZXh0dXJlcyI6&#8230;&#8221;                                  #<br \/>\n#  &#8211; unbreakable: &#8216;true&#8217; to prevent the item from ever breaking.                          #<br \/>\n#  &#8211; glow: &#8216;true&#8217; to add the enchantment glint effect.                                    #<br \/>\n#                                                                                         #<br \/>\n#  ENCHANTMENTS (enchantments):                                                           #<br \/>\n#  &#8211; List of visual or functional enchantments. E.g., SHARPNESS: 5                        #<br \/>\n#                                                                                         #<br \/>\n#  VALID SLOTS (for effects &#038; attributes):                                                #<br \/>\n#  The item must be equipped in one of these slots to trigger its power:                  #<br \/>\n#    &#8211; &#8220;mainhand&#8221; : Main hand weapon slot.                                                #<br \/>\n#    &#8211; &#8220;offhand&#8221;  : Off-hand \/ Shield slot.                                               #<br \/>\n#    &#8211; &#8220;head&#8221;     : Helmet slot.                                                          #<br \/>\n#    &#8211; &#8220;chest&#8221;    : Chestplate slot.                                                      #<br \/>\n#    &#8211; &#8220;legs&#8221;     : Leggings slot.                                                        #<br \/>\n#    &#8211; &#8220;feet&#8221;     : Boots slot.                                                           #<br \/>\n#                                                                                         #<br \/>\n#  EFFECTS (effects):                                                                     #<br \/>\n#  &#8211; slot: Use one of the valid slots listed above.                                       #<br \/>\n#  &#8211; list: List of constant potion effects.                                               #<br \/>\n#    &#8211; type: Effect name (SPEED, INCREASE_DAMAGE, REGENERATION, etc).                     #<br \/>\n#    &#8211; amplifier: Level of the effect (0 is level I, 1 is level II).                      #<br \/>\n#                                                                                         #<br \/>\n#  ATTRIBUTES (attributes):                                                                #<br \/>\n#  &#8211; slot: Use one of the valid slots listed above.                                       #<br \/>\n#  &#8211; type: Statistic to modify (max_health, attack_damage, movement_speed, etc).          #<br \/>\n#  &#8211; operation:                                                                           #<br \/>\n#    &#8211; &#8220;add_number&#8221;: Adds the value directly (e.g., 2.0 = 1 full heart).                  #<br \/>\n#    &#8211; &#8220;add_scalar&#8221;: Adds a percentage (e.g., 0.10 = +10% of the base stat).              #<br \/>\n#                                                                                         #<br \/>\n###########################################################################################<\/p>\n<p>talismans {<br \/>\n  \/\/ Template for creating new items:<br \/>\n  \/\/ TemplateID {<br \/>\n  \/\/   name: &#8220;<gradient:#FF5555:#FFCC00>Epic Talisman<\/gradient>&#8221;<br \/>\n  \/\/   material: &#8220;player_head&#8221;<br \/>\n  \/\/   texture: &#8220;base64:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjM0YzI3MTZhNTY1NTdjYzc5MzMzYWI1MDM5MWNhN2EwNGJiMjczODkxOThiNTdmNDFiMjQ0YjAwMWRmZjA1MCJ9fX0=&#8221;<br \/>\n  \/\/   unbreakable: true<br \/>\n  \/\/   glow: false<br \/>\n  \/\/   enchantments {<br \/>\n  \/\/     UNBREAKING: 1<br \/>\n  \/\/   }<br \/>\n  \/\/   effects {<br \/>\n  \/\/     slot: &#8220;offhand&#8221;<br \/>\n  \/\/     list: [<br \/>\n  \/\/       { type: &#8220;SPEED&#8221;, amplifier: 1 }<br \/>\n  \/\/     ]<br \/>\n  \/\/   }<br \/>\n  \/\/   lore: [<br \/>\n  \/\/     &#8220;&#038;7Custom head using Base64&#8221;<br \/>\n  \/\/   ]<br \/>\n  \/\/   attributes: [<br \/>\n  \/\/     { type: &#8220;max_health&#8221;, amount: 2.0, operation: &#8220;add_number&#8221;, slot: &#8220;offhand&#8221; }<br \/>\n  \/\/   ]<br \/>\n  \/\/   nbt: { id: &#8220;TemplateID&#8221;, rarity: &#8220;legendary&#8221; }<br \/>\n  \/\/ }<\/p>\n<p>  \/\/ ===================<br \/>\n  \/\/ Talisman Sections<br \/>\n  \/\/ ===================<\/p>\n<p>  GraniteTalisman {<br \/>\n    name: &#8220;&#038;x&#038;f&#038;b&#038;0&#038;0&#038;0&#038;0[\u2605]&#038;x&#038;f&#038;f&#038;6&#038;3&#038;0&#038;0 \u0262\u0280\u1d00\u0274\u026a\u1d1b\u1d07 \u1d1b\u1d00\u029f\u026a\ua731\u1d0d\u1d00\u0274&#8221;<br \/>\n    material: &#8220;totem_of_undying&#8221;<br \/>\n    unbreakable: false<br \/>\n    glow: true<br \/>\n    lore: [<br \/>\n      &#8220;&#038;7\u1d1b\u029c\u1d07 \u0262\u0280\u1d00\u0274\u026a\u1d1b\u1d07 \u1d1b\u1d00\u029f\u026a\ua731\u1d0d\u1d00\u0274 &#8211; \u026a\ua731&#8221;,<br \/>\n      &#8220;&#038;7\u1d1b\u029c\u1d07 \u026a\u0274\ua730\u026a\u0274\u026a\u1d1b\u028f \u1d0f\ua730 \ua731\u1d1b\u0280\u1d07\u0274\u0262\u1d1b\u029c&#8221;,<br \/>\n      &#8220;&#038;7\u1d00\u0274\u1d05 \u1d1b\u029c\u1d07 \ua731\u1d18\u026a\u0280\u026a\u1d1b \u1d0f\ua730 \ua730\u0280\u1d07\u1d07\u1d05\u1d0f\u1d0d&#8221;<br \/>\n    ]<br \/>\n    attributes: [<br \/>\n      {<br \/>\n        type: &#8220;max_health&#8221;<br \/>\n        amount: -4<br \/>\n        operation: &#8220;add_number&#8221;<br \/>\n        slot: &#8220;offhand&#8221;<br \/>\n      },<br \/>\n      {<br \/>\n        type: &#8220;movement_speed&#8221;<br \/>\n        amount: 0.15<br \/>\n        operation: &#8220;add_scalar&#8221;<br \/>\n        slot: &#8220;offhand&#8221;<br \/>\n      },<br \/>\n      {<br \/>\n        type: &#8220;attack_damage&#8221;<br \/>\n        amount: 3.0<br \/>\n        operation: &#8220;add_number&#8221;<br \/>\n        slot: &#8220;offhand&#8221;<br \/>\n      },<br \/>\n    ]<br \/>\n    nbt: {<br \/>\n      id: &#8220;GraniteTalisman&#8221;<br \/>\n      rarity: &#8220;epic&#8221;<br \/>\n    }<br \/>\n  }<br \/>\n  \/\/ ===================<br \/>\n  \/\/ Sphere Sections<br \/>\n  \/\/ ===================<\/p>\n<p>  AndromedaSphere {<br \/>\n    name: &#8220;&#038;x&#038;f&#038;b&#038;0&#038;0&#038;0&#038;0[\u2605] <#ff6300>\u1d00\u0274\u1d05\u0280\u1d0f\u1d0d\u1d07\u1d05\u1d00 \ua731\u1d18\u029c\u1d07\u0280\u1d07&#8221;<br \/>\n    material: &#8220;player_head&#8221;<br \/>\n    texture: &#8220;http:\/\/textures.minecraft.net\/texture\/44ffe3f358f209bad8fff4dc48245d9baf0a031b3c1ee6b758460a339b1519e2&#8221;<br \/>\n    unbreakable: false<br \/>\n    glow: false<br \/>\n    lore: [<br \/>\n      &#8220;&#038;7\u1d1b\u029c\u1d07 \ua731\u1d18\u029c\u1d07\u0280\u1d07 \u0262\u1d1c\u1d00\u0280\u1d05\ua731 \u1d1b\u029c\u1d07 \u0262\u1d00\u1d22\u1d07&#8221;,<br \/>\n      &#8220;&#038;7\u1d0f\ua730 \u1d00\u0274\u1d05\u0280\u1d0f\u1d0d\u1d07\u1d05\u1d00 \u0262\u1d1c\u026a\u1d05\u026a\u0274\u0262 \u1d1b\u029c\u0280\u1d0f\u1d1c\u0262\u029c&#8221;,<br \/>\n      &#8220;&#038;7\u1d1b\u029c\u1d07 \u1d05\u1d00\u0280\u1d0b\u0274\u1d07\ua731\u1d07 \u1d00\u0274\u1d05 \u1d1b\u029c\u1d07 \ua731\u1d1b\u1d00\u0280\ua731&#8221;<br \/>\n    ]<br \/>\n    attributes: [<br \/>\n      {<br \/>\n        type: &#8220;max_health&#8221;<br \/>\n        amount: -4<br \/>\n        operation: &#8220;add_number&#8221;<br \/>\n        slot: &#8220;offhand&#8221;<br \/>\n      },<br \/>\n      {<br \/>\n        type: &#8220;movement_speed&#8221;<br \/>\n        amount: 0.15<br \/>\n        operation: &#8220;add_scalar&#8221;<br \/>\n        slot: &#8220;offhand&#8221;<br \/>\n      },<br \/>\n      {<br \/>\n        type: &#8220;attack_damage&#8221;<br \/>\n        amount: 3.0<br \/>\n        operation: &#8220;add_number&#8221;<br \/>\n        slot: &#8220;offhand&#8221;<br \/>\n      },<br \/>\n      {<br \/>\n        type: &#8220;armor&#8221;<br \/>\n        amount: 2.0<br \/>\n        operation: &#8220;add_number&#8221;<br \/>\n        slot: &#8220;offhand&#8221;<br \/>\n      },<br \/>\n    ]<br \/>\n    nbt: {<br \/>\n      id: &#8220;AndromedaSphere&#8221;<br \/>\n      rarity: &#8220;legendary&#8221;<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Notes<\/p>\n<p>&#8211; Designed for performance and scalability<br \/>\n&#8211; Fully compatible with custom systems<br \/>\n&#8211; Easy to maintain and extend<br \/>\n&#8211; Ideal foundation for advanced RPG plugins  <\/p>\n<p>&#8212;<\/p>\n<p>**FunTalismans** gives you full control over how talismans behave, look, and evolve \u2014<br \/>\nall without restarting your server.<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A complete and highly customizable system of magic talismans for Minecraft servers. Add unique items with attributes, effects, rarities, and much more.<\/p>\n","protected":false},"featured_media":74189,"template":"","meta":{"_minecraft_slug":"funtalismans","_minecraft_project_id":"NBxMOPrc","_minecraft_author":"Keraune","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":637,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"funtalismans.zip","_minecraft_size_bytes":3000310,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T10:03:15.564913Z","_minecraft_date_created":"2025-11-23T05:24:50.339902Z","_minecraft_date_modified":"2025-12-21T02:40:15.152305Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/funtalismans","_minecraft_icon_attachment_id":74189,"_minecraft_imported_at":"2026-06-04T07:31:20+00:00","_minecraft_import_hash":"a73d8826aa6365a466ac8d92e8e79b78","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,88,122,127,92],"mod_loader":[130,132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-74188","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-equipment","mod_category-magic","mod_category-paper","mod_category-utility","mod_loader-bukkit","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FunTalismans - 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\/funtalismans\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FunTalismans - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A complete and highly customizable system of magic talismans for Minecraft servers. Add unique items with attributes, effects, rarities, and much more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/\",\"name\":\"FunTalismans - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/funtalismans-icon-161a0e3c491075d31ba1b031f7703953515a0dfc_96.webp\",\"datePublished\":\"2026-06-04T07:31:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/funtalismans-icon-161a0e3c491075d31ba1b031f7703953515a0dfc_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/funtalismans-icon-161a0e3c491075d31ba1b031f7703953515a0dfc_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/funtalismans\\\/#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\":\"FunTalismans\"}]},{\"@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":"FunTalismans - 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\/funtalismans\/","og_locale":"en_US","og_type":"article","og_title":"FunTalismans - Minecraft","og_description":"A complete and highly customizable system of magic talismans for Minecraft servers. Add unique items with attributes, effects, rarities, and much more.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/","name":"FunTalismans - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/funtalismans-icon-161a0e3c491075d31ba1b031f7703953515a0dfc_96.webp","datePublished":"2026-06-04T07:31:14+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/funtalismans-icon-161a0e3c491075d31ba1b031f7703953515a0dfc_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/funtalismans-icon-161a0e3c491075d31ba1b031f7703953515a0dfc_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/funtalismans\/#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":"FunTalismans"}]},{"@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\/74188","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\/74189"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=74188"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=74188"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=74188"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=74188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}