The project is a RestApi bridge for DFramework to work with things that cannot be natively worked with in DayZ
Downloading
- jdk-17;
- DFrameworkBridge the latest release.
After you need to open the command line in the folder with DFrameworkBridge-X.Y.Z-SNAPSHOT.jar and use the command.
java -Dserver.port=8080 -jar DFrameworkBridge-X.Y.Z-SNAPSHOT.jar
Next, you will be asked for the path to the folder in which the DFrameworkBridge data will be stored, you can write "-" and it will use the folder in which the DFrameworkBridge-X.Y.Z-SNAPSHOT.jar is located.
DFramework GitHub: link