Skip to content

Commit

Permalink
Move default branches file
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrptonaught committed May 8, 2024
1 parent c1aa210 commit c8b19a3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 65 deletions.
Binary file removed BattleModeIcon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion testConfigs/TestBranches.json → DEFAULT_BRANCHES.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"url": "https://github.com/Legacy-Edition-Minigames/Minigames/tree/aprilfools/2024/battle",
"desc": "April Fools event from 2024 [1.20.4]"
}
]
],
"config_version": 1
}
63 changes: 0 additions & 63 deletions PUBLISH.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/net/kyrptonaught/ToolBox/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static void menuState(BufferedReader input) {

List<InstalledServerInfo> installedServers = Installer.detectInstalls();
List<RunningServer> runningServers = ServerRunner.getRunningServers();
BranchesConfig branches = ConfigLoader.parseBranches(FileHelper.download("https://raw.githubusercontent.com/Legacy-Edition-Minigames/ToolBox/java/testConfigs/TestBranches.json"));
BranchesConfig branches = ConfigLoader.parseBranches(FileHelper.download("https://raw.githubusercontent.com/Legacy-Edition-Minigames/ToolBox/java/DEFAULT_BRANCHES.json"));

HashMap<Integer, Runnable> options = new HashMap<>();

Expand Down
Binary file removed testConfigs/AutoHasher.jar
Binary file not shown.

0 comments on commit c8b19a3

Please sign in to comment.