{"id":1038,"date":"2021-09-23T16:50:31","date_gmt":"2021-09-23T16:50:31","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=1038"},"modified":"2022-01-04T12:36:45","modified_gmt":"2022-01-04T12:36:45","slug":"how-to-set-plugin-permission-on-your-rust-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/","title":{"rendered":"How to set uMod plugin permission on your Rust server"},"content":{"rendered":"\n<p> In this guide, we will show you how to set plugin permission on your Rust server.<\/p>\n\n\n\n<p>If you don&#8217;t have uMod installed on your server, read our <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-install-umod-plugins-to-your-rust-server\/\">uMod guid<\/a>e first, <a href=\"https:\/\/xgamingserver.com\/blog\/rust-server-complete-configuration-guide\/\">or this rust server configuration guide<\/a><\/p>\n\n\n\n<p>Plugin permissions give admins the ability to allow or deny specific plugins to other players. For example the <a href=\"https:\/\/umod.org\/plugins\/vanish\">Vanish <\/a>plugin. It is an admin plugin that makes the user invisible to other players. We don&#8217;t want non-admin players to use this plugin, so we will restrict them from doing so via the uMod permission system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-permission-groups\">Permission groups<\/h2>\n\n\n\n<p>Permission groups allow us to categorize players and assign permissions to multiple users at once. <\/p>\n\n\n\n<p>Once uMod has been installed and initialized on the server, it automatically creates two groups by default.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Admin<\/li><li>Default<\/li><\/ul>\n\n\n\n<p>Upon installing uMod, server admins are automatically added to the admin group, while all other players are added to the \u2018default\u2019 group.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.show groups<\/code><\/pre>\n\n\n\n<p>Will display all the current permission groups on your server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-67.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-67.png\" alt=\"oxide.show groups\" class=\"wp-image-1040\" width=\"485\" height=\"138\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-67.png 485w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-67-300x85.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-67-370x105.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-67-270x77.png 270w\" sizes=\"auto, (max-width: 485px) 100vw, 485px\" \/><\/a><figcaption>oxide.show groups<\/figcaption><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.group add groupName<\/code><\/pre>\n\n\n\n<p>Creates a new permission group<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-69.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-69.png\" alt=\"oxide.group add\" class=\"wp-image-1043\" width=\"493\" height=\"118\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-69.png 438w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-69-300x72.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-69-370x89.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-69-270x65.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-69-435x105.png 435w\" sizes=\"auto, (max-width: 493px) 100vw, 493px\" \/><\/a><figcaption>oxide.group add<\/figcaption><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.usergroup add &lt;player_name or STEAM64_ID&gt; group_name<\/code><\/pre>\n\n\n\n<p>Will add the player to a group. You don&#8217;t have to add players to the default group because they will be added automatically upon joining the server. It is more useful for adding a player to an admin\/custom group.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.usergroup remove &lt;player_name or STEAM64_ID&gt; group_name<\/code><\/pre>\n\n\n\n<p>Will remove the player from a group.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-allow-deny-plugin-permission\">Allow\/Deny plugin permission<\/h2>\n\n\n\n<p>First of all, we need to know what permission are available for the plugin that we want to allow\/deny to players. Go to the plugin page on uMod.org and scroll down until you see the permission section. <a href=\"https:\/\/umod.org\/plugins\/vanish\">Vanish<\/a> plugin as an example:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1012\" height=\"315\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70.png\" alt=\"Permission section\" class=\"wp-image-1044\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70.png 1012w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70-600x187.png 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70-300x93.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70-768x239.png 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70-370x115.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70-270x84.png 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70-570x177.png 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-70-740x230.png 740w\" sizes=\"auto, (max-width: 1012px) 100vw, 1012px\" \/><\/a><figcaption>Permission section<\/figcaption><\/figure>\n\n\n\n<p>Here, you can see all the available permissions for the Vanish plugin. I will use the first one as an example.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-allow-deny-to-a-group\">Allow\/deny to a group<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.grant group &lt;groupName&gt; &lt;permission&gt;<\/code><\/pre>\n\n\n\n<p>Will allow the plugin to all the players in the specified group.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-71.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-71.png\" alt=\"allow group\" class=\"wp-image-1045\" width=\"459\" height=\"123\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-71.png 459w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-71-300x80.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-71-370x99.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-71-270x72.png 270w\" sizes=\"auto, (max-width: 459px) 100vw, 459px\" \/><\/a><figcaption>allow group<\/figcaption><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.revoke group &lt;groupName&gt; &lt;permission&gt;<\/code><\/pre>\n\n\n\n<p>Will deny the plugin to all the players in the specified group.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-72.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-72.png\" alt=\"deny group\" class=\"wp-image-1046\" width=\"466\" height=\"124\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-72.png 494w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-72-300x80.png 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-72-370x99.png 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/image-72-270x72.png 270w\" sizes=\"auto, (max-width: 466px) 100vw, 466px\" \/><\/a><figcaption>deny group<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-allow-deny-to-a-player\">Allow\/deny to a player<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.grant user &lt;user_name or STEAM64_ID&gt; &lt;permission&gt;<\/code><\/pre>\n\n\n\n<p>Will allow the plugin to the player.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>oxide.revoke user &lt;user_name or STEAM64_ID&gt; &lt;permission&gt;<\/code><\/pre>\n\n\n\n<p> Will deny the plugin to the player. <\/p>\n\n\n\n<p> Looking for a rust server? <a href=\"https:\/\/xgamingserver.com\/rust-hosting-server\">Rent one with us<\/a> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we will show you how to set plugin permission on your Rust server. If you don&#8217;t have uMod installed on your server, read our uMod guide first, or this rust server configuration guide Plugin permissions give admins the ability to allow or deny specific plugins to other players. For example the Vanish [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1049,"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":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[13],"tags":[],"class_list":["post-1038","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-rust-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>How to set uMod plugin permission on your Rust server - XGamingServer<\/title>\n<meta name=\"description\" content=\"uMod (oxide) Plugin permission give admins the ability to allow or deny specific plugins to other players.\" \/>\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\/how-to-set-plugin-permission-on-your-rust-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set uMod plugin permission on your Rust server\" \/>\n<meta property=\"og:description\" content=\"uMod (oxide) Plugin permission give admins the ability to allow or deny specific plugins to other players.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/\" \/>\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=\"2021-09-23T16:50:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-01-04T12:36:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions-1024x576.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Youssef Ayman\" \/>\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=\"Youssef Ayman\" \/>\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\/how-to-set-plugin-permission-on-your-rust-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/\"},\"author\":{\"name\":\"Youssef Ayman\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e\"},\"headline\":\"How to set uMod plugin permission on your Rust server\",\"datePublished\":\"2021-09-23T16:50:31+00:00\",\"dateModified\":\"2022-01-04T12:36:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/\"},\"wordCount\":362,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg\",\"articleSection\":[\"Rust\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/\",\"name\":\"How to set uMod plugin permission on your Rust server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg\",\"datePublished\":\"2021-09-23T16:50:31+00:00\",\"dateModified\":\"2022-01-04T12:36:45+00:00\",\"description\":\"uMod (oxide) Plugin permission give admins the ability to allow or deny specific plugins to other players.\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rust\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/rust-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to set uMod plugin permission on your Rust server\"}]},{\"@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\/d76089853704ac189e01449b0e449e3e\",\"name\":\"Youssef Ayman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g\",\"caption\":\"Youssef Ayman\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to set uMod plugin permission on your Rust server - XGamingServer","description":"uMod (oxide) Plugin permission give admins the ability to allow or deny specific plugins to other players.","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\/how-to-set-plugin-permission-on-your-rust-server\/","og_locale":"en_US","og_type":"article","og_title":"How to set uMod plugin permission on your Rust server","og_description":"uMod (oxide) Plugin permission give admins the ability to allow or deny specific plugins to other players.","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2021-09-23T16:50:31+00:00","article_modified_time":"2022-01-04T12:36:45+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions-1024x576.jpg","type":"image\/jpeg"}],"author":"Youssef Ayman","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Youssef Ayman","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/"},"author":{"name":"Youssef Ayman","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e"},"headline":"How to set uMod plugin permission on your Rust server","datePublished":"2021-09-23T16:50:31+00:00","dateModified":"2022-01-04T12:36:45+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/"},"wordCount":362,"commentCount":3,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg","articleSection":["Rust"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/","name":"How to set uMod plugin permission on your Rust server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg","datePublished":"2021-09-23T16:50:31+00:00","dateModified":"2022-01-04T12:36:45+00:00","description":"uMod (oxide) Plugin permission give admins the ability to allow or deny specific plugins to other players.","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-set-plugin-permission-on-your-rust-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Rust","item":"https:\/\/xgamingserver.com\/blog\/category\/rust-server-docs\/"},{"@type":"ListItem","position":3,"name":"How to set uMod plugin permission on your Rust server"}]},{"@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\/d76089853704ac189e01449b0e449e3e","name":"Youssef Ayman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g","caption":"Youssef Ayman"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2021\/09\/permissions.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/1038","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=1038"}],"version-history":[{"count":8,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/1038\/revisions"}],"predecessor-version":[{"id":1333,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/1038\/revisions\/1333"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/1049"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=1038"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=1038"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=1038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}