Jump to content

jsmith1812

Members
  • Posts

    4
  • Joined

  • Last visited

About jsmith1812

  • Birthday 01/01/1900

jsmith1812's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. I have not noticed such an occurance while running .61 tekkitlite server. As far as I can tell, any volcanos/trees I come across from normal exploration with my client while running tekkitlite appear to properly assemble themselves, even if they spread across 200 blocks. I was playing with the minecraft bot mineflayer(https://npmjs.org/package/mineflayer), but even after modifying the current source to pretend to be a 1.4.7 client, I ran into the issue of not being able to pretend to be a forge client. I am not that great at javascript.
  2. I seem to be running into an issue while trying to pre-generate chunks running tekkit lite .61 I can't seem to find any mods for forge which will force generate chunks. Using ForgeBukkit to run something like WorldBorder v1.6.1 doesn't work as none of the 1.4.7 compatible builds will work. Broken Forgebukkit function org.bukkit.craftbukkit.CraftWorld.java:isChunkInUse, all fixes being applied appear to target 1.5.1. Using MCPC+ legacy will let me run WorldBorder, but then I run into issues of chunks not looking right. ie: screwed up cut-off volcanos&rubbertrees (redpower), lines through biomes where snow/trees/etc failed to generate properly. Right now it looks like my options are pretty much going to be running some sort of back-end script to move my player around the map till all the areas I want are rendered while running tekkitlite before switching to mcpc+ for the server. Maybe someone has a better idea? Or maybe someone already has a script which does something like what I described? Moving the spawn point around and restarting the server seems like a sucky idea as starting/stopping a tekkit lite server takes a rather long time.
  3. incompatibility with TreeCapitator for recent builds of forgebukkit. revert to earlier build of forgebukkit or delete treecapitator. bukkit plugin WorldBorder has issues with the fill option. 2013-03-29 23:42:07 [iNFO] [bukkitForge] Server issued server command: wborderfill confirm 2013-03-29 23:42:07 [iNFO] [sTDOUT] WorldBorder map generation task started. 2013-03-29 23:42:07 [WARNING] [bukkitForge] Task #59 for WorldBorder v1.6.1 generated an exception java.lang.NullPointerException at org.bukkit.craftbukkit.CraftWorld.isChunkInUse(CraftWorld.java:372) at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:294) at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:290) at com.wimbli.WorldBorder.WorldFillTask.run(WorldFillTask.java:205) at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346) at keepcalm.mods.bukkit.forgeHandler.SchedulerTickHandler.tickStart(SchedulerTickHandler.java:38) at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16) at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:120) at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:288) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:588) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) at fy.run(SourceFile:849) 2013-03-29 23:42:24 [iNFO] [bukkitForge] Server issued server command: wborderfill cancel 2013-03-29 23:42:24 [iNFO] [sTDOUT] Cancelling the world map generation task. 2013-03-29 23:42:24 [iNFO] [sTDERR] org.bukkit.command.CommandException: Unhandled exception executing command 'wborder' in plugin WorldBorder v1.6.1 2013-03-29 23:42:24 [iNFO] [sTDERR] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) 2013-03-29 23:42:24 [iNFO] [sTDERR] at keepcalm.mods.bukkit.forgeHandler.commands.CommandExecutor2CommandBase.b(CommandExecutor2CommandBase.java:105) 2013-03-29 23:42:24 [iNFO] [sTDERR] at keepcalm.mods.bukkit.nmsforge.CommandHandlerImpl.a(CommandHandlerImpl.java:92) 2013-03-29 23:42:24 [iNFO] [sTDERR] at x.a(CommandHandler.java:14) 2013-03-29 23:42:24 [iNFO] [sTDERR] at ho.al(DedicatedServer.java:308) 2013-03-29 23:42:24 [iNFO] [sTDERR] at ho.r(DedicatedServer.java:270) 2013-03-29 23:42:24 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599) 2013-03-29 23:42:24 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2013-03-29 23:42:24 [iNFO] [sTDERR] at fy.run(SourceFile:849) 2013-03-29 23:42:24 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2013-03-29 23:42:24 [iNFO] [sTDERR] at org.bukkit.craftbukkit.CraftWorld.isChunkInUse(CraftWorld.java:372) 2013-03-29 23:42:24 [iNFO] [sTDERR] at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:294) 2013-03-29 23:42:24 [iNFO] [sTDERR] at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:290) 2013-03-29 23:42:24 [iNFO] [sTDERR] at com.wimbli.WorldBorder.WorldFillTask.stop(WorldFillTask.java:323) 2013-03-29 23:42:24 [iNFO] [sTDERR] at com.wimbli.WorldBorder.WorldFillTask.cancel(WorldFillTask.java:304) 2013-03-29 23:42:24 [iNFO] [sTDERR] at com.wimbli.WorldBorder.Config.StopFillTask(Config.java:270) 2013-03-29 23:42:24 [iNFO] [sTDERR] at com.wimbli.WorldBorder.WBCommand.cmdFill(WBCommand.java:749) 2013-03-29 23:42:24 [iNFO] [sTDERR] at com.wimbli.WorldBorder.WBCommand.onCommand(WBCommand.java:503) 2013-03-29 23:42:24 [iNFO] [sTDERR] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) 2013-03-29 23:42:24 [iNFO] [sTDERR] ... 8 more
  4. There is a conflict with the TreeCapitator plugin in ./coremods/ Either downgrade bukkitforge to a version which works, or delete TreeCapitator. You could probably use choptree2(bukkit) to replace the functionality of TreeCapitator.
×
×
  • Create New...