Minecraft Server

Talk on any game/console that doesn't have its own forum, including browser-based games

Moderator: Forum Moderators

spoodie
Site Moderator
Site Moderator
Posts: 9246
Joined: February 6th, 2005, 16:49
Location: Essex, UK

Minecraft Server

Post 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.
Last edited by spoodie on May 21st, 2011, 9:32, edited 51 times in total.
fabyak
Home-made Big Daddy
Home-made Big Daddy
Posts: 5681
Joined: October 14th, 2004, 14:02
Location: Oxford, England

Post 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.
Last edited by fabyak on August 27th, 2010, 13:20, edited 5 times in total.
spoodie
Site Moderator
Site Moderator
Posts: 9246
Joined: February 6th, 2005, 16:49
Location: Essex, UK

Post 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/
Last edited by spoodie on October 10th, 2010, 14:33, edited 1 time in total.
Stoat
Site Admin
Site Admin
Posts: 3291
Joined: October 8th, 2004, 15:48
Location: Sheffield, UK
Contact:

Post by Stoat »

Oh, very swish. Excellent.
buzzmong
Weighted Storage Cube
Weighted Storage Cube
Posts: 7167
Joined: February 26th, 2007, 17:26
Location: Middle England, nearish Cov

Post by buzzmong »

Ooooh, thank you Spoodie!
deject
Berk
Berk
Posts: 10353
Joined: December 7th, 2004, 17:02
Location: Oklahoma City, OK, USA
Contact:

Post by deject »

:w00t:
Mr. Johnson
Mr Flibbles
Mr Flibbles
Posts: 4957
Joined: August 10th, 2006, 10:58
Location: belgium

Post by Mr. Johnson »

Well done that man!
spoodie
Site Moderator
Site Moderator
Posts: 9246
Joined: February 6th, 2005, 16:49
Location: Essex, UK

Post 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.
Dr. kitteny berk
Morbo
Morbo
Posts: 19676
Joined: December 10th, 2004, 21:53
Contact:

Post by Dr. kitteny berk »

Yep, doesn't work.
FatherJack
Site Owner
Site Owner
Posts: 9597
Joined: May 16th, 2005, 15:31
Location: Coventry, UK
Contact:

Post 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.
Dr. kitteny berk
Morbo
Morbo
Posts: 19676
Joined: December 10th, 2004, 21:53
Contact:

Post by Dr. kitteny berk »

apparently minecrack has a screenshot button: hold F1 and press F2.
friznit
Heavy
Heavy
Posts: 5147
Joined: October 3rd, 2005, 21:51
Location: South of England
Contact:

Post by friznit »

Please to be adding me to the list?
Anery
Optimus Prime
Optimus Prime
Posts: 1121
Joined: February 20th, 2008, 19:42
Location: In your wardrobe

Post by Anery »

Could you add me to the list of users please?
scunner
Kitten
Kitten
Posts: 26
Joined: July 5th, 2008, 3:12
Location: UK
Contact:

Post by scunner »

Could I be added to the list please?

(my minecraft username is scunner3rd)
Baliame
Tremors Worm
Tremors Worm
Posts: 3491
Joined: October 13th, 2007, 23:43
Location: Hungary

Post by Baliame »

Add me please. Name's the usual.
spoodie
Site Moderator
Site Moderator
Posts: 9246
Joined: February 6th, 2005, 16:49
Location: Essex, UK

Post 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.
spoodie
Site Moderator
Site Moderator
Posts: 9246
Joined: February 6th, 2005, 16:49
Location: Essex, UK

Post 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.
spoodie
Site Moderator
Site Moderator
Posts: 9246
Joined: February 6th, 2005, 16:49
Location: Essex, UK

Post by spoodie »

Server moved, threadand DNS updated.
dansnipe
Svenno
Svenno
Posts: 2
Joined: January 5th, 2011, 0:35
Location: Ipswich, England
Contact:

Post by dansnipe »

May i be added to the list? :)
spoodie
Site Moderator
Site Moderator
Posts: 9246
Joined: February 6th, 2005, 16:49
Location: Essex, UK

Post 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. :)
Post Reply