{"id":1352,"date":"2021-08-02T02:53:08","date_gmt":"2021-08-02T02:53:08","guid":{"rendered":"https:\/\/www.ishygddt.xyz\/~blog\/?p=1352"},"modified":"2022-03-08T18:40:51","modified_gmt":"2022-03-08T18:40:51","slug":"mcrcon-auto-parse-password","status":"publish","type":"post","link":"http:\/\/www.ishygddt.xyz\/~blog\/2021\/08\/mcrcon-auto-parse-password","title":{"rendered":"mcrcon: auto-parse password"},"content":{"rendered":"<p>Quick reference until or unless <a href=\"https:\/\/github.com\/Tiiffi\/mcrcon\">mcrcon<\/a> adds support for this behavior automatically<\/p>\n<pre><code class=\"language-shell\" data-line=\"\">MCRCON_PASS=&quot;$(sed -n -e &#039;s\/^rcon\\.password=\\(.\\+\\)\/\\1\/p&#039; &lt; server.properties)&quot; mcrcon<\/code><\/pre>\n<hr \/>\n<p>Alternatively, a bash alias:<\/p>\n<pre><code class=\"language-shell\" data-line=\"\">alias mcrcon=&#039;env MCRCON_PASS=&quot;${MCRCON_PASS:=$(sed -n -e &#039;\\&#039;&#039;s\/^rcon\\.password=\\(.\\+\\)\/\\1\/p&#039;\\&#039;&#039; &lt; server.properties)}&quot; mcrcon&#039;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<pre><code class=\"language-shell\" data-line=\"\">alias mcrcon=&#039;env MCRCON_PASS=&quot;${MCRCON_PASS=$(sed -n -e &#039;\\&#039;&#039;s\/^rcon\\.password=\\(.\\+\\)\/\\1\/p&#039;\\&#039;&#039; &lt; server.properties)}&quot; mcrcon&#039;<\/code><\/pre>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[96,97],"tags":[122,55,123,31],"class_list":["post-1352","post","type-post","status-publish","format-standard","hentry","category-howto","category-original-content","tag-mcrcon","tag-minecraft","tag-sed","tag-server"],"_links":{"self":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/1352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/comments?post=1352"}],"version-history":[{"count":8,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/1352\/revisions"}],"predecessor-version":[{"id":2017,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/1352\/revisions\/2017"}],"wp:attachment":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/media?parent=1352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/categories?post=1352"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/tags?post=1352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}