{"id":96106,"date":"2026-06-05T15:10:58","date_gmt":"2026-06-05T12:10:58","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/"},"modified":"2026-06-05T15:10:58","modified_gmt":"2026-06-05T12:10:58","slug":"lskillgui","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/","title":{"rendered":"LsKillGui"},"content":{"rendered":"<p># LsKillGui<\/p>\n<p>A lightweight and fully configurable **confirmation GUI for `\/kill`** on Minecraft servers.<\/p>\n<p>LsKillGui prevents accidental deaths by showing a confirmation menu when players use `\/kill`. Server owners can fully customize the menu items, names, lore, and behavior through the configuration.<\/p>\n<p>The plugin is designed to be **simple, lightweight, and modern Paper-compatible**.<\/p>\n<p>&#8212;<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/lopikss\/lsplugins\/refs\/heads\/main\/images\/killguimenu.png\">\n<\/p>\n<p>&#8212;<br \/>\n# Features<\/p>\n<p>* Confirmation GUI when using `\/kill`<br \/>\n* Optional GUI for `\/kill <player>`<br \/>\n* Fully configurable GUI items<br \/>\n* Support for **player heads** in the GUI<br \/>\n* Supports **hex colors** (`&#038;#ffffff`) and normal color codes (`&#038;`)<br \/>\n* Placeholder support for `%player%` and `%target%`<br \/>\n* Tab completion for commands<br \/>\n* Lightweight and dependency-free<br \/>\n* Clean and simple configuration<\/p>\n<p>&#8212;<\/p>\n<p># Commands<\/p>\n<p>### `\/kill`<\/p>\n<p>Opens the confirmation GUI to kill yourself.<\/p>\n<p>### `\/kill <player>`<\/p>\n<p>Kills another player (requires permission).<\/p>\n<p>### `\/killgui reload`<\/p>\n<p>Reloads the plugin configuration.<\/p>\n<p>&#8212;<\/p>\n<p># Permissions<\/p>\n<p>| Permission       | Description              | Default |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;- | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;- |<br \/>\n| `killgui.use`    | Allows use of `\/kill`    | OP      |<br \/>\n| `killgui.other`  | Allows `\/kill <player>`  | OP      |<br \/>\n| `killgui.reload` | Allows `\/killgui reload` | OP      |<\/p>\n<p>&#8212;<\/p>\n<p># Configuration<\/p>\n<p>The GUI is fully customizable through `config.yml`.<\/p>\n<p>Example:<\/p>\n<p>&#8220;`yaml<br \/>\n# =========================================================<br \/>\n# LsKillGui &#8211; config-guide.yml<br \/>\n# =========================================================<br \/>\n#<br \/>\n# This file explains every option in the normal config.yml.<br \/>\n#<br \/>\n# ITEM NAMES:<br \/>\n# Use valid Bukkit \/ Paper Material names such as:<br \/>\n#   LIME_WOOL<br \/>\n#   RED_WOOL<br \/>\n#   PAPER<br \/>\n#<br \/>\n# Full material list:<br \/>\n# https:\/\/jd.papermc.io\/paper\/1.21.11\/org\/bukkit\/Material.html<br \/>\n#<br \/>\n# SPECIAL CUSTOM ITEM VALUES SUPPORTED BY THIS PLUGIN:<br \/>\n#   SELF_HEAD   -> shows the head of the player opening the menu<br \/>\n#   TARGET_HEAD -> shows the head of the target player in \/kill <player>\n#<br \/>\n# PLACEHOLDERS:<br \/>\n#   %player% -> the player opening the GUI<br \/>\n#   %target% -> the target player in \/kill <player>\n#<br \/>\n# OTHER NOTES:<br \/>\n# &#8211; Names and lore support normal color codes with &#038; and also Hex codes like: &#038;#55ff55Hello<br \/>\n# &#8211; Lore can have as many lines as you want<br \/>\n# =========================================================<\/p>\n<p># If enabled, a confirmation GUI opens for \/kill <player>.<br \/>\n# If disabled, \/kill <player> instantly kills the target player.<br \/>\nother-gui: true<\/p>\n<p>menus:<br \/>\n  self:<br \/>\n    items:<br \/>\n      cancel:<br \/>\n        # The item shown on the left side.<br \/>\n        # Valid examples: RED_WOOL, BARRIER, GRAY_STAINED_GLASS_PANE<br \/>\n        item: RED_WOOL<\/p>\n<p>        # Display name of the item.<br \/>\n        name: &#8220;&#038;c&#038;lCancel&#8221;<\/p>\n<p>        # Lore lines under the item name.<br \/>\n        lore:<br \/>\n          &#8211; &#8220;&#038;7Close this menu.&#8221;<\/p>\n<p>      info:<br \/>\n        # Special value:<br \/>\n        # SELF_HEAD = head of the player opening the menu<br \/>\n        # You can also replace this with a normal item like PAPER<br \/>\n        item: SELF_HEAD<\/p>\n<p>        name: &#8220;&#038;e&#038;lConfirm Suicide&#8221;<\/p>\n<p>        lore:<br \/>\n          &#8211; &#8220;&#038;7You are about to kill yourself.&#8221;<br \/>\n          &#8211; &#8220;&#038;7Click &#038;aYes &#038;7to continue.&#8221;<br \/>\n          &#8211; &#8220;&#038;7Click &#038;cCancel &#038;7to go back.&#8221;<\/p>\n<p>      confirm:<br \/>\n        item: LIME_WOOL<br \/>\n        name: &#8220;&#038;a&#038;lYes&#8221;<br \/>\n        lore:<br \/>\n          &#8211; &#8220;&#038;7Kill yourself instantly.&#8221;<\/p>\n<p>  # This menu is only used when:<br \/>\n  # other-gui: true<br \/>\n  other:<br \/>\n    items:<br \/>\n      cancel:<br \/>\n        item: RED_WOOL<br \/>\n        name: &#8220;&#038;c&#038;lCancel&#8221;<br \/>\n        lore:<br \/>\n          &#8211; &#8220;&#038;7Close this menu.&#8221;<\/p>\n<p>      info:<br \/>\n        # Special value:<br \/>\n        # TARGET_HEAD = head of the target from \/kill <player>\n        # You can also replace this with a normal item like PAPER<br \/>\n        item: TARGET_HEAD<\/p>\n<p>        name: &#8220;&#038;6&#038;lKill %target%&#8221;<\/p>\n<p>        lore:<br \/>\n          &#8211; &#8220;&#038;7You are about to kill &#038;f%target%&#038;7.&#8221;<br \/>\n          &#8211; &#8220;&#038;7Click &#038;aYes &#038;7to confirm.&#8221;<br \/>\n          &#8211; &#8220;&#038;7Click &#038;cCancel &#038;7to go back.&#8221;<\/p>\n<p>      confirm:<br \/>\n        item: LIME_WOOL<br \/>\n        name: &#8220;&#038;a&#038;lYes&#8221;<br \/>\n        lore:<br \/>\n          &#8211; &#8220;&#038;7Instantly kill &#038;f%target%&#038;7.&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p># Special Item Types<\/p>\n<p>The plugin supports special item placeholders:<\/p>\n<p>| Item value    | Result                                        |<br \/>\n| &#8212;&#8212;&#8212;&#8212;- | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; |<br \/>\n| `SELF_HEAD`   | Shows the head of the player opening the menu |<br \/>\n| `TARGET_HEAD` | Shows the head of the target player           |<\/p>\n<p>&#8212;<\/p>\n<p># Placeholders<\/p>\n<p>| Placeholder | Description                       |<br \/>\n| &#8212;&#8212;&#8212;&#8211; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; |<br \/>\n| `%player%`  | Player opening the GUI            |<br \/>\n| `%target%`  | Target player in `\/kill <player>` |<\/p>\n<p>&#8212;<\/p>\n<p># Compatibility<\/p>\n<p>* Paper<br \/>\n* Spigot<br \/>\n* Purpur<br \/>\n* Minecraft **1.21+**<\/p>\n<p>&#8212;<\/p>\n<p># Installation<\/p>\n<p>1. Download the plugin `.jar`<br \/>\n2. Place it in your server&#8217;s `plugins` folder<br \/>\n3. Restart the server<br \/>\n4. Configure `config.yml` if desired<\/p>\n<p>&#8212;<\/p>\n<p># Support<\/p>\n<p>If you encounter issues or have suggestions, feel free to open an issue or contact the developer.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Simple GUI-based kill confirmation plugin for survival servers<\/p>\n","protected":false},"featured_media":96107,"template":"","meta":{"_minecraft_slug":"lskillgui","_minecraft_project_id":"jtDgB7vj","_minecraft_author":"lopikss","_minecraft_license":"MIT","_minecraft_downloads":11,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"lskillgui.zip","_minecraft_size_bytes":15277,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:05:49.938797Z","_minecraft_date_created":"2026-03-12T22:51:22.712427Z","_minecraft_date_modified":"2026-03-12T21:24:23.555819Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/lskillgui","_minecraft_icon_attachment_id":96107,"_minecraft_imported_at":"2026-06-05T12:10:59+00:00","_minecraft_import_hash":"b17a926f5f159fa3b9773f288279dedf","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-96106","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","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>LsKillGui - 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\/lskillgui\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LsKillGui - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Simple GUI-based kill confirmation plugin for survival servers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/lopikss\/lsplugins\/refs\/heads\/main\/images\/killguimenu.png\" \/>\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\\\/lskillgui\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lskillgui\\\/\",\"name\":\"LsKillGui - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lskillgui\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lskillgui\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lskillgui-icon-10df1a87636e7d1a8988171ef5f268ca647ea8fb_96.webp\",\"datePublished\":\"2026-06-05T12:10:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lskillgui\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lskillgui\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lskillgui\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lskillgui-icon-10df1a87636e7d1a8988171ef5f268ca647ea8fb_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lskillgui-icon-10df1a87636e7d1a8988171ef5f268ca647ea8fb_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lskillgui\\\/#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\":\"LsKillGui\"}]},{\"@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":"LsKillGui - 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\/lskillgui\/","og_locale":"en_US","og_type":"article","og_title":"LsKillGui - Minecraft","og_description":"Simple GUI-based kill confirmation plugin for survival servers","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/lopikss\/lsplugins\/refs\/heads\/main\/images\/killguimenu.png","type":"","width":"","height":""}],"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\/lskillgui\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/","name":"LsKillGui - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lskillgui-icon-10df1a87636e7d1a8988171ef5f268ca647ea8fb_96.webp","datePublished":"2026-06-05T12:10:58+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lskillgui-icon-10df1a87636e7d1a8988171ef5f268ca647ea8fb_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lskillgui-icon-10df1a87636e7d1a8988171ef5f268ca647ea8fb_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lskillgui\/#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":"LsKillGui"}]},{"@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\/96106","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\/96107"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=96106"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=96106"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=96106"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=96106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}