-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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 in minecraft-server-test-data/.
This is (also, but not only) required for #58.
@edewit FYI