Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed May 9, 2024
1 parent 453c9de commit b378883
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 318 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies {
implementation "dev.masecla:Modrinth4J:2.2.0" // https://github.com/masecla22/Modrinth4J
implementation "ch.qos.logback:logback-classic:1.5.6" // https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
implementation "com.google.code.gson:gson:2.10.1" // https://github.com/google/gson/releases
implementation "com.jcraft:jsch:0.1.55" // https://mvnrepository.com/artifact/com.jcraft/jsch
}

tasks.withType(JavaCompile).configureEach {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public class KitsunCommands {
public static final List<KitsunCommand> COMMANDS = new ArrayList<>();

public static void init() {
add(RegisterCommands.reg());
add(RegisterCommands.unreg());
add(new ModUpdatesCommand());
add(new ImportFabricCommand());
add(new ImportQuiltCommand());
Expand Down

This file was deleted.

12 changes: 6 additions & 6 deletions src/main/java/ru/pinkgoosik/kitsun/config/Secrets.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ public class Secrets {
public String modrinthApiKey = "";
public String discordToken = "";
public String note = "";
public String host = "";
public String user = "";
public String password = "";
public String dir = "";
public String activity = "";
public int httpPort = 0;
public String httpToken = "";
public HttpConfig http = new HttpConfig();

public static final Secrets DEFAULT = new Secrets();

public static class HttpConfig {
public int port = 0;
public String token = "";
}
}
12 changes: 0 additions & 12 deletions src/main/java/ru/pinkgoosik/kitsun/cosmetics/Capes.java

This file was deleted.

89 changes: 0 additions & 89 deletions src/main/java/ru/pinkgoosik/kitsun/cosmetics/CosmeticsData.java

This file was deleted.

19 changes: 0 additions & 19 deletions src/main/java/ru/pinkgoosik/kitsun/cosmetics/EntryData.java

This file was deleted.

64 changes: 0 additions & 64 deletions src/main/java/ru/pinkgoosik/kitsun/cosmetics/FtpConnection.java

This file was deleted.

Loading

0 comments on commit b378883

Please sign in to comment.