I've been running a small server for me and my brother but we have been getting a little bored with playing by ourselves. I don't currently have the ability to forward a port for the server so you'll need Hamachi. We're on the east coast of the US so you might want to factor that into your decision in case you live in a particularly distant location.
I don't care about any credentials you have as long as you're mature enough to not blow up people's houses for fun. It's an almost completely vanilla server except for a few small plugins that we find nice to have, nothing more intrusive than a plugin that allows mobs to drop their heads. If you're interested message me on here and I'll get back to you in a bit.
I just black screen after I click login if I try and downgrade to 1.1.2, I'll try a few more things before I look back at this but if anyone has any ideas they'd be appreciated.
Note: I click login on the launcher and it just goes directly to black and then doesn't do anything else.
Looking back I realized that the last time in Minecraft where a sense of just all around happiness in playing it for me was in Alpha 1.1.2, right before the Halloween Update if any of you remember, I want to just go back and play in that update. I came here to the forums after a long break from Minecraft to ask you if the is anyway I might be able to get the 1.1.2 files and play them again?
So in Windows you can enter netstat -an |find /i "listening" and it will list all of your listening ports, I was wondering if I can run a server off one of those ports and if so what is the port. For example the first line that pops up is
Gold actually sucks, its not used for anything and its not a very big accomplishment. Then again I've played since alpha so Im pretty bored with conventional Minecraft anyway so I'm probably a bit biased
I'm testing to see if the port is forwarded on my computer, I would appreciate it if a couple people could try to connect to 75.165.160.30 The first two people to connect can be admins when I officially set up the server.
If it doesn't work please tell me so I can fix it.
If you need it the port I'm trying to run it on is 5354
I would very much enjoy if anyone could direct me to a .minecraft folder for Infdev for I would much enjoy playing it again after all this time apart from each other
I put this in mods because its perfect for mods, just run this bat file and you'll have your bin folder and worlds backed-up. I'll just give you the coding since its a batch file.
@ECHO off
if exist C:\YOUR .MINECRAFT PATH\World_Back-ups\NUL goto 1
mkdir C:\YOUR .MINECRAFT PATH\World_Back-ups
:1
if exist C:\YOUR .MINECRAFT PATH\Jar_Back-ups\NUL goto 2
mkdir C:\YOUR .MINECRAFT PATH\Jar_Back-ups
:2
title Minecraft Back-up Creator
:begin
ECHO Welcome to Minecraft Backup!
choice /C ab /M "Press A to back up a Minecraft world, Press B to back up your minecraft Bin folder"
if ERRORLEVEL 1 goto world
if ERRORLEVEL 2 jar
:world
ECHO you choose to back up your minecraft world
choice /C ab /M "Press A to continue, Press B to go back to back-up selection"
if ERRORLEVEL 1 goto world2
if ERRORLEVEL 2 goto begin
:world2
ECHO Please wait while we back-up your worlds...
pause
xcopy C:\YOUR .MINECRAFT PATH\saves C:\YOUR .MINECRAFT PATH\World Back-ups /s/y/e
ECHO Thank you for using Minecraft back-up!
:jar
ECHO you choose to back-up your minecaft bin folder
choice /C ab /M "Press A to continue, Press B to go back to back-up selection"
if ERRORLEVEL 1 goto jar2
if ERRORLEVEL 2 goto begin
:jar2
ECHO Please wait while we back-up your bin folder...
xcopy C:\YOUR .MINECRAFT PATH\bin C:\YOUR .MINECRAFT PATH\Jar Back-ups /s/y/e
ECHO Thank you for using Minecraft back-up!
pause
:end
exit
Just put that code in notepad and save it as a bat
1
I don't care about any credentials you have as long as you're mature enough to not blow up people's houses for fun. It's an almost completely vanilla server except for a few small plugins that we find nice to have, nothing more intrusive than a plugin that allows mobs to drop their heads. If you're interested message me on here and I'll get back to you in a bit.
0
Note: I click login on the launcher and it just goes directly to black and then doesn't do anything else.
0
0
TCP 0.0.0.0:xxx 0.0.0.0:x Listening
Which number would be the port?
0
0
Why won't it let me connect then?
0
0
0
0
0
0
0
0
Yeah as he said, all you have to do is close out everything using the stuff in the .minecraft folder before trying to delete it.
0
Just put that code in notepad and save it as a bat
If you have any questions or need any help pm me.