Jump to content

KoolSource

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by KoolSource

  1. Accepted -- Register on the site and I'll set you up with the whitelist.
  2. You should be good to go, be sure to click the account validation link which was sent to your e-mail.
  3. An update occurred a little earlier which caused that error. The website should be fine now. Register and I'll get you setup with the whitelist.
  4. Register on http://koolsource.com and I'll whitelist you. :)
  5. Register on http://koolsource.com and I'll whitelist you. :)
  6. Edit: The hostname originally provided is for our normal Minecraft Server. The tekkit server is: tekkit.koolsource.com
  7. I don't have an issue doing that, but I don't want to have to rely on my members having to make it bigger or get rid of it at the stake of crashing the server in the meantime. I'm reporting the bug so that it can get fixed. I know how to easily work around it, but that's not the point of a bug report. I'm reporting it so that if someone knows how to fix it they can to prevent this issue from possibly destroying a server. The only reason it didn't permanently crash our server is the person didn't have any World Anchors in the area to keep the chunk loaded, so I could delete the quarry from a distance and it solved the problem. If someone were to put a world anchor, a quarry, and a forcefield in the same area the server would (in theory) not ever be able to be repaired without MCEdit or some other map editing software.
  8. Has nobody else experienced this issue? Is it something I'm doing?
  9. The default texture pack for stock minecraft can be found in your minecraft.jar (%appdata%\.techniclauncher\tekkit\bin\minecraft.jar). The textures for each mod can be found in each of the mod's zip or jar file which is located at %appdata%\.techniclauncher\tekkit\mods\ . You'll find them stored as PNG files. Filepaths are based on Windows. If you are on linux replace %appdata%\.techniclauncher with: ~/.techniclauncher On mac: ~/Library/techniclauncher -John
  10. Information IP: Tekkit.KoolSource.com KoolSource is a two year old Minecraft community that has recently expanded into Tekkit. We have an excellent group of well-triained staff that are friendly and willing to help with any problems you may encounter. We are a medium sized family-friendly community that strives to achieve the best possible gaming experience. We own our own dedicated server, so lag and uptime are not an issue. Our Tekkit server restarts (not reset) every 12 hours to ensure the best possible experience. Whitelist Application To apply for whitelist you must be a member of our forums at http://koolsource.com . Registration is free and fast (we have Facebook and Twitter Integration) You can be whitelisted on our server in one of three ways: You can apply at http://ksrc.co/tekkit Preferred OR You can apply here using: Minecraft Username: Age: Timezone/Country: What you plan to do on tekkit: OR You can purchase the $25 supporter package and bypass the whitelist application process all together. Available Here. Due to the way that our Whitelist works, you must be registered on our website regardless of the path you choose to become whitelisted. Rules We at KoolSource do not believe in being restrictive to the players on our server. The rules are simple and easy to understand: Do not grief other players' creations. Punishment: Tempban/Ban Do not use xray or similar modifications that give you an unfair advantage over another user. -- Don't try it we're fairly good at detecting this. Punishment: Ban Be courteous to other players on the server. Disagreements are fine, arguing/flaming is not. Listen to staff members. We don't make large requests, so the ones we do ask we'd like a response. Have fun! Plugins KoolSource Forum Bridge Factions NoLagg ChestShop Dynmap - http://tekkit.map.koolsource.com Essentials Falsebook iConomy Logblock CoreProtect LWC PermissionsEx VirtualChest Banned Items There are no banned items on our server. The following items have been nurfed: Nuke Explosions: 12x TNT Reactor Explosions: 16x TNT TeamSpeak 3 The rules of teamspeak are the same as our game server. Be respectful, do your best not to swear all the time, we know everyone slips and that's fine but if we need to hire a professional "bleeper" you've gone too far. Feel free to create channels for you and your friends to use! We do not require that you use our TeamSpeak for Tekkit, or even Minecraft related chatting. If you want to use it while playing WoW, Dota, or any other game feel free to use it for that as well IP: KoolSource.com No Password
  11. Title: Quarry + Forcefield = Crash Version: 3.1.2 OS: Ubuntu 12.04 Minimal Java Version: 1.7.0_07 Description of Problem: Whenever you have a BC quarry dig into a Forcefield the server will throw error after error and eventually crash. The snippet provided below happens to every plugin that uses BlockBreakEvent. I have dis-allowed quarries for the time being but that's only going to last so long before someone gets upset. Thanks, John Error Messages: Error Log: 2012-11-01 18:10:15 [sEVERE] Could not pass event BlockBreakEvent to LogBlock org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) at buildcraft.factory.TileQuarry.doWork(TileQuarry.java:193) at buildcraft.api.PowerProvider.update(PowerProvider.java:50) at buildcraft.core.TileBuildCraft.q_(TileBuildCraft.java:54) at buildcraft.factory.TileQuarry.q_(TileQuarry.java:136) at net.minecraft.server.World.tickEntities(World.java:1190) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at org.bukkit.craftbukkit.block.CraftBlock.getState(CraftBlock.java:225) at de.diddiz.LogBlock.listeners.BlockBreakLogging.onBlockBreak(BlockBreakLogging.java:32) at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ... 11 more 2012-11-01 18:10:15 [sEVERE] Could not pass event BlockBreakEvent to LWC org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) at buildcraft.factory.TileQuarry.doWork(TileQuarry.java:193) at buildcraft.api.PowerProvider.update(PowerProvider.java:50) at buildcraft.core.TileBuildCraft.q_(TileBuildCraft.java:54) at buildcraft.factory.TileQuarry.q_(TileQuarry.java:136) at net.minecraft.server.World.tickEntities(World.java:1190) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at com.griefcraft.lwc.LWC.resolveProtectionConfiguration(LWC.java:1273) at com.griefcraft.listeners.LWCBlockListener.onBlockBreak(LWCBlockListener.java:156) at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ... 11 more 2012-11-01 18:10:15 [sEVERE] Could not pass event BlockBreakEvent to VirtualChest org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) at buildcraft.factory.TileQuarry.doWork(TileQuarry.java:193) at buildcraft.api.PowerProvider.update(PowerProvider.java:50) at buildcraft.core.TileBuildCraft.q_(TileBuildCraft.java:54) at buildcraft.factory.TileQuarry.q_(TileQuarry.java:136) at net.minecraft.server.World.tickEntities(World.java:1190) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at org.bukkit.craftbukkit.block.CraftBlock.getState(CraftBlock.java:225) at com.Balor.Listeners.SignListener.onBlockBreak(SignListener.java:41) at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ... 11 more
×
×
  • Create New...