{"id":62992,"date":"2026-06-03T18:24:29","date_gmt":"2026-06-03T15:24:29","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/"},"modified":"2026-06-03T18:24:29","modified_gmt":"2026-06-03T15:24:29","slug":"emojify","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/","title":{"rendered":"Emojify"},"content":{"rendered":"<p># \ud83d\ude00Emojify\ud83d\ude00<br \/>\nAn emoji panel plugin allows players to use emojis in chat using the built into resource pack  font function.<br \/>\nTo open the panel type &#8220;`\/emoji&#8220;`<\/p>\n<p>![Emoji panel](https:\/\/cdn.modrinth.com\/data\/cached_images\/dfbefb765c5542b083aa6c642ed95cdcb1e489e7.png)<br \/>\n# Features<br \/>\n&#8211; \ud83e\udd73Custom Emojis\ud83e\udd73<br \/>\n&#8211; Custom UI<br \/>\n&#8211; Automatic resource pack downloader<br \/>\n# Set up<br \/>\n&#8211; To make your own emoji, you will first need a &#8220;`.png&#8220;` file of your emoji.<br \/>\n&#8211; Then I recommend making your emoji on already built-in emojis, which you can get from GitHub from here. Then extract the resource pack from the &#8220;`Emojify.zip&#8220;` and open it in your editor of choice, I will be using VSCode. You should see something like this:<\/p>\n<details>\n<summary>Resource pack<\/summary>\n<p>  ![Folders](https:\/\/cdn.modrinth.com\/data\/cached_images\/7f717ba5f5fa841865444921a5e163541f752561.png)<\/p>\n<\/details>\n<p>&#8211; I will be adding emote of Shrek: <\/p>\n<details>\n<summary>Shrek<\/summary>\n<p>![Shrek](https:\/\/cdn.modrinth.com\/data\/cached_images\/2b97c9d7581c09990038e5d1d5470ea886e21991_0.webp)<\/p>\n<\/details>\n<p>&#8211; First place your &#8220;`image.png&#8220;` into &#8220;`assets\/minecraft\/textures\/item\/emoji\/[Your folder]\/image.png&#8220;`.**WARNING**: your &#8220;`image.png&#8220;` should be all lower caps<\/p>\n<p>&#8211; After that, go to &#8220;`assets\/minecraft\/font\/default.json&#8220;` and create a new bitmap for a random Unicode character you can get from here.<\/p>\n<details>\n<summary>Example<\/summary>\n<p>&#8220;`<br \/>\n{<br \/>\n    &#8220;providers&#8221;: [<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/guis\/pixel.png&#8221;,&#8221;ascent&#8221;: -2000,&#8221;height&#8221;: -3,&#8221;chars&#8221;: [&#8220;\u4e03&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/guis\/upper_section.png&#8221;,&#8221;ascent&#8221;: 13,&#8221;height&#8221;: 222,&#8221;chars&#8221;: [&#8220;\u31fa&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/red_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u5a80&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/orange_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u9b23&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/yellow_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u89ee&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/green_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u7d99&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/light_blue_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u4f43&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/blue_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u9752&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/purple_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u6a59&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/pink_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u7d2b&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/heartpulse.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u68be&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/white_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u767d&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/hearts\/black_heart.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u9ed2&#8221;]},<br \/>\n      {&#8220;type&#8221;: &#8220;bitmap&#8221;, &#8220;file&#8221;: &#8220;minecraft:item\/emoji\/shrek\/pepe_shrek.png&#8221;, &#8220;ascent&#8221;: 8, &#8220;height&#8221;: 10, &#8220;chars&#8221;: [&#8220;\u08a2&#8221;]}<br \/>\n    ]<br \/>\n  }<br \/>\n&#8220;`<br \/>\n![example](https:\/\/cdn.modrinth.com\/data\/cached_images\/6c939d8e868704cff1cc8ae0b0fb674dc413ca6f.png)<\/p>\n<p>You can change &#8220;ascent&#8221; and &#8220;height&#8221; to change how it is displayed<\/p>\n<\/details>\n<p>&#8211; Then create new json file &#8220;`assets\/minecraft\/models\/item\/emoji\/[Your folder]\/[Your emoji name].json&#8220;` and paste this into it:<\/p>\n<details>\n<summary>Example<\/summary>\n<p>&#8220;`<br \/>\n{<br \/>\n    &#8220;parent&#8221;: &#8220;minecraft:item\/generated&#8221;,<br \/>\n    &#8220;textures&#8221;: {<br \/>\n        &#8220;layer0&#8221;: &#8220;minecraft:item\/emoji\/shrek\/pepe_shrek&#8221;<br \/>\n    }<br \/>\n  }<br \/>\n&#8220;`<\/p>\n<p>![Example of model](https:\/\/cdn.modrinth.com\/data\/cached_images\/8ad8b43be561d1f94a8dc048b3437a1fa1444159.png)<\/p>\n<p>**WARNING**:Do not use &#8220;`.png&#8220;` extension at the end of the file path<\/p>\n<\/details>\n<p>&#8211; Then go to &#8220;`assets\/minecraft\/models\/item\/enchanted_book.json&#8220;` and add your model that you created before:<\/p>\n<details>\n<summary>Example of enchanted_book.json<\/summary>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;parent&#8221;: &#8220;minecraft:item\/generated&#8221;,<br \/>\n  &#8220;textures&#8221;: {<br \/>\n    &#8220;layer0&#8221;: &#8220;minecraft:item\/enchanted_book&#8221;<br \/>\n  },<br \/>\n  &#8220;overrides&#8221;: [<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 101}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/red_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 102}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/orange_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 103}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/yellow_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 104}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/green_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 105}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/light_blue_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 106}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/blue_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 107}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/purple_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 108}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/pink_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 109}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/heartpulse&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 110}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/white_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 111}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/hearts\/black_heart&#8221;},<br \/>\n    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;: 201}, &#8220;model&#8221;:&#8221;minecraft:item\/emoji\/shrek\/shrek&#8221;}<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>![Example](https:\/\/cdn.modrinth.com\/data\/cached_images\/655ac58ad152e1d581c29b37e6b0555ba03181b6.png)<\/p>\n<p>**WARNING**:Do not use &#8220;`.json&#8220;` extension at the end of the file path and make sure that the custom_model_data goes up in numerical order, if not it will not display the custom item<br \/>\n<\/details>\n<p>&#8211; And finally just go to your server and modify the &#8220;`plugins\/Emojify\/config.yml&#8220;` like this:<\/p>\n<details>\n<summary>Example of config.yml<\/summary>\n<p>![config.yml](https:\/\/cdn.modrinth.com\/data\/cached_images\/a67221ec86d2e72528bf752033d42715b6082c4d.png)<\/p>\n<p>&#8220;`<br \/>\ninventories:<br \/>\n  slot0:<br \/>\n    name: &#8220;&#038;b&#038;lHearts&#8221;  #name of the item in the main inventory<br \/>\n    invName: &#8220;&#038;f\u4e03\u4e03\u4e03\u4e03\u4e03\u4e03\u4e03\u4e03\u31fa&#8221;<br \/>\n    slots: 54<br \/>\n    id: 101 #id of the custom item<br \/>\n  slot1:<br \/>\n    name: &#8220;&#038;b&#038;lShrek&#8221;<br \/>\n    invName: &#8220;&#038;f\u4e03\u4e03\u4e03\u4e03\u4e03\u4e03\u4e03\u4e03\u31fa&#8221;<br \/>\n    slots: 54<br \/>\n    id: 201<br \/>\n&#8220;`<br \/>\n![config.yml](https:\/\/cdn.modrinth.com\/data\/cached_images\/4b067e9e6aceb6effd2db4b009cd8b4565ceb51d.png)<\/p>\n<p>&#8220;`<br \/>\nslot1:<br \/>\n  slot0:<br \/>\n    name: &#8220;\u08a2&#8221;<br \/>\n    id: 201<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>&#8211; One last thing, compress your resource pack to &#8220;`.zip&#8220;` and upload it to mc-packs.net and enter url and hash to &#8220;`plugins\/Emojify\/config.yml&#8220;`.<\/p>\n<details>\n<summary>Upload the resource pack<\/summary>\n<p>![config.yml](https:\/\/cdn.modrinth.com\/data\/cached_images\/53327ad12b4cf471cef9bd44ff3163838f93998d.png)<\/p>\n<p>&#8220;`<br \/>\nresourcepack:<br \/>\n  enabled: true<br \/>\n  url: &#8220;https:\/\/download.mc-packs.net\/pack\/df6a68cf95a3942c64dcfc64a9d5a4ff7cd19ab0.zip&#8221; #url to the resource pack<br \/>\n  sha1: &#8220;df6a68cf95a3942c64dcfc64a9d5a4ff7cd19ab0&#8221; #sha1 hash of the resource pack<br \/>\n  prompt: &#8220;&#038;6Please download the Emojify resource pack (without it plugin will not work)&#8221; #prompt when player joins the server<br \/>\n  force: false #force the resource pack<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Result<\/summary>\n<p>![result](https:\/\/cdn.modrinth.com\/data\/cached_images\/ff8a33884ae3d0ad1bd97ef1002b35419b16f410.png)<br \/>\n![result](https:\/\/cdn.modrinth.com\/data\/cached_images\/3daab65e95fc624d228f69e8f679ab1c96ccad58.png)<\/p>\n<\/details>\n<p># FAQ<br \/>\n## Why does it take so long to create an emoji?<br \/>\nI know, and I am planning on realising some sort of automation tool<br \/>\n## I found some bug or glitch, or I have a suggestion!!!<br \/>\nFeel free to share the suggestion, bugs and glitches with me on Discord TechnicFox<br \/>\n## You said that there is custom UI<br \/>\nI am still experimenting with this feature, but for now you can try modifying the &#8220;`assets\/minecraft\/textures\/item\/guis\/upper_section.png&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Plugin that adds support for emojis<\/p>\n","protected":false},"featured_media":62993,"template":"","meta":{"_minecraft_slug":"emojify","_minecraft_project_id":"x5rwLiQ5","_minecraft_author":"TechnicFox","_minecraft_license":"MIT","_minecraft_downloads":93,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"emojify.zip","_minecraft_size_bytes":14963,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T19:52:59.396470Z","_minecraft_date_created":"2024-10-13T20:02:34.505303Z","_minecraft_date_modified":"2024-10-12T11:41:50.768381Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/emojify","_minecraft_icon_attachment_id":62993,"_minecraft_imported_at":"2026-06-03T15:24:29+00:00","_minecraft_import_hash":"1d6bd5901d564c8bea3cf2048c0e7784","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,867,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37],"class_list":["post-62992","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Emojify - 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\/emojify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Emojify - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Plugin that adds support for emojis\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/\" \/>\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\\\/emojify\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/emojify\\\/\",\"name\":\"Emojify - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/emojify\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/emojify\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/emojify-icon-d896a764139e6d529918ad3f59be2f96139afa41_96.webp\",\"datePublished\":\"2026-06-03T15:24:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/emojify\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/emojify\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/emojify\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/emojify-icon-d896a764139e6d529918ad3f59be2f96139afa41_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/emojify-icon-d896a764139e6d529918ad3f59be2f96139afa41_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/emojify\\\/#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\":\"Emojify\"}]},{\"@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":"Emojify - 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\/emojify\/","og_locale":"en_US","og_type":"article","og_title":"Emojify - Minecraft","og_description":"Plugin that adds support for emojis","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/","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\/emojify\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/","name":"Emojify - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/emojify-icon-d896a764139e6d529918ad3f59be2f96139afa41_96.webp","datePublished":"2026-06-03T15:24:29+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/emojify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/emojify-icon-d896a764139e6d529918ad3f59be2f96139afa41_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/emojify-icon-d896a764139e6d529918ad3f59be2f96139afa41_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/emojify\/#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":"Emojify"}]},{"@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\/62992","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\/62993"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=62992"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=62992"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=62992"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=62992"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}