Skip to content

Commit

Permalink
Ready for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Sep 25, 2022
1 parent 98aff22 commit 6c897de
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ Simple tool to create minecraft servers with Via* preinstalled.
For the custom java version you need a folder in the same directory as the jar named java-xx e.g. java-18

This tool was made for easier debugging & support and is not meant to create production servers.

**Please note that is tool is still in early progress, see [*Projects*](https://github.com/Jo0001/ViaTesting/projects/1) for more information**
2 changes: 1 addition & 1 deletion src/main/java/de/jo0001/viaTesting/util/AssetUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static void loadServerAssets(String asset, File dir) {
}

public static void loadServerAssets(String asset, boolean nether, boolean end, File dir) {
String[] paperBase = {"banned-ips.json", "banned-players.json", "bukkit.yml", "commands.yml", "eula.txt", "ops.json", "paper.yml", "server.properties", "server-icon.png", "whitelist.json"};
String[] paperBase = {"bukkit.yml", "commands.yml", "eula.txt", "paper.yml", "server.properties", "server-icon.png"};
String[] paperWaterfall = {"spigot.yml"};
String[] waterfall = {"config.yml", "server-icon.png", "waterfall.yml"};

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/assets/paper/banned-ips.json

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/assets/paper/banned-players.json

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/assets/paper/ops.json

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/assets/paper/whitelist.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/core.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<center>
<AnchorPane prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
<children>
<Label layoutX="20.0" layoutY="34.0" text="Server version (Paper)"/>
<Label layoutX="20.0" layoutY="34.0" text="Server Version (Paper)"/>
<ChoiceBox fx:id="versionCB" layoutX="165.0" layoutY="30.0" prefWidth="150.0" value="1.17">
</ChoiceBox>
<Label layoutX="20.0" layoutY="74.0" prefHeight="17.0" prefWidth="50.0" text="Proxy"/>
Expand Down

0 comments on commit 6c897de

Please sign in to comment.