<li><ahref="../../../../de/epiceric/shopchest/config/LanguageConfiguration.html"title="class in de.epiceric.shopchest.config"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ulclass="inheritance">
<li>de.epiceric.shopchest.config.Config</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<hr>
<br>
<pre>public class <spanclass="typeNameLabel">Config</span>
extends <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></pre>
</li>
</ul>
</div>
<divclass="summary">
<ulclass="blockList">
<liclass="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="field.summary">
<!---->
</a>
<h3>Field Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Field Summary table, listing fields, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>></code></td>
<divclass="block">Whether the buy price of a shop must be greater than or equal the sell price</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">The database used for ShopChest's MySQL database</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">The hostname used in ShopChest's MySQL database</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">The port used for ShopChest's MySQL database</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">The amount of attempts, ShopChest tries to reconnect to the database, when the connection is lost, until giving up</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../de/epiceric/shopchest/sql/Database.DatabaseType.html"title="enum in de.epiceric.shopchest.sql">Database.DatabaseType</a></code></td>
<divclass="block">The default shop limit for players and groups that are not listed in <ahref="../../../../de/epiceric/shopchest/config/Config.html#shopLimits_player"><code>shopLimits_player</code></a> or in <ahref="../../../../de/epiceric/shopchest/config/Config.html#shopLimits_group"><code>shopLimits_group</code></a></div>
<divclass="block">Whether shops should be protected by hoppers</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">The language file to use (e.g <i>en_US</i>, <i>de_DE</i>)</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">The maximum distance between a player and a shop to see the hologram</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">Set</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>></code></td>
<divclass="block">The price a player has to pay in order to create a normal shop</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">Set</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>></code></td>
<divclass="block">The shop limits of certain groups
This returns a key set, which contains the group names, of the <i>shop-limits.group</i> section in ShopChest's config.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">Set</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>></code></td>
<h3>Methods inherited from class java.lang.<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--"title="class or interface in java.lang">clone</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"title="class or interface in java.lang">equals</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--"title="class or interface in java.lang">finalize</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"title="class or interface in java.lang">getClass</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--"title="class or interface in java.lang">hashCode</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"title="class or interface in java.lang">notify</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"title="class or interface in java.lang">notifyAll</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--"title="class or interface in java.lang">toString</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<divclass="details">
<ulclass="blockList">
<liclass="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="field.detail">
<!---->
</a>
<h3>Field Detail</h3>
<aname="database_mysql_host">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>database_mysql_host</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> database_mysql_host</pre>
<divclass="block">The hostname used in ShopChest's MySQL database</div>
<divclass="block">The port used for ShopChest's MySQL database</div>
</li>
</ul>
<aname="database_mysql_database">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>database_mysql_database</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> database_mysql_database</pre>
<divclass="block">The database used for ShopChest's MySQL database</div>
</li>
</ul>
<aname="database_mysql_username">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>database_mysql_username</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> database_mysql_username</pre>
<divclass="block">The username used in ShopChest's MySQL database</div>
</li>
</ul>
<aname="database_mysql_password">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>database_mysql_password</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> database_mysql_password</pre>
<divclass="block">The password used in ShopChest's MySQL database</div>
</li>
</ul>
<aname="database_type">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>database_type</h4>
<pre>public static <ahref="../../../../de/epiceric/shopchest/sql/Database.DatabaseType.html"title="enum in de.epiceric.shopchest.sql">Database.DatabaseType</a> database_type</pre>
<divclass="block">The database type used for ShopChest.</div>
<divclass="block">The amount of attempts, ShopChest tries to reconnect to the database, when the connection is lost, until giving up</div>
</li>
</ul>
<aname="minimum_prices">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>minimum_prices</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">Set</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>> minimum_prices</pre>
<divclass="block"><p>The minimum prices for certain items</p>
This returns a key set, which contains e.g "STONE", "STONE:1", of the <i>minimum-prices</i> section in ShopChest's config.
To actually retrieve the price for an item, you have to get the Double <i>minimum-prices.<b>key</b></i>.</div>
</li>
</ul>
<aname="shopLimits_group">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>shopLimits_group</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">Set</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>> shopLimits_group</pre>
<divclass="block"><p>The shop limits of certain groups</p>
This returns a key set, which contains the group names, of the <i>shop-limits.group</i> section in ShopChest's config.
To actually retrieve the limits for a group, you have to get the Integer <i>shop-limits.group.<b>key</b></i>.</div>
</li>
</ul>
<aname="shopLimits_player">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>shopLimits_player</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true"title="class or interface in java.util">Set</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>> shopLimits_player</pre>
<divclass="block"><p>The shop limits of certain players</p>
This returns a key set, which contains the player names, of the <i>shop-limits.player</i> section in ShopChest's config.
To actually retrieve the limits for a player, you have to get the Integer <i>shop-limits.player.<b>key</b></i>.</div>
</li>
</ul>
<aname="blacklist">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>blacklist</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>> blacklist</pre>
<divclass="block"><p>List containing items, of which players can't create a shop</p>
If this list contains an item (e.g "STONE", "STONE:1"), it's in the blacklist.</div>
<divclass="block">The price a player has to pay in order to create an admin shop</div>
</li>
</ul>
<aname="default_limit">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>default_limit</h4>
<pre>public static int default_limit</pre>
<divclass="block">The default shop limit for players and groups that are not listed in <ahref="../../../../de/epiceric/shopchest/config/Config.html#shopLimits_player"><code>shopLimits_player</code></a> or in <ahref="../../../../de/epiceric/shopchest/config/Config.html#shopLimits_group"><code>shopLimits_group</code></a></div>
</li>
</ul>
<aname="main_command_name">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>main_command_name</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> main_command_name</pre>
<divclass="block">The main command of ShopChest <i>(default: shop)</i></div>
</li>
</ul>
<aname="language_file">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>language_file</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> language_file</pre>
<divclass="block">The language file to use (e.g <i>en_US</i>, <i>de_DE</i>)</div>
<li><ahref="../../../../de/epiceric/shopchest/config/LanguageConfiguration.html"title="class in de.epiceric.shopchest.config"><spanclass="typeNameLink">Next Class</span></a></li>