schrum2 / EvoCraft-SCOPE

0 stars 0 forks source link

Store actual server files in THIS repo #59

Closed schrum2 closed 2 years ago

schrum2 commented 2 years ago

We should put all necessary code in this repo, including the jar file for launching the server and other helpful code/files.

schrum2 commented 2 years ago

@alejmedinajr @MuellMark @richeyme There is now a directory in the repo called EvoCraft-py-Backup. You should update from master to get this directory. Then you should drag it while holding down Ctrl (a + will appear) and drop it to make a copy of the directory. Rename this copy EvoCraft-py. The double-click LaunchServer.bat to launch the server stored there (you will have to set the eula to true first).

This will be a new blank world. As you work in it, the contents may change, but you can always restore from the backup. The goal here is to make it so anyone downloading this repo can get things up and running without having to copy over files from other repos. Please use this server instead of whatever you were using before and let me know if any issues pop up. The .gitignore should ignore changes to this directory's contents.

Eventually, we may add some command blocks to the starter world distributed with the repo #45, which is another motivation for providing the server directly from our own repo.