Development Help with Spiggot (Mac) (Java)

Status
This thread has been locked.

Bymango

Banned
Feedback score
10
Posts
406
Reactions
101
Resources
0
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.
 

Attachments

  • error port.jpeg
    125.2 KB · Views: 20
Banned forever. Reason: Scamming (https://builtbybit.com/threads/bymango-scam-report.391656/)
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BGHDDevelopment

Supreme
Feedback score
19
Posts
3
Reactions
274
Resources
3
There is something running on port 25565
You can try changing the port to something else or make sure you dont have another server runing on that port
 

Bymango

Banned
Feedback score
10
Posts
406
Reactions
101
Resources
0
There is something running on port 25565
You can try changing the port to something else or make sure you dont have another server runing on that port
I am brand new and i have no idea what i am doing, how would i change the port

edit: I figured out the problem i had an old spigot that i did not fully delate thanks so much man!
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/bymango-scam-report.391656/)

KaYoz

Feedback score
0
Posts
9
Reactions
4
Resources
0
You have to go to the server.properties and go down to server-port and change it to something like 25566
 
Status
This thread has been locked.
Top