{"id":84,"date":"2021-08-21T17:19:23","date_gmt":"2021-08-21T16:19:23","guid":{"rendered":"https:\/\/wordpress.pedrorotoli.com\/?p=84"},"modified":"2021-08-21T17:19:29","modified_gmt":"2021-08-21T16:19:29","slug":"building-mcmmo","status":"publish","type":"post","link":"https:\/\/wordpress.pedrorotoli.com\/?p=84","title":{"rendered":"Building mcMMO"},"content":{"rendered":"<p>Start by installing the necessary packages:<\/p>\n<pre>wget https:\/\/miroir.univ-lorraine.fr\/apache\/maven\/maven-3\/3.8.2\/binaries\/apache-maven-3.8.2-bin.tar.gz\r\n\r\ntar -zxf apache-maven-3.8.2-bin.tar.gz -C \/opt\/\r\n\r\nsudo ln -s \/opt\/apache-maven-3.8.2\/bin\/ \/usr\/local\/bin\/maven\r\n\r\nexport PATH=\/usr\/local\/bin\/maven:$PATH<\/pre>\n<p>Next clone the github repository:<\/p>\n<pre>git clone https:\/\/github.com\/mcMMO-Dev\/mcMMO.git<\/pre>\n<p>Enter the newly created directory:<\/p>\n<pre>cd mcMMO<\/pre>\n<p>Now we are ready to build the plugin:<\/p>\n<pre>mvn clean package install<\/pre>\n<p>Now open the folder target and copy the plugin to the plugins folder of the server.<\/p>\n<pre>cd target\r\n\r\ncp mcMMO.jar \/your\/server\/plugins<\/pre>\n<p>And it&#8217;s done.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Start by installing the necessary packages: wget https:\/\/miroir.univ-lorraine.fr\/apache\/maven\/maven-3\/3.8.2\/binaries\/apache-maven-3.8.2-bin.tar.gz tar -zxf apache-maven-3.8.2-bin.tar.gz -C \/opt\/ sudo ln -s \/opt\/apache-maven-3.8.2\/bin\/ \/usr\/local\/bin\/maven export PATH=\/usr\/local\/bin\/maven:$PATH Next clone the github repository:<\/p>\n","protected":false},"author":1,"featured_media":87,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,24],"tags":[27,25,26,10],"class_list":["post-84","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-minecraft","tag-linux","tag-maven","tag-mcmmo","tag-minecraft"],"_links":{"self":[{"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=\/wp\/v2\/posts\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=84"}],"version-history":[{"count":5,"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=\/wp\/v2\/posts\/84\/revisions"}],"predecessor-version":[{"id":90,"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=\/wp\/v2\/posts\/84\/revisions\/90"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=\/wp\/v2\/media\/87"}],"wp:attachment":[{"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=84"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=84"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.pedrorotoli.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}