Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fabric.properties
*.tar.gz
*.rar
hs_err_pid*
*.iml
.DS_Store
.AppleDouble
.LSOverride
Expand Down
13 changes: 0 additions & 13 deletions SuperCoreAPI.iml

This file was deleted.

18 changes: 15 additions & 3 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>xyz.theprogramsrc</groupId>
<artifactId>SuperCoreAPI</artifactId>
<name>SuperCoreAPI</name>
<version>5.0.0-Alpha0.2</version>
<version>5.0.0-SNAPSHOT</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
Expand Down Expand Up @@ -51,6 +51,18 @@
<pattern>org.apache.commons.codec</pattern>
<shadedPattern>xyz.theprogramsrc.supercoreapi.libs.apache.commons.codec</shadedPattern>
</relocation>
<relocation>
<pattern>com.cryptomorin.xseries</pattern>
<shadedPattern>xyz.theprogramsrc.supercoreapi.libs.xseries</shadedPattern>
</relocation>
<relocation>
<pattern>org.simpleyaml</pattern>
<shadedPattern>xyz.theprogramsrc.supercoreapi.libs.simpleyaml</shadedPattern>
</relocation>
<relocation>
<pattern>org.yaml.snakeyaml</pattern>
<shadedPattern>xyz.theprogramsrc.supercoreapi.libs.snakeyaml</shadedPattern>
</relocation>
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>xyz.theprogramsrc.supercoreapi.libs.slf4j</shadedPattern>
Expand Down Expand Up @@ -111,13 +123,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<version>1.17-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.16-R0.5-SNAPSHOT</version>
<version>1.17-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
26 changes: 9 additions & 17 deletions javadocs/allclasses-frame.html

Large diffs are not rendered by default.

26 changes: 9 additions & 17 deletions javadocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_281) on Tue Apr 13 11:34:55 CLT 2021 -->
<!-- Generated by javadoc (1.8.0_281) on Sat Jun 12 23:02:44 CLT 2021 -->
<title>All Classes</title>
<meta name="date" content="2021-04-13">
<meta name="date" content="2021-06-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -13,7 +13,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/action/Action.html" title="interface in xyz.theprogramsrc.supercoreapi.spigot.guis.action"><span class="interfaceName">Action</span></a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/packets/Actionbar.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.packets">Actionbar</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/Base.html" title="class in xyz.theprogramsrc.supercoreapi">Base</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/translations/Base.html" title="enum in xyz.theprogramsrc.supercoreapi.global.translations">Base</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/BlockUtils.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils">BlockUtils</a></li>
Expand All @@ -27,13 +26,11 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/serverutils/BungeeServerUtils.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils.serverutils">BungeeServerUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/bungee/utils/tasks/BungeeTasks.html" title="class in xyz.theprogramsrc.supercoreapi.bungee.utils.tasks">BungeeTasks</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/bungee/utils/BungeeUtils.html" title="class in xyz.theprogramsrc.supercoreapi.bungee.utils">BungeeUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/bungee/utils/storage/BungeeYMLConfig.html" title="class in xyz.theprogramsrc.supercoreapi.bungee.utils.storage">BungeeYMLConfig</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/action/ClickAction.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis.action">ClickAction</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/action/ClickType.html" title="enum in xyz.theprogramsrc.supercoreapi.spigot.guis.action">ClickType</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/bungee/commands/CommandResult.html" title="enum in xyz.theprogramsrc.supercoreapi.bungee.commands">CommandResult</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/commands/CommandResult.html" title="enum in xyz.theprogramsrc.supercoreapi.spigot.commands">CommandResult</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/storage/ConfigField.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils.storage">ConfigField</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/bungee/utils/storage/ConfigurationField.html" title="class in xyz.theprogramsrc.supercoreapi.bungee.utils.storage">ConfigurationField</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/files/yml/ConfigField.html" title="class in xyz.theprogramsrc.supercoreapi.global.files.yml">ConfigField</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/precreated/ConfirmationGUI.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis.precreated">ConfirmationGUI</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/networking/ConnectionBuilder.html" title="class in xyz.theprogramsrc.supercoreapi.global.networking">ConnectionBuilder</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/networking/CustomConnection.html" title="class in xyz.theprogramsrc.supercoreapi.global.networking">CustomConnection</a></li>
Expand All @@ -49,7 +46,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="xyz/theprogramsrc/supercoreapi/global/dependencies/DependencyManager.html" title="class in xyz.theprogramsrc.supercoreapi.global.dependencies">DependencyManager</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/dialog/Dialog.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.dialog">Dialog</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/events/EventManager.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.events">EventManager</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/FileUtils.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils">FileUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/files/FileUtils.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils.files">FileUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/files/FlatFile.html" title="class in xyz.theprogramsrc.supercoreapi.global.files">FlatFile</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/precreated/settings/precreated/GeneralConfigurationSettingPane.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis.precreated.settings.precreated">GeneralConfigurationSettingPane</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/global/GlobalStorage.html" title="class in xyz.theprogramsrc.supercoreapi.global.storage.global">GlobalStorage</a></li>
Expand All @@ -66,8 +63,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/hologram/Hologram.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.hologram">Hologram</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/dependencies/classloader/IsolatedClassLoader.html" title="class in xyz.theprogramsrc.supercoreapi.global.dependencies.classloader">IsolatedClassLoader</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/ItemUtils.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils">ItemUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/updater/IUpdateChecker.html" title="interface in xyz.theprogramsrc.supercoreapi.global.updater"><span class="interfaceName">IUpdateChecker</span></a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/files/JsonConfig.html" title="class in xyz.theprogramsrc.supercoreapi.global.files">JsonConfig</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/json/JSONUtil.html" title="class in xyz.theprogramsrc.supercoreapi.global.json">JSONUtil</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/json/JSONUtil.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils.json">JSONUtil</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/precreated/settings/precreated/LanguageSelectionSettingPane.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis.precreated.settings.precreated">LanguageSelectionSettingPane</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/dependencies/classloader/LoaderType.html" title="enum in xyz.theprogramsrc.supercoreapi.global.dependencies.classloader">LoaderType</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/LogsFilter.html" title="class in xyz.theprogramsrc.supercoreapi.global">LogsFilter</a></li>
Expand All @@ -85,16 +83,12 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="xyz/theprogramsrc/supercoreapi/global/Metrics.SingleLineChart.html" title="class in xyz.theprogramsrc.supercoreapi.global">Metrics.SingleLineChart</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/MinecraftServer.html" title="enum in xyz.theprogramsrc.supercoreapi.spigot.utils">MinecraftServer</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/MySQLDataBase.html" title="class in xyz.theprogramsrc.supercoreapi.global.storage">MySQLDataBase</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/notifications/Notification.html" title="class in xyz.theprogramsrc.supercoreapi.global.notifications">Notification</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/notifications/Notification.NotificationBuilder.html" title="class in xyz.theprogramsrc.supercoreapi.global.notifications">Notification.NotificationBuilder</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/notifications/NotificationCollection.html" title="class in xyz.theprogramsrc.supercoreapi.global.notifications">NotificationCollection</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/objects/Pair.html" title="class in xyz.theprogramsrc.supercoreapi.global.objects">Pair</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/placeholders/Placeholder.html" title="class in xyz.theprogramsrc.supercoreapi.global.placeholders">Placeholder</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/placeholders/PlaceholderManager.html" title="class in xyz.theprogramsrc.supercoreapi.global.placeholders">PlaceholderManager</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/skintexture/PlayerGameProfile.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils.skintexture">PlayerGameProfile</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/dependencies/classloader/PluginClassLoader.html" title="interface in xyz.theprogramsrc.supercoreapi.global.dependencies.classloader"><span class="interfaceName">PluginClassLoader</span></a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/data/PluginDataStorage.html" title="class in xyz.theprogramsrc.supercoreapi.global.data">PluginDataStorage</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/apis/PluginInjector.html" title="class in xyz.theprogramsrc.supercoreapi.global.apis">PluginInjector</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/items/PreloadedItems.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.items">PreloadedItems</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/Recall.html" title="interface in xyz.theprogramsrc.supercoreapi"><span class="interfaceName">Recall</span></a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/recipes/RecipeCreator.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.recipes">RecipeCreator</a></li>
Expand All @@ -103,7 +97,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="xyz/theprogramsrc/supercoreapi/global/dependencies/classloader/ReflectionClassLoader.html" title="class in xyz.theprogramsrc.supercoreapi.global.dependencies.classloader">ReflectionClassLoader</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/ReflectionUtils.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils">ReflectionUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/dependencies/Repositories.html" title="enum in xyz.theprogramsrc.supercoreapi.global.dependencies">Repositories</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/ScrollingBrowser.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis">ScrollingBrowser</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/ServerUtils.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils">ServerUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/ServerVersion.html" title="enum in xyz.theprogramsrc.supercoreapi.spigot.utils">ServerVersion</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/precreated/settings/SettingPane.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis.precreated.settings">SettingPane</a></li>
Expand All @@ -129,23 +122,22 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="xyz/theprogramsrc/supercoreapi/global/updater/SpigotUpdateChecker.html" title="class in xyz.theprogramsrc.supercoreapi.global.updater">SpigotUpdateChecker</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/update/SpigotUpdater.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.update">SpigotUpdater</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/SpigotUtils.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils">SpigotUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/storage/SpigotYMLConfig.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils.storage">SpigotYMLConfig</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/SQLiteDataBase.html" title="class in xyz.theprogramsrc.supercoreapi.global.storage">SQLiteDataBase</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/StringUtils.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils">StringUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/commands/precreated/SuperCoreAPICommand.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.commands.precreated">SuperCoreAPICommand</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/SuperModule.html" title="class in xyz.theprogramsrc.supercoreapi">SuperModule</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/SuperPlugin.html" title="interface in xyz.theprogramsrc.supercoreapi"><span class="interfaceName">SuperPlugin</span></a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/SuperUtils.html" title="interface in xyz.theprogramsrc.supercoreapi"><span class="interfaceName">SuperUtils</span></a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/packets/Title.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.packets">Title</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/updater/TheProgramSrcUpdateChecker.html" title="class in xyz.theprogramsrc.supercoreapi.global.updater">TheProgramSrcUpdateChecker</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/translations/Translation.html" title="class in xyz.theprogramsrc.supercoreapi.global.translations">Translation</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/translations/TranslationDownloader.html" title="class in xyz.theprogramsrc.supercoreapi.global.translations">TranslationDownloader</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/translations/TranslationManager.html" title="class in xyz.theprogramsrc.supercoreapi.global.translations">TranslationManager</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/translations/TranslationPack.html" title="interface in xyz.theprogramsrc.supercoreapi.global.translations"><span class="interfaceName">TranslationPack</span></a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/universal/UniversalStorage.html" title="class in xyz.theprogramsrc.supercoreapi.global.storage.universal">UniversalStorage</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/Utils.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils">Utils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/VersioningUtil.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils">VersioningUtil</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/xseries/XMaterial.html" title="enum in xyz.theprogramsrc.supercoreapi.spigot.utils.xseries">XMaterial</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/files/utils/ZipUtils.html" title="class in xyz.theprogramsrc.supercoreapi.global.files.utils">ZipUtils</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/files/yml/YMLConfig.html" title="class in xyz.theprogramsrc.supercoreapi.global.files.yml">YMLConfig</a></li>
<li><a href="xyz/theprogramsrc/supercoreapi/global/utils/files/ZipUtils.html" title="class in xyz.theprogramsrc.supercoreapi.global.utils.files">ZipUtils</a></li>
</ul>
</div>
</body>
Expand Down
25 changes: 2 additions & 23 deletions javadocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_281) on Tue Apr 13 11:34:54 CLT 2021 -->
<!-- Generated by javadoc (1.8.0_281) on Sat Jun 12 23:02:44 CLT 2021 -->
<title>Constant Field Values</title>
<meta name="date" content="2021-04-13">
<meta name="date" content="2021-06-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -82,27 +82,6 @@ <h2 title="xyz.theprogramsrc">xyz.theprogramsrc.*</h2>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>xyz.theprogramsrc.supercoreapi.<a href="xyz/theprogramsrc/supercoreapi/SuperPlugin.html" title="interface in xyz.theprogramsrc.supercoreapi">SuperPlugin</a>&lt;<a href="xyz/theprogramsrc/supercoreapi/SuperPlugin.html" title="type parameter in SuperPlugin">PLUGIN</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="xyz.theprogramsrc.supercoreapi.SuperPlugin.SUPER_CORE_API_VERSION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="xyz/theprogramsrc/supercoreapi/SuperPlugin.html#SUPER_CORE_API_VERSION">SUPER_CORE_API_VERSION</a></code></td>
<td class="colLast"><code>"4.12.0"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>xyz.theprogramsrc.supercoreapi.global.<a href="xyz/theprogramsrc/supercoreapi/global/Metrics.html" title="class in xyz.theprogramsrc.supercoreapi.global">Metrics</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
Expand Down
Loading