{"id":91685,"date":"2026-06-05T08:43:26","date_gmt":"2026-06-05T05:43:26","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/"},"modified":"2026-06-05T08:43:26","modified_gmt":"2026-06-05T05:43:26","slug":"landmarkplugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/","title":{"rendered":"LandMark"},"content":{"rendered":"<p># \ud83c\udfaf LandmarkSystem<\/p>\n<p>An elegant and powerful Minecraft landmark teleportation system plugin, supporting Paper\/Folia servers.<\/p>\n<p>![](https:\/\/www.minecraft.net\/)<br \/>\n![](https:\/\/papermc.io\/)<br \/>\n![](https:\/\/opensource.org\/licenses\/MIT)<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83c\udf1f Elegant magical theme interface<br \/>\n&#8211; \ud83c\udfa8 Beautiful particle effects and sounds<br \/>\n&#8211; \ud83d\udd2e Automatic unlock system<br \/>\n&#8211; \u26a1 Quick teleportation<br \/>\n&#8211; \ud83d\udcf1 Intuitive GUI menu<br \/>\n&#8211; \ud83d\udcbe Secure data storage<br \/>\n&#8211; \u2699\ufe0f Highly configurable<br \/>\n&#8211; \ud83d\ude80 Folia multi-threading support<br \/>\n&#8211; \ud83d\udee1\ufe0f Complete permission system<br \/>\n&#8211; \ud83c\udf10 Multi-world support<br \/>\n&#8211; \ud83c\udfaf Custom interaction entities<br \/>\n&#8211; \ud83d\udd04 Memory optimization<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; Java 21 or higher<br \/>\n&#8211; Paper\/Folia 1.20.1 or higher<\/p>\n<p>## \ud83d\udcd6 Usage<\/p>\n<p>For detailed instructions, please check the [Usage Guide](USAGE.md).<\/p>\n<p>## \ud83c\udfae Basic Commands<\/p>\n<p>&#8211; `\/landmark menu` &#8211; Open landmark menu<br \/>\n&#8211; `\/landmark create <name> [description]` &#8211; Create new landmark<br \/>\n  &#8211; Supports multi-line descriptions, each argument will be a separate line<br \/>\n  &#8211; Example: `\/landmark create spawn Welcome to Spawn center This is the teleport hall`<br \/>\n&#8211; `\/landmark delete <name>` &#8211; Delete landmark<br \/>\n&#8211; `\/landmark edit <name> <description>` &#8211; Edit landmark description<br \/>\n  &#8211; Supports multi-line descriptions, each argument will be a separate line<br \/>\n  &#8211; Example: `\/landmark edit spawn Welcome to Spawn center This is the teleport hall`<br \/>\n&#8211; `\/landmark rename <old_name> <new_name>` &#8211; Rename landmark<br \/>\n&#8211; `\/landmark teleport <name>` &#8211; Teleport to specified landmark<br \/>\n&#8211; `\/landmark reload` &#8211; Reload configuration<\/p>\n<p>## \ud83d\udd12 Permission System<\/p>\n<p>### Admin Permissions<br \/>\n&#8211; `landmark.create` &#8211; Create landmarks<br \/>\n&#8211; `landmark.delete` &#8211; Delete landmarks<br \/>\n&#8211; `landmark.edit` &#8211; Edit landmarks<br \/>\n&#8211; `landmark.rename` &#8211; Rename landmarks<br \/>\n&#8211; `landmark.reload` &#8211; Reload configuration<br \/>\n&#8211; `landmark.admin` &#8211; Admin permission group<\/p>\n<p>### Player Permissions<br \/>\n&#8211; `landmark.teleport` &#8211; Teleport permission (default: true)<br \/>\n&#8211; `landmark.menu` &#8211; Menu permission (default: true)<br \/>\n&#8211; `landmark.interact` &#8211; Interaction permission (default: true)<\/p>\n<p>## \u2699\ufe0f Configuration Example<\/p>\n<p>### Basic Settings<\/p>\n<p>&#8220;`yaml<br \/>\nsettings:<br \/>\n  cooldown-time: 90       # Teleport cooldown (seconds)<br \/>\n  unlock-radius: 3        # Unlock radius (blocks)<br \/>\n  unlock-sound: BLOCK_ENCHANTMENT_TABLE_USE  # Unlock sound<br \/>\n&#8220;`<\/p>\n<p>### GUI Settings<br \/>\n&#8220;`yaml<br \/>\ngui:<br \/>\n  title: &#8216;<gradient:gold:yellow>\u2727 Magic Landmark System \u2726<\/gradient>&#8216;<br \/>\n  size: 45  # Menu size<br \/>\n  items:<br \/>\n    unlocked:<br \/>\n      material: AMETHYST_SHARD<br \/>\n      name: &#8216;<#c7a3ed><bold>%landmark_name%<\/bold>&#8216;<br \/>\n    locked:<br \/>\n      material: BARRIER<br \/>\n      name: &#8216;<gray><bold>%landmark_name%<\/bold>&#8216;<br \/>\n&#8220;`<\/p>\n<p>### Particle Effects<br \/>\n&#8220;`yaml<br \/>\nparticles:<br \/>\n  center:<br \/>\n    enabled: true<br \/>\n    type: END_ROD<br \/>\n    height: 0.1<br \/>\n    star_radius: 1.5<br \/>\n    circle_radius: 2.0<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Download the latest version from Releases<br \/>\n2. Place the plugin in your server&#8217;s `plugins` folder<br \/>\n3. Restart the server or use `\/reload confirm`<br \/>\n4. The plugin will automatically generate configuration files<\/p>\n<p>## \ud83d\udd27 Technical Features<\/p>\n<p>&#8211; Developed using Folia API for multi-threading support<br \/>\n&#8211; Adventure API for rich text display<br \/>\n&#8211; MiniMessage format support<br \/>\n&#8211; Asynchronous data processing and storage<br \/>\n&#8211; Smart memory management<br \/>\n&#8211; Automatic cleanup system<\/p>\n<p>## \ud83d\udc1b Bug Reports<\/p>\n<p>If you encounter any issues, please report them through:<\/p>\n<p>1. GitHub Issues<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>This project is licensed under the [MIT](LICENSE) license.<\/p>\n<p>## \ud83d\ude4f Acknowledgments<\/p>\n<p>&#8211; Paper &#8211; High-performance Minecraft server<br \/>\n&#8211; Folia &#8211; Multi-threaded optimized server<br \/>\n&#8211; MiniMessage &#8211; Text formatting library<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An elegant and powerful Minecraft landmark teleportation system plugin, supporting Paper\/Folia servers.<\/p>\n","protected":false},"featured_media":91686,"template":"","meta":{"_minecraft_slug":"landmarkplugin","_minecraft_project_id":"oNDWE3ic","_minecraft_author":"MineSunshineone1","_minecraft_license":"MIT","_minecraft_downloads":96,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"landmarkplugin.zip","_minecraft_size_bytes":560992,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T19:47:27.826139Z","_minecraft_date_created":"2025-02-04T08:39:25.459578Z","_minecraft_date_modified":"2025-01-30T12:11:18.483352Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/landmarkplugin","_minecraft_icon_attachment_id":91686,"_minecraft_imported_at":"2026-06-05T05:43:28+00:00","_minecraft_import_hash":"44a5677c89c28cf9c7628519be1aa081","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,867,869,92],"mod_loader":[131],"minecraft_version":[59,36,60,93,94,101,102,62,37,73,74,38],"class_list":["post-91685","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-folia","mod_category-social","mod_category-transportation","mod_category-utility","mod_loader-folia","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LandMark - 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\/landmarkplugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LandMark - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An elegant and powerful Minecraft landmark teleportation system plugin, supporting Paper\/Folia servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/\" \/>\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\\\/landmarkplugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/landmarkplugin\\\/\",\"name\":\"LandMark - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/landmarkplugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/landmarkplugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/landmarkplugin-icon-49dc188848f5b38ca75c5fc8ef6394d997b3a7f8_96.webp\",\"datePublished\":\"2026-06-05T05:43:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/landmarkplugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/landmarkplugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/landmarkplugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/landmarkplugin-icon-49dc188848f5b38ca75c5fc8ef6394d997b3a7f8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/landmarkplugin-icon-49dc188848f5b38ca75c5fc8ef6394d997b3a7f8_96.webp\",\"width\":96,\"height\":95},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/landmarkplugin\\\/#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\":\"LandMark\"}]},{\"@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":"LandMark - 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\/landmarkplugin\/","og_locale":"en_US","og_type":"article","og_title":"LandMark - Minecraft","og_description":"An elegant and powerful Minecraft landmark teleportation system plugin, supporting Paper\/Folia servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/","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\/landmarkplugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/","name":"LandMark - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/landmarkplugin-icon-49dc188848f5b38ca75c5fc8ef6394d997b3a7f8_96.webp","datePublished":"2026-06-05T05:43:26+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/landmarkplugin-icon-49dc188848f5b38ca75c5fc8ef6394d997b3a7f8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/landmarkplugin-icon-49dc188848f5b38ca75c5fc8ef6394d997b3a7f8_96.webp","width":96,"height":95},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/landmarkplugin\/#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":"LandMark"}]},{"@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\/91685","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\/91686"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=91685"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=91685"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=91685"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=91685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}