So I have been doing a tutorial on how to code Minecraft plugins and I have a question and the tutorial maker is not responding so I thought I should ask here. when I download the 1.8 spigot and put it into the folder then I make a bash file to start, I use
#!/bin/bash cd "$(dirname "$0")" exec java -Xms1G -Xmx1G -jar spigot.jar nogui
and then put the file into the terminal and I run it. Once i run it everything goes fine and it downloads half the things for the server. I accepted the EULA terms and I don't know whats wrong. it says ***FAILED TO BIND PORT and I do not know how to fix that I was wondering if someone could help me thanks!
Thank you so much for the help I really need it.
#!/bin/bash cd "$(dirname "$0")" exec java -Xms1G -Xmx1G -jar spigot.jar nogui
and then put the file into the terminal and I run it. Once i run it everything goes fine and it downloads half the things for the server. I accepted the EULA terms and I don't know whats wrong. it says ***FAILED TO BIND PORT and I do not know how to fix that I was wondering if someone could help me thanks!
Thank you so much for the help I really need it.
Attachments
Banned forever. Reason: Scamming (https://builtbybit.com/threads/bymango-scam-report.391656/)
