Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update feather #9

Merged
merged 1 commit into from
Nov 4, 2022
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<jarName>Skulls</jarName>
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
<java.version>1.8</java.version>
<feather.version>3.2.0</feather.version>
<feather.version>3.4.0</feather.version>
<feather.path>ca.tweetzy</feather.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
9 changes: 0 additions & 9 deletions src/main/java/ca/tweetzy/skulls/Skulls.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import ca.tweetzy.feather.FeatherPlugin;
import ca.tweetzy.feather.command.CommandManager;
import ca.tweetzy.feather.comp.enums.CompMaterial;
import ca.tweetzy.feather.config.tweetzy.TweetzyYamlConfig;
import ca.tweetzy.feather.database.DataMigrationManager;
import ca.tweetzy.feather.database.DatabaseConnector;
import ca.tweetzy.feather.database.SQLiteConnector;
Expand All @@ -44,9 +43,6 @@
import ca.tweetzy.skulls.manager.SkullManager;
import ca.tweetzy.skulls.settings.Locale;
import ca.tweetzy.skulls.settings.Settings;
import org.jetbrains.annotations.NotNull;

import java.util.List;

/**
* Date Created: April 04 2022
Expand Down Expand Up @@ -114,11 +110,6 @@ public static Skulls getInstance() {
return (Skulls) FeatherPlugin.getInstance();
}

@NotNull
@Override
public List<TweetzyYamlConfig> getConfigs() {
return null;
}

public static YamlFile getCoreConfig() {
return getInstance().coreConfig;
Expand Down