Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 543 Bytes

CHANGELOG.md

File metadata and controls

15 lines (11 loc) · 543 Bytes

Changelog

All notable changes to this project will be documented in this file.

[v3.0.alpha]

This version of Crafty adds the following features to 2.0:

  • Multi-Server Support - you can now run multiple servers at the same time with Crafty
  • Crash detection - Crafty will detect if a server jar crashes (pid no longer exists) and will launch the server again if desired.
  • Restful API - Crafty has the ability to respond to API calls via a token.

Additions

  • server path and jar validation on settings save

Changes

Bug Fixes