{"id":14116,"date":"2026-05-31T20:48:30","date_gmt":"2026-05-31T17:48:30","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/"},"modified":"2026-05-31T20:48:30","modified_gmt":"2026-05-31T17:48:30","slug":"ancient-backup","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/","title":{"rendered":"Ancient-Backup"},"content":{"rendered":"<p># \ud83d\udee1\ufe0f Ancient-Backup<\/p>\n<p>**The most advanced backup solution for Minecraft servers**<\/p>\n<p>![Modrinth Downloads](https:\/\/modrinth.com\/plugin\/ancient-backup)<br \/>\n![Version](https:\/\/modrinth.com\/plugin\/ancient-backup)<br \/>\n![License](LICENSE)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>### \ud83d\ude80 **High-Performance Compression**<br \/>\n&#8211; **ZSTD Compression**: 3-5x faster than traditional ZIP with better compression ratios<br \/>\n&#8211; **Adjustable Levels**: Balance between speed and file size (0-9)<br \/>\n&#8211; **Streaming Mode**: Compress and upload simultaneously with zero local disk usage<\/p>\n<p>### \ud83d\udce4 **Multiple Upload Destinations**<br \/>\n&#8211; **SFTP** &#8211; Secure FTP with SSH encryption (recommended)<br \/>\n&#8211; **FTPS** &#8211; FTP over TLS\/SSL<br \/>\n&#8211; **OneDrive\/SharePoint** &#8211; Microsoft Graph API integration<br \/>\n&#8211; **Google Drive** &#8211; Direct cloud upload support<\/p>\n<p>### \ud83d\udd04 **Smart Upload Management**<br \/>\n&#8211; **Parallel Uploads**: Upload to multiple destinations simultaneously<br \/>\n&#8211; **Resume Support**: Automatically resume interrupted uploads (SFTP\/FTPS)<br \/>\n&#8211; **Adaptive Throttling**: Reduces backup speed if server TPS drops to prevent lag<br \/>\n&#8211; **Upload Retry**: Manual `\/abackup uploadlast` command to retry failed uploads<\/p>\n<p>### \ud83d\udcca **Real-Time Progress Tracking**<br \/>\n&#8211; **Live Console Output**: See compression and upload progress every 5 seconds<br \/>\n&#8211; **Discord Webhooks**: Beautiful embeds with progress bars and statistics<br \/>\n&#8211; **Speed Monitoring**: Real-time MB\/s tracking for uploads and compression<\/p>\n<p>### \ud83c\udfaf **Advanced Features**<br \/>\n&#8211; **File Exclusions**: Skip large folders like dynmap tiles or BlueMap renders using glob patterns<br \/>\n&#8211; **Automatic Retention**: Keep only the last N backups on remote servers<br \/>\n&#8211; **Flexible Scheduling**: Run backups every X minutes or at specific times daily<br \/>\n&#8211; **World Save Safety**: Automatically disables auto-save during backups to prevent corruption<br \/>\n&#8211; **Memory Management**: Automatic RAM cleanup after backups complete<br \/>\n&#8211; **Staff Notifications**: In-game notifications for players with permission<\/p>\n<p>### \ud83d\udd12 **Security &#038; Reliability**<br \/>\n&#8211; **Strict Host Key Checking**: Verify SFTP server fingerprints to prevent MITM attacks<br \/>\n&#8211; **SSH Key Authentication**: Use private keys instead of passwords<br \/>\n&#8211; **TLS\/SSL Support**: Encrypted connections for FTPS<br \/>\n&#8211; **Cancellable Backups**: Stop backups mid-process with `\/abackup cancel`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **Server Software**: Paper\/Spigot\/Bukkit 1.20.6+<br \/>\n&#8211; **Java**: 21 or higher<br \/>\n&#8211; **Permissions**: `ancientbackup.admin` for commands, `ancientbackup.notify` for notifications<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Quick Start<\/p>\n<p>### Installation<\/p>\n<p>1. Download the latest version from Modrinth<br \/>\n2. Place the JAR file in your `plugins\/` folder<br \/>\n3. Restart your server<br \/>\n4. Configure `plugins\/Ancient-Backup\/config.yml`<\/p>\n<p>### Basic Configuration<\/p>\n<p>&#8220;`yaml<br \/>\nbackup:<br \/>\n  use-zstd: true          # Enable ZSTD compression (recommended)<br \/>\n  zip-level: 1            # 1 = fast, 9 = smallest file<\/p>\n<p>schedule:<br \/>\n  enabled: true           # Enable automatic backups<br \/>\n  every-minutes: 360      # Backup every 6 hours<\/p>\n<p>upload:<br \/>\n  sftp:<br \/>\n    enabled: true<br \/>\n    host: &#8220;your-server.com&#8221;<br \/>\n    port: 22<br \/>\n    username: &#8220;backup-user&#8221;<br \/>\n    password: &#8220;your-password&#8221;<br \/>\n    remote-folder: &#8220;\/backups\/minecraft&#8221;<br \/>\n&#8220;`<\/p>\n<p>### First Backup<\/p>\n<p>Run your first backup with:<br \/>\n&#8220;`<br \/>\n\/abackup start<br \/>\n&#8220;`<\/p>\n<p>Check status with:<br \/>\n&#8220;`<br \/>\n\/abackup status<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Commands<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/abackup start` | `ancientbackup.admin` | Start a new backup |<br \/>\n| `\/abackup cancel` | `ancientbackup.admin` | Cancel the running backup |<br \/>\n| `\/abackup status` | `ancientbackup.admin` | Check backup progress |<br \/>\n| `\/abackup uploadlast` | `ancientbackup.admin` | Retry uploading the last backup |<br \/>\n| `\/abackup reload` | `ancientbackup.admin` | Reload configuration |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Discord Integration<\/p>\n<p>Get beautiful real-time updates in Discord:<\/p>\n<p>&#8220;`yaml<br \/>\ndiscord:<br \/>\n  enabled: true<br \/>\n  webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/&#8230;&#8221;<br \/>\n  notifications:<br \/>\n    on-backup-start: true<br \/>\n    on-zip-complete: true<br \/>\n    on-upload-start: true<br \/>\n    on-upload-complete: true<br \/>\n    on-backup-complete: true<br \/>\n&#8220;`<\/p>\n<p>**Features:**<br \/>\n&#8211; \ud83d\udcca Color-coded embeds for different phases<br \/>\n&#8211; \ud83d\udcc8 Visual progress bars<br \/>\n&#8211; \u26a1 Real-time speed and ETA<br \/>\n&#8211; \ud83c\udfaf Step-by-step progress tracking (1\/5, 2\/5, etc.)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Advanced Configuration<\/p>\n<p>### File Exclusions<\/p>\n<p>Exclude large folders to reduce backup size:<\/p>\n<p>&#8220;`yaml<br \/>\nbackup:<br \/>\n  exclude:<br \/>\n    &#8211; &#8220;logs\/*.gz&#8221;<br \/>\n    &#8211; &#8220;logs\/*.log.*&#8221;<br \/>\n    &#8211; &#8220;plugins\/dynmap\/web\/tiles\/**&#8221;<br \/>\n    &#8211; &#8220;plugins\/BlueMap\/web\/**&#8221;<br \/>\n    &#8211; &#8220;**\/cache\/**&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Streaming Mode<\/p>\n<p>Compress and upload simultaneously (no local file):<\/p>\n<p>&#8220;`yaml<br \/>\nupload:<br \/>\n  streaming-compression: true  # Requires SFTP or FTPS<br \/>\n&#8220;`<\/p>\n<p>**Benefits:**<br \/>\n&#8211; \u26a1 Faster overall backup time<br \/>\n&#8211; \ud83d\udcbe No local disk space usage<br \/>\n&#8211; \ud83d\udd04 Real-time progress updates<\/p>\n<p>**Limitations:**<br \/>\n&#8211; \u26a0\ufe0f Retention policies not supported in streaming mode<br \/>\n&#8211; \ud83d\udccd Requires SFTP or FTPS destination<\/p>\n<p>### Performance Tuning<\/p>\n<p>Optimize for your server:<\/p>\n<p>&#8220;`yaml<br \/>\nperformance:<br \/>\n  max-memory-mb: 512          # Maximum RAM usage<br \/>\n  max-buffer-kb: 8192         # Buffer size for compression<br \/>\n  gc-after-zip: true          # Free memory after compression<br \/>\n  cleanup-after-backup: true  # Full memory cleanup<br \/>\n  tps-threshold: 18.0         # Slow down if TPS drops below this<br \/>\n&#8220;`<\/p>\n<p>### Retention Policies<\/p>\n<p>Automatically delete old backups:<\/p>\n<p>&#8220;`yaml<br \/>\nretention:<br \/>\n  enabled: true<br \/>\n  keep-last: 7                # Keep only the last 7 backups<br \/>\n  filename-prefix: &#8220;backup-&#8221;  # Filter files by prefix<br \/>\n  filename-suffix: &#8220;.tar.zst&#8221; # Filter files by extension<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 SSH Key Authentication<\/p>\n<p>For enhanced security, use SSH keys instead of passwords:<\/p>\n<p>1. Generate an SSH key:<br \/>\n   &#8220;`bash<br \/>\n   ssh-keygen -t ed25519 -f ~\/.ssh\/minecraft_backup<br \/>\n   &#8220;`<\/p>\n<p>2. Add the public key to your server:<br \/>\n   &#8220;`bash<br \/>\n   ssh-copy-id -i ~\/.ssh\/minecraft_backup.pub user@your-server.com<br \/>\n   &#8220;`<\/p>\n<p>3. Configure Ancient-Backup:<br \/>\n   &#8220;`yaml<br \/>\n   sftp:<br \/>\n     private-key-path: &#8220;plugins\/Ancient-Backup\/minecraft_backup&#8221;<br \/>\n     password: &#8220;&#8221;  # Leave empty when using key auth<br \/>\n   &#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Performance<\/p>\n<p>### Benchmark Results<\/p>\n<p>Tested on a 10GB Minecraft server with Paper 1.21.10:<\/p>\n<p>| Method | Time | CPU Usage | Disk I\/O |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;-|<br \/>\n| **ZSTD Level 1** | 2m 15s | Low | Minimal |<br \/>\n| **ZIP Level 1** | 6m 30s | Medium | Medium |<br \/>\n| **ZIP Level 9** | 12m 45s | High | High |<\/p>\n<p>**Streaming Mode:** Reduces total backup time by 30-40% compared to traditional mode.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc1b Troubleshooting<\/p>\n<p>### No progress output?<br \/>\n&#8211; Ensure you&#8217;re using the latest version<br \/>\n&#8211; Check that your upload destination is properly configured<br \/>\n&#8211; Look for error messages in the console<\/p>\n<p>### Upload fails?<br \/>\n&#8211; Use `\/abackup uploadlast` to retry<br \/>\n&#8211; Check network connectivity and credentials<br \/>\n&#8211; Enable debug logging in config.yml<\/p>\n<p>### Server lags during backup?<br \/>\n&#8211; Lower `performance.max-buffer-kb` to reduce memory usage<br \/>\n&#8211; Reduce `backup.zip-level` to use less CPU<br \/>\n&#8211; Set `performance.tps-threshold` higher to trigger throttling sooner<\/p>\n<p>### Discord notifications not working?<br \/>\n&#8211; Verify webhook URL is correct<br \/>\n&#8211; Test webhook manually using curl or online tools<br \/>\n&#8211; Check that `discord.enabled: true`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udd1d Support<\/p>\n<p>&#8211; **Issues**: GitHub Issues<br \/>\n&#8211; **Discord**: Join our Discord Server<br \/>\n&#8211; **Documentation**: Wiki<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd License<\/p>\n<p>This plugin is released under the MIT License. See [LICENSE](LICENSE) for details.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2b50 Support the Project<\/p>\n<p>If you find Ancient-Backup useful, please consider:<br \/>\n&#8211; \u2b50 Starring the project on GitHub<br \/>\n&#8211; \ud83d\udce2 Sharing it with other server owners<br \/>\n&#8211; \ud83d\udcac Leaving a review on Modrinth<br \/>\n&#8211; \u2615 Supporting development<\/p>\n<p>&#8212;<\/p>\n<p>**Made with \u2764\ufe0f for the Minecraft community**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A all-in-one backup system for your minecraft server!<\/p>\n","protected":false},"featured_media":14117,"template":"","meta":{"_minecraft_slug":"ancient-backup","_minecraft_project_id":"IvgTLMRU","_minecraft_author":"mysticalcraft-ancientvipers","_minecraft_license":"MIT","_minecraft_downloads":107,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ancient-backup.zip","_minecraft_size_bytes":74849598,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T19:37:12.953183Z","_minecraft_date_created":"2025-12-14T00:28:11.617705Z","_minecraft_date_modified":"2026-01-04T10:59:30.303463Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ancient-backup","_minecraft_icon_attachment_id":14117,"_minecraft_imported_at":"2026-05-31T17:48:31+00:00","_minecraft_import_hash":"4d968b08901b29ee21eeb42f3ad65632","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,126,90,127,128,129,91,123,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[845,846,847,848,849,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-14116","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-2-1","minecraft_version-1-2-2","minecraft_version-1-2-3","minecraft_version-1-2-4","minecraft_version-1-2-5","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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>Ancient-Backup - 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\/ancient-backup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ancient-Backup - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A all-in-one backup system for your minecraft server!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/\" \/>\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\\\/ancient-backup\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ancient-backup\\\/\",\"name\":\"Ancient-Backup - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ancient-backup\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ancient-backup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ancient-backup-icon-ef17930d987eef032d85e489fd3c8341cf2be4c0_96.webp\",\"datePublished\":\"2026-05-31T17:48:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ancient-backup\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ancient-backup\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ancient-backup\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ancient-backup-icon-ef17930d987eef032d85e489fd3c8341cf2be4c0_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ancient-backup-icon-ef17930d987eef032d85e489fd3c8341cf2be4c0_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ancient-backup\\\/#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\":\"Ancient-Backup\"}]},{\"@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":"Ancient-Backup - 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\/ancient-backup\/","og_locale":"en_US","og_type":"article","og_title":"Ancient-Backup - Minecraft","og_description":"A all-in-one backup system for your minecraft server!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/","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\/ancient-backup\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/","name":"Ancient-Backup - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ancient-backup-icon-ef17930d987eef032d85e489fd3c8341cf2be4c0_96.webp","datePublished":"2026-05-31T17:48:30+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ancient-backup-icon-ef17930d987eef032d85e489fd3c8341cf2be4c0_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ancient-backup-icon-ef17930d987eef032d85e489fd3c8341cf2be4c0_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ancient-backup\/#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":"Ancient-Backup"}]},{"@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\/14116","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\/14117"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=14116"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=14116"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=14116"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=14116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}