Update to latest core build

This commit is contained in:
ceze88 2024-01-25 20:19:07 +01:00
parent eab020f569
commit d6819abab2
2 changed files with 1 additions and 11 deletions

View File

@ -47,11 +47,6 @@
<shadedPattern>com.craftaro.skyblock.core</shadedPattern>
</relocation>
<relocation>
<pattern>io.papermc.lib</pattern>
<shadedPattern>com.craftaro.skyblock.third_party.io.papermc.lib</shadedPattern>
</relocation>
<relocation>
<pattern>com.eatthepath.uuid</pattern>
<shadedPattern>com.craftaro.skyblock.third_party.com.eatthepath.uuid</shadedPattern>
@ -85,6 +80,7 @@
<exclude>**/third_party/org/h2/**</exclude>
<exclude>**/third_party/com/cryptomorin/**</exclude>
<exclude>**/third_party/org/reactivestreams/**</exclude>
<exclude>**/third_party/io/papermc/lib/**</exclude>
</excludes>
</filter>
</filters>

View File

@ -5,7 +5,6 @@ import com.craftaro.core.SongodaPlugin;
import com.craftaro.core.compatibility.ServerProject;
import com.craftaro.core.compatibility.ServerVersion;
import com.craftaro.core.configuration.Config;
import com.craftaro.core.dependency.Dependency;
import com.craftaro.core.gui.GuiManager;
import com.craftaro.core.hooks.HologramManager;
import com.craftaro.core.hooks.LogManager;
@ -149,11 +148,6 @@ public class SkyBlock extends SongodaPlugin {
private FileConfiguration stackables;
private FileConfiguration upgrades;
@Override
protected Set<Dependency> getDependencies() {
return new HashSet<>();
}
@Override
public void onPluginLoad() {
}