Page 1 of 3

Minecraft Server

Posted: August 14th, 2010, 15:16
by spoodie
Server is offline - (old server)

Server IP:

Players on the whitelist:
amblinhamblin
anery
baliame
battlebunny
buzzmong
dansnipe
dogpants
drberk
erabbit
fabyak
fatherjack
friznit
grimmie
herecomespete
jamesstrachan
knoxharrington
legoshoes
mr_johnson
mrbobbins
mrjoose
pnut804
scunner3rd
shot2bits
spoodie
stoat
tezzrexx
tandino
wiggy


If you would like access request it in this thread.

Posted: August 24th, 2010, 23:31
by fabyak
If you're an Op, download and install autohotkey as it will let you mash scripts to do the tedious text input stuff for you

Useful tool is useful

The .exe in here will spawn a diamond pick, shovel, and axe to the user you tell it to and the code looks like this

Code: Select all

Inputbox, Name, Enter the name of the person to give shit to
WinWait, Minecraft, Minecraft Minecraft 
IfWinNotActive, Minecraft, Minecraft Minecraft , WinActivate, Minecraft, Minecraft Minecraft 
WinWaitActive, Minecraft, Minecraft Minecraft 
Send, {ESC}
Sleep 500
Send, t  /give{SPACE}%Name%{SPACE}277{ENTER}
Sleep 500
Send, t  /give{SPACE}%Name%{SPACE}278{ENTER}
Sleep 500
Send, t  /give{SPACE}%Name%{SPACE}279{ENTER}
The top bit will basically pull the focus back to the minecrack window, then the Send {ESC} bit gets you back in the game. The Sleep is necessary to let the game catch up with what you're putting in (500 is half a second, but can probably be lower than that, it's just a number I pulled out of my arse), but other than that just change the number it's sending and add another space and the number if you need more. Then once you're done just run the script and watch the goodies flow from you :whew:

[edit V2 - UPDATE]

Code: Select all

[s]
Inputbox, Name, Enter the name of the person to give shit to
Inputbox, ItemNum, Enter the item number
Inputbox, Quantity, How many units to give them? (Total)
WinWait, Minecraft, Minecraft Minecraft 
IfWinNotActive, Minecraft, Minecraft Minecraft , WinActivate, Minecraft, Minecraft Minecraft 
WinWaitActive, Minecraft, Minecraft Minecraft 
Send, {ESC}
%Quantity% -= 64
While %Quantity% > 0
    {
    Sleep 500
    Send, t  /give{SPACE}%Name%{SPACE}%ItemNum%{SPACE}64{ENTER}
    %Quantity% += 64
    }

%Quantity% += 64

Send, t  /give{SPACE}%Name%{SPACE}%ItemNum%{SPACE}%Quantity%{ENTER}

Right, that script should enable you to spawn as much stuff as you need, as many times as you need. I've not had a chance to test this yet so it might not even work properly but it *should* do the job. If it could be compiled and tried that'd be grand, otherwise I'll try and do it tonight

I'm not sure exactly how they do their number modifiers so that code may not work, but it should ask you who you want to give stuff to, what the code is, and how many of the item you want to give in total and it *should* do the rest for you.

Posted: October 10th, 2010, 13:33
by spoodie
I did a thing with DNS so we can use mc.5punk.co.uk instead of the IP. It may not have propagated to all ISP DNSs yet so I've left the IP. I know Virgin is taking a long time to register the change.

For those with access: The DNS entry can be modified from the Dreamhost control panel. Manage Domains -> Click "DNS" below "5punk.co.uk" -> Edit the mc.5punk.co.uk entry.

Also this for server info: http://www.5punk.co.uk/mc/

Posted: October 10th, 2010, 14:00
by Stoat
Oh, very swish. Excellent.

Posted: October 10th, 2010, 15:40
by buzzmong
Ooooh, thank you Spoodie!

Posted: October 10th, 2010, 17:08
by deject
:w00t:

Posted: October 10th, 2010, 19:08
by Mr. Johnson
Well done that man!

Posted: October 10th, 2010, 19:24
by spoodie
I'm not sure the Status link will work if the server isn't running the MCAdminwrapper, so I've striked it for now.

Posted: October 10th, 2010, 19:43
by Dr. kitteny berk
Yep, doesn't work.

Posted: October 10th, 2010, 22:21
by FatherJack
Whoever's running it can use dyndns.org, ie: fatherjack.dyndns.org

It's free to just have a name-to-IP registration and they have a tool you can run on your machine that keeps it up to date if your IP changes.

Posted: November 9th, 2010, 8:18
by Dr. kitteny berk
apparently minecrack has a screenshot button: hold F1 and press F2.

Posted: November 24th, 2010, 19:16
by friznit
Please to be adding me to the list?

Posted: November 26th, 2010, 16:39
by Anery
Could you add me to the list of users please?

Posted: November 30th, 2010, 17:13
by scunner
Could I be added to the list please?

(my minecraft username is scunner3rd)

Posted: January 8th, 2011, 18:43
by Baliame
Add me please. Name's the usual.

Posted: January 9th, 2011, 11:41
by spoodie
Baliame wrote:Add me please. Name's the usual.
Is that Baliame then?

The list of users doesn't do anything at the moment, the server has no whitelist feature. Also I chose the cheaper hosting option that doesn't allow server mods, so we can't add the feature with a 3rd party mod.

Posted: January 12th, 2011, 17:14
by spoodie
The Minecraft server will be taken down in the not too distant future, for about an hour, for migration to a new host. The IP will change and once I know it I'll update the relevant things.

Posted: January 13th, 2011, 8:16
by spoodie
Server moved, threadand DNS updated.

Posted: January 13th, 2011, 19:55
by dansnipe
May i be added to the list? :)

Posted: January 13th, 2011, 21:08
by spoodie
dansnipe wrote:May i be added to the list? :)
You may, but can you make a thread in the intro section so people know you've arrived. :)