Today I worked on changing my Minecraft tag plugin to work on a Velocity network.
I started splitting the project into different parts:
- one plugin for Velocity
- one plugin for Spigot
- one shared module for simple shared data
I also started learning how Velocity and Spigot can communicate with plugin messages. I do not fully understand everything yet, but the basic idea is that Velocity can send a message to the Spigot duel server, and the Spigot server can answer back.
I am still figuring out the best way to connect everything, but now the project structure makes more sense than before.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.