Skip to content

Releases: DEVUCP/Navarch

v2.0.0

13 Aug 09:02
0591531

Choose a tag to compare

Changes

  • Overhauled UI theme
  • Info Tab
  • Properties Tab
  • Version Tab
  • Share server dashboard button for easy share

v1.1.1

25 Jun 15:13
a3ec5cd

Choose a tag to compare

Hotfixes

~ Fixed automatic use of starting with script

v1.1.0

21 Jun 12:41

Choose a tag to compare

New Color scheme

  • New color scheme for UI
  • Fixed hardcoded values that caused user to not be prompted with EULA form when starting server

V1.0.2

13 Jun 12:19

Choose a tag to compare

Hotfixes

  • Added support for ipv6 addresses
  • Remove old frontend title "Aternos clone" and replaced it with "Navarch"

V1.0.1

04 Jun 22:01

Choose a tag to compare

Hotfixes

~ Fixed Frontend allowing characters like / \ in command input
~ Fixed Sending commands making server appear offline

v1.0.0

04 Jun 17:29

Choose a tag to compare

Start/Stop server status consistency

  • Added new button status "starting"
    ~ Fixed console not showing starting console logs
    ~ Fixed start/stop button inconsistency, showing "start" when the server is already started

Note

There are breaking changes to the API, concerning the check-server endpoint.

v0.3.0

04 Jun 15:29

Choose a tag to compare

Commands to the console!!

Now you can enter commands directly into the console! troll your friends by sending '/say pluh' or something while they're peacefully playing, all that from the comfort of your own bed or anywhere you open the frontend console.

  • Added Console Command Input to send commands to the server

v0.2.0

02 Jun 23:06

Choose a tag to compare

Multi-user support!

Now you and your friends can start/stop or look at the server console at the same time from anywhere in the world! (if you have port forwarding on)

  • Added IP and port form to frontend and removed hardcoded localhost usage in frontend code

v0.1.1

02 Jun 23:01

Choose a tag to compare

Hotfixes

  • Fixed installing Java SDK 17 instead of 21 (for newest mc version)
  • Added New Alternative to starting server as default (assumes start.sh exists) (temporary)

v0.1.0

31 May 18:46

Choose a tag to compare

Frontend

  • Start/stop button for server
  • Console

API (for developers)

Note

Authentication is bad and not working, ignore admin endpoints

Endpoints

server

GET server/console-text
PUT sever/console/run/:command
GET server/check-server
PUT server/start
PUT server/stop
PUT server/sign-eula

properties

GET properties/
GET properties/player-count
GET properties/server-config.json
GET properties/whitelist.json
GET properties/ops.json
GET properties/banned-players.json
PUT properties/:operation/op/:playername
PUT properties/:operation/whitelist/:playername
PUT properties/:operation/ban/:playername
PUT properties/:operation/ban-ip/:playername

installations

PUT installations//download/:platform/:version