Deploying to gh-pages from @ plan-player-analytics/Plan@2c67e063ea 🚀

This commit is contained in:
AuroraLS3 2021-04-26 11:20:17 +00:00
parent 193112e169
commit ab88a21d62
14 changed files with 61 additions and 38 deletions

View File

@ -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>&#8203;(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a>&nbsp;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>&#8203;(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a>&nbsp;serverProperties,
<a href="storage/ServerFileLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerFileLoader</a>&nbsp;fromFile,
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a>&nbsp;fromDatabase,
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses,
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a>&nbsp;locale,
net.playeranalytics.plugin.server.PluginLogger&nbsp;logger)</code></th>
<td class="colLast">&nbsp;</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="&lt;init&gt;(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="&lt;init&gt;(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&nbsp;BungeeServerInfo&#8203;(<a href="properties/ServerProperties.html" t
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a>&nbsp;fromDatabase,
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses,
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a>&nbsp;locale,
net.playeranalytics.plugin.server.PluginLogger&nbsp;logger)</pre>
</li>
</ul>

View File

@ -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>&#8203;(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a>&nbsp;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>&#8203;(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a>&nbsp;serverProperties,
<a href="storage/ServerFileLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerFileLoader</a>&nbsp;fromFile,
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a>&nbsp;fromDatabase,
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../settings/config/PlanConfig.html" title="class in com.djrapitops.plan.settings.config">PlanConfig</a>&nbsp;config,
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses)</code></th>
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses,
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a>&nbsp;locale,
net.playeranalytics.plugin.server.PluginLogger&nbsp;logger)</code></th>
<td class="colLast">&nbsp;</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="&lt;init&gt;(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="&lt;init&gt;(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&nbsp;ServerServerInfo&#8203;(<a href="properties/ServerProperties.html" t
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a>&nbsp;fromDatabase,
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../settings/config/PlanConfig.html" title="class in com.djrapitops.plan.settings.config">PlanConfig</a>&nbsp;config,
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses)</pre>
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses,
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a>&nbsp;locale,
net.playeranalytics.plugin.server.PluginLogger&nbsp;logger)</pre>
</li>
</ul>
</li>

View File

@ -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>&#8203;(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a>&nbsp;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>&#8203;(<a href="properties/ServerProperties.html" title="class in com.djrapitops.plan.identification.properties">ServerProperties</a>&nbsp;serverProperties,
<a href="storage/ServerFileLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerFileLoader</a>&nbsp;fromFile,
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a>&nbsp;fromDatabase,
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses,
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a>&nbsp;locale,
net.playeranalytics.plugin.server.PluginLogger&nbsp;logger)</code></th>
<td class="colLast">&nbsp;</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="&lt;init&gt;(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="&lt;init&gt;(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&nbsp;VelocityServerInfo&#8203;(<a href="properties/ServerProperties.html"
<a href="storage/ServerDBLoader.html" title="class in com.djrapitops.plan.identification.storage">ServerDBLoader</a>&nbsp;fromDatabase,
<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../delivery/webserver/Addresses.html" title="class in com.djrapitops.plan.delivery.webserver">Addresses</a>&nbsp;addresses,
<a href="../settings/locale/Locale.html" title="class in com.djrapitops.plan.settings.locale">Locale</a>&nbsp;locale,
net.playeranalytics.plugin.server.PluginLogger&nbsp;logger)</pre>
</li>
</ul>

View File

@ -291,98 +291,102 @@ implements <a href="Lang.html" title="interface in com.djrapitops.plan.settings.
<td class="colLast">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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&nbsp;<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&nbsp;<a href="PluginLang.html" title="enum in com.djrapitops.plan.settings.locale.lang">PluginLang</a> LOADING_SERVER_INFO</pre>
</li>
</ul>
</li>
</ul>
</section>

View File

@ -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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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.

View File

@ -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.

View File

@ -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.