Jump to content

Question

Posted

Tekkit version: 3.0.3 DEV

OS: Cent OS

java: Latest Verson (Not sure what it is)

Description Of Problem: Im not sure why its doing this. I can spawn IC2 items but I can't craft any of them This is on a server. I can craft them on single Player though.

Error Messages: None

Pastebin Of Log: http://pastebin.com/F7sMfeEU

9 answers to this question

Recommended Posts

  • 0
Posted

First I thought it was only the treetap that I couldn't make, but yeah, it seems it is all IC2 items I can't craft.

Thank god I check bug post before posting my own :P

  • 0
Posted

Okay I have recreated the bug...

If you launch your server from fresh it works perfectly, but if you then do a /reload you suddenly can't craft any IC2 items.

  • 0
  • Forum Administrators
Posted

Bro, you serious? :P

I guess when you get all you plugins set, you wont be use /reload so often...

It's terrible practice and a lot of plugins have issues when the reload command is used. Its generally disliked by the bukkit plugin development community and there are even petitions to get it fully removed! Restart your server gracefully when configuring plugins. Sure... it takes more work but is way less error prone.

  • 0
Posted

Instead of /reload

I use /restart now using this plugin: - It kicks all players with a "Server is restarting " notice, does a /save-all and restarts the server completely. -also helps reduce memory buildup.

http://forums.bukkit.org/threads/admn-simplerestart-v1-1-0-simple-server-automatic-rebooting-and-commands-1000.24652/

Its posted for bukkit 1000 but it works perfectly on 1.2.5. No issues.

You need a launch script that will restart your server. This is my .bat launch script below.

My Launch Script: (Most people will hate it)

@ECHO OFF

SET BINDIR=%~dp0

CD /D "%BINDIR%"

:start

"%ProgramFiles%\Java\jre7\bin\java.exe" -XX:ParallelGCThreads=8 -server -Xincgc -Xmx12G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSParallelRemarkEnabled -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -Xnoclassgc -XX:UseSSE=3 -XX:PermSize=128m -XX:LargePageSizeInBytes=4m -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -cp Tekkit.jar org.bukkit.craftbukkit.Main

goto start

PS: If you do hate it, let me know why... always looking to improve my launch script.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...