-
Notifications
You must be signed in to change notification settings - Fork 10
java-client-demo #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
https://github.com/vorburger/minecraft-storeys-maker/compare/issue58_java-client-demo but how to make a "client" EventBus WITHOUT running an (incoming) HTTP Server? probably need to re-use |
so this would require sebastienblanc/vertx-java-tcp-eventbus-bridge#3 |
Or... maybe I'll try to do this without Vert.x? See #322. |
This class was still used in the Minecraft demo, but that's broken anyway, because it required a FORKED HACKED Sponge; see https://forums.spongepowered.org/t/plugin-reloader/10666/7. Watch OASIS-learn-study/minecraft-storeys-maker#58 and related work for future work about this idea.
As the new Vert.x
api/
progresses (#53) and once #41 is resolved, then I would like to build ajava-client-demo
- a simple Javamain()
which remote connects to a Minecraft server, via Vert.x, and runs actions from our Minecraft API such as showTitle (so NOT as an in-process plugin).I'm not clear yet how this remote API would expose events, such as when Player joins...
This could also be handy to build a kind of test suite for manual testing - I imagine something like:
@edewit FYI
The text was updated successfully, but these errors were encountered: