Serverside discord webhook system, people can't get webhook
- If using Windows, manually open port
8080
- Change
http://localhost:8080/webhook
to your server IP inWebhookClient
- Build Project
- Run
server.jar
on Server. This creates a file namedwebhook_info.json
- Edit Webhook in
webhook_info.json
to your webhook,{"webhook_url":"PLACE_WEBHOOK_HERE"}
- Webhook-Server only supports embed
- with JDK 17
gradle build
andgradle shadowJar