Jump to content

aldrigviking

Members
  • Posts

    142
  • Joined

  • Last visited

Everything posted by aldrigviking

  1. I hope that fixed it, but just to be sure, set up a test server, enable debug mode in your config.yml and try placing/crafting each item and see it it works. Keep a close eye on console outputs, to see if permissionsex recognizes each item, if not, try changing the parameters for that item, or use the item name if it's a vanilla item.
  2. FOR McMyAdmin ONLY!!! (but should work with commandline startup, haven't tried it though) I'm using this on my own server, and it works like a charm. What it basicly does, is to clear up and unloads chunks that are not in use, by optimizing GarbageCollection in Java to use several cores and different methods. Combine this with plugins like NoLagg OR MaxTPS and you will get a heck of a boost in RAM performance. Removing chunkloading entities will also help out a lot as well: 1. Open your McMyAdmin.conf file (preferably with an editor that doesn't break indentions, like notepad++). 2. Find line 38 (if using McMyAdmin version 2.1.1.8), something like this should be there: 3. at line 50 (where it say "java.customopts="), add the following line (yes, it's ONE line): -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=5 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -Xnoclassgc -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedStrings -XX:+OptimizeStringConcat -XX:+AggressiveOpts It should now look something like this: Remember - don't ever change the "java.gc=default", otherwise you will break the config file and your server will spew out a slew of errors. This has been tested on several servers (mine included) and works very well. Remember, it won't help that much on TPS lag itself (only noticed a 10-15% improvement), but will really help out on RAM usage, keeping it on an all time low. And notice that this will really stress your CPU if it has less than 4 physcal cores (no... HyperThreading doesn't count). If that is the case, change the "-XX:ParallelGCThreads=3" to 2 if you have 3 or 2 cores, and remove it entirely if you have only 1 core. Hope this is useful...
  3. wow... detailed description I must say. Don't expect any help from people with that lack of information. We can only speculate. What plugins are you using? is it version 3.0.3 or 3.0.4 (can't be both)? What world is it in? Throw us a bone here, would ya?
  4. Of course it works, but few know how to use it correctly - that's probably why no one answered (within the very shot time range of 22 hours).
  5. nice, just need the armor now :P
  6. Optifine works great with tekkit! You must have an outdated client or using an incompatible version.
  7. what plugins are you using?
  8. Fixed your permissions for you (spelling errors, wrong nodes, wrong order) http://pastebin.com/287NeVDQ edit: seems like pastebin screwed up some of the indenting - you'll have to fix that before it works.
  9. Dunno about that. didn't work before so I did it like this: x27530.?* for evertide and x27531.?* for volcanite it works like a charm For block id's with "false" metadata like relays, collectors, RM/DM furnaces, I did this: - -modifyworld.items.have.(x126|x126:1|x126:2|x126:3|x126:4|x126:5|x126:6|x126:7|x126:8|x126:9|x126:10|x126:11) this is if you want to disable specific blocks for different groups. But if you just want to disable the entire BlockID 126 alltogether, just do it like this: - -modifyworld.items.have.x126.?* notice that this should be backed up with the following nodes as well: - -modifyworld.items.pickup.<BlockID> - -modifyworld.items.use.<BlockID> - -modifyworld.items.craft.<BlockID> - -modifyworld.blocks.place.<BlockID> - -modifyworld.blocks.interact.<BlockID> don't know if adding a wildcard will do the trick (so you only have to specify 2 nodes): - -modifyworld.items.*.x126.?* - -modifyworld.blocks.*.x126.?* But you are welcome to test it out. Currently PermissionsEx is working like it should on my server - and trust me, it has been tested several times by several different players.
  10. try putting an "x" in front of the block id ;)
  11. just use the &quot;clear cache&quot; in the launcher... *sigh*
  12. had the same error. It's because a redpower block (ID 150) was converted incorrectly (guessing that you did a map conversion). How to fix it? I did a little workaround and manually changed the redpower config file. Changed the machine block id from 150 to another unused blockid. Result? All redpower blocks (ID150 only) will be wiped from a chunk when the server loads that given chunk. You can change it back when you are sure that all the corrupt blocks have been removed. That's all I can offer you at the moment.
  13. try and update your tekkit client to the latest (dev).
  14. redpower is already at the newest version. Keep all my mods up to date via mcportcentral
  15. Running CentOS 6 Xeon i7 HT 2.8GHz 24GB DDR3 ECC RAM 2 TB 7.2k HDD Server crashes unexpectedly and kicks all the players. This is what I found in the log: [sEVERE] java.lang.NullPointerException [sEVERE] at eloraam.core.MachineLib.handleItem(MachineLib.java:302) [sEVERE] at eloraam.machine.TileMachine.handleItem(TileMachine.java:59) [sEVERE] at eloraam.machine.TileTranspose.drainBuffer(TileTranspose.java:339) [sEVERE] at eloraam.machine.TileTranspose.onTileTick(TileTranspose.java:387) [sEVERE] at eloraam.core.TileExtended.q_(TileExtended.java:146) [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1191) [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547) [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [sEVERE] Unexpected exception java.lang.NullPointerException at eloraam.core.MachineLib.handleItem(MachineLib.java:302) at eloraam.machine.TileMachine.handleItem(TileMachine.java:59) at eloraam.machine.TileTranspose.drainBuffer(TileTranspose.java:339) at eloraam.machine.TileTranspose.onTileTick(TileTranspose.java:387) at eloraam.core.TileExtended.q_(TileExtended.java:146) at net.minecraft.server.World.tickEntities(World.java:1191) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Got the following after another crash: [sEVERE] java.lang.NullPointerException [sEVERE] at eloraam.core.MachineLib.handleItem(MachineLib.java:302) [sEVERE] at eloraam.machine.TileMachine.handleItem(TileMachine.java:59) [sEVERE] at eloraam.machine.TileTranspose.drainBuffer(TileTranspose.java:339) [sEVERE] at eloraam.machine.TileTranspose.onTileTick(TileTranspose.java:387) [sEVERE] at eloraam.core.TileExtended.q_(TileExtended.java:146) [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1191) [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547) [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [sEVERE] Unexpected exception java.lang.NullPointerException at eloraam.core.MachineLib.handleItem(MachineLib.java:302) at eloraam.machine.TileMachine.handleItem(TileMachine.java:59) at eloraam.machine.TileTranspose.drainBuffer(TileTranspose.java:339) at eloraam.machine.TileTranspose.onTileTick(TileTranspose.java:387) at eloraam.core.TileExtended.q_(TileExtended.java:146) at net.minecraft.server.World.tickEntities(World.java:1191) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [iNFO] Read timed out [iNFO] Read timed out [iNFO] Connection reset [iNFO] [35m[server] Saving world data. Expect lag for a short while.[0m [iNFO] CONSOLE: Forcing save..[0m [sEVERE] java.lang.NullPointerException [sEVERE] at eloraam.core.TubeItem.writeToNBT(TubeItem.java:55) [sEVERE] at eloraam.core.TubeBuffer.writeToNBT(TubeBuffer.java:178) [sEVERE] at eloraam.machine.TileTranspose.b(TileTranspose.java:425) [sEVERE] at eloraam.machine.TileFilter.b(TileFilter.java:362) [sEVERE] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:214) [sEVERE] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:88) [sEVERE] at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:171) [sEVERE] at net.minecraft.server.ChunkProviderServer.saveChunks(ChunkProviderServer.java:221) [sEVERE] at net.minecraft.server.World.save(World.java:264) [sEVERE] at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:644) [sEVERE] at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:25) [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) [sEVERE] at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:54) [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:491) [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:487) [sEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:602) [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:473) [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [iNFO] CONSOLE: Save complete.[0m [iNFO] [35m[server] Save Complete[0m [iNFO] Read timed out Server runs for about 30 minutes to 50 minutes before the crash occurs. I'm pretty sure it's not caused by a plugin or a badly configured mod.
  16. -disregard-
  17. the EE 1.4.5.1 r2 fixed it.. on my server that is.
  18. RumorMill going nuts here. Wth are you talking about? Tekkit 2.1.x includes said mods. If you're referring to Tekkit 3.x then stop it, it's not even done yet.
  19. Haven't had a laugh this good, in ages xD
  20. Same problem here. Have a server with 20-30 players at all times. There must be some way of fixing this, and/or prevent it in the future. Will gladly help out anyone who can fix this.
  21. HAHAHAHA!!! xD I think I pissed my pants from laughing so hard!
  22. I'm having the same problem. Everytime a player tries to join the server, it completely spazzes out, resulting in a 10-20 sec lag, sometimes disconnecting everyone. Didn't have a problem with the Tekkit 2.0 version, but after upgrading to 2.1 the server has been completely unplayable.
  23. It's using 1.1-R4 (#1938)
×
×
  • Create New...