Skip to content

Commit

Permalink
Rename paper-*.jar to server.jar (#267)
Browse files Browse the repository at this point in the history
solving the startup of a paper server
because no special handling is needed the "paper*.jar" is not renamed to "server.jar" instead of "paper.jar"
  • Loading branch information
kuesta authored Mar 18, 2024
1 parent 127ef4a commit b18850c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
{
"if": "modlauncher == 'paper'",
"type": "move",
"target": "paper.jar",
"target": "server.jar",
"source": "paper-*.jar"
},
{
Expand Down

0 comments on commit b18850c

Please sign in to comment.