et-nik / gameap

Game Admin Panel (GameAP) is the opensource game servers control panel.
https://gameap.com
102 stars 23 forks source link

Attempts to unzip the .jar file #54

Closed Lorekin closed 3 years ago

Lorekin commented 3 years ago

opera_DHtaQnj2PK

et-nik commented 3 years ago

You have misconfigured game or mod. You specified full path to jar file in your repository. jar isn't directory or archive with game files, it is execution file.

If you specified /srv/gameap/repository/paper/paper-1.6.5.526.jar in your local repository settings then change it to /srv/gameap/repository/paper.

If you specified http://example.com/paper/paper-1.6.5.526.jar in your remote repository settings then arhive paper-1.6.5.526.jar into zip/tar/gz archive, upload to server and specify path to this archive -- http://example.com/paper/paper.tar.gz

Please read the docs: http://docs.gameap.ru/en/gameap_configure/games.html#local-repository http://docs.gameap.ru/en/gameap_configure/games.html#remote-repository