NFive / nfpm

NFive Plugin Manager
GNU General Public License v3.0
3 stars 10 forks source link

Setup & Start #29

Closed TartanLeGrand closed 4 years ago

TartanLeGrand commented 4 years ago

Change to be able to set up a server with separate directories.

We can now name the names of the directories. By default the Citizen.Core directory is called core and the directory name with server resources is called data.

Example: nfpm setup --fivem-source source --fivem-data data

It is now necessary to put it directly in the directory where is the "server.cfg" to be able to start the server.

Example: nfpm setup --fivem-source source

This separation allows a better visibility of the directories. Later will allow to manage the core versions.