• Minecraft Thread v53 - Emote Spam Edition
    5,000 replies, posted
[QUOTE=Atokniro;27356111]Wait, you joined this year before nerdy was causing drama. You must have been here since then Hello asrue [/QUOTE] Jeez, took a while.
[QUOTE=Derpmeifter;27356349][img_thumb]http://static.facepunch.com/fp/ratings/rainbow.png[/img_thumb][/QUOTE] There's SOME hope actually. A friend of mine is coding his own version of the server. Assuming he doesn't get lazy and stop working on it (which he probably will), it should be capable of hosting Minecraft in its entirety.
[QUOTE=Zero-Point;27356292]Since the explosion in popularity, New Ventlegille has encountered many difficulties, both technical and ass-hattical. But since the server cannot handle the load and I'm rather fed-up with lack of administrative tools that work (LogBlock seems to be outdated), New Ventlegille will be closed until: 1) I get better internet. 2) I find better administrative tools. 3) Notch learns how to code a fucking server. I apologize for the inconvenience, and hope to see you mentlegen again soon.[/QUOTE] I think your just using logblock wrong. It works perfectly for me.
[QUOTE=nerdygamer;27356426]I think your just using logblock wrong. It works perfectly for me.[/QUOTE] It gives an exception error when it loads, so you tell me.
hi guys, building my fileserver tonight and if its any good I'll see what I can do to host a minecraft server :buddy:
[QUOTE=ElectronicG19;27356353]Jeez, took a while.[/QUOTE] Get banned
[QUOTE=Atokniro;27356111]Wait, you joined this year before nerdy was causing drama. You must have been here since then Hello asrue [editline]12th January 2011[/editline] Coolity you are 10. Not 13, 10 [media]http://img529.imageshack.us/img529/5549/slime3.png [url]http://img189.imageshack.us/img189/7852/slime2.png[/url] [url]http://img12.imageshack.us/img12/4610/slime4.png[/url][/media][/QUOTE] :wtc: did I just read?
[QUOTE=Atokniro;27356452]Get banned[/QUOTE] Hi to you too. :love:
[QUOTE=Zero-Point;27356450]It gives an exception error when it loads, so you tell me.[/QUOTE] Post it here.
Proof of iPod: [img]http://gyazo.com/1f81d36dcc8b729591a3b75fcd38a9ac.png[/img] [img]http://gyazo.com/77c499ec2a8c9096609473819dcfdaf4.png[/img]
[QUOTE=Protocol7;27356518]Proof of iPod (though it's a 1G):[/QUOTE] You should probably resize those images.
[QUOTE=Protocol7;27356518]Proof of iPod: WTF[/QUOTE] Did he ship it to you or something?
[QUOTE=nerdygamer;27356474]Post it here.[/QUOTE] [URL]http://pastebin.com/0zTSZVyK[/URL]
[QUOTE=Zero-Point;27356565][URL]http://pastebin.com/0zTSZVyK[/URL][/QUOTE] First question. Do you have a Mysql database running local on your computer?
[QUOTE=nerdygamer;27356562]Did he ship it to you or something?[/QUOTE] Nah, some rich freshman at my school [editline]11th January 2011[/editline] [QUOTE=helpiminabox;27356532]You should probably resize those images.[/QUOTE] Way ahead of you, sorry, didn't know the Droid takes FUCK MY ASS THESE ARE HUGE pictures
[QUOTE=Protocol7;27356653]Nah, some rich freshman at my school[/QUOTE] Lol that is sad. Just so sad. I would keep him banned and tell him to get you a new iphone 4 with a full paid 4 year contract.
Nerdy, shut the fuck up. I don't care about what you have to say, your always either a)Shitposting b)Being mean to everybody Unless your not being mean, then forget the above :h:
[QUOTE=nerdygamer;27356684]Lol that is sad. Just so sad. I would keep him banned and tell him to get you a new iphone 4 with a full paid 4 year contract.[/QUOTE] Well I did say I'd unban him, but I never said I wouldn't ban him immediately after... :v:
I wish somebody would give me an iPod :saddowns:
[QUOTE=nerdygamer;27356615]First question. Do you have a Mysql database running local on your computer?[/QUOTE] Don't think so, nowhere in the instructions I found said anything about that, it was basically: DOWNLOAD FIEL PUT FIEL IN PLUGIN TEXT FIEL RELOAD YAY LOGBLOCK :downs:
[QUOTE=Zero-Point;27356843]Don't think so, nowhere in the instructions I found said anything about that, it was basically: DOWNLOAD FIEL PUT FIEL IN PLUGIN TEXT FIEL RELOAD YAY LOGBLOCK :downs:[/QUOTE] Lol nope. You have to have a mysql database running. You then have to run [code]CREATE TABLE `blocks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `player` varchar(32) NOT NULL DEFAULT '-', `replaced` int(11) NOT NULL DEFAULT '0', `type` int(11) NOT NULL DEFAULT '0', `x` int(11) NOT NULL DEFAULT '0', `y` int(11) NOT NULL DEFAULT '0', `z` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `coords` (`y`,`x`,`z`), KEY `type` (`type`), KEY `replaced` (`replaced`), KEY `player` (`player`) ); CREATE TABLE `extra` ( `id` int(11) NOT NULL, `extra` text, PRIMARY KEY (`id`) );[/code] in the database to create the tables. Then you put your user name and pass in the plugins file and it should start up fine.
Why not sugar from these ones? [IMG]http://3.bp.blogspot.com/_OnlFHINt2v0/TOVKp6QtuJI/AAAAAAAAALg/oS2uva7kx0k/s1600/sugarbeet3.jpg[/img] Sugar beets, they would be farmable (like wheat), and would require a little proces in making sugar out them. Sound fine to me (since sugar and cake should be a bit harder to get, since cake probably heals quite much) [editline]11th January 2011[/editline] [QUOTE=Protocol7;27356738]Well I did say I'd unban him, but I never said I wouldn't ban him immediately after... :v:[/QUOTE] Good source of cash (in products, that is)
[QUOTE=nerdygamer;27356891]Lol nope. You have to have a mysql database running. You then have to run [code]CREATE TABLE `blocks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `player` varchar(32) NOT NULL DEFAULT '-', `replaced` int(11) NOT NULL DEFAULT '0', `type` int(11) NOT NULL DEFAULT '0', `x` int(11) NOT NULL DEFAULT '0', `y` int(11) NOT NULL DEFAULT '0', `z` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `coords` (`y`,`x`,`z`), KEY `type` (`type`), KEY `replaced` (`replaced`), KEY `player` (`player`) ); CREATE TABLE `extra` ( `id` int(11) NOT NULL, `extra` text, PRIMARY KEY (`id`) );[/code] in the database to create the tables. Then you put your user name and pass in the plugins file and it should start up fine.[/QUOTE] Any idea on how to do that in Linux?
AroCraft server is up, PM me for a whitelist. We're lonely, please join :unsmith: And please don't be an ass :smith: IP is - aroltd.com
[QUOTE=Zero-Point;27357070]Any idea on how to do that in Linux?[/QUOTE] Well. No. I don't actually but what I did was I installed phpmyadmin and Apache so that I could have a GUI to see the database itself and also run code like this easier. If you want to try that then that might actually help you out.
[QUOTE=nerdygamer;27357124]Well. No. I don't actually but what I did was I installed phpmyadmin and Apache so that I could have a GUI to see the database itself and also run code like this easier. If you want to try that then that might actually help you out.[/QUOTE] I have no idea how to do that either. Moot point either way because I'm tired of waking up to see the server log full of people saying "OMG WTF LAG".
You know, I finally like school once. Since we are done at 12:35 on thursday, so minecraft whole day long :smug: Tough, he releases updates mostly late in the evening (for me, that is) :sigh:
[QUOTE=helpiminabox;27355545]Heavy load coming through! Edit: What the hell previewer why do you have to unmediatag my image. Edit2: [media]http://dl.dropbox.com/u/14482652/custom-map-flipped-rotated-day.png[/media][/QUOTE] Its beautiful
I hate how picky FancyPack is with what mods it's compatible with. Fuck you incompatibility.
I downloaded that creepy emote thing, what emotes are there to use?
Sorry, you need to Log In to post a reply to this thread.