Jump to content

p928s1984

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by p928s1984

  1. No im running the bteam.jar but i renamed it to Tekkit.jar becose the McMyAdmin console dosent support B-Team at the moment!

    Then i run it as Tekkit Server..

     

    Also if i would change to MCPC+ i would have to start a new wolrd or not?

     

    Sorry for going offtopic but it seems like i found the peoples here i need for my questions :D

    Dont worry not off topic at all, all bteam issues hah. Im not sure how mcadmin works unfortunatly. I have upgraded to MCPC without a map reset, but had to do one later on because of other issues. you can always upgrade it to mcpc and backup the map, if it works great, if not just restore the backup and switch back to default

  2. this

     

    Ok there should be 2 jar files in the bteam folder you need to run the bteam jar not the other one. It appears you are running the other one? You need to run it with a batch file like so:

     

    java -Xmx12G -Xms8G -jar bteam.jar nogui

    pause

     

    Then of course change the “-Xmx12G -Xms8G” to the correct ram size and it should run, if not I’m working on creating a video on how to setup a bteam server with mcpc and essentials.

  3. How can you use that toolkit since i have to run forgeserver and not bukkit?

     

     

     

    There is somekind of error wen i try to start the B-Team.. I mean there isent even support for the B-Team so i take the Tekkit option and rename the Bteam.jar to Tekkit.jar this should work but it dosent -.-

     

     

    I am using MCPC which includes bukkit, spigot, and forge. so it works fine.

     

     

    What is the error that you are getting when trying to run B-team?

  4. Oh, I've got an extensive list of things in the appropriate categories. I've been using GP for a long time. My point was that I've never been able to get some of the TE blocks protected on a 1.6.4 server with the TE 3.0.0.2. They yell about not being trusted when someone tries to access them (telling me that the config is correct), but they still open anyway and the player can change what they want.

     

     

    I am not sure why that is happening, they do seem to be protected on the test server i just created running TE3.0.0.2 and mcpc. I am unsure why you are having the issue. I would check to make sure that your Greif prevention is completely updated.

  5. same thing happening to me as well. I'm trying to track down the mod(s) that could be causing this or maybe its an action on the server.

    Also.. my spawn point keeps changing from my default spawn location to an area right on top of someone's house. You have this happen yet?

    I can do /spawn and it will take me to the correct area, but when new people join for the first time they are taken to the wrong spawn location.

     

     

    yes you need to do /mv setspawn tis multiverse being stupid

  6. cool. let me know how it works out over the next day or so. I may have to reset the world if it works a lot better.

     

    ok yes it still up and running with no real problems, coreprotect has an issue when some kind of chest is opened, but who cares. and i still once everyyyy 20 min get the tick error and it causes seconds of lag but then is working fine, so so far we are running pretty well.

  7. Download MCPC+ from here: http://ci.md-5.net/job/MCPC-Plus-164/

     

    Then replace Bteam.jar with mcpc-plus.jar

    I haven't had too many problems using MCPC+, but I'm sure it may cause problems with some of the mods.

     

     

    I'm also still having random TPS drops to single digits with only 30 players on.  No clue which mod(s) are causing the lag.  I hope this get diagnosed soon and then a patch is released. I still get the Tick crash every few hours. and sometimes I see it pop up in the console a few times in a row without crashing then everything goes back to normal.

     

     

    Yah i got to the point and said F*** it and did a map reset on mcpc 231, bteam 1.0.5, and seems to run MUCH better, MUCH better. still some minor lag but its ppl spawning the world so we will see within the next 24 hours so far NO errors on console!! (with minions removed and dubstep gun banned)

  8. Well i updated to 1.0.4  AND MINIONS IS STILL EFFED UP ( looks like it has something to do with griefpreventions

    Caused by: java.lang.StackOverflowError
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findResource(Unknown Source)
        at net.minecraft.launchwrapper.LaunchClassLoader.findCodeSourceConnectionFor(LaunchClassLoader.java:250)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:134)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at net.minecraft.entity.Entity.func_85029_a(Entity.java:2930)
        at net.minecraft.entity.Entity.func_70020_e(Entity.java:1971)
        at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:174)
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:525)
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:80)
        at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:302)
        at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:194)
        at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:161)
        at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.getChunkAt(CraftWorld.java:118)
        at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.getBlockAt(CraftWorld.java:82)
        at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.getBlockAt(CraftWorld.java:548)
        at org.bukkit.Location.getBlock(Location.java:82)
        at me.ryanhamshire.GriefPrevention.EntityEventHandler.onItemSpawn(EntityEventHandler.java:1004)
        at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:435)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
        at org.bukkit.craftbukkit.v1_6_R3.event.CraftEventFactory.callItemSpawnEvent(CraftEventFactory.java:294)
        at net.minecraft.world.World.addEntity(World.java:1910)
        at net.minecraft.world.World.func_72838_d(World.java:1864)
        at atomicstryker.minions.common.entity.EntityMinion.dropMinionItemWithRandomChoice(EntityMinion.java:694)
        at atomicstryker.minions.common.entity.InventoryMinion.dropAllItems(InventoryMinion.java:318)
        at atomicstryker.minions.common.entity.EntityMinion.func_70106_y(EntityMinion.java:196)
        at atomicstryker.minions.common.MinionsCore.minionLoadRegister(MinionsCore.java:377)
        at atomicstryker.minions.common.entity.EntityMinion.func_70037_a(EntityMinion.java:217)
        at net.minecraft.entity.Entity.func_70020_e(Entity.java:1900)
        at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:174)
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:525)
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:80)
        at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:302)
        at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:194)
        at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:161)
        at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.getChunkAt(CraftWorld.java:118)
        at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.getBlockAt(CraftWorld.java:82)
        at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.getBlockAt(CraftWorld.java:548)
        at org.bukkit.Location.getBlock(Location.java:82)

  9. so the server is getting worse and worse im getting mutliple "simpleplutinhanderler"  "playerlistner" and bunches ov errors in console no realll reasyin. i can see doublechest pops up. I am also still having the tick and ethernet drop where it just kicks everyone: http://pastebin.com/wX1VPZTy or look at that paste bin.

    just upgraded to mcpc 230 will see how that is running. IF that works great but tonight i will be testin essentials to see if that is causeing problems

  10. I removed HawkEye and started using CoreProtect and I haven't had that crash you are experiencing again.  I think it had something to do with handling interactions on specific events.  I also added a ton of java parameters to help out (other the the garbage collection).

     

    It has been running strong for about 4 hours now.  TPS is hanging in at 19+

     

    I've also never had any luck with mcMMO on modded servers.

     

    You might want to disable all plugins except Essentials and PEX.  Then run it for a while to see if you get the exception.

    Then slowly add 1 plugin at a time to see which one(s) may be causing problems.

     

    that is exactly what im going to do tonight when  the server isnt as full. can you post what your using for your .bat? and is anyone using autorank? i can not seem to locate a version that works with the new mcpc

  11.  

    Sure.

     

    Plugins (34): WorldBorder, WorldEdit, ChillaxFixes, ChatControl, Teleports, Buycraft, consolefilter, Vault, PermissionsEx, Multiverse-Core, MyCommand, consolerestart, ItemSlotMachine, WorldGuard, Jail, RemoteToolkitPlugin, SwearReplacer, TekkitCustomizer, Sign Edit, Random Spawn, HawkEye, HubKick, ChestShop, ClearLag, ProtocolLib, Votifier, mcMMO, BungeeSuitePortals, Essentials, Towny, EssentialsSpawn, VotifierScripts, Chat

    I was using MCPC+ #229 and I just noticed there was an update for it, #230 and I haven't gotten the crash since I updated. But that might be just luck :P

     

    EDIT: It hasn't crashed for about a hour now... thing is happening now is every just randomly dc's every 15-25 mins. I watch the log it says and then every one just relogs in.

    2014-02-06 23:16:28 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:16:28 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:16:28 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:16:28 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:16:53 [WARNING] The server is going slow. Last server tick was 21237ms ago
    2014-02-06 23:16:53 [WARNING] Last Tick: 1391746592002 Current Time: 1391746613239 Warning: 20000 Timeout: 60000
    2014-02-06 23:16:53 [WARNING] [TPS]: 19.3 Server Tick #60000
    2014-02-06 23:16:53 [WARNING]   Dimension:0
    2014-02-06 23:16:53 [WARNING]   Loaded Chunks: 13913 Active Chunks: 363 Entities: 2624 Tile Entities: 1927
    2014-02-06 23:16:53 [WARNING]   Entities Last Tick: 676
    2014-02-06 23:16:53 [WARNING]   Tiles Last Tick: 242
    2014-02-06 23:16:53 [WARNING]   Dimension:21
    2014-02-06 23:16:53 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:16:53 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:16:53 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:16:53 [WARNING]   Dimension:-127
    2014-02-06 23:16:53 [WARNING]   Loaded Chunks: 256 Active Chunks: 0 Entities: 49 Tile Entities: 10
    2014-02-06 23:16:53 [WARNING]   Entities Last Tick: 4
    2014-02-06 23:16:53 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:16:53 [WARNING]   Dimension:1
    2014-02-06 23:16:53 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:16:53 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:16:53 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:16:53 [WARNING]   Dimension:-1
    2014-02-06 23:16:53 [WARNING]   Loaded Chunks: 572 Active Chunks: 153 Entities: 16 Tile Entities: 34
    2014-02-06 23:16:53 [WARNING]   Entities Last Tick: 9
    2014-02-06 23:16:53 [WARNING]   Tiles Last Tick: 5
    2014-02-06 23:16:53 [WARNING]   Dimension:3
    2014-02-06 23:16:53 [WARNING]   Loaded Chunks: 441 Active Chunks: 154 Entities: 404 Tile Entities: 518
    2014-02-06 23:16:53 [WARNING]   Entities Last Tick: 403
    2014-02-06 23:16:53 [WARNING]   Tiles Last Tick: 238
    2014-02-06 23:17:03 [WARNING] The server is going slow. Last server tick was 31239ms ago
    2014-02-06 23:17:03 [WARNING] Last Tick: 1391746592002 Current Time: 1391746623241 Warning: 20000 Timeout: 60000
    2014-02-06 23:17:03 [WARNING] [TPS]: 19.3 Server Tick #60000
    2014-02-06 23:17:03 [WARNING]   Dimension:0
    2014-02-06 23:17:03 [WARNING]   Loaded Chunks: 13913 Active Chunks: 363 Entities: 2624 Tile Entities: 1927
    2014-02-06 23:17:03 [WARNING]   Entities Last Tick: 676
    2014-02-06 23:17:03 [WARNING]   Tiles Last Tick: 242
    2014-02-06 23:17:03 [WARNING]   Dimension:21
    2014-02-06 23:17:03 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:17:03 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:17:03 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:03 [WARNING]   Dimension:-127
    2014-02-06 23:17:03 [WARNING]   Loaded Chunks: 256 Active Chunks: 0 Entities: 49 Tile Entities: 10
    2014-02-06 23:17:03 [WARNING]   Entities Last Tick: 4
    2014-02-06 23:17:03 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:03 [WARNING]   Dimension:1
    2014-02-06 23:17:03 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:17:03 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:17:03 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:03 [WARNING]   Dimension:-1
    2014-02-06 23:17:03 [WARNING]   Loaded Chunks: 572 Active Chunks: 153 Entities: 16 Tile Entities: 34
    2014-02-06 23:17:03 [WARNING]   Entities Last Tick: 9
    2014-02-06 23:17:03 [WARNING]   Tiles Last Tick: 5
    2014-02-06 23:17:03 [WARNING]   Dimension:3
    2014-02-06 23:17:03 [WARNING]   Loaded Chunks: 441 Active Chunks: 154 Entities: 404 Tile Entities: 518
    2014-02-06 23:17:03 [WARNING]   Entities Last Tick: 403
    2014-02-06 23:17:03 [WARNING]   Tiles Last Tick: 238
    2014-02-06 23:17:13 [WARNING] The server is going slow. Last server tick was 41240ms ago
    2014-02-06 23:17:13 [WARNING] Last Tick: 1391746592002 Current Time: 1391746633242 Warning: 20000 Timeout: 60000
    2014-02-06 23:17:13 [WARNING] [TPS]: 19.3 Server Tick #60000
    2014-02-06 23:17:13 [WARNING]   Dimension:0
    2014-02-06 23:17:13 [WARNING]   Loaded Chunks: 13913 Active Chunks: 363 Entities: 2624 Tile Entities: 1927
    2014-02-06 23:17:13 [WARNING]   Entities Last Tick: 676
    2014-02-06 23:17:13 [WARNING]   Tiles Last Tick: 242
    2014-02-06 23:17:13 [WARNING]   Dimension:21
    2014-02-06 23:17:13 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:17:13 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:17:13 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:13 [WARNING]   Dimension:-127
    2014-02-06 23:17:13 [WARNING]   Loaded Chunks: 256 Active Chunks: 0 Entities: 49 Tile Entities: 10
    2014-02-06 23:17:13 [WARNING]   Entities Last Tick: 4
    2014-02-06 23:17:13 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:13 [WARNING]   Dimension:1
    2014-02-06 23:17:13 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:17:13 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:17:13 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:13 [WARNING]   Dimension:-1
    2014-02-06 23:17:13 [WARNING]   Loaded Chunks: 572 Active Chunks: 153 Entities: 16 Tile Entities: 34
    2014-02-06 23:17:13 [WARNING]   Entities Last Tick: 9
    2014-02-06 23:17:13 [WARNING]   Tiles Last Tick: 5
    2014-02-06 23:17:13 [WARNING]   Dimension:3
    2014-02-06 23:17:13 [WARNING]   Loaded Chunks: 441 Active Chunks: 154 Entities: 404 Tile Entities: 518
    2014-02-06 23:17:13 [WARNING]   Entities Last Tick: 403
    2014-02-06 23:17:13 [WARNING]   Tiles Last Tick: 238
    2014-02-06 23:17:23 [WARNING] The server is going slow. Last server tick was 51242ms ago
    2014-02-06 23:17:23 [WARNING] Last Tick: 1391746592002 Current Time: 1391746643244 Warning: 20000 Timeout: 60000
    2014-02-06 23:17:23 [WARNING] [TPS]: 19.3 Server Tick #60000
    2014-02-06 23:17:23 [WARNING]   Dimension:0
    2014-02-06 23:17:23 [WARNING]   Loaded Chunks: 13913 Active Chunks: 363 Entities: 2624 Tile Entities: 1927
    2014-02-06 23:17:23 [WARNING]   Entities Last Tick: 676
    2014-02-06 23:17:23 [WARNING]   Tiles Last Tick: 242
    2014-02-06 23:17:23 [WARNING]   Dimension:21
    2014-02-06 23:17:23 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:17:23 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:17:23 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:23 [WARNING]   Dimension:-127
    2014-02-06 23:17:23 [WARNING]   Loaded Chunks: 256 Active Chunks: 0 Entities: 49 Tile Entities: 10
    2014-02-06 23:17:23 [WARNING]   Entities Last Tick: 4
    2014-02-06 23:17:23 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:23 [WARNING]   Dimension:1
    2014-02-06 23:17:23 [WARNING]   Loaded Chunks: 0 Active Chunks: 0 Entities: 0 Tile Entities: 0
    2014-02-06 23:17:23 [WARNING]   Entities Last Tick: 0
    2014-02-06 23:17:23 [WARNING]   Tiles Last Tick: 0
    2014-02-06 23:17:23 [WARNING]   Dimension:-1
    2014-02-06 23:17:23 [WARNING]   Loaded Chunks: 572 Active Chunks: 153 Entities: 16 Tile Entities: 34
    2014-02-06 23:17:23 [WARNING]   Entities Last Tick: 9
    2014-02-06 23:17:23 [WARNING]   Tiles Last Tick: 5
    2014-02-06 23:17:23 [WARNING]   Dimension:3
    2014-02-06 23:17:23 [WARNING]   Loaded Chunks: 441 Active Chunks: 154 Entities: 404 Tile Entities: 518
    2014-02-06 23:17:23 [WARNING]   Entities Last Tick: 403
    2014-02-06 23:17:23 [WARNING]   Tiles Last Tick: 238
    2014-02-06 23:17:27 [INFO] [G] [B-E]  ProgrammersFolly: darn it copycat >.>
    2014-02-06 23:17:27 [INFO] [L] [B-E]  silversonic2417: well i found the ice drgon fully grown Xd
    2014-02-06 23:17:27 [INFO] [L] [B-E]  kenickiejd: Good and yourself?
    2014-02-06 23:17:27 [INFO] [L] [B-E]  Blaze027: bacon?
    2014-02-06 23:17:27 [INFO] [L] [B-E]  Blaze027: yeah bacon
    2014-02-06 23:17:27 [INFO] [L] [B-E]  xFluffy_Kittenx: shoot me from a small distance
    2014-02-06 23:17:27 [INFO] [G] [B-E]  ProgrammersFolly: did I just drop?
    2014-02-06 23:17:27 [INFO] Disconnecting /198.50.171.73:52377: Internal server error
    2014-02-06 23:17:27 [SEVERE] Error handling login related packet - connection from /198.50.171.73:52377 refused
    java.lang.NullPointerException
            at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:372)
            at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(Packet250CustomPayload.java:70)
            at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:470)
            at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:89)
            at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:57)
            at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:33)
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:914)
            at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
            at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
            at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
    2014-02-06 23:17:27 [WARNING] Failed to handle packet for /198.50.171.73:52377: java.lang.NullPointerException
    java.lang.NullPointerException
            at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:372)
            at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(Packet250CustomPayload.java:70)
            at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:470)
            at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:89)
            at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:57)
            at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:33)
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:914)
            at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
            at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
            at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
    2014-02-06 23:17:27 [INFO] Disconnecting /198.50.171.73:55886: Internal server error
    2014-02-06 23:17:27 [SEVERE] Error handling login related packet - connection from /198.50.171.73:55886 refused
    java.lang.NullPointerException
            at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:372)
            at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(Packet250CustomPayload.java:70)
            at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:470)
            at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:89)
            at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:57)
            at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:33)
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:914)
            at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
            at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
            at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
    2014-02-06 23:17:27 [WARNING] Failed to handle packet for /198.50.171.73:55886: java.lang.NullPointerException
    java.lang.NullPointerException
            at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:372)
            at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(Packet250CustomPayload.java:70)
            at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:470)
            at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:89)
            at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:57)
            at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:33)
            at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:914)
            at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
            at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
            at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
    2014-02-06 23:17:27 [INFO] bmh16 lost connection: disconnect.endOfStream
    2014-02-06 23:17:27 [INFO] Unloading Player: bmh16
    2014-02-06 23:17:27 [INFO] keemietheprince lost connection: disconnect.endOfStream
    2014-02-06 23:17:27 [INFO] Unloading Player: keemietheprince
    2014-02-06 23:17:27 [INFO] Cris_Nightingale lost connection: disconnect.endOfStream
    2014-02-06 23:17:27 [INFO] Unloading Player: Cris_Nightingale
    2014-02-06 23:17:27 [INFO] CaptainAlexOne lost connection: disconnect.endOfStream
    2014-02-06 23:17:27 [INFO] Unloading Player: CaptainAlexOne
    2014-02-06 23:17:27 [INFO] GOWMF lost connection: disconnect.endOfStream
    2014-02-06 23:17:27 [INFO] Unloading Player: GOWMF
    2014-02-06 23:17:27 [INFO] shlo304 lost connection: disconnect.endOfStream
    2014-02-06 23:17:27 [INFO] Unloading Player: shlo304
    2014-02-06 23:17:28 [INFO] cam119 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: cam119
    2014-02-06 23:17:28 [INFO] superluigi63 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: superluigi63
    2014-02-06 23:17:28 [INFO] Kalvastan lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: Kalvastan
    2014-02-06 23:17:28 [INFO] kenickiejd lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: kenickiejd
    2014-02-06 23:17:28 [INFO] invaderzim1015 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: invaderzim1015
    2014-02-06 23:17:28 [INFO] pinball005 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: pinball005
    2014-02-06 23:17:28 [INFO] Ranger553 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: Ranger553
    2014-02-06 23:17:28 [INFO] silversonic2417 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: silversonic2417
    2014-02-06 23:17:28 [INFO] ChrisQuirein issued server command: /f help
    2014-02-06 23:17:28 [INFO] ChrisQuirein issued server command: /faction help
    2014-02-06 23:17:28 [INFO] ChrisQuirein issued server command: /warp
    2014-02-06 23:17:28 [INFO] ChrisQuirein lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: ChrisQuirein
    2014-02-06 23:17:28 [INFO] Savbriky lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: Savbriky
    2014-02-06 23:17:28 [INFO] Blaze027 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: Blaze027
    2014-02-06 23:17:28 [INFO] muffin1971 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: muffin1971
    2014-02-06 23:17:28 [INFO] kubloxer2 lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: kubloxer2
    2014-02-06 23:17:28 [INFO] nuts2u lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: nuts2u
    2014-02-06 23:17:28 [INFO] VerixVemli lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: VerixVemli
    2014-02-06 23:17:28 [INFO] Cageshadow lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: Cageshadow
    2014-02-06 23:17:28 [INFO] dropkick8knights lost connection: disconnect.endOfStream
    2014-02-06 23:17:28 [INFO] Unloading Player: dropkick8knights
    2014-02-06 23:17:29 [INFO] himommy54321 lost connection: disconnect.endOfStream
    2014-02-06 23:17:29 [INFO] Unloading Player: himommy54321
    2014-02-06 23:17:29 [INFO] Jim3521 lost connection: disconnect.endOfStream
    2014-02-06 23:17:29 [INFO] Unloading Player: Jim3521
    2014-02-06 23:17:31 [INFO] Kylesos1999 lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: Kylesos1999
    2014-02-06 23:17:31 [INFO] ryguy6372 lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: ryguy6372
    2014-02-06 23:17:31 [INFO] devbot lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: devbot
    2014-02-06 23:17:31 [INFO] bigflatus lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: bigflatus
    2014-02-06 23:17:31 [INFO] xFluffy_Kittenx lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: xFluffy_Kittenx
    2014-02-06 23:17:31 [INFO] ChillaxOwner issued server command: /uptime
    2014-02-06 23:17:31 [INFO] ChillaxOwner issued server command: /uptime
    2014-02-06 23:17:31 [INFO] ChillaxOwner lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: ChillaxOwner
    2014-02-06 23:17:31 [INFO] Mass_Seduction lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: Mass_Seduction
    2014-02-06 23:17:31 [INFO] ProgrammersFolly lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: ProgrammersFolly
    2014-02-06 23:17:31 [INFO] EnderLizard567 lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: EnderLizard567
    2014-02-06 23:17:31 [INFO] baseballlife96 issued mycmd command : /play
    2014-02-06 23:17:31 [INFO] baseballlife96 issued server command: /warp wild
    2014-02-06 23:17:31 [INFO] baseballlife96 issued mycmd command : /play
    2014-02-06 23:17:31 [INFO] baseballlife96 issued server command: /warp wild
    2014-02-06 23:17:31 [INFO] baseballlife96 lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: baseballlife96
    2014-02-06 23:17:31 [INFO] McPwner63 lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: McPwner63
    2014-02-06 23:17:31 [INFO] SpaceAdventure1 lost connection: disconnect.endOfStream
    2014-02-06 23:17:31 [INFO] Unloading Player: SpaceAdventure1
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:31 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -28
    2014-02-06 23:17:32 [INFO] Registering remote planet dimension: -29
    

    I have the exacttt same issue, and you have some of the same plugins that I have and i would say its probabaly essentials. because that seems to be the only thing in common, but i cant say for sure.....thats weird, im glad in not the only one experinceing the smae thing. AS for your other problem something seemed to be unloading ur chunks, so something like multiverse. watch ur internet usage, and see if it looks like my post, the edit part

  12.  

    I had to disable Minions again.  It started crashing my server not long after my last post.  I'll look into MCToolKit.  Are you using Tekkit Customizer? It works great to ban certain items. 

     

    Here is what I have banned so far that has caused some problems
     
    Bans:
    UsageBanned:
    - 854:*:BlockOven:Causes Server Crash
    - 6606:*:Entity Mover:Bypasses Anit Grief
    - 11272:*:Luggage:Can be used to duplicate items
    - 13167:*:Dubstep Gun:Bypasses PVP settings
    - 13168:*:Dubstep Gun:Bypasses PVP settings
    - 13169:*:Dubstep Gun:Bypasses PVP settings
    OwnershipBanned:
    - 6606:*:Entity Mover:Bypasses Anit Grief
    - 11272:*:Luggage:Can be used to duplicate items
    - 13167:*:Dubstep Gun:Bypasses PVP settings
    - 13168:*:Dubstep Gun:Bypasses PVP settings
    - 13169:*:Dubstep Gun:Bypasses PVP settings
    PlacementBanned:
    - 854:*:BlockOven:Causes Server Crash
    - 6606:*:Entity Mover:Bypasses Anit Grief
    - 11272:*:Luggage:Can be used to duplicate items
    - 13167:*:Dubstep Gun:Bypasses PVP settings
    - 13168:*:Dubstep Gun:Bypasses PVP settings
    - 13169:*:Dubstep Gun:Bypasses PVP settings
    WorldBanned:
    - 6606:*:Entity Mover:Bypasses Anit Grief
    - 11272:*:Luggage:Can be used to duplicate items
    - 13167:*:Dubstep Gun:Bypasses PVP settings
    - 13168:*:Dubstep Gun:Bypasses PVP settings
    - 13169:*:Dubstep Gun:Bypasses PVP settings
    CraftingBanned:
    - 6606:*:Entity Mover:Bypasses Anit Grief
    - 11272:*:Luggage:Can be used to duplicate items
    - 13167:*:Dubstep Gun:Bypasses PVP settings
    - 13168:*:Dubstep Gun:Bypasses PVP settings
    - 13169:*:Dubstep Gun:Bypasses PVP settings
     
    We are also having the Morph problems.  Some people cant be mobs like pigs, but other players can.  I haven't yet been able to figure out the reason for this.

     

     

    You are probably having the same issue I’m having with minions. As far as banning items. I love tekkit restrict BUT I’m trying so hard not to ban any items, if it bypasses pvp mehhhh. And dupes, I’m going to let them as far a rite now. that will change I’m sureee but for now that’s how I feel. from what I have read the morph is because of incompatibilitys with MCPC.

  13. One issue I am having is randomly my server would like to crash due to this error. I have google'd all over and nothing really besides PasteBins.

    2014-02-06 19:44:47 [SEVERE] Server thread dump (Look for plugins here before reporting to MCPC+!):
    2014-02-06 19:44:47 [SEVERE] ------------------------------
    2014-02-06 19:44:47 [SEVERE] Current Thread: Server thread
    2014-02-06 19:44:47 [SEVERE]    PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING | Blocked Time: -1 | Blocked Count: 2332
    2014-02-06 19:44:47 [SEVERE]    Stack:
    2014-02-06 19:44:47 [SEVERE]            java.lang.Thread.sleep(Native Method)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.world.storage.ThreadedFileIOBase.func_75734_a(ThreadedFileIOBase.java:88)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.world.chunk.storage.AnvilSaveHandler.func_75759_a(AnvilSaveHandler.java:50)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.world.WorldServer.func_73041_k(WorldServer.java:1470)
    2014-02-06 19:44:47 [SEVERE]            org.bukkit.craftbukkit.v1_6_R3.CraftServer.unloadWorld(CraftServer.java:802)
    2014-02-06 19:44:47 [SEVERE]            net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:495)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:910)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
    2014-02-06 19:44:47 [SEVERE]            net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
    

    http://pastebin.com/ZGttmzbL

     

    Have you seen this before?

     

    i have seem something similar and i believe i know the issue, can you please list your plugins?

  14. I am using the minions from the newest version, it still did error, could be because I had the old config, will have to mess around with that. I have not had the issue with ram at 7 GB mine seems to be running at a full 14GB. I am also using mctoolkit which is a GREAT plugin and wrapper, it will auto restart a server upon crash, allows lotsss of stuff.

    Have noticed:

    • Dubstep gun causes lag
    • Elevator causes lag
    • Some players cant morph into passive mobs. others can.
  15. Ok so I am just writing to tell about some of the issues that I have had and some that I have overcome when creating my Attack of the B-team server.

     

    Problems over come:

    The first problem I had was after I had setup the server running technics default server jar. I decided to upgrade to mcpc to add plugins. The problem that I ran into was that the map with the stock jar would not work correctly with the newest version of mcpc released February 1. After hours of trying to figure out what to do and hundreds of players already have joining and leaving the server I decided it was best to do a map reset and that fixed the error.

     

    The crash I had is listed at this link:

    http://pastebin.com/L7X9wrR9

     

    The Next problem I had was a known problem with minions. For whatever reason I was causing crashes of the server. Don’t have a copy of the error. But It had minion listed in the error. My simple solution to that was remove minions, I have since then read that it’s a bug and some servers have had to remove it.

     

     

     

    The problems that I’m still having:

    The server uses A LOT of Bandwidth and A LOT of Memory (RAM). I also run a couple other servers but my pride is my tekkit classic server, comparatively the Attack of the B-Team server with 30 players on will use the same amount of ram and MORE bandwidth than my tekkit classic server with 60 people on. Both servers have 16 GB dedicated ram and SSD drives in them. The Attack of the B-team server is using a consistent 8Mbps Up where as the tekkit will use at MOST 5Mbps with the listed loads. The Attack of the B-team will use 14-16 GB of ram whereas Tekkit will use 10-14GB.

     

    Occasionally the server will lag really hard and then it will drop all internet usage for about 2-6 seconds and then be back up and running fine. During that 2-6 seconds the server does have block and player lag, the server isn’t responsive to commands, and has bandwidth being used. I have not determined the problem yet, I do know it isn’t a network or hardware problem because this server was running other versions of minecraft and never had an issue.

     

    Here is a picture of what is happening to the Bandwidth or Ethernet when it lags:

    https://dl.dropboxusercontent.com/u/34417609/ethernet%20drop.png

     

     

    A little info in the server:

    • It is an Attack of the B-Team server
    • Dedicated 16GB of ram
    • Dedicated 256GB Samsung SSD
    • Running MCPC+ (mcpc-plus-1.6.4-R2.1-forge965-B229)
    • Plugins are: Griefprevention, buycraft, essentials, announcer
    • Ip: Nanotekkit.us:25590

     

     

    Any questions on setting up a server or having issues I can try to help. If you have any fixes for anything listed I would love to hear what they are, or any other improvements I can make. PM me with any questions.

     

     

     

     

    ***************UPDATE*************************

     

    Have noticed:

    • Dubstep gun causes lag
    • Elevator causes lag
    • Some players cant morph into passive mobs. others can.
    • Cant shift click in fossil and archeology machines

    the lag with network may be due to sync items. not sure just a theory.

     

    Issues fixed:

    With griefprevention players couldn’t ignite nether portals, have to be inside a claim. Took a bit to figure out.

     

     

     

    **********************UPDATE**************2/6/14******************

     

    This is the error in console when the internet lags, players will be talking then this error, then everyone is kicked. and then rejoin as usual. never restarrts...server is also un responcive:
    http://pastebin.com/wX1VPZTy

     

     

     

    ************UPDATE************2/7/14

     

    Ok I have updated my server to 1.0.4

    • I am seeing the same issues with minions. From looking at the error it looks like it may have something to do with the grief prevention plugin.  
    • Still having issues with the random network lags, as of right now it is not essentials, last 3 to test are worldgaurd world edit and grief prevention. Will update on results.

     

     

    *********UPDATE***********2/9/14

    every time I get the tick error, the servers Bandwidth goes to nothing and the disk usage goes to MAX. It must be trying to save something, not sure what or why but it’s trying to save.

     

    ***************UPDATE***************2/10/14

     

    not that ppl are on the moon. Galacticraft is erroring out which is fixed in a newer version of galacticraft........ So im getting a huge crash loop and yah we will see what happens.......

     

    ***************UPDATE***************3/10/14

     

    Yay more issued with the update 1.0.9c. Looks like the galacticraft update has caused some issues with the dim. The only way to solve it that i know is to reset the world again. I am currently looking into a way to fix this
    issue.

    **********UPDATE******************3/13/14

    FIX FOR "Failed to register dimension for id 9" 1.0.9c update

    1) Delete spacestaion9 folder from the main folders pages (for qcraft)

    2) Delete Spacestaion 9 folder from the world foldler

    3) In the "world/data" delete Spacestaion.

     

×
×
  • Create New...