<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Command Line Interface</title><link>https://sourceforge.net/p/amidst/wiki/Command%2520Line%2520Interface/</link><description>Recent changes to Command Line Interface</description><atom:link href="https://sourceforge.net/p/amidst/wiki/Command%20Line%20Interface/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 01 Feb 2022 20:50:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/amidst/wiki/Command%20Line%20Interface/feed" rel="self" type="application/rss+xml"/><item><title>Command Line Interface modified by ryker aiden hill</title><link>https://sourceforge.net/p/amidst/wiki/Command%2520Line%2520Interface/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,11 +4,14 @@

 Here, `&amp;lt;filename&amp;gt;` is the name of the Amidst jar file and `&amp;lt;parameters&amp;gt;` is a subset of the following parameters:

-    -mcpath &amp;lt;directory&amp;gt;         : location of the '.minecraft' directory.
-    -mcjar &amp;lt;file&amp;gt;               : location of the minecraft jar file
-    -mcjson &amp;lt;file&amp;gt;              : location of the minecraft json file
-    -biome-profiles &amp;lt;directory&amp;gt; : location of the biome profile directory
-    -history &amp;lt;file&amp;gt;             : location of the seed history file
-    -log &amp;lt;file&amp;gt;                 : location of the log file
-    -help                       : print usage information
-    -version                    : print version
+     -mcpath &amp;lt;directory&amp;gt;         : location of the '.minecraft' directory.
+     -mcjar &amp;lt;file&amp;gt;               : location of the minecraft jar file
+     -mcjson &amp;lt;file&amp;gt;              : location of the minecraft json file
+     -profile &amp;lt;name&amp;gt;             : name of profile to select
+     -biome-profiles &amp;lt;directory&amp;gt; : location of the biome profile directory
+     -history &amp;lt;file&amp;gt;             : location of the seed history file
+     -log &amp;lt;file&amp;gt;                 : location of the log file
+     -seed &amp;lt;string&amp;gt;              : initial seed to use
+     -world-type &amp;lt;string&amp;gt;        : world type for the initial seed
+     -help                       : print usage information
+     -version                    : print version
&amp;lt;/string&amp;gt;&amp;lt;/string&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/directory&amp;gt;&amp;lt;/name&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/directory&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/directory&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/directory&amp;gt;&amp;lt;/parameters&amp;gt;&amp;lt;/filename&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ryker aiden hill</dc:creator><pubDate>Tue, 01 Feb 2022 20:50:05 -0000</pubDate><guid>https://sourceforge.net5993c9334aa8f07d10c65f5100d6c9ab6e713164</guid></item><item><title>Command Line Interface modified by ryker aiden hill</title><link>https://sourceforge.net/p/amidst/wiki/Command%2520Line%2520Interface/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -5,7 +5,6 @@
 Here, `&amp;lt;filename&amp;gt;` is the name of the Amidst jar file and `&amp;lt;parameters&amp;gt;` is a subset of the following parameters:

     -mcpath &amp;lt;directory&amp;gt;         : location of the '.minecraft' directory.
-    -mclibs &amp;lt;directory&amp;gt;         : location of the '.minecraft/libraries' directory
     -mcjar &amp;lt;file&amp;gt;               : location of the minecraft jar file
     -mcjson &amp;lt;file&amp;gt;              : location of the minecraft json file
     -biome-profiles &amp;lt;directory&amp;gt; : location of the biome profile directory
&amp;lt;/directory&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/file&amp;gt;&amp;lt;/directory&amp;gt;&amp;lt;/directory&amp;gt;&amp;lt;/parameters&amp;gt;&amp;lt;/filename&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ryker aiden hill</dc:creator><pubDate>Tue, 01 Feb 2022 20:50:05 -0000</pubDate><guid>https://sourceforge.net728a3a7194b8a6f5815ae71d805da806e0a198f0</guid></item><item><title>Command Line Interface modified by ryker aiden hill</title><link>https://sourceforge.net/p/amidst/wiki/Command%2520Line%2520Interface/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You can run Amidst from the command line using the following command:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;java -jar &amp;lt;filename&amp;gt; &amp;lt;parameters&amp;gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Here, &lt;code&gt;&amp;lt;filename&amp;gt;&lt;/code&gt; is the name of the Amidst jar file and &lt;code&gt;&amp;lt;parameters&amp;gt;&lt;/code&gt; is a subset of the following parameters:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;-mcpath &amp;lt;directory&amp;gt;         : location of the '.minecraft' directory.
-mclibs &amp;lt;directory&amp;gt;         : location of the '.minecraft/libraries' directory
-mcjar &amp;lt;file&amp;gt;               : location of the minecraft jar file
-mcjson &amp;lt;file&amp;gt;              : location of the minecraft json file
-biome-profiles &amp;lt;directory&amp;gt; : location of the biome profile directory
-history &amp;lt;file&amp;gt;             : location of the seed history file
-log &amp;lt;file&amp;gt;                 : location of the log file
-help                       : print usage information
-version                    : print version
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ryker aiden hill</dc:creator><pubDate>Tue, 01 Feb 2022 20:49:58 -0000</pubDate><guid>https://sourceforge.net9e9a3990dd93ae53905d18f2ce8a4ae250a50fbe</guid></item></channel></rss>