Minecraft Spigot/Paper best way to recive info to site?

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

sniklz

New member
Jan 28, 2023
1
0
1
How to best way to recive info to site from minecraft plugin? Maybe used simple http servlet, but for start servlet need Tomcat? I though to added spring-boot-starter-web, but can't connect him to plugin because his start from own main method.
 

Voigon

New member
Feb 5, 2023
2
0
1
Don't run a web server inside the minecraft server, please. There are performance implications and overall that's a really bad practice.
That depends on the amount and nature of the data we are talking about, some additional context will go a long way to help you.