yamahanytro Posted May 28, 2012 Posted May 28, 2012 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
0 DudesCast Posted May 28, 2012 Posted May 28, 2012 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 DudesCast Posted May 28, 2012 Posted May 28, 2012 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 sct Posted May 29, 2012 Forum Administrators Posted May 29, 2012 You should never ever /reload!
0 jerrbear616 Posted May 29, 2012 Posted May 29, 2012 bump ... this got posted as I posted my own thread.
0 DudesCast Posted May 29, 2012 Posted May 29, 2012 You should never ever /reload! Bro, you serious? I guess when you get all you plugins set, you wont be use /reload so often...
0 SyberianKitten Posted May 29, 2012 Posted May 29, 2012 Somehow i never used reload >.> got it all sorted out tho nice and simple o and thx for the bug) another reason not to use /reload :D
0 Forum Administrators sct Posted May 29, 2012 Forum Administrators Posted May 29, 2012 Bro, you serious? 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 CStrife Posted June 2, 2012 Posted June 2, 2012 how can i remove that /reload command from a normal craftbukkit server with mods and plugins?
0 awesomebilly Posted June 2, 2012 Posted June 2, 2012 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.
Question
yamahanytro
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now