CppPlugins/runall.sh

8 lines
270 B
Bash
Executable File

#!/bin/bash
mvn package
make -j1 all #that makefile is not paralllizable
mkdir -p testserver/plugins/CppPlugins
cp target/Cppplugin-0.1-SNAPSHOT-final.jar testserver/plugins/
cp target/libplugin.so testserver/plugins/CppPlugins
cd testserver
java -jar spigot-1.12.2.jar