Hello everyone! I'm looking to start a project that basically integrates Discord and Minecraft by sending messages from the Console to a given Discord channel. Was anything like that ever done before? I'd appreciate some references if you know any. Thanks in advance!
Indeed i do, i don't see how it is merging with the spigotapi since there is no official method to use this as much as i know.
Their API is web based, you get and send information using 'get' and 'post' requests. https://www.mkyong.com/java/how-to-send-http-request-getpost-in-java/
Great, i need a discord method. Discord bot is not web based, i can add plugins to the bot, but i checked and there is no official plugin that i can use to do it. As far as i know there is no legitimate way to use methods such as GET and POST throughout discord bots. The BuyCraft api is useless to me for now. Perhaps you got other ideas?
:face_palm: https://github.com/austinv11/Discord4J That's a java application. Runs like every other java application. and like every other java application ( mostly ), it can send, 'get' and 'post' requests.
Thank you, i've succeded with the integration to both of these, they now work together! Have a great day Topic locked.