Jump to content

zeus5966

Members
  • Posts

    157
  • Joined

  • Last visited

Everything posted by zeus5966

  1. I'm here to add my videos to the legacy of Minecraft Let's Play Videos. My Goal: To industrialize the ENTIRE WORLD OF MINECRAFT. And to make the biggest damn factory known to man. Here are the videos. *Drumroll please* AAAAAND Heres Episode 1!: http://www.youtube.com/watch?v=xwZIzLwsNP0 AAAAAND Heres Episode 2!: http://www.youtube.com/watch?v=x7eYHmLQDEM AAAAAND Here's Episode 3!: http://www.youtube.com/watch?v=NuwfqWqpNec (With a sexy new intro) AAAAAND Here's Episode 3!: http://www.youtube.com/watch?v=ijyv1gLXmT8&feature=plcp Link for the playlist: http://www.youtube.com/playlist?list=PLA58C8B1C052347EB I may also be adding a modspotlight on each of the mods in technic if I have the time. Constructive feedback is appreciated, and so are mod/map requests. Enjoy... OR I SHALL STRIKE YOU WITH UNLIMITED POWA!
  2. Okay, for the turtles not excavating, 1. do you have some sort of permissions plugin or Bukkit permissions active? If so, then add [ComputerCraft] to the Admin list of your permissions. 2. did you program the turtles correctly?
  3. look at the stickies for god sake.
  4. I think you have the wrong log. Go to AppData/Roaming/.techniclauncher/logs and paste the one that says launcher_0.log
  5. Try reading some stickies. They tend to be VEEEERY helpful instead of not reading any of them and posting whatever the hell you want which doesn't tell us anything.
  6. Look at the sticky that says REQUIRED READING. That should help you
  7. Its probably because Buildcraft pipes have not been added to Computercraft's block placing list.
  8. This should help you a bit http://forums.technicpack.net/index.php/topic,2797.0.html
  9. Well, turns out that it was a newb player that made a energy loop accidentally and lagged the server to unplayable levels. I did some tests and you can generally have quite a few scattered around without any averse effects.
  10. I put down like 5 and the world is unplayable its so laggy!
  11. How much lag do they cause exactly? And should I be blocking them from the game?
  12. You cannot actually change the ENTIRE maps dirt/grass to a diff block because that means creating your own mod that changes the world generator. The most you can do is say use MCedit and change large portions of dirt that way.
  13. It would be helpful if you gave us your permissions file so we can see if you went wrong anywhere.
  14. Are buildcraft pipes capable of moving say Lapotron crystals to MFS's to be charged, then remove them again once charged?(With a timer of course)
  15. Use PermissionsEX and disable them with ModifyWorld
  16. No idea what the hell is up with this. I was on a high speed railway when I blew up, then everything crashed. http://pastebin.ca/2123926 this is all the errors i've gotten. I've ommited the INFO and FINER because they were taking up too much characters Any help would be greatly appreciated. It also crashes when we try to open chests
  17. I just made a Transmutation Tablet that is placeable, and started putting items into it as well as a Klein star. It ate all my items and the EMC did not change at all. I am running Tekkit 2.0 on a server that does have permissions (if it changes anything). At the top it says NO LOCK and the EMC stays at 0 This is also a log of an error that was created 2012-03-02 22:26:22 [iNFO] <[31m*GOD[37m> Welcome back, zeus5966[0m 2012-03-02 22:26:22 [sEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled? 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:155) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:162) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:66) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:868) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:272) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.commandbook.commands.MessageCommands.say(MessageCommands.java:88) 2012-03-02 22:26:22 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-03-02 22:26:22 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2012-03-02 22:26:22 [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-03-02 22:26:22 [sEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:455) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:448) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:348) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:244) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:403) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:399) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:580) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:557) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:465) 2012-03-02 22:26:22 [iNFO] [31mAn error has occurred. See console.[0m 2012-03-02 22:26:22 [sEVERE] com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled? 2012-03-02 22:26:22 [sEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:465) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:448) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:348) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:244) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:403) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:399) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:580) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:557) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) 2012-03-02 22:26:22 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:465) 2012-03-02 22:26:22 [sEVERE] Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled? 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:155) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:162) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:199) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:112) 2012-03-02 22:26:22 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:66) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:868) 2012-03-02 22:26:22 [sEVERE] at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:272) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.commandbook.commands.MessageCommands.say(MessageCommands.java:88) 2012-03-02 22:26:22 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-03-02 22:26:22 [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2012-03-02 22:26:22 [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-03-02 22:26:22 [sEVERE] at java.lang.reflect.Method.invoke(Method.java:601) 2012-03-02 22:26:22 [sEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:455) 2012-03-02 22:26:22 [sEVERE] ... 11 more Any idea why?
  18. Well, i'm aware of Industrialcraft being able to power buildcraft via energy links and electric engines, but what about the reverse? Can Buildcraft oil/fuel be converted to EU's? If so, how?
  19. Just an update, The recipes are NOT disabled, so its something else.
  20. Hello everybody, I'm having a bit of a problem making the beatbox for tekki it 1.0. I also cannot buil diamond handsaws either. I will be updating the server to 2.0 later today, and will report back here if it is sill happening. Thanks in advance
×
×
  • Create New...