Skip to content

This is the launcher of WayZ made for Open Source. Since WayZ is now becoming a platform for servers the launcher is no longer required because servers will use 3rd party ones.

License

Notifications You must be signed in to change notification settings

WayZ-Minecraft/WayZ-Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launcher

Requirements

To compile native images (such as EXE, MSI, DPKG, etc.), you need:

Presentation Video

Watch on YouTube

Structure required by your server for the launcher

http://pathToLauncherFolder/launcher/ - fabric-loader-0.14.21-1.16.5.json // Or any other JSON version of Minecraft - ignore.cfg - delete.cfg - files/ // Contains any kind of Minecraft files (Optional sometimes you just want an empty game) - mods/ - config/ - etc...

Ignore.cfg (Exemple)

These files WILL NOT be deleted beacuse by default the launcher delete every files except some predefined files

bin/launcher_config.json

bin/game/config/
bin/game/saves/
bin/game/content-packs/
bin/game/shaderpacks/
bin/game/config-client.json
bin/game/config-server.json

Delete.cfg (Exemple)

These files WILL BE deleted (Forced deletion)

libraries/com/google/guava/guava/15.0/guava-15.0.jar

To build the launcher

You can simply open the terminal in the launcher folder and run:

./gradlew build

About

This is the launcher of WayZ made for Open Source. Since WayZ is now becoming a platform for servers the launcher is no longer required because servers will use 3rd party ones.

Topics

Resources

License

Stars

Watchers

Forks