{"id":32123,"date":"2026-06-01T17:30:26","date_gmt":"2026-06-01T14:30:26","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/"},"modified":"2026-06-01T17:30:26","modified_gmt":"2026-06-01T14:30:26","slug":"block-end-portal","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/","title":{"rendered":"Block End Portal"},"content":{"rendered":"<p># EndPortal Plugin &#8211; User Guide<\/p>\n<p>## \ud83d\udcd6 About the Plugin<\/p>\n<p>**EndPortal** &#8211; a plugin for managing access to The End dimension. Allows you to enable\/disable the portal, schedule automatic opening\/closing, and display portal status to players.<\/p>\n<p>**Version:** 2.0.0 | **Minecraft:** 1.21+ | **Platform:** Paper, Spigot, Purpur, Folia<\/p>\n<p>## \ud83d\udccb Admin Commands<\/p>\n<p>**Main command:** `\/endportal` (aliases: `\/ep`, `\/portal`)<br \/>\n**Permission:** `endportal.admin` (OP only by default)<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/endportal on` | Enable the portal |<br \/>\n| `\/endportal off` | Disable the portal |<br \/>\n| `\/endportal toggle` | Toggle portal state |<br \/>\n| `\/endportal status` | Show status and schedule |<br \/>\n| `\/endportal schedule-open <date> <time>` | Schedule opening |<br \/>\n| `\/endportal schedule-close <date> <time>` | Schedule closing |<br \/>\n| `\/endportal cancel` | Cancel all scheduled events |<br \/>\n| `\/endportal reload` | Reload configuration |<br \/>\n| `\/endportal help` | Show help |<\/p>\n<p>### Command Examples:<br \/>\n&#8220;`<br \/>\n\/endportal on<br \/>\n\/endportal schedule-open 31.12.2025 20:00<br \/>\n\/endportal schedule-close 01.01.2026 06:00<br \/>\n\/endportal cancel<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc65 Player Commands<\/p>\n<p>**Main command:** `\/endcount` (aliases: `\/ec`, `\/counter`)<br \/>\n**Permission:** `endcount.use` (everyone by default)<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/endcount` | Toggle counter |<br \/>\n| `\/endcount on` | Enable counter |<br \/>\n| `\/endcount off` | Disable counter |<br \/>\n| `\/endcount status` | Show portal status |<br \/>\n| `\/endcount help` | Show help |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc5 Date and Time Format<\/p>\n<p>**Format:** `dd.MM.yyyy HH:mm`<\/p>\n<p>**Correct examples:**<br \/>\n&#8220;`<br \/>\n31.12.2025 23:59  \u2705<br \/>\n01.01.2026 00:00  \u2705<br \/>\n15.06.2025 18:30  \u2705<br \/>\n&#8220;`<\/p>\n<p>**Incorrect examples:**<br \/>\n&#8220;`<br \/>\n31.12.2025 23.59  \u274c (dot instead of colon)<br \/>\n33.12.2025 19:22  \u274c (December 33rd doesn&#8217;t exist)<br \/>\n31-12-2025 23:59  \u274c (dashes instead of dots)<br \/>\n&#8220;`<\/p>\n<p>**Important:**<br \/>\n&#8211; Use **dots** in date: `31.12.2025`<br \/>\n&#8211; Use **colon** in time: `20:00`<br \/>\n&#8211; Time in 24-hour format<br \/>\n&#8211; Date and time must be in the future<\/p>\n<p>**Examples:**<br \/>\n&#8220;`yaml<br \/>\nmessage: &#8220;&#038;c&#038;lWARNING!&#8221;<br \/>\nmessage: &#8220;&#038;6[&#038;cEndPortal&#038;6] &#038;fMessage&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Placeholders<\/p>\n<p>| Placeholder | Description | Example |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `{status}` | Portal status | `Open`, `Closed` |<br \/>\n| `{time}` | Time until event | `2h 30m 15s` |<br \/>\n| `{datetime}` | Date and time | `31.12.2025 20:00` |<br \/>\n| `{minutes}` | Minutes until event | `5` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `endportal.admin` | All admin commands | OP |<br \/>\n| `endcount.use` | Counter commands | Everyone |<\/p>\n<p>**Setup (LuckPerms):**<br \/>\n&#8220;`<br \/>\n\/lp group admin permission set endportal.admin true<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udca1 Usage Examples<\/p>\n<p>### Holiday Event<br \/>\n&#8220;`<br \/>\n\/endportal off<br \/>\n\/endportal schedule-open 31.12.2025 20:00<br \/>\n\/endportal schedule-close 01.01.2026 06:00<br \/>\n&#8220;`<\/p>\n<p>### Weekly Access (weekends)<br \/>\n&#8220;`<br \/>\n\/endportal schedule-open 27.12.2025 18:00<br \/>\n\/endportal schedule-close 29.12.2025 23:59<br \/>\n&#8220;`<\/p>\n<p>### Maintenance<br \/>\n&#8220;`<br \/>\n\/endportal off<br \/>\n# After completion:<br \/>\n\/endportal on<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 Common Issues<\/p>\n<p>**Portal works even though it&#8217;s disabled**<br \/>\n&#8211; Check `block-teleportation: true` in config.yml<br \/>\n&#8211; Use `\/endportal reload`<\/p>\n<p>**Error &#8220;Invalid data\/time format&#8221;**<br \/>\n&#8211; Check format: `31.12.2025 20:00` (colon!)<br \/>\n&#8211; Day must exist (not 33.12)<br \/>\n&#8211; Time must be in the future<\/p>\n<p>**Counter not displaying**<br \/>\n&#8211; Use `\/endcount on`<br \/>\n&#8211; Check `endcount.use` permission<\/p>\n<p>**Scheduled event didn&#8217;t execute**<br \/>\n&#8211; Check that time was in the future<br \/>\n&#8211; Check server logs<br \/>\n&#8211; Use `\/endportal status`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>a plugin for managing access to The End dimension. Allows you to enable\/disable the portal, schedule automatic opening\/closing, and display portal status to players.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"block-end-portal","_minecraft_project_id":"IVZeE0w4","_minecraft_author":"MrGrib","_minecraft_license":"MIT","_minecraft_downloads":1124,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"block-end-portal.zip","_minecraft_size_bytes":26146,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T08:18:18.539685Z","_minecraft_date_created":"2025-12-31T00:27:14.269459Z","_minecraft_date_modified":"2025-12-29T16:55:07.039121Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/block-end-portal","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-01T14:30:29+00:00","_minecraft_import_hash":"4c0937dba951ad85e0a2516592984233","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,89,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],"class_list":["post-32123","mod","type-mod","status-publish","hentry","mod_category-folia","mod_category-game-mechanics","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Block End Portal - 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\/block-end-portal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Block End Portal - Minecraft\" \/>\n<meta property=\"og:description\" content=\"a plugin for managing access to The End dimension. Allows you to enable\/disable the portal, schedule automatic opening\/closing, and display portal status to players.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/\" \/>\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\\\/block-end-portal\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/block-end-portal\\\/\",\"name\":\"Block End Portal - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-01T14:30:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/block-end-portal\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/block-end-portal\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/block-end-portal\\\/#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\":\"Block End Portal\"}]},{\"@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":"Block End Portal - 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\/block-end-portal\/","og_locale":"en_US","og_type":"article","og_title":"Block End Portal - Minecraft","og_description":"a plugin for managing access to The End dimension. Allows you to enable\/disable the portal, schedule automatic opening\/closing, and display portal status to players.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/","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\/block-end-portal\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/","name":"Block End Portal - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-01T14:30:26+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/block-end-portal\/#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":"Block End Portal"}]},{"@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\/32123","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=32123"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=32123"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=32123"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=32123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}