Question File Generation

Fabs_gb

New member
Dec 6, 2024
7
1
3
Germany
Is there any way to change where the files on the server, such as the world, are generated?
 
Last edited:

stefvanschie

Moderator
Staff member
Dec 17, 2021
129
7
23
18
You can specify startup parameters to change the plugins directory with the -P parameter and the world directory with -W. For example:
Bash:
java -jar paper.jar -P custom_plugins -W custom_worlds
 

Fabs_gb

New member
Dec 6, 2024
7
1
3
Germany
You can specify startup parameters to change the plugins directory with the -P parameter and the world directory with -W. For example:
Bash:
java -jar paper.jar -P custom_plugins -W custom_worlds
Could you modify my command: java -Xms5120M -Xmx5120M -jar /home/fabsgb/Desktop/Server/CraftsOfTheForgotten/paper-1.21.3-81.jar so that all files are in /home/fabsgb/Desktop/Server/CraftsOfTheForgotten generated?
 
Last edited: