mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-02 21:41:28 +01:00
Deploying to gh-pages from @ plan-player-analytics/Plan@2c67e063ea 🚀
This commit is contained in:
parent
193112e169
commit
ab88a21d62
@ -180,11 +180,12 @@ extends <a href="ServerInfo.html" title="class in com.djrapitops.plan.identifica
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,net.playeranalytics.plugin.server.PluginLogger)">BungeeServerInfo</a></span>​(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a> serverProperties,
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">BungeeServerInfo</a></span>​(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a> serverProperties,
|
||||
<a href="storage/ServerFileLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerFileLoader</a> fromFile,
|
||||
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a> fromDatabase,
|
||||
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a> processing,
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses,
|
||||
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a> locale,
|
||||
net.playeranalytics.plugin.server.PluginLogger logger)</code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
@ -242,7 +243,7 @@ extends <a href="ServerInfo.html" title="class in com.djrapitops.plan.identifica
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a id="<init>(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,net.playeranalytics.plugin.server.PluginLogger)">
|
||||
<a id="<init>(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
@ -254,6 +255,7 @@ public BungeeServerInfo​(<a href="properties/ServerProperties.html" t
|
||||
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a> fromDatabase,
|
||||
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a> processing,
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses,
|
||||
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a> locale,
|
||||
net.playeranalytics.plugin.server.PluginLogger logger)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -182,12 +182,14 @@ extends <a href="ServerInfo.html" title="class in com.djrapitops.plan.identifica
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.settings.config.PlanConfig,com.djrapitops.plan.delivery.webserver.Addresses)">ServerServerInfo</a></span>​(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a> serverProperties,
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.settings.config.PlanConfig,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">ServerServerInfo</a></span>​(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a> serverProperties,
|
||||
<a href="storage/ServerFileLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerFileLoader</a> fromFile,
|
||||
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a> fromDatabase,
|
||||
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a> processing,
|
||||
<a href="../settings/config/PlanConfig.html" title="class in com.djrapitops.plan.settings.config">PlanConfig</a> config,
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses)</code></th>
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses,
|
||||
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a> locale,
|
||||
net.playeranalytics.plugin.server.PluginLogger logger)</code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -244,7 +246,7 @@ extends <a href="ServerInfo.html" title="class in com.djrapitops.plan.identifica
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a id="<init>(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.settings.config.PlanConfig,com.djrapitops.plan.delivery.webserver.Addresses)">
|
||||
<a id="<init>(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.settings.config.PlanConfig,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
@ -256,7 +258,9 @@ public ServerServerInfo​(<a href="properties/ServerProperties.html" t
|
||||
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a> fromDatabase,
|
||||
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a> processing,
|
||||
<a href="../settings/config/PlanConfig.html" title="class in com.djrapitops.plan.settings.config">PlanConfig</a> config,
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses)</pre>
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses,
|
||||
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a> locale,
|
||||
net.playeranalytics.plugin.server.PluginLogger logger)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -180,11 +180,12 @@ extends <a href="ServerInfo.html" title="class in com.djrapitops.plan.identifica
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,net.playeranalytics.plugin.server.PluginLogger)">VelocityServerInfo</a></span>​(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a> serverProperties,
|
||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">VelocityServerInfo</a></span>​(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a> serverProperties,
|
||||
<a href="storage/ServerFileLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerFileLoader</a> fromFile,
|
||||
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a> fromDatabase,
|
||||
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a> processing,
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses,
|
||||
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a> locale,
|
||||
net.playeranalytics.plugin.server.PluginLogger logger)</code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
@ -242,7 +243,7 @@ extends <a href="ServerInfo.html" title="class in com.djrapitops.plan.identifica
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a id="<init>(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,net.playeranalytics.plugin.server.PluginLogger)">
|
||||
<a id="<init>(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
@ -254,6 +255,7 @@ public VelocityServerInfo​(<a href="properties/ServerProperties.html"
|
||||
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a> fromDatabase,
|
||||
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a> processing,
|
||||
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a> addresses,
|
||||
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a> locale,
|
||||
net.playeranalytics.plugin.server.PluginLogger logger)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -291,98 +291,102 @@ implements <a href="Lang.html" title="interface in com.djrapitops.plan.settings.
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#LOADING_SERVER_INFO">LOADING_SERVER_INFO</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_AVAILABLE">VERSION_AVAILABLE</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_AVAILABLE_DEV">VERSION_AVAILABLE_DEV</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_AVAILABLE_SPIGOT">VERSION_AVAILABLE_SPIGOT</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_CHANGE_LOG">VERSION_CHANGE_LOG</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_CURRENT">VERSION_CURRENT</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_DOWNLOAD">VERSION_DOWNLOAD</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_FAIL_READ_OLD">VERSION_FAIL_READ_OLD</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_FAIL_READ_VERSIONS">VERSION_FAIL_READ_VERSIONS</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_NEWEST">VERSION_NEWEST</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_UPDATE">VERSION_UPDATE</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_UPDATE_AVAILABLE">VERSION_UPDATE_AVAILABLE</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_UPDATE_DEV">VERSION_UPDATE_DEV</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VERSION_UPDATE_INFO">VERSION_UPDATE_INFO</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_FAIL_EMPTY_FILE">WEB_SERVER_FAIL_EMPTY_FILE</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_FAIL_PORT_BIND">WEB_SERVER_FAIL_PORT_BIND</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_FAIL_SSL_CONTEXT">WEB_SERVER_FAIL_SSL_CONTEXT</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_FAIL_STORE_LOAD">WEB_SERVER_FAIL_STORE_LOAD</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_NOTIFY_HTTP">WEB_SERVER_NOTIFY_HTTP</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_NOTIFY_HTTP_USER_AUTH">WEB_SERVER_NOTIFY_HTTP_USER_AUTH</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_NOTIFY_HTTPS_USER_AUTH">WEB_SERVER_NOTIFY_HTTPS_USER_AUTH</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_NOTIFY_IP_WHITELIST">WEB_SERVER_NOTIFY_IP_WHITELIST</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_NOTIFY_IP_WHITELIST_BLOCK">WEB_SERVER_NOTIFY_IP_WHITELIST_BLOCK</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_NOTIFY_NO_CERT_FILE">WEB_SERVER_NOTIFY_NO_CERT_FILE</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#WEB_SERVER_NOTIFY_USING_PROXY_MODE">WEB_SERVER_NOTIFY_USING_PROXY_MODE</a></span></code></th>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
@ -958,12 +962,21 @@ the order they are declared.</div>
|
||||
<a id="DB_MYSQL_LAUNCH_OPTIONS_FAIL">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>DB_MYSQL_LAUNCH_OPTIONS_FAIL</h4>
|
||||
<pre>public static final <a href="PluginLang.html" title="enum in com.djrapitops.plan.settings.locale.lang">PluginLang</a> DB_MYSQL_LAUNCH_OPTIONS_FAIL</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a id="LOADING_SERVER_INFO">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>LOADING_SERVER_INFO</h4>
|
||||
<pre>public static final <a href="PluginLang.html" title="enum in com.djrapitops.plan.settings.locale.lang">PluginLang</a> LOADING_SERVER_INFO</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -1650,7 +1650,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Manages Server information on the Bungee instance.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/BungeeServerInfo.html#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,net.playeranalytics.plugin.server.PluginLogger)">BungeeServerInfo(ServerProperties, ServerFileLoader, ServerDBLoader, Processing, Addresses, PluginLogger)</a></span> - Constructor for class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/BungeeServerInfo.html" title="class in com.djrapitops.plan.identification">BungeeServerInfo</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/BungeeServerInfo.html#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">BungeeServerInfo(ServerProperties, ServerFileLoader, ServerDBLoader, Processing, Addresses, Locale, PluginLogger)</a></span> - Constructor for class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/BungeeServerInfo.html" title="class in com.djrapitops.plan.identification">BungeeServerInfo</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="com/djrapitops/plan/identification/properties/BungeeServerProperties.html" title="class in com.djrapitops.plan.identification.properties"><span class="typeNameLink">BungeeServerProperties</span></a> - Class in <a href="com/djrapitops/plan/identification/properties/package-summary.html">com.djrapitops.plan.identification.properties</a></dt>
|
||||
<dd>
|
||||
@ -9120,6 +9120,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/settings/locale/Locale.html#loadFromAnotherLocale(com.djrapitops.plan.settings.locale.Locale)">loadFromAnotherLocale(Locale)</a></span> - Method in class com.djrapitops.plan.settings.locale.<a href="com/djrapitops/plan/settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/settings/locale/lang/PluginLang.html#LOADING_SERVER_INFO">LOADING_SERVER_INFO</a></span> - com.djrapitops.plan.settings.locale.lang.<a href="com/djrapitops/plan/settings/locale/lang/PluginLang.html" title="enum in com.djrapitops.plan.settings.locale.lang">PluginLang</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/BungeeServerInfo.html#loadServerInfo()">loadServerInfo()</a></span> - Method in class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/BungeeServerInfo.html" title="class in com.djrapitops.plan.identification">BungeeServerInfo</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/ServerInfo.html#loadServerInfo()">loadServerInfo()</a></span> - Method in class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/ServerInfo.html" title="class in com.djrapitops.plan.identification">ServerInfo</a></dt>
|
||||
@ -12991,7 +12993,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Manages the Server UUID for Bukkit servers.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/ServerServerInfo.html#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.settings.config.PlanConfig,com.djrapitops.plan.delivery.webserver.Addresses)">ServerServerInfo(ServerProperties, ServerFileLoader, ServerDBLoader, Processing, PlanConfig, Addresses)</a></span> - Constructor for class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/ServerServerInfo.html" title="class in com.djrapitops.plan.identification">ServerServerInfo</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/ServerServerInfo.html#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.settings.config.PlanConfig,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">ServerServerInfo(ServerProperties, ServerFileLoader, ServerDBLoader, Processing, PlanConfig, Addresses, Locale, PluginLogger)</a></span> - Constructor for class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/ServerServerInfo.html" title="class in com.djrapitops.plan.identification">ServerServerInfo</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/delivery/rendering/json/JSONFactory.html#serverSessionsAsJSONMap(com.djrapitops.plan.identification.ServerUUID)">serverSessionsAsJSONMap(ServerUUID)</a></span> - Method in class com.djrapitops.plan.delivery.rendering.json.<a href="com/djrapitops/plan/delivery/rendering/json/JSONFactory.html" title="class in com.djrapitops.plan.delivery.rendering.json">JSONFactory</a></dt>
|
||||
<dd> </dd>
|
||||
@ -15874,7 +15876,7 @@ the order they are declared.</div>
|
||||
<dd>
|
||||
<div class="block">Manages Server information on the Velocity instance.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/VelocityServerInfo.html#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,net.playeranalytics.plugin.server.PluginLogger)">VelocityServerInfo(ServerProperties, ServerFileLoader, ServerDBLoader, Processing, Addresses, PluginLogger)</a></span> - Constructor for class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/VelocityServerInfo.html" title="class in com.djrapitops.plan.identification">VelocityServerInfo</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="com/djrapitops/plan/identification/VelocityServerInfo.html#%3Cinit%3E(com.djrapitops.plan.identification.properties.ServerProperties,com.djrapitops.plan.identification.storage.ServerFileLoader,com.djrapitops.plan.identification.storage.ServerDBLoader,com.djrapitops.plan.processing.Processing,com.djrapitops.plan.delivery.webserver.Addresses,com.djrapitops.plan.settings.locale.Locale,net.playeranalytics.plugin.server.PluginLogger)">VelocityServerInfo(ServerProperties, ServerFileLoader, ServerDBLoader, Processing, Addresses, Locale, PluginLogger)</a></span> - Constructor for class com.djrapitops.plan.identification.<a href="com/djrapitops/plan/identification/VelocityServerInfo.html" title="class in com.djrapitops.plan.identification">VelocityServerInfo</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="com/djrapitops/plan/identification/properties/VelocityServerProperties.html" title="class in com.djrapitops.plan.identification.properties"><span class="typeNameLink">VelocityServerProperties</span></a> - Class in <a href="com/djrapitops/plan/identification/properties/package-summary.html">com.djrapitops.plan.identification.properties</a></dt>
|
||||
<dd>
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (11.0.10) on Sun Apr 25 15:50:13 UTC 2021 -->
|
||||
<!-- Generated by javadoc (11.0.10) on Mon Apr 26 11:20:10 UTC 2021 -->
|
||||
<title>Plan 5.3-SNAPSHOT API</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<script type="text/javascript">window.location.replace('index.html')</script>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (11.0.10) on Sun Apr 25 15:47:50 UTC 2021 -->
|
||||
<!-- Generated by javadoc (11.0.10) on Mon Apr 26 11:18:22 UTC 2021 -->
|
||||
<title>api 5.3-SNAPSHOT API</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<script type="text/javascript">window.location.replace('index.html')</script>
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user