{"id":35141,"date":"2026-06-01T19:57:56","date_gmt":"2026-06-01T16:57:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/"},"modified":"2026-06-01T19:57:56","modified_gmt":"2026-06-01T16:57:56","slug":"bs-banhammer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/","title":{"rendered":"BS-BanHammer"},"content":{"rendered":"<p># \u26a1 BanHammer 4.0.0 &#8211; Enhanced Edition<\/p>\n<p>**The most feature-rich ban hammer plugin for Paper &#038; Folia 26.1.x servers**<\/p>\n<p>Transform your moderation workflow with a dramatic ban hammer that strikes players with lightning, particles, and sound effects &#8211; all while maintaining a complete punishment database and Discord integration.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Resource Pack<\/p>\n<p>**The BanHammer texture pack is available as a separate download:**<\/p>\n<p>\u27a1\ufe0f **BS-BanHammer Resource Pack**<\/p>\n<p>Staff members will see a clickable download hint on join (configurable in `config.yml`).<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfaf What Makes BS-BanHammer Special?<\/p>\n<p>### \ud83d\udd28 Dual-Action Preset System<\/p>\n<p>**Ban Presets (Shift + Right-Click):**<br \/>\n&#8211; Cycle through unlimited predefined ban types on-the-fly<br \/>\n&#8211; Each preset has custom duration, reason, IP-ban option, and sound<br \/>\n&#8211; Actionbar feedback shows active preset<br \/>\n&#8211; No commands needed &#8211; just shift-click and ban!<\/p>\n<p>**Kick\/Jail Presets (Shift + Left-Click):**<br \/>\n&#8211; Mix instant kicks and timed jails in one preset list<br \/>\n&#8211; Left-click players to execute with active preset<br \/>\n&#8211; Perfect for quick moderation without typing commands<br \/>\n&#8211; Separate preset tracking from ban presets<\/p>\n<p>**Example Workflow:**<br \/>\n&#8220;`<br \/>\n1. Shift + Right-Click \u2192 Switch to &#8220;7 Day Ban&#8221; preset<br \/>\n2. Right-Click on griefer \u2192 Instantly banned for 7 days with lightning!<br \/>\n3. Shift + Left-Click \u2192 Switch to &#8220;30 Min Jail&#8221; preset<br \/>\n4. Left-Click on spammer \u2192 Jailed for 30 minutes<br \/>\n&#8220;`<\/p>\n<p>### \u26a1 Dramatic Visual Effects<\/p>\n<p>Every punishment comes with spectacular effects:<br \/>\n&#8211; **Lightning strikes** at player location<br \/>\n&#8211; **Thunder &#038; explosion sounds** for maximum impact<br \/>\n&#8211; **Particle effects** (critical hits &#038; smoke)<br \/>\n&#8211; **Optional knockback** for extra drama<br \/>\n&#8211; Fully configurable per preset<\/p>\n<p>### \ud83d\udcca Complete Database System<\/p>\n<p>**SQLite or MySQL &#8211; Your Choice:**<br \/>\n&#8211; SQLite for single-server setups (zero configuration)<br \/>\n&#8211; MySQL for multi-server networks (shared ban database)<br \/>\n&#8211; Complete punishment history tracking<br \/>\n&#8211; Staff statistics and leaderboards<br \/>\n&#8211; Automatic cleanup of expired punishments<br \/>\n&#8211; GDPR-compliant IP anonymization<\/p>\n<p>### \ud83d\udd04 Auto-Unban Scheduler<\/p>\n<p>Set it and forget it:<br \/>\n&#8211; Automatic unbanning when temporary punishments expire<br \/>\n&#8211; Works for temp-bans, temp-mutes, and jail sentences<br \/>\n&#8211; Configurable check intervals (default: 60 seconds)<br \/>\n&#8211; Discord notifications on auto-unbans<br \/>\n&#8211; Event system for external plugins<\/p>\n<p>### \ud83c\udfad Extended Punishment Types<\/p>\n<p>**Beyond Bans:**<br \/>\n&#8211; **Mute System** &#8211; Blocks chat and commands (permanent or temporary)<br \/>\n&#8211; **Jail System** &#8211; Locks players in place with Essentials integration<br \/>\n&#8211; **Warning System** &#8211; Auto-ban after X warnings (configurable)<br \/>\n&#8211; **IP Bans** &#8211; Network-wide bans with anonymization options<br \/>\n&#8211; **Appeals** &#8211; Let players submit unban requests<\/p>\n<p>### \ud83c\udf10 Essentials Jail Integration<\/p>\n<p>**Smart Integration:**<br \/>\n&#8211; Soft dependency &#8211; no hard requirement<br \/>\n&#8211; Automatically uses Essentials jails if available<br \/>\n&#8211; Falls back to built-in jail system<br \/>\n&#8211; Works with existing Essentials jail configurations<br \/>\n&#8211; Reflection-based &#8211; no version conflicts<\/p>\n<p>### \ud83d\udcac Discord Webhook Integration<\/p>\n<p>**Real-Time Moderation Logs:**<br \/>\n&#8211; Color-coded embeds for different actions<br \/>\n&#8211; Rich information: player, staff, reason, duration<br \/>\n&#8211; Works independently of database<br \/>\n&#8211; Configurable per event type (bans, kicks, mutes, unbans, appeals)<br \/>\n&#8211; Automatic notifications on punishment expiry<\/p>\n<p>### \ud83c\udf0d Multi-Language Support<\/p>\n<p>Fully translated:<br \/>\n&#8211; \ud83c\udde9\ud83c\uddea **German** &#8211; Vollst\u00e4ndig \u00fcbersetzt<br \/>\n&#8211; \ud83c\uddec\ud83c\udde7 **English** &#8211; Fully translated<br \/>\n&#8211; All messages configurable in YAML files<br \/>\n&#8211; Easy to add custom languages<\/p>\n<p>### \ud83d\udd0c Developer-Friendly API<\/p>\n<p>**Custom Events:**<br \/>\n&#8220;`java<br \/>\nPlayerPunishEvent      \/\/ Cancellable, fired before punishment<br \/>\nPlayerPunishedEvent    \/\/ Fired after successful punishment<br \/>\nPlayerUnpunishedEvent  \/\/ Fired when punishment removed<br \/>\n&#8220;`<\/p>\n<p>**PunishmentManager API:**<br \/>\n&#8220;`java<br \/>\npm.banPlayer(staff, victim, reason, duration, ipBan)<br \/>\npm.mutePlayer(staff, victim, reason, duration)<br \/>\npm.jailPlayer(staff, victim, reason, duration)<br \/>\npm.getHistory(playerUuid, limit)<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\udcc8 Statistics &#038; Appeals<\/p>\n<p>**Track Everything:**<br \/>\n&#8211; Staff leaderboards (most bans, kicks, etc.)<br \/>\n&#8211; Player punishment history<br \/>\n&#8211; Active punishment counts<\/p>\n<p>**Appeal System:**<br \/>\n&#8211; Players can submit appeals via `\/appeal <text>`<br \/>\n&#8211; Cooldown system prevents spam<br \/>\n&#8211; Staff review with `\/bh approve\/deny`<br \/>\n&#8211; Discord notifications for new appeals<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Quick Start<\/p>\n<p>1. **Install** the plugin in your `plugins\/` folder<br \/>\n2. **Start** your server (auto-generates config)<br \/>\n3. **Give** yourself the hammer: `\/bh give <player>`<br \/>\n4. **Download** the Resource Pack for the custom texture<br \/>\n5. **Configure** presets in `config.yml` (optional)<br \/>\n6. **Use** the hammer:<br \/>\n   &#8211; **Shift + Right-Click** to switch ban presets<br \/>\n   &#8211; **Right-Click player** to ban with active preset<br \/>\n   &#8211; **Shift + Left-Click** to switch kick\/jail presets<br \/>\n   &#8211; **Left-Click player** to kick\/jail with active preset<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd Commands Overview<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/bh give <player>` | Give the Ban Hammer item |<br \/>\n| `\/bh reload` | Reload config (reinitializes Discord &#038; DB) |<br \/>\n| `\/bh history <player>` | View punishment history |<br \/>\n| `\/bh unban <player>` | Manually unban a player |<br \/>\n| `\/bh stats [player]` | View moderation statistics |<br \/>\n| `\/bh appeals` | View pending appeals |<br \/>\n| `\/mute <player> <duration>` | Mute a player |<br \/>\n| `\/jail <player> <duration>` | Jail a player |<br \/>\n| `\/warn <player> [reason]` | Warn a player |<\/p>\n<p>**Full command list in README.md**<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration Highlights<\/p>\n<p>**Ban Presets Example:**<br \/>\n&#8220;`yaml<br \/>\npresets:<br \/>\n  warning:<br \/>\n    displayName: &#8220;Warning Ban&#8221;<br \/>\n    reason: &#8220;First offense&#8221;<br \/>\n    duration: &#8220;1h&#8221;<br \/>\n    ipBan: false<br \/>\n    sound: &#8220;BLOCK_NOTE_BLOCK_PLING&#8221;<\/p>\n<p>  serious:<br \/>\n    displayName: &#8220;7 Day Ban&#8221;<br \/>\n    reason: &#8220;Serious rule violation&#8221;<br \/>\n    duration: &#8220;7d&#8221;<br \/>\n    ipBan: false<br \/>\n    sound: &#8220;BLOCK_NOTE_BLOCK_BASS&#8221;<\/p>\n<p>  permanent:<br \/>\n    displayName: &#8220;Permanent Ban&#8221;<br \/>\n    reason: &#8220;Permanently banned&#8221;<br \/>\n    duration: &#8220;permanent&#8221;<br \/>\n    ipBan: true<br \/>\n    sound: &#8220;BLOCK_ANVIL_LAND&#8221;<br \/>\n&#8220;`<\/p>\n<p>**Kick\/Jail Presets Example:**<br \/>\n&#8220;`yaml<br \/>\nkickJailPresets:<br \/>\n  quick_kick:<br \/>\n    displayName: &#8220;Quick Kick&#8221;<br \/>\n    reason: &#8220;Kicked from server&#8221;<br \/>\n    # No duration = instant kick<\/p>\n<p>  jail_30m:<br \/>\n    displayName: &#8220;30 Min Jail&#8221;<br \/>\n    reason: &#8220;Jailed for 30 minutes&#8221;<br \/>\n    duration: &#8220;30m&#8221;  # Has duration = jail<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd12 Security &#038; Privacy<\/p>\n<p>&#8211; **GDPR Compliant** &#8211; IP anonymization with 4 levels<br \/>\n&#8211; **Permission-based** &#8211; Granular permission system<br \/>\n&#8211; **SQL Injection Protected** &#8211; Prepared statements everywhere<br \/>\n&#8211; **Bypass Protection** &#8211; Immune players can&#8217;t be banned<br \/>\n&#8211; **Self-Protection** &#8211; Can&#8217;t ban yourself<br \/>\n&#8211; **Cooldown System** &#8211; Prevents spam abuse<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf1f What&#8217;s New in 4.0.0?<\/p>\n<p>**Paper 26.1.x Support (BREAKING):**<br \/>\n&#8211; \u2728 Targets Paper 26.1.2+ with the new Minecraft versioning<br \/>\n&#8211; \u2728 Requires Java 25<br \/>\n&#8211; \u2728 All deprecated APIs modernized (Adventure Components, no more legacy color codes)<br \/>\n&#8211; \u2728 Smart update checker filters by game version (1.21.x users won&#8217;t see 4.x updates)<br \/>\n&#8211; \u2728 Resource pack moved to separate download<\/p>\n<p>**Previous Major Features:**<br \/>\n&#8211; \u2728 Folia Support (dual Paper\/Folia compatibility)<br \/>\n&#8211; \u2728 Ban Presets System with preset cycling<br \/>\n&#8211; \u2728 Kick\/Jail Presets System (separate from ban presets)<br \/>\n&#8211; \u2728 Essentials Jail Integration<br \/>\n&#8211; \u2728 Modrinth Update Checker with game version filtering<br \/>\n&#8211; \u2728 Complete translation system (DE\/EN)<br \/>\n&#8211; \u2728 Discord works without database requirement<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; **Server:** Paper or Folia 26.1.x or higher<br \/>\n&#8211; **Java:** 25 or higher<br \/>\n&#8211; **Optional:** MySQL Server (for MySQL mode)<br \/>\n&#8211; **Optional:** Essentials Plugin (for enhanced jail system)<\/p>\n<p>> **Looking for 1.21.x support?** Use BanHammer v3.1.1 instead.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>MIT License &#8211; Free for all server types (commercial &#038; non-commercial)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude4f Credits<\/p>\n<p>&#8211; **Plugin Development:** BoondockSulfur<br \/>\n&#8211; **Resource Pack:** BS-BanHammer Resource Pack<br \/>\n&#8211; **Libraries:** HikariCP, discord-webhooks, Adventure<\/p>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>**\u2b50 If you enjoy BanHammer, please leave a rating! \u2b50**<\/p>\n<p>Made with \u2764\ufe0f for the Minecraft community<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The most feature-rich ban hammer for Paper &#038; Folia 1.21.x &#8211; Strike players with lightning effects while maintaining a complete punishment database, Discord integration, and preset system.<\/p>\n","protected":false},"featured_media":35142,"template":"","meta":{"_minecraft_slug":"bs-banhammer","_minecraft_project_id":"odcCYmcd","_minecraft_author":"boondocksulfur","_minecraft_license":"MIT","_minecraft_downloads":469,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bs-banhammer.zip","_minecraft_size_bytes":109346222,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-16T10:45:39.537588Z","_minecraft_date_created":"2025-10-14T02:03:32.996993Z","_minecraft_date_modified":"2026-05-03T19:54:34.497947Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bs-banhammer","_minecraft_icon_attachment_id":35142,"_minecraft_imported_at":"2026-06-01T16:57:56+00:00","_minecraft_import_hash":"66599f024376857cf46d3a6c7f4f0cc2","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,89,126,127,128,129,123,92],"mod_loader":[131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-35141","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-folia","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BS-BanHammer - 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\/bs-banhammer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BS-BanHammer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The most feature-rich ban hammer for Paper &amp; Folia 1.21.x - Strike players with lightning effects while maintaining a complete punishment database, Discord integration, and preset system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/\" \/>\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\\\/bs-banhammer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bs-banhammer\\\/\",\"name\":\"BS-BanHammer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bs-banhammer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bs-banhammer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bs-banhammer-icon-b8a933d494efc531d89f289d34af21403f816232_96.webp\",\"datePublished\":\"2026-06-01T16:57:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bs-banhammer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bs-banhammer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bs-banhammer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bs-banhammer-icon-b8a933d494efc531d89f289d34af21403f816232_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bs-banhammer-icon-b8a933d494efc531d89f289d34af21403f816232_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bs-banhammer\\\/#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\":\"BS-BanHammer\"}]},{\"@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":"BS-BanHammer - 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\/bs-banhammer\/","og_locale":"en_US","og_type":"article","og_title":"BS-BanHammer - Minecraft","og_description":"The most feature-rich ban hammer for Paper & Folia 1.21.x - Strike players with lightning effects while maintaining a complete punishment database, Discord integration, and preset system.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/","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\/bs-banhammer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/","name":"BS-BanHammer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bs-banhammer-icon-b8a933d494efc531d89f289d34af21403f816232_96.webp","datePublished":"2026-06-01T16:57:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bs-banhammer-icon-b8a933d494efc531d89f289d34af21403f816232_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bs-banhammer-icon-b8a933d494efc531d89f289d34af21403f816232_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bs-banhammer\/#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":"BS-BanHammer"}]},{"@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\/35141","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\/35142"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=35141"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=35141"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=35141"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=35141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}