You are browsing as a guest. Sign up (or log in) to start making projects!

TaxAcchiapparella

  • 1 Devlogs
  • 3 Total hours

Minecraft plugin to play TAG with friends in minecraft with spears with lunge III

Open comments for this post

2h 31m 33s logged

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.

0
Original post
@fraa2a

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.

Replies

Loading replies…

0
1

Followers

Loading…