{"id":45832,"date":"2026-06-02T10:07:20","date_gmt":"2026-06-02T07:07:20","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/"},"modified":"2026-06-02T10:07:20","modified_gmt":"2026-06-02T07:07:20","slug":"cooperative-end-access","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/","title":{"rendered":"Cooperative End Access"},"content":{"rendered":"<p>Your friends tell you to spin up a new SMP for the summer. One friend can&#8217;t help themself and rushes to beat the dragon immediately. Everyone loses motivation and the SMP ends up DYING&#8230;<\/p>\n<p>_Sound familiar?_<\/p>\n<p>**Then Cooperative End Access is for you!**<\/p>\n<p>## What is Cooperative End Access?<\/p>\n<p>Cooperative End Access is a **Paper plugin** for survival multiplayer servers (SMPs) on **Minecraft 1.21 to 26.1.2**. It is intended for friend groups that want to restrict the End for one last fight together without an immersion-breaking server restart to toggle `allow-end`.<\/p>\n<p>The plugin accomplishes this goal by restricting the number of Eyes of Ender that each player can place in a stronghold Ender Portal structure and requiring all players to be present before the portal can open.<\/p>\n<p>## How do I use this plugin?<\/p>\n<p>1. Download the latest version of this plugin for your Minecraft version off Modrinth.<br \/>\n2. Move it to your `plugins\/` directory.<br \/>\n3. (Re)start the server.<\/p>\n<p>You should ideally add this at the very start of your SMP. This plugin does not currently provides tools to locate or close existing Ender Portals or retroactively track existing Eyes of Ender.<\/p>\n<p>## What gameplay mechanics does this introduce?<\/p>\n<p>An End Portal structure can no longer be filled by a single player. Each player has a limited number of Eyes of Ender (set by `max_eyes_per_player`) that they can place in a standard 5&#215;5 End Portal structure.<\/p>\n<p>Filling all 12 End Portal frames will not immediately open the End Portal like in vanilla. Placing a single Eye of Ender in a structure marks that player as a &#8220;contributor&#8221; to that particular Portal. All contributors to a particular End Portal must also be present in the portal room for the portal to open. If a contributor were to leave the portal room, the portal will close.<\/p>\n<p>Players may also remove their own Eyes of Ender that they placed into a frame. Removing an eye while a portal is open will close it.<\/p>\n<p>Once the Ender Dragon is defeated for the first time, End Portals will revert to their vanilla functionality.<\/p>\n<p>## What should I not expect from this plugin?<\/p>\n<p>On a technical level&#8230;<\/p>\n<p>&#8211; This plugin does not handle weirdly-shaped End Portal frame structures. It expects you to be playing with a standard End Portal structure (5&#215;5, all frames inward).<br \/>\n&#8211; This plugin does not handle existing Eyes of Ender placed in the frames (player-placed before the plugin was added or naturally-spawned ones).<br \/>\n&#8211; This plugin does not handle existing, open End Portals. Break them yourself.<br \/>\n&#8211; This plugin does not handle having killed the dragon before adding the plugin.<br \/>\n  &#8211; If you would like to replicate the functionality of this plugin after killing the dragon, I recommend using this handy little command:<br \/>\n    `find .\/plugins -maxdepth 1 -type f -name &#8216;CooperativeEndAccess-*.jar&#8217; -delete`<\/p>\n<p>On a social level&#8230;<\/p>\n<p>&#8211; This plugin does not guarantee that your SMPs will survive more than one week.<br \/>\n&#8211; This plugin does not guarantee that your friends won&#8217;t be upset if you suddenly spring this plugin on them without telling them.<br \/>\n&#8211; This plugin does not guarantee that opening the End cooperatively will actually be any fun.<br \/>\n&#8211; This plugin does not guarantee that your friends won&#8217;t beat the Ender Dragon without you, but _does_ guarantee, if they do beat the Ender Dragon without you, that&#8217;ll be together, minus you.<\/p>\n<p>## What configuration options do I have?<\/p>\n<p>Below is the default `config.yml`. It exhaustively documents all configuration parameters that this plugin accepts.<\/p>\n<p>&#8220;`yaml<br \/>\n# Maximum eyes one player can contribute to a single portal structure<br \/>\n# Automatically clamps to range between 0 and 12 (though why would you pick 0??)<br \/>\nmax_eyes_per_player: 3<\/p>\n<p># Distance semantics:<br \/>\n# &#8211; Distances below 0 (e.g. -1) are treated as unlimited range, ignoring dimension.<br \/>\n#   In other words, presence in server is enough to trigger the effects.<br \/>\n# &#8211; All distances are 3D Euclidean distance from the portal center.<\/p>\n<p># Maximum distance (in blocks) committed players may be from the portal for it to remain open<br \/>\nactivation_radius: 16.0<br \/>\n# Maximum distance (in blocks) a committed player may be from the portal to receive action bar updates<br \/>\naction_bar_radius: 60.0<\/p>\n<p># For sound keys, see Paper&#8217;s documentation<br \/>\n# or visit the Minecraft Wiki.<br \/>\n# For types of sources, use the &#8220;Technical name&#8221; on the Minecraft Wiki&#8217;s Sound page.<br \/>\n# Volume is clamped to 0.0f at minimum and pitch is clamped to [0.5f, 2.0f] (which are limitations imposed by vanilla Java Edition).<br \/>\n# See the Minecraft Wiki&#8217;s \/playsound page for more details.<br \/>\nsounds:<br \/>\n  # Sound played when the End Portal is created<br \/>\n  portal_open:<br \/>\n    key: &#8220;minecraft:block.end_portal.spawn&#8221;<br \/>\n    source: &#8220;block&#8221;<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<br \/>\n  # Sound played when the End Portal collapses<br \/>\n  portal_close:<br \/>\n    key: &#8220;minecraft:block.beacon.deactivate&#8221;<br \/>\n    source: &#8220;block&#8221;<br \/>\n    volume: 1.0<br \/>\n    pitch: 0.5<br \/>\n  # Sound played when a player enters the activation_radius<br \/>\n  player_enter:<br \/>\n    key: &#8220;minecraft:block.amethyst_block.chime&#8221;<br \/>\n    source: &#8220;player&#8221;<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<br \/>\n  # Sound played when a player leaves the activation_radius<br \/>\n  player_leave:<br \/>\n    key: &#8220;minecraft:block.amethyst_block.break&#8221;<br \/>\n    source: &#8220;player&#8221;<br \/>\n    volume: 1.0<br \/>\n    pitch: 0.5<\/p>\n<p># Uses MiniMessage format. See Paper&#8217;s documentation<br \/>\nmessages:<br \/>\n  # Personal chat message error when player tries to place more eyes than max_eyes_per_player<br \/>\n  max_eyes_error: &#8220;<red>You have already contributed your share to this portal!&#8221;<br \/>\n  # Personal chat message warning when player removes an eye<br \/>\n  rescind_warning: &#8220;<yellow>You took your eye back. The portal state may collapse.&#8221;<br \/>\n  # Personal chat message warning when player tries to remove another player&#8217;s eye<br \/>\n  # Placeholder: <name> &#8211; The player who owns the eye (e.g. &#8220;Megumin&#8221;).<br \/>\n  non_owner_rescind_warning: &#8220;<red>This eye was placed by <name>. You cannot remove it.&#8221;<br \/>\n  # Personal chat message notice when player places an eye<br \/>\n  committed_notice: &#8220;<green>You are now committed to this portal.&#8221;<br \/>\n  # Server-broadcasted chat notice once the dragon has been defeated for the first time.<br \/>\n  dragon_defeat_notice: &#8220;<gold>The Dragon has fallen. End Portals are now stabilized permanently!&#8221;<br \/>\n  # Action bar text shown while a committed player is in the End<br \/>\n  # Placeholder: <name> &#8211; A committed player present in the End (e.g. &#8220;Sumi&#8221;), chosen implicitly by eye insertion order.<br \/>\n  stabilized_action_bar: &#8220;<bold><light_purple>\u2714 Stabilized by <name>&#8221;<br \/>\n  # Action bar shown when a portal is open<br \/>\n  active_action_bar: &#8220;<bold><green>\u2714 Portal Active&#8221;<br \/>\n  # Action bar shown when a portal is awaiting all committed players to be present before opening<br \/>\n  # Placeholder: <names> &#8211; comma-delimited list of committed player names missing (e.g. &#8220;Notch, Elaina, Mizuhara&#8221;)<br \/>\n  waiting_action_bar: &#8220;<gold>Waiting for: <white><names>&#8221;<br \/>\n&#8220;`<\/p>\n<p>You can also find this file in `.\/src\/main\/resources\/config.yml`.<\/p>\n<p>## How do I tell you that your plugin is broken?<\/p>\n<p>Report issues with my spaghetti code through the issue tracker on the plugin&#8217;s GitHub repository.<\/p>\n<p>## How do I submit features for this plugin?<\/p>\n<p>If you wrote the code for it, I&#8217;ll happily accept a pull request for it if I feel like it doesn&#8217;t bloat the scope of this plugin.<\/p>\n<p>By submitting a contribution to this repository, you agree that your contribution is licensed under the same license as this repository, as published in the `LICENSE` file.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Softly restrict the End with vanilla-ish gameplay mechanics that make sure your SMP&#8217;s dragon fight is always a group activity!<\/p>\n","protected":false},"featured_media":45833,"template":"","meta":{"_minecraft_slug":"cooperative-end-access","_minecraft_project_id":"qHbdgnTR","_minecraft_author":"Mizuhara","_minecraft_license":"MPL-2.0","_minecraft_downloads":143,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"cooperative-end-access.zip","_minecraft_size_bytes":67131,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T18:42:41.158885Z","_minecraft_date_created":"2026-01-25T04:52:52.929482Z","_minecraft_date_modified":"2026-05-06T04:10:27.429222Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/cooperative-end-access","_minecraft_icon_attachment_id":45833,"_minecraft_imported_at":"2026-06-02T07:07:21+00:00","_minecraft_import_hash":"5e06a1828e737a8f3012ea8f4b3fe93e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,127,128,867,92],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-45832","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-utility","mod_loader-paper","mod_loader-purpur","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>Cooperative End Access - 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\/cooperative-end-access\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cooperative End Access - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Softly restrict the End with vanilla-ish gameplay mechanics that make sure your SMP&#039;s dragon fight is always a group activity!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/\",\"name\":\"Cooperative End Access - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cooperative-end-access-icon-ab43742b854c260ca8058bd9cefc8959ffa801cf_96.webp\",\"datePublished\":\"2026-06-02T07:07:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cooperative-end-access-icon-ab43742b854c260ca8058bd9cefc8959ffa801cf_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cooperative-end-access-icon-ab43742b854c260ca8058bd9cefc8959ffa801cf_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cooperative-end-access\\\/#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\":\"Cooperative End Access\"}]},{\"@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":"Cooperative End Access - 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\/cooperative-end-access\/","og_locale":"en_US","og_type":"article","og_title":"Cooperative End Access - Minecraft","og_description":"Softly restrict the End with vanilla-ish gameplay mechanics that make sure your SMP's dragon fight is always a group activity!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/","name":"Cooperative End Access - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cooperative-end-access-icon-ab43742b854c260ca8058bd9cefc8959ffa801cf_96.webp","datePublished":"2026-06-02T07:07:20+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cooperative-end-access-icon-ab43742b854c260ca8058bd9cefc8959ffa801cf_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cooperative-end-access-icon-ab43742b854c260ca8058bd9cefc8959ffa801cf_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cooperative-end-access\/#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":"Cooperative End Access"}]},{"@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\/45832","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\/45833"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=45832"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=45832"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=45832"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=45832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}