{"id":47759,"date":"2026-06-02T14:22:54","date_gmt":"2026-06-02T11:22:54","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/"},"modified":"2026-06-02T14:22:54","modified_gmt":"2026-06-02T11:22:54","slug":"craftcorepl","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/","title":{"rendered":"CraftCorePL"},"content":{"rendered":"<p>CraftCorePL is a powerful, lightweight and fully configurable all-in-one utility plugin for your Minecraft server. Designed to replace multiple plugins at once, it works completely out of the box \u2014 no database, no complex setup, just drop it in and go.<\/p>\n<p>Every teleport delay, home limit, language setting and message is controlled through a single, well-documented `config.yml`. Switch between English and German, set warmup timers, limit homes per player, toggle sounds and particles \u2014 all without touching a single line of code.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce1 TPA \u2014 Teleport Requests<\/p>\n<p>Players can send teleport requests with `\/tpa <player>`. The target receives a **fully clickable chat message** directly in chat:<br \/>\n&#8220;`<br \/>\nMaximilian has sent you a teleport request!<br \/>\n[\u2714 Accept]  |  [\u2718 Deny]<br \/>\n&#8220;`<\/p>\n<p>Requests expire automatically, include a warmup timer and cooldown. Players can also type `\/tpaaccept`, `\/tpadeny` or `\/tpacancel` manually.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfe0 Home System<\/p>\n<p>Set personal homes and teleport back in seconds. Open `\/home` without arguments to browse all your homes in a beautiful **interactive GUI** \u2014 every home displayed with its own unique bed color (all 16 Minecraft colors). Left-click to teleport, right-click to delete.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2328\ufe0f Commands<\/p>\n<p>| Command | Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `\/tpa <player>` | `craftcorepl.tpa` | Send a teleport request | \u2705 All |<br \/>\n| `\/tpaaccept` | `craftcorepl.tpa` | Accept a request | \u2705 All |<br \/>\n| `\/tpadeny` | `craftcorepl.tpa` | Deny a request | \u2705 All |<br \/>\n| `\/tpacancel` | `craftcorepl.tpa` | Cancel your sent request | \u2705 All |<br \/>\n| `\/sethome <name>` | `craftcorepl.home` | Set a home | \u2705 All |<br \/>\n| `\/home [name]` | `craftcorepl.home` | Teleport to home or open GUI | \u2705 All |<br \/>\n| `\/delhome <name>` | `craftcorepl.home` | Delete a home | \u2705 All |<br \/>\n| `\/homes` | `craftcorepl.home` | List all your homes | \u2705 All |<br \/>\n| `\/warp [name]` | `craftcorepl.warp.use` | Teleport to warp or open GUI | \u2705 All |<br \/>\n| `\/setwarp <name>` | `craftcorepl.warp.set` | Create a warp | \ud83d\udd12 OP |<br \/>\n| `\/delwarp <name>` | `craftcorepl.warp.delete` | Delete a warp | \ud83d\udd12 OP |<br \/>\n| `\/warps` | `craftcorepl.warp.use` | List all warps | \u2705 All |<br \/>\n| `\/spawn` | `craftcorepl.spawn` | Teleport to server spawn | \u2705 All |<br \/>\n| `\/setspawn` | `craftcorepl.setspawn` | Set the server spawn | \ud83d\udd12 OP |<br \/>\n| `\/back` | `craftcorepl.back` | Return to last location | \u2705 All |<br \/>\n| `\/fly [player]` | `craftcorepl.fly` | Toggle flight mode | \ud83d\udd12 OP |<br \/>\n| `\/god [player]` | `craftcorepl.god` | Toggle god mode | \ud83d\udd12 OP |<br \/>\n| `\/heal [player]` | `craftcorepl.heal` | Heal a player | \ud83d\udd12 OP |<br \/>\n| `\/feed [player]` | `craftcorepl.feed` | Feed a player | \ud83d\udd12 OP |<br \/>\n| `\/craftcorepl` | `\/cc`, `\/ccore` | Plugin info &#038; help | \u2705 All |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Config Features<br \/>\n&#8220;`yaml<br \/>\n# ============================================================<br \/>\n#                    CraftCorePL Configuration<br \/>\n#              by Maximilian Hirtzbruch | Version 1.0<br \/>\n# ============================================================<\/p>\n<p># Switch between: english | deutsch<br \/>\nlanguage: english<\/p>\n<p>homes:<br \/>\n  max-homes: -1        # -1 = unlimited<\/p>\n<p>tpa:<br \/>\n  request-timeout: 60  # seconds before a request expires<br \/>\n  warmup: 3            # seconds player must stand still<br \/>\n  cooldown: 10         # seconds between requests<\/p>\n<p>teleport:<br \/>\n  warmup: 3            # warmup for \/home, \/warp, \/spawn, \/back<br \/>\n  cooldown: 5          # cooldown between teleports<\/p>\n<p>spawn:<br \/>\n  send-to-spawn-on-first-join: true<br \/>\n  send-to-spawn-on-death: false<\/p>\n<p>back:<br \/>\n  save-on-death: true<br \/>\n  save-on-teleport: true<\/p>\n<p>effects:<br \/>\n  play-sound: true<br \/>\n  show-particles: true<br \/>\n&#8220;`<\/p>\n<p>&#8211; Switch between **English and German** with one line<br \/>\n&#8211; Set a **maximum home limit** per player (`-1` = unlimited)<br \/>\n&#8211; Configure **warmup &#038; cooldown** for TPA and all teleport commands<br \/>\n&#8211; Toggle **sound and particle effects** on teleport<br \/>\n&#8211; Auto-teleport new players to spawn on **first join**<br \/>\n&#8211; Save **death locations** for `\/back`<br \/>\n&#8211; Everything explained with **inline comments** directly in the config<br \/>\n&#8211; All messages fully customizable in `messages_en.yml` \/ `messages_de.yml`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf0d Language Support<\/p>\n<p>| File | Language |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;-|<br \/>\n| `messages_en.yml` | \ud83c\uddec\ud83c\udde7 English (default) |<br \/>\n| `messages_de.yml` | \ud83c\udde9\ud83c\uddea Deutsch |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udda5\ufe0f Compatibility<\/p>\n<p>| Server Software | Version | Supported |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;|<br \/>\n| Paper | 1.21 \u2013 1.21.11 | \u2705 |<br \/>\n| Purpur | 1.21 \u2013 1.21.11 | \u2705 |<br \/>\n| Spigot | 1.21 \u2013 1.21.11 | \u2705 |<br \/>\n| Bukkit | 1.21 \u2013 1.21.11 | \u2705 |<br \/>\n| Folia | 1.21 \u2013 1.21.11 | \u2705 |<\/p>\n<p>**Java 21 required.**<\/p>\n<p>&#8212;<\/p>\n<p>\ud83d\udcac **Support &#038; Updates:** Join our Discord<\/p>\n","protected":false},"excerpt":{"rendered":"<p>All-in-one utility plugin with TPA, homes, warps, \/back, fly, god mode and more \u2014 fully configurable in English &#038; German.<\/p>\n","protected":false},"featured_media":47760,"template":"","meta":{"_minecraft_slug":"craftcorepl","_minecraft_project_id":"zQ3tOB5N","_minecraft_author":"Max_01001","_minecraft_license":"MIT","_minecraft_downloads":54,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"craftcorepl.zip","_minecraft_size_bytes":56820,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T21:05:22.648719Z","_minecraft_date_created":"2026-03-05T00:15:53.721155Z","_minecraft_date_modified":"2026-03-04T14:26:39.179984Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/craftcorepl","_minecraft_icon_attachment_id":47760,"_minecraft_imported_at":"2026-06-02T11:22:55+00:00","_minecraft_import_hash":"8bd625399e0d21d23f79efbe35a1ffe5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,89,90,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-47759","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","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>CraftCorePL - 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\/craftcorepl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CraftCorePL - Minecraft\" \/>\n<meta property=\"og:description\" content=\"All-in-one utility plugin with TPA, homes, warps, \/back, fly, god mode and more \u2014 fully configurable in English &amp; German.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/\",\"name\":\"CraftCorePL - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/craftcorepl-icon-733fa33f6086ab638cf6e5bf8c98eb89d6a6cb29_96.webp\",\"datePublished\":\"2026-06-02T11:22:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/craftcorepl-icon-733fa33f6086ab638cf6e5bf8c98eb89d6a6cb29_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/craftcorepl-icon-733fa33f6086ab638cf6e5bf8c98eb89d6a6cb29_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/craftcorepl\\\/#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\":\"CraftCorePL\"}]},{\"@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":"CraftCorePL - 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\/craftcorepl\/","og_locale":"en_US","og_type":"article","og_title":"CraftCorePL - Minecraft","og_description":"All-in-one utility plugin with TPA, homes, warps, \/back, fly, god mode and more \u2014 fully configurable in English & German.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/","name":"CraftCorePL - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/craftcorepl-icon-733fa33f6086ab638cf6e5bf8c98eb89d6a6cb29_96.webp","datePublished":"2026-06-02T11:22:54+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/craftcorepl-icon-733fa33f6086ab638cf6e5bf8c98eb89d6a6cb29_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/craftcorepl-icon-733fa33f6086ab638cf6e5bf8c98eb89d6a6cb29_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/craftcorepl\/#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":"CraftCorePL"}]},{"@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\/47759","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\/47760"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=47759"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=47759"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=47759"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=47759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}