You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An initial MVP could be without any "user support" with slash command - just a first demo, where the example/ is no longer "bundled", but ./test symlinks (?) example/build/libs/example-1.0.0-SNAPSHOT.jar into somewhere in minecraft-server-test-data/.
It would cool if e.g. the
example/build/libs/example-1.0.0-SNAPSHOT.jar
Java plugin JAR could be reloaded while the server is running.It could easily be continously re-built using
./gradlew --continuous example:build
.https://github.com/vorburger/HoTea should allow this fairly easily?
An initial MVP could be without any "user support" with slash command - just a first demo, where the
example/
is no longer "bundled", but./test
symlinks (?)example/build/libs/example-1.0.0-SNAPSHOT.jar
into somewhere inminecraft-server-test-data/
.This is (also, but not only) required for #58.
@edewit FYI
The text was updated successfully, but these errors were encountered: