{"id":64242,"date":"2026-06-03T19:51:10","date_gmt":"2026-06-03T16:51:10","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/"},"modified":"2026-06-03T19:51:10","modified_gmt":"2026-06-03T16:51:10","slug":"enf-afkzone","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/","title":{"rendered":"EnfAfkZone"},"content":{"rendered":"<p>Increase your player count by rewards for AFK! Players that enter the AFK zone will be rewarded for staying online on your server.<br \/>\nPermissions: enf.afkzone.permission<\/p>\n<p>Plugin includes the ability to create AFK zones using a command, visualize zones, display messages on chat, title, bossbar, or actionbar, set time formatting, configure the progress bar, adjust bossbar direction (increasing or decreasing), display messages upon entering or exiting an AFK zone, set rewards based on permissions, chance, and support for multiple AFK zones in one location.<\/p>\n<p>For help use command: **\/afkzone help**<\/p>\n<p>For hot reload config use command: **\/afkzone reloadconfig**<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/VIviTfMzK0E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>**config.yml**<\/p>\n<p>&#8220;`yaml<br \/>\n# EnfAfkZone configuration<br \/>\n# Author: xEnif<br \/>\n# DON&#8217;T DELETE THAT VALUES<br \/>\n# Project Version: 2.8<br \/>\n# DON&#8217;T DELETE THAT VALUES<\/p>\n<p>help-command:<br \/>\n&#8211; &#8221;<br \/>\n&#8211; <#00fff7>\u23af \u23af \u23af [ <bold><#00ffcc>AFKZONE HELP<\/#00ffcc><\/bold> ] \u23af \u23af \u23af<br \/>\n&#8211; &#8221;<br \/>\n&#8211; <#00ffe0><click:run_command:'\/afkzone wand'><hover:show_text:'<bold><gray>Click<br \/>\n    to get AFKZone Wand&#8217;>\/afkzone wand<dark_gray>  &#8211;  <\/dark_gray><white>Gives you<br \/>\n    the AfkZone Wand.<br \/>\n&#8211; <#00ffe0>\/afkzone create [name]<dark_gray>  &#8211;  <\/dark_gray><white>Creates a new<br \/>\n    AFK zone with the given name.<br \/>\n&#8211; <#00ffe0>\/afkzone delete [name]<dark_gray>  &#8211;  <\/dark_gray><white>Deletes the AFK<br \/>\n    zone with the given name.<br \/>\n&#8211; <#00ffe0><click:run_command:'\/afkzone list'><hover:show_text:'<bold><gray>Click<br \/>\n    to list all AFK zones&#8217;>\/afkzone list<dark_gray>  &#8211;  <\/dark_gray><white>Displays<br \/>\n    a list of all created AFK zones.<br \/>\n&#8211; <#00ffe0>\/afkzone tp [name]<dark_gray>  &#8211;  <\/dark_gray><white>Teleports you to the<br \/>\n    specified AFK zone.<br \/>\n&#8211; <#00ffe0>\/afkzone reloadconfig<dark_gray>  &#8211;  <\/dark_gray><white>Reload AFK zone<br \/>\n    config.<br \/>\n&#8211; &#8221;<br \/>\nafk-zone-enter:<br \/>\n    type: TITLE<br \/>\n    enabled: true<br \/>\n    message:<br \/>\n    &#8211; <bold><#00ffcc>You have entered an AFK Zone!<br \/>\n    &#8211; <gray>You are now marked as AFK.<br \/>\n    options:<br \/>\n        title-times:<br \/>\n            fade-in: 0<br \/>\n            stay: 3<br \/>\n            fade-out: 1<br \/>\nafk-zone-exit:<br \/>\n    type: TITLE<br \/>\n    enabled: true<br \/>\n    message:<br \/>\n    &#8211; <bold><#00ffcc>You have left the AFK Zone!<br \/>\n    &#8211; <gray>You are no longer AFK.<br \/>\n    options:<br \/>\n        title-times:<br \/>\n            fade-in: 0<br \/>\n            stay: 3<br \/>\n            fade-out: 1<br \/>\nwand-item:<br \/>\n    type: GOLDEN_HOE<br \/>\n    amount: 1<br \/>\n    display-name: <!italic><bold><#b56eff>AfkZone Wand<br \/>\n    lore: []<br \/>\n    enchantments: {}<br \/>\n    item-flags:<br \/>\n    &#8211; HIDE_ADDITIONAL_TOOLTIP<br \/>\nwand-received-message: <#00ff7f>\u2714 <\/#00ff7f><green>You have received the <\/green><bold><#b56eff>AfkZone<br \/>\n    Wand<\/#b56eff><\/bold><green>!<br \/>\ntime-format: &#8216;{H}h {M}m {S}s&#8217;<br \/>\nprogress-bar-format:<br \/>\n    symbol-count: 10<br \/>\n    symbol: &#8216;|&#8217;<br \/>\n    loading-color: yellow<br \/>\n    completed-color: green<br \/>\nupdate-boss-bar-progress: true<br \/>\nboss-bar-progress-direction: INCREASING<br \/>\n&#8220;`<\/p>\n<p>**afk-zones.yml**<\/p>\n<p>&#8220;`yaml<br \/>\n# EnfAfkZone configuration<br \/>\n# Author: xEnif<br \/>\n# DON&#8217;T DELETE THAT VALUES<br \/>\n# Project Version: 2.8<br \/>\n# DON&#8217;T DELETE THAT VALUES<\/p>\n<p>afk-zones:<br \/>\n    test2:<br \/>\n        worldName: world<br \/>\n        minX: 55<br \/>\n        minY: 63<br \/>\n        minZ: 23<br \/>\n        maxX: 67<br \/>\n        maxY: 71<br \/>\n        maxZ: 30<br \/>\n        rewards:<br \/>\n        &#8211;   permission: &#8221;<br \/>\n            chance: 0.0<br \/>\n            items:<br \/>\n            &#8211;   type: DIRT<br \/>\n                amount: 1<br \/>\n            commands: []<br \/>\n        &#8211;   permission: &#8221;<br \/>\n            chance: 0.0<br \/>\n            items:<br \/>\n            &#8211;   type: DIAMOND_SWORD<br \/>\n                amount: 1<br \/>\n                lore: []<br \/>\n                enchantments: {}<br \/>\n                custom-model-data-component-string: customModelData<br \/>\n            commands: []<br \/>\n        &#8211;   permission: &#8221;<br \/>\n            chance: 0.0<br \/>\n            items:<br \/>\n            &#8211;   type: DIRT<br \/>\n                amount: 1<br \/>\n            commands:<br \/>\n            &#8211; give {PLAYER} minecraft:dirt 1<br \/>\n        message:<br \/>\n            type: BOSSBAR<br \/>\n            enabled: true<br \/>\n            message:<br \/>\n            &#8211; <bold><#00ffcc>YOU ARE IN AFK<#00fff7> \u23f3 Reward in <\/#00fff7><#b56eff>{TIME}<\/#b56eff><#00fff7><br \/>\n                (<\/#00fff7><#b56eff>{PERCENT}%<\/#b56eff><#00fff7>)<br \/>\n            options:<br \/>\n                bossbar-options:<br \/>\n                    color: PURPLE<br \/>\n                    overlay: PROGRESS<br \/>\n                    flags:<br \/>\n                    &#8211; CREATE_WORLD_FOG<br \/>\n                    &#8211; DARKEN_SCREEN<br \/>\n        time-to-stay: 1m<br \/>\n        add-reward-success-sound: ENTITY.ARROW.HIT_PLAYER<br \/>\n    test:<br \/>\n        worldName: world<br \/>\n        minX: 55<br \/>\n        minY: 63<br \/>\n        minZ: 23<br \/>\n        maxX: 66<br \/>\n        maxY: 71<br \/>\n        maxZ: 29<br \/>\n        rewards:<br \/>\n        &#8211;   permission: &#8221;<br \/>\n            chance: 0.0<br \/>\n            items:<br \/>\n            &#8211;   type: DIRT<br \/>\n                amount: 1<br \/>\n            commands: []<br \/>\n        &#8211;   permission: &#8221;<br \/>\n            chance: 0.0<br \/>\n            items:<br \/>\n            &#8211;   type: DIAMOND_SWORD<br \/>\n                amount: 1<br \/>\n                lore: []<br \/>\n                enchantments: {}<br \/>\n                custom-model-data-component-string: customModelData<br \/>\n            commands: []<br \/>\n        &#8211;   permission: &#8221;<br \/>\n            chance: 0.0<br \/>\n            items:<br \/>\n            &#8211;   type: DIRT<br \/>\n                amount: 1<br \/>\n            commands:<br \/>\n            &#8211; give {PLAYER} minecraft:dirt 1<br \/>\n        message:<br \/>\n            type: TITLE<br \/>\n            enabled: true<br \/>\n            message:<br \/>\n            &#8211; <bold><#00ffcc>YOU ARE IN AFK<br \/>\n            &#8211; <#00fff7>(<#b56eff>{BAR}<\/#b56eff>)<br \/>\n            options:<br \/>\n                bossbar-options:<br \/>\n                    color: PURPLE<br \/>\n                    overlay: PROGRESS<br \/>\n                    flags:<br \/>\n                    &#8211; CREATE_WORLD_FOG<br \/>\n                    &#8211; DARKEN_SCREEN<br \/>\n        time-to-stay: 1m<br \/>\n        add-reward-success-sound: ENTITY.ARROW.HIT_PLAYER<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Increase your player count by rewards for AFK! Players that enter the AFK zone will be rewarded for staying online on your server.<\/p>\n","protected":false},"featured_media":64243,"template":"","meta":{"_minecraft_slug":"enf-afkzone","_minecraft_project_id":"S8rZ60p7","_minecraft_author":"xEnif","_minecraft_license":"MIT","_minecraft_downloads":70,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"enf-afkzone.zip","_minecraft_size_bytes":2515326,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:28:54.827486Z","_minecraft_date_created":"2025-09-16T10:52:44.571019Z","_minecraft_date_modified":"2025-09-15T18:35:33.470128Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/enf-afkzone","_minecraft_icon_attachment_id":64243,"_minecraft_imported_at":"2026-06-03T16:51:11+00:00","_minecraft_import_hash":"c05afa52f656dc7e947909684b1cd882","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,88,126,127,129,92],"mod_loader":[132,134],"minecraft_version":[62,37,73,74,38,78,79,80,81],"class_list":["post-64242","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-equipment","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EnfAfkZone - 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\/enf-afkzone\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EnfAfkZone - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Increase your player count by rewards for AFK! Players that enter the AFK zone will be rewarded for staying online on your server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/\",\"name\":\"EnfAfkZone - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enf-afkzone-icon-c2c000a5f829061df6826f4b103fbcd924101fa2_96.webp\",\"datePublished\":\"2026-06-03T16:51:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enf-afkzone-icon-c2c000a5f829061df6826f4b103fbcd924101fa2_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enf-afkzone-icon-c2c000a5f829061df6826f4b103fbcd924101fa2_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enf-afkzone\\\/#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\":\"EnfAfkZone\"}]},{\"@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":"EnfAfkZone - 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\/enf-afkzone\/","og_locale":"en_US","og_type":"article","og_title":"EnfAfkZone - Minecraft","og_description":"Increase your player count by rewards for AFK! Players that enter the AFK zone will be rewarded for staying online on your server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/","name":"EnfAfkZone - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enf-afkzone-icon-c2c000a5f829061df6826f4b103fbcd924101fa2_96.webp","datePublished":"2026-06-03T16:51:10+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enf-afkzone-icon-c2c000a5f829061df6826f4b103fbcd924101fa2_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enf-afkzone-icon-c2c000a5f829061df6826f4b103fbcd924101fa2_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enf-afkzone\/#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":"EnfAfkZone"}]},{"@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\/64242","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\/64243"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=64242"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=64242"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=64242"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=64242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}