{"id":23005,"date":"2026-07-08T12:36:50","date_gmt":"2026-07-08T12:36:50","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/"},"modified":"2026-07-08T12:36:50","modified_gmt":"2026-07-08T12:36:50","slug":"luckperms-setup-guide","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/","title":{"rendered":"LuckPerms Setup Guide for Minecraft Servers"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> LuckPerms is the standard permissions plugin for Minecraft servers. Drop the jar in your <code>\/plugins<\/code> folder, restart, then create ranks with <code>\/lp creategroup<\/code>, give them permissions with <code>\/lp group &lt;group&gt; permission set &lt;node&gt; true<\/code>, and assign players with <code>\/lp user &lt;player&gt; parent add &lt;group&gt;<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Permissions decide who can do what on your server, and LuckPerms is the most powerful and beginner-friendly way to manage them. It runs on <a href=\"https:\/\/xgamingserver.com\/blog\/paper-vs-spigot-vs-bukkit\/\">Paper, Spigot and Bukkit<\/a> servers as well as BungeeCord and Velocity proxies. This guide gets you from install to working ranks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing LuckPerms<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the correct LuckPerms build for your platform (Bukkit\/Spigot\/Paper, or BungeeCord\/Velocity).<\/li>\n<li>Upload the jar into your server&#8217;s <code>\/plugins<\/code> folder.<\/li>\n<li>Restart the server (a reload is not enough for a new plugin).<\/li>\n<li>Confirm it loaded with <code>\/lp info<\/code>.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Core LuckPerms Commands<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Command<\/th><th>What it does<\/th><\/tr><\/thead><tbody>\n<tr><td><code>\/lp creategroup &lt;name&gt;<\/code><\/td><td>Create a new rank (e.g. vip, mod, admin)<\/td><\/tr>\n<tr><td><code>\/lp group &lt;group&gt; permission set &lt;node&gt; true<\/code><\/td><td>Grant a permission to a group<\/td><\/tr>\n<tr><td><code>\/lp group &lt;group&gt; permission set &lt;node&gt; false<\/code><\/td><td>Explicitly deny a permission<\/td><\/tr>\n<tr><td><code>\/lp user &lt;player&gt; parent add &lt;group&gt;<\/code><\/td><td>Add a player to a group (keeps other groups)<\/td><\/tr>\n<tr><td><code>\/lp user &lt;player&gt; parent set &lt;group&gt;<\/code><\/td><td>Set a player&#8217;s group, clearing others<\/td><\/tr>\n<tr><td><code>\/lp group &lt;child&gt; parent add &lt;parent&gt;<\/code><\/td><td>Make one group inherit another&#8217;s permissions<\/td><\/tr>\n<tr><td><code>\/lp editor<\/code><\/td><td>Open the web editor to manage everything visually<\/td><\/tr>\n<\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Setting Up Ranks (Example)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every server starts with a <strong>default<\/strong> group that new players get automatically. A simple ladder looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/lp creategroup vip\n\/lp creategroup mod\n\/lp creategroup admin\n\n# let vip inherit everything default has, then add extras\n\/lp group vip parent add default\n\/lp group vip permission set essentials.fly true\n\n# promote a player to vip\n\/lp user Steve parent add vip<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Use <strong>inheritance<\/strong> (<code>parent add<\/code>) so higher ranks automatically get lower-rank permissions \u2014 you only ever add the <em>extra<\/em> nodes each rank needs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prefixes and Chat<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To add a chat prefix to a rank, use the meta command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/lp group vip meta setprefix \"&amp;a[VIP] \"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Prefixes display through a chat plugin that supports LuckPerms meta \u2014 <a href=\"https:\/\/xgamingserver.com\/blog\/essentialsx-setup-guide\/\">EssentialsX Chat<\/a> is the usual pairing. LuckPerms handles the permissions; the chat plugin renders the prefix.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Web Editor<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Typing nodes by hand gets tedious. Run <code>\/lp editor<\/code> and LuckPerms gives you a one-time web link where you can create groups, tick permissions, set prefixes, and drag users between ranks \u2014 then apply it all back to the server with one click. It&#8217;s the fastest way to manage a real permission setup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">LuckPerms is a must-have on any community server. See the rest of our picks in the <a href=\"https:\/\/xgamingserver.com\/blog\/best-minecraft-server-plugins\/\">best Minecraft plugins<\/a> guide, and run it all on a <a href=\"https:\/\/xgamingserver.com\/minecraft-server-hosting\">Minecraft server hosting<\/a> plan built for Paper.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Does LuckPerms work on Paper and Spigot?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Yes \u2014 LuckPerms runs on Bukkit, Spigot and Paper, plus BungeeCord and Velocity proxies. Use the build that matches your platform.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What&#8217;s the difference between parent add and parent set?<\/h3>\n\n\n<p class=\"wp-block-paragraph\"><code>parent add<\/code> adds a group while keeping the player&#8217;s existing groups; <code>parent set<\/code> replaces all their groups with the one you specify.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Quick answer: LuckPerms is the standard permissions plugin for Minecraft servers. Drop the jar in your \/plugins folder, restart, then create ranks with \/lp creategroup, give them permissions with \/lp group &lt;group&gt; permission set &lt;node&gt; true, and assign players with \/lp user &lt;player&gt; parent add &lt;group&gt;. Permissions decide who can do what on your server, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":23006,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[19],"tags":[],"class_list":["post-23005","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-minecraft-server-docs"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>LuckPerms Setup Guide for Minecraft Servers<\/title>\n<meta name=\"description\" content=\"Set up LuckPerms permissions on your Minecraft server: install, create groups, set permissions, add players to ranks, prefixes, and the web editor.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LuckPerms Setup Guide for Minecraft Servers\" \/>\n<meta property=\"og:description\" content=\"Set up LuckPerms permissions on your Minecraft server: install, create groups, set permissions, add players to ranks, prefixes, and the web editor.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-08T12:36:50+00:00\" \/>\n<meta name=\"author\" content=\"Hectar Carson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hectar Carson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/\"},\"author\":{\"name\":\"Hectar Carson\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\"},\"headline\":\"LuckPerms Setup Guide for Minecraft Servers\",\"datePublished\":\"2026-07-08T12:36:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/\"},\"wordCount\":404,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg\",\"articleSection\":[\"Minecraft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/\",\"name\":\"LuckPerms Setup Guide for Minecraft Servers\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg\",\"datePublished\":\"2026-07-08T12:36:50+00:00\",\"description\":\"Set up LuckPerms permissions on your Minecraft server: install, create groups, set permissions, add players to ranks, prefixes, and the web editor.\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Minecraft\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"LuckPerms Setup Guide for Minecraft Servers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d\",\"name\":\"Hectar Carson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g\",\"caption\":\"Hectar Carson\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"LuckPerms Setup Guide for Minecraft Servers","description":"Set up LuckPerms permissions on your Minecraft server: install, create groups, set permissions, add players to ranks, prefixes, and the web editor.","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:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/","og_locale":"en_US","og_type":"article","og_title":"LuckPerms Setup Guide for Minecraft Servers","og_description":"Set up LuckPerms permissions on your Minecraft server: install, create groups, set permissions, add players to ranks, prefixes, and the web editor.","og_url":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-07-08T12:36:50+00:00","author":"Hectar Carson","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Hectar Carson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/"},"author":{"name":"Hectar Carson","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d"},"headline":"LuckPerms Setup Guide for Minecraft Servers","datePublished":"2026-07-08T12:36:50+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/"},"wordCount":404,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg","articleSection":["Minecraft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/","url":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/","name":"LuckPerms Setup Guide for Minecraft Servers","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg","datePublished":"2026-07-08T12:36:50+00:00","description":"Set up LuckPerms permissions on your Minecraft server: install, create groups, set permissions, add players to ranks, prefixes, and the web editor.","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/luckperms-setup-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Minecraft","item":"https:\/\/xgamingserver.com\/blog\/category\/minecraft-server-docs\/"},{"@type":"ListItem","position":3,"name":"LuckPerms Setup Guide for Minecraft Servers"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/561042c617869348e75abfe16a269f8d","name":"Hectar Carson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1cbcd42dac6c5f21cb52dd64f03fd442250a15f7bb1ade04e23002eb5b384de5?s=96&d=mm&r=g","caption":"Hectar Carson"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2026\/07\/luckperms-setup-guide.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/23005","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=23005"}],"version-history":[{"count":0,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/23005\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/23006"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=23005"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=23005"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=23005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}