CEMETECH
Leading The Way To The Future
Login [Register]
Username:
Password:
Autologin:

Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 84 users online: 0 members, 59 guests and 25 bots.
Members: None.
Bots: VoilaBot (1), Spinn3r (1), Magpie Crawler (3), VoilaBot (1), Googlebot (18), MSN/Bing (1).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
Author Message
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 06 Dec 2012 09:55:19 pm    Post subject: Official Cemetech Tekkit Server

Hey guys, I realize a few of you have been inquiring about a Tekkit server and upon learning we have one, wanted to get in on the Whitelist. Today, I erased the world - last login was 11/23 - and started a new one with no Whitelist.

Here are some simple rules:

  • Keep the world clean
    • No exposed quarries
    • Replant trees found in the wild (if you're clearing room for a home, that's fine but replant them otherwise)
  • No World Anchors.
  • Keep the load to a minimum, don't let the mechanics get so complex that the game lags walking past your land.
  • No griefing.


I've started a "town center" of sorts, but no where near the fancy that you'll find on other servers. I have 6 HVSA's to one MFSU but can't figure out the rest. If you can get it to work the rest of the way, awesome! But, share with others. I don't think I connected all of the Solar Panels to the MFSU so some advice on how to fix that would be amazing.

Of course, the traditional Minecraft URL and append :25566
_________________


-Alex
Back to top
ben_g


New Member


Joined: 22 Nov 2011
Posts: 77

Posted: 08 Dec 2012 03:14:41 pm    Post subject:

This is a normal, no pvp server, right? Because of the no griefing rule, I thought it was also not allowed to steal, but someone has taken all my iron, copper, tin and gemstones out of my chests. Should I hide my items or was he breaking the rules?
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 08 Dec 2012 03:27:54 pm    Post subject:

Yeah, he was breaking the rules there. Let me see if I can narrow it down any.
_________________


-Alex
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55736
Location: Earth, Sol, Milky Way

Posted: 08 Dec 2012 04:42:48 pm    Post subject:

comicIDIOT wrote:
Yeah, he was breaking the rules there. Let me see if I can narrow it down any.
Do we have Hawkeye set up on Tekkit, or only on Bukkit?
_________________


Back to top
ben_g


New Member


Joined: 22 Nov 2011
Posts: 77

Posted: 09 Dec 2012 01:46:33 pm    Post subject:

Someone has stolen my most valuable items again and killed all my animals...

Can't you make it anounce when you logg in that stealing is against the rules to stop it?
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 09 Dec 2012 05:00:47 pm    Post subject:

Yeah, I'll find a Welcome Message plugin as well as a /home one as requested in game.
_________________


-Alex
Back to top
ben_g


New Member


Joined: 22 Nov 2011
Posts: 77

Posted: 10 Dec 2012 04:16:12 pm    Post subject:

Is it possible that the server is not allowed to create new files? I tried to create a computercraft program and it keeped saying 'acces denied'.
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 10 Dec 2012 10:58:32 pm    Post subject:

It could be a permissions issue. I also can't modify files under the account associated with the minecraft files - and as such have to use my account on the server. Or it could be the folder that mod writes to denies write access. I'll check into it.

I'm working on my website and uploading some photos for a client; Unfortunately my IDE supports one open connection so it will be a while before I can install the Welcome Message, /home and check up on the access privileges.
_________________


-Alex
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 17 Dec 2012 08:37:44 pm    Post subject:

The Tekkit server will be down for the forseeable future. The Buildcraft API is throwing Severe warnings that are preventing the server from running. I even uploaded a fresh server and the same thing happened.

I'll be looking into it.


Code:
20:35:16 [INFO] Preparing spawn area: 48%
20:35:17 [INFO] Server permissions file permissions.yml is empty, ignoring it
20:35:17 [INFO] Done (2.617s)! For help, type "help" or "?"
20:35:17 [SEVERE] java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.useEnergy(IIZ)I
20:35:17 [SEVERE]       at buildcraft.transport.pipes.PipeItemsObsidian.canSuck(PipeItemsObsidian.java:326)
20:35:17 [SEVERE]       at buildcraft.transport.pipes.PipeItemsObsidian.onEntityCollidedWithBlock(PipeItemsObsidian.java:56)
20:35:17 [SEVERE]       at buildcraft.transport.BlockGenericPipe.a(BlockGenericPipe.java:383)
20:35:17 [SEVERE]       at net.minecraft.server.Entity.move(Entity.java:741)
20:35:17 [SEVERE]       at net.minecraft.server.EntityItem.F_(EntityItem.java:70)
20:35:17 [SEVERE]       at net.minecraft.server.World.entityJoinedWorld(World.java:1285)
20:35:17 [SEVERE]       at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:104)
20:35:17 [SEVERE]       at net.minecraft.server.World.playerJoinedWorld(World.java:1267)
20:35:17 [SEVERE]       at net.minecraft.server.World.tickEntities(World.java:1163)
20:35:17 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
20:35:17 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
20:35:17 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
20:35:17 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.useEnergy(IIZ)I
        at buildcraft.transport.pipes.PipeItemsObsidian.canSuck(PipeItemsObsidian.java:326)
        at buildcraft.transport.pipes.PipeItemsObsidian.onEntityCollidedWithBlock(PipeItemsObsidian.java:56)
        at buildcraft.transport.BlockGenericPipe.a(BlockGenericPipe.java:383)
        at net.minecraft.server.Entity.move(Entity.java:741)
        at net.minecraft.server.EntityItem.F_(EntityItem.java:70)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1285)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:104)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1267)
        at net.minecraft.server.World.tickEntities(World.java:1163)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

_________________


-Alex
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55736
Location: Earth, Sol, Milky Way

Posted: 17 Dec 2012 08:40:51 pm    Post subject:

Did you make sure to upgrade everything together? I presume you Googled the error already?
_________________


Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 17 Dec 2012 08:54:12 pm    Post subject:

I upgraded everything together, yes. I haven't yet Googled it. I'm caught up on other things that take some precedence over Tekkit. When I get a bit over worked on my current tasks I'll hop back over to Tekkit for a bit.

I should add that this happened long after I upgraded it. It worked fine for probably a week or more then it was pointed out to me that the server was unresponsive. I removed all the plugins I added and still got the error. :(
_________________


-Alex
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 03 Feb 2013 08:44:46 am    Post subject:

Apparently Tekkit is down again? Can anyone give me any errors they get when joining up; I'd try but I have outdated mods I can't update at the moment.
_________________


-Alex
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 06 Mar 2013 03:01:00 pm    Post subject:

Tekkit will no longer be apart of the Cemetech Game Servers around March 8th, you can continue to enjoy Bukkit MC or Unreal Tournament 2004!
_________________


-Alex
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55736
Location: Earth, Sol, Milky Way

Posted: 06 Mar 2013 05:00:45 pm    Post subject:

comicIDIOT wrote:
Tekkit will no longer be apart of the Cemetech Game Servers around March 8th, you can continue to enjoy Bukkit MC or Unreal Tournament 2004!
Huzzah! It's not worth the resources it consumes to keep our Tekkit server running, considering how few users it has. The Bukkit server (mc.cemetech.net) remains active and full of expanding buildings and a rail system, and Unreal Tournament 2004 is a perennial crowd-favorite.
_________________


Back to top
Kllrnohj


/=\ PH34R |\/|3


Joined: 24 May 2005
Posts: 8189

Posted: 07 Mar 2013 11:33:00 pm    Post subject:

heh, didn't realize cemetech had a minecraft server. I've been playing a custom FTB modpack with some coworkers lately.

I may have to join cemetech's as well - I assume the bukkit server is just vanilla? FTB Ultimate was just released, I may spin up a server for that...
_________________
There are only two kinds of programming languages: those people always bitch about and those nobody uses. (Bjarne Stroustrup)
Back to top
comicIDIOT


Guru


Joined: 01 May 2006
Posts: 5106
Location: SFBA, California

Posted: 08 Mar 2013 12:55:46 am    Post subject:

Kllrnohj wrote:
I've been playing a custom FTB modpack .... FTB Ultimate was just released, I may spin up a server for that.


I'd be willing to replace Tekkit with FTB for a while. I did some preliminary searching and it looks like it's just another flavor and somewhat identical to Tekkit. The name, Feed the Beast, made it sound like it was a survival/common goal mod. Is there anything outstanding or unique about it?

I'll do some more research in my off-time, however. Hopefully around Monday.
_________________


-Alex
Back to top
turiqwalrus


New Member


Joined: 18 Nov 2010
Posts: 95
Location: Eggplant shopping! :P

Posted: 08 Mar 2013 05:03:09 am    Post subject:

Well, aside from the old FTB Pyramid maps, one of the main draws is really that the pack is pretty much fully backed by the developers and updates more quickly.
That doesn't adverseely affect gameplay, though...
_________________
This signature is completely empty Very Happy

except for this
and this
JOIN THE WFCLFY!
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are GMT - 5 Hours

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.033138 seconds.