{"id":111677,"date":"2026-06-06T16:40:27","date_gmt":"2026-06-06T13:40:27","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/"},"modified":"2026-06-06T16:40:27","modified_gmt":"2026-06-06T13:40:27","slug":"no-enderman-grief-2025","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/","title":{"rendered":"No-Enderman-Grief-2025"},"content":{"rendered":"<p># NoEndermanGrief<\/p>\n<p>**NoEndermanGrief** is a lightweight Paper\/Spigot plugin that completely disables enderman block griefing while keeping all other mob behavior vanilla.<\/p>\n<p>Endermen can no longer pick up or place blocks, but creepers still explode, villagers still farm, and the `mobGriefing` gamerule remains under your control.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; Prevents **only endermen** from changing blocks (both pickup and placement).<br \/>\n&#8211; Does **not** modify the global `mobGriefing` gamerule.<br \/>\n&#8211; Per-world enable\/disable via `config.yml`.<br \/>\n&#8211; Optional console logging with timestamps and coordinates whenever an enderman block change is cancelled.<br \/>\n&#8211; Minimal surface area: one admin-only reload command, no changes for regular players.<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; **Server:** Paper or Spigot (Paper recommended)<br \/>\n&#8211; **Minecraft:** 1.21+<br \/>\n&#8211; **Java:** 21<\/p>\n<p>This plugin is developed against the Paper 1.21 API with Mojang mappings.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<\/p>\n<p>`plugins\/NoEndermanGrief\/config.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\n# If a world is not listed under &#8220;worlds&#8221;, this value decides<br \/>\n# whether the plugin is enabled there by default.<br \/>\ndefault-enabled: true<\/p>\n<p># Per-world overrides.<br \/>\n# Add world names and set them to true\/false as needed.<br \/>\n# Example:<br \/>\n# worlds:<br \/>\n#   world: true<br \/>\n#   world_nether: false<br \/>\n#   world_the_end: true<br \/>\nworlds: {}<\/p>\n<p>logging:<br \/>\n  # If true, log whenever the plugin cancels an enderman block change.<br \/>\n  enabled: false<\/p>\n<p>  # If true, include a timestamp inside the message itself<br \/>\n  # (on top of the normal server log timestamp).<br \/>\n  include-timestamp: true<br \/>\n&#8220;`<\/p>\n<p>## Per-world control<\/p>\n<p> &#8211; If a world is not listed under `worlds`, `default-enabled` determines whether the plugin is active there.<br \/>\n &#8211; If a world is listed under `worlds`, that value overrides `default-enabled`:<\/p>\n<p>&#8220;`yaml<br \/>\nworlds:<br \/>\n  world: true<br \/>\n  world_nether: false<br \/>\n  world_the_end: true<br \/>\n&#8220;`<\/p>\n<p>In this example, the plugin is:<\/p>\n<p> &#8211; Enabled in `world` and `world_the_end`.<br \/>\n &#8211; Disabled in `world_nether`.<\/p>\n<p>## Logging<\/p>\n<p> &#8211; `logging.enabled: true` \u2013 log a line each time an enderman block change is cancelled.<br \/>\n &#8211; `logging.include-timestamp: true` \u2013 include an ISO-8601 timestamp in the log message.<\/p>\n<p>Example log entry:<\/p>\n<p>&#8220;`text<br \/>\n[NoEndermanGrief] [EndermanBlocked] 2025-01-01T12:34:56 &#8211; Cancelled enderman block change in world &#8216;world&#8217; at (10, 64, -30)<br \/>\n&#8220;`<\/p>\n<p>## Commands<\/p>\n<p>Reloads `config.yml` from disk (without restarting the world \/ server).<\/p>\n<p> &#8211; `\/negreload`<\/p>\n<p>## Permission<br \/>\nAllows use of `\/negreload`.<\/p>\n<p> &#8211; `noendermangrief.reload`<br \/>\n   &#8211; Default: `op`<\/p>\n<p>## Building from source<\/p>\n<p>This project uses Maven.<br \/>\n&#8220;`bash<br \/>\ngit clone https:\/\/github.com\/<your-username>\/NoEndermanGrief.git<br \/>\ncd NoEndermanGrief<br \/>\nmvn package<br \/>\n&#8220;`<\/p>\n<p>The compiled plugin JAR will be located in the target\/ directory:<br \/>\n&#8220;`text<br \/>\ntarget\/no-enderman-grief-1.0.0-SNAPSHOT.jar<br \/>\n&#8220;`<\/p>\n<p>Copy this JAR into your server\u2019s plugins\/ folder.<\/p>\n<p>## How it works (technical overview)<\/p>\n<p> &#8211; The plugin registers a listener for EntityChangeBlockEvent.<br \/>\n &#8211; If the event\u2019s entity type is ENDERMAN and the plugin is enabled in that world:<br \/>\n    &#8211; The event is cancelled so the block change does not occur.<br \/>\n    &#8211; If logging is enabled, a timestamped message with world and coordinates is written to the console.<br \/>\n &#8211; No other entity types are modified, so creepers, villagers, and other mobs behave as in vanilla.<\/p>\n<p>This makes the plugin safe to drop into existing survival worlds where you want to preserve terrain from enderman griefing without affecting any other mechanics.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Completely disables enderman block griefing while keeping all other mob behavior vanilla.<\/p>\n","protected":false},"featured_media":111678,"template":"","meta":{"_minecraft_slug":"no-enderman-grief-2025","_minecraft_project_id":"6jCDxmNc","_minecraft_author":"Jack-Underhill","_minecraft_license":"Apache-2.0","_minecraft_downloads":375,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"no-enderman-grief-2025.zip","_minecraft_size_bytes":5566,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:03:58.886538Z","_minecraft_date_created":"2025-12-14T01:31:06.730585Z","_minecraft_date_modified":"2025-12-10T01:00:16.203803Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/no-enderman-grief-2025","_minecraft_icon_attachment_id":111678,"_minecraft_imported_at":"2026-06-06T13:40:30+00:00","_minecraft_import_hash":"e3271cc6a8372453ce08cdbabcb83fc9","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,137,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-111677","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-mobs","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","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>No-Enderman-Grief-2025 - 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\/no-enderman-grief-2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"No-Enderman-Grief-2025 - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Completely disables enderman block griefing while keeping all other mob behavior vanilla.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/\" \/>\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\\\/no-enderman-grief-2025\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/no-enderman-grief-2025\\\/\",\"name\":\"No-Enderman-Grief-2025 - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/no-enderman-grief-2025\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/no-enderman-grief-2025\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/no-enderman-grief-2025-icon-24ceb5f8239b136d9543214a6b592832a4ac7cf5_96.webp\",\"datePublished\":\"2026-06-06T13:40:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/no-enderman-grief-2025\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/no-enderman-grief-2025\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/no-enderman-grief-2025\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/no-enderman-grief-2025-icon-24ceb5f8239b136d9543214a6b592832a4ac7cf5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/no-enderman-grief-2025-icon-24ceb5f8239b136d9543214a6b592832a4ac7cf5_96.webp\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/no-enderman-grief-2025\\\/#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\":\"No-Enderman-Grief-2025\"}]},{\"@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":"No-Enderman-Grief-2025 - 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\/no-enderman-grief-2025\/","og_locale":"en_US","og_type":"article","og_title":"No-Enderman-Grief-2025 - Minecraft","og_description":"Completely disables enderman block griefing while keeping all other mob behavior vanilla.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/","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\/no-enderman-grief-2025\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/","name":"No-Enderman-Grief-2025 - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/no-enderman-grief-2025-icon-24ceb5f8239b136d9543214a6b592832a4ac7cf5_96.webp","datePublished":"2026-06-06T13:40:27+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/no-enderman-grief-2025-icon-24ceb5f8239b136d9543214a6b592832a4ac7cf5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/no-enderman-grief-2025-icon-24ceb5f8239b136d9543214a6b592832a4ac7cf5_96.webp","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/no-enderman-grief-2025\/#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":"No-Enderman-Grief-2025"}]},{"@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\/111677","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\/111678"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=111677"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=111677"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=111677"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=111677"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}