Question File Generation

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

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
145
7
29
28
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: