{"id":114211,"date":"2026-06-06T20:35:47","date_gmt":"2026-06-06T17:35:47","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/"},"modified":"2026-06-06T20:35:47","modified_gmt":"2026-06-06T17:35:47","slug":"npresents-fork","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/","title":{"rendered":"NPresents-Fork"},"content":{"rendered":"<p># \ud83d\udc23 NPresents Fork \u2014 Easter Edition v2.0<\/p>\n<p>**Extended seasonal event plugin for Minecraft servers.**<br \/>\nFork of NPresents by n1zamu \u2014 with 19 animations, new commands, localization and bug fixes.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd Description<\/p>\n<p>NPresents Fork is a plugin for organizing seasonal collection events on your server. Admins hide custom player heads (eggs, pumpkins, presents \u2014 texture is configurable) around the map, and players search for them. Breaking a head triggers a reward command, a fancy animation, and tracks progress. Collect all of them to earn a final prize.<\/p>\n<p>Works for any holiday \u2014 Easter, Halloween, New Year, server anniversary \u2014 just change the head texture and animation type in the config.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfac 19 Collection Animations<\/p>\n<p>The main feature of this fork. Each animation is a unique combination of particles, sounds, and ArmorStand movement that plays when a player collects a present. Set it with one line in config:<\/p>\n<p>&#8220;`yaml<br \/>\nanimationType: &#8220;EGG_CRACK&#8221;<br \/>\n&#8220;`<\/p>\n<p>| Theme | Animations |<br \/>\n|&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8211;|<br \/>\n| Universal (4) | `RISE_AND_EXPLODE` \u00b7 `SPIRAL_UP` \u00b7 `FIREWORK_BURST` \u00b7 `BOUNCE_FADE` |<br \/>\n| Halloween (5) | `GHOST_FLOAT` \u00b7 `SOUL_DRAIN` \u00b7 `BAT_SWARM` \u00b7 `WITCH_CAULDRON` \u00b7 `PUMPKIN_SMASH` |<br \/>\n| New Year (5) | `CONFETTI_POP` \u00b7 `SNOWFLAKE_RISE` \u00b7 `CHAMPAGNE_BURST` \u00b7 `CLOCK_COUNTDOWN` \u00b7 `STAR_TRAIL` |<br \/>\n| Easter (5) | `EGG_CRACK` \u00b7 `RAINBOW_ARC` \u00b7 `BUNNY_HOP` \u00b7 `FLOWER_BLOOM` \u00b7 `SPRING_BREEZE` |<\/p>\n<p>Preview any animation in-game: `\/nPresent test BUNNY_HOP`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udd95 5 New Commands<\/p>\n<p>In addition to the original `give`, `edit`, `clear`, `reload`:<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/nPresent setcoords <cmd>` | Enter a reward command, then right-click any block to place a present there |<br \/>\n| `\/nPresent search [radius] [minY] [maxY]` | Async search for all placed presents in a radius |<br \/>\n| `\/nPresent test [type\/list\/off]` | Admin test mode \u2014 break presents to preview animations, no rewards given |<br \/>\n| `\/nPresent list` | Show all placed presents with coordinates |<br \/>\n| `\/nPresent basehead` | Display the texture of the held skull and compare it with config |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf0d Localization<\/p>\n<p>All messages are stored in separate language files. Russian and English included out of the box. Switch with one line:<\/p>\n<p>&#8220;`yaml<br \/>\nlanguage: &#8220;en&#8221;  # or &#8220;ru&#8221;<br \/>\n&#8220;`<\/p>\n<p>Files are in `plugins\/NPresents\/lang\/` \u2014 edit them or add your own language.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee1\ufe0f Fixes &#038; Improvements<\/p>\n<p>&#8211; **SQL injection fixed** \u2014 all queries now use PreparedStatement (original concatenated strings)<br \/>\n&#8211; **Null-safety** \u2014 plugin won&#8217;t crash if world is unloaded or texture is missing<br \/>\n&#8211; **ConcurrentHashMap** for animations \u2014 no concurrent modification errors<br \/>\n&#8211; **Marker ArmorStand** \u2014 zero hitbox, doesn&#8217;t interfere with players<br \/>\n&#8211; **Placement feedback** \u2014 coordinates shown in chat when a present is placed<br \/>\n&#8211; **Admin RMB info** \u2014 right-click any head with admin permission to see its texture &#038; bound command<br \/>\n&#8211; **Command aliases** \u2014 `\/npresent`, `\/np`, `\/egg`<br \/>\n&#8211; **api-version** updated to 1.16 (was 1.13)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Commands &#038; Permissions<\/p>\n<p>| Command | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/nPresent give <player> <command>` | `nPresent.give` |<br \/>\n| `\/nPresent setcoords <command>` | `nPresent.give` |<br \/>\n| `\/nPresent edit` | `nPresent.edit` |<br \/>\n| `\/nPresent clear` | `nPresent.clear` |<br \/>\n| `\/nPresent reload` | `nPresent.reload` |<br \/>\n| `\/nPresent search [r] [minY] [maxY]` | `nPresent.search` |<br \/>\n| `\/nPresent test [type\/list\/off]` | `nPresent.test` |<br \/>\n| `\/nPresent list` | `nPresent.list` |<br \/>\n| `\/nPresent basehead` | `nPresent.basehead` |<\/p>\n<p>`nPresent.admin` grants access to all commands.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Requirements<\/p>\n<p>&#8211; Minecraft **1.16+**<br \/>\n&#8211; Spigot \/ Paper<br \/>\n&#8211; Java 8+<br \/>\n&#8211; SQLite (default) or YAML database<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Download the `.jar` from the files section<br \/>\n2. Place it in your server&#8217;s `plugins` folder<br \/>\n3. Restart the server<br \/>\n4. Configure `config.yml` \u2014 choose animation type, language, head texture<br \/>\n5. Place presents using `give` or `setcoords`<\/p>\n<p>&#8212;<\/p>\n<p>*Based on NPresents by n1zamu \u00b7 MIT License*<\/p>\n<p>&#8212;<\/p>\n<p>&#8212;<\/p>\n<p># \ud83c\uddf7\ud83c\uddfa \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043d\u0430 \u0440\u0443\u0441\u0441\u043a\u043e\u043c<\/p>\n<p>## NPresents Fork \u2014 Easter Edition v2.0<\/p>\n<p>\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u043f\u043b\u0430\u0433\u0438\u043d \u0434\u043b\u044f \u0441\u0435\u0437\u043e\u043d\u043d\u044b\u0445 \u0438\u0432\u0435\u043d\u0442\u043e\u0432 \u043f\u043e \u0441\u0431\u043e\u0440\u0443 \u043f\u043e\u0434\u0430\u0440\u043a\u043e\u0432. \u0424\u043e\u0440\u043a NPresents \u043e\u0442 n1zamu.<\/p>\n<p>\u0410\u0434\u043c\u0438\u043d \u043f\u0440\u044f\u0447\u0435\u0442 \u043d\u0430 \u043a\u0430\u0440\u0442\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0433\u043e\u043b\u043e\u0432\u044b (\u043f\u043e\u0434\u0430\u0440\u043a\u0438, \u044f\u0439\u0446\u0430, \u0442\u044b\u043a\u0432\u044b \u2014 \u0442\u0435\u043a\u0441\u0442\u0443\u0440\u0430 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f), \u0438\u0433\u0440\u043e\u043a\u0438 \u0438\u0449\u0443\u0442 \u0438 \u043b\u043e\u043c\u0430\u044e\u0442 \u0438\u0445, \u043f\u043e\u043b\u0443\u0447\u0430\u044f \u043d\u0430\u0433\u0440\u0430\u0434\u044b. \u041a\u0442\u043e \u0441\u043e\u0431\u0435\u0440\u0451\u0442 \u0432\u0441\u0435 \u2014 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0444\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u0438\u0437.<\/p>\n<p>### \u0427\u0442\u043e \u043d\u043e\u0432\u043e\u0433\u043e \u0432 \u0444\u043e\u0440\u043a\u0435<\/p>\n<p>**19 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0439 \u043f\u0440\u0438 \u0441\u0431\u043e\u0440\u0435** (\u0432 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u0435 \u0431\u044b\u043b\u0430 1) \u2014 \u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0438: \u0425\u044d\u043b\u043b\u043e\u0443\u0438\u043d, \u041d\u043e\u0432\u044b\u0439 \u0413\u043e\u0434, \u041f\u0430\u0441\u0445\u0430, \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u044b\u0435. \u041a\u0430\u0436\u0434\u0430\u044f \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u044f \u2014 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0440\u0442\u0438\u043a\u043b\u044b, \u0437\u0432\u0443\u043a\u0438, \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f. \u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u043e\u0439: `animationType: &#8220;EGG_CRACK&#8221;`<\/p>\n<p>**5 \u043d\u043e\u0432\u044b\u0445 \u043a\u043e\u043c\u0430\u043d\u0434:**<br \/>\n&#8211; `\/nPresent setcoords <cmd>` \u2014 \u0432\u0432\u0451\u043b \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u2192 \u041f\u041a\u041c \u043f\u043e \u0431\u043b\u043e\u043a\u0443 \u2192 \u043f\u043e\u0434\u0430\u0440\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d<br \/>\n&#8211; `\/nPresent search [\u0440\u0430\u0434\u0438\u0443\u0441] [minY] [maxY]` \u2014 \u0430\u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a \u043f\u043e\u0434\u0430\u0440\u043a\u043e\u0432 \u0432 \u0440\u0430\u0434\u0438\u0443\u0441\u0435<br \/>\n&#8211; `\/nPresent test [\u0442\u0438\u043f\/list\/off]` \u2014 \u0442\u0435\u0441\u0442 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0439 \u0431\u0435\u0437 \u0432\u044b\u0434\u0430\u0447\u0438 \u043d\u0430\u0433\u0440\u0430\u0434<br \/>\n&#8211; `\/nPresent list` \u2014 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043f\u043e\u0434\u0430\u0440\u043a\u043e\u0432 \u0441 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430\u043c\u0438<br \/>\n&#8211; `\/nPresent basehead` \u2014 \u0442\u0435\u043a\u0441\u0442\u0443\u0440\u0430 \u0433\u043e\u043b\u043e\u0432\u044b \u0432 \u0440\u0443\u043a\u0435 + \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435 \u0441 \u043a\u043e\u043d\u0444\u0438\u0433\u043e\u043c<\/p>\n<p>**\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f** \u2014 \u0440\u0443\u0441\u0441\u043a\u0438\u0439 \u0438 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439 \u0432 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u0435. \u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435: `language: &#8220;ru&#8221;`<\/p>\n<p>**\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f:**<br \/>\n&#8211; SQL-\u0438\u043d\u044a\u0435\u043a\u0446\u0438\u044f \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 (PreparedStatement \u0432\u043c\u0435\u0441\u0442\u043e \u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u0438 \u0441\u0442\u0440\u043e\u043a)<br \/>\n&#8211; Null-safety, ConcurrentHashMap \u0434\u043b\u044f \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0439<br \/>\n&#8211; Marker ArmorStand (\u043d\u0443\u043b\u0435\u0432\u043e\u0439 \u0445\u0438\u0442\u0431\u043e\u043a\u0441)<br \/>\n&#8211; \u0410\u0434\u043c\u0438\u043d-\u0438\u043d\u0444\u043e \u043f\u043e \u041f\u041a\u041c, \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435<br \/>\n&#8211; \u0410\u043b\u0438\u0430\u0441\u044b: `\/npresent`, `\/np`, `\/egg`<\/p>\n<p>### \u0422\u0438\u043f\u044b \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0439<\/p>\n<p>| \u0422\u0435\u043c\u0430 | \u0410\u043d\u0438\u043c\u0430\u0446\u0438\u0438 |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;-|<br \/>\n| \u0423\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u044b\u0435 (4) | `RISE_AND_EXPLODE`, `SPIRAL_UP`, `FIREWORK_BURST`, `BOUNCE_FADE` |<br \/>\n| \u0425\u044d\u043b\u043b\u043e\u0443\u0438\u043d (5) | `GHOST_FLOAT`, `SOUL_DRAIN`, `BAT_SWARM`, `WITCH_CAULDRON`, `PUMPKIN_SMASH` |<br \/>\n| \u041d\u043e\u0432\u044b\u0439 \u0413\u043e\u0434 (5) | `CONFETTI_POP`, `SNOWFLAKE_RISE`, `CHAMPAGNE_BURST`, `CLOCK_COUNTDOWN`, `STAR_TRAIL` |<br \/>\n| \u041f\u0430\u0441\u0445\u0430 (5) | `EGG_CRACK`, `RAINBOW_ARC`, `BUNNY_HOP`, `FLOWER_BLOOM`, `SPRING_BREEZE` |<\/p>\n<p>### \u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u044c<\/p>\n<p>&#8211; Minecraft 1.16+<br \/>\n&#8211; Spigot \/ Paper<br \/>\n&#8211; Java 8+<br \/>\n&#8211; SQLite \u0438\u043b\u0438 YAML<\/p>\n<p>&#8212;<\/p>\n<p>*\u041e\u0441\u043d\u043e\u0432\u0430\u043d\u043e \u043d\u0430 NPresents \u043e\u0442 n1zamu \u00b7 \u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f MIT*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Gifts Plugin with interesting funcitons<\/p>\n","protected":false},"featured_media":114212,"template":"","meta":{"_minecraft_slug":"npresents-fork","_minecraft_project_id":"VWqZbQTY","_minecraft_author":"SIMBAY","_minecraft_license":"MIT","_minecraft_downloads":5,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"npresents-fork.zip","_minecraft_size_bytes":88514,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:26:55.625447Z","_minecraft_date_created":"2026-04-17T02:09:20.735706Z","_minecraft_date_modified":"2026-04-12T17:43:48.255101Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/npresents-fork","_minecraft_icon_attachment_id":114212,"_minecraft_imported_at":"2026-06-06T17:35:48+00:00","_minecraft_import_hash":"d8319770da67b1accb7ebface153b760","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,866,127,128],"mod_loader":[130,132,133],"minecraft_version":[118,119,120,46,47,48],"class_list":["post-114211","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NPresents-Fork - 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\/npresents-fork\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NPresents-Fork - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Gifts Plugin with interesting funcitons\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/\",\"name\":\"NPresents-Fork - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/npresents-fork-icon-90bbdf9dc572563f414c4129db4ec7388700e385_96.webp\",\"datePublished\":\"2026-06-06T17:35:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/npresents-fork-icon-90bbdf9dc572563f414c4129db4ec7388700e385_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/npresents-fork-icon-90bbdf9dc572563f414c4129db4ec7388700e385_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/npresents-fork\\\/#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\":\"NPresents-Fork\"}]},{\"@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":"NPresents-Fork - 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\/npresents-fork\/","og_locale":"en_US","og_type":"article","og_title":"NPresents-Fork - Minecraft","og_description":"Gifts Plugin with interesting funcitons","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/","name":"NPresents-Fork - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/npresents-fork-icon-90bbdf9dc572563f414c4129db4ec7388700e385_96.webp","datePublished":"2026-06-06T17:35:47+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/npresents-fork-icon-90bbdf9dc572563f414c4129db4ec7388700e385_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/npresents-fork-icon-90bbdf9dc572563f414c4129db4ec7388700e385_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/npresents-fork\/#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":"NPresents-Fork"}]},{"@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\/114211","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\/114212"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=114211"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=114211"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=114211"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=114211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}