Jump to content

Kr0nZ

Members
  • Posts

    167
  • Joined

  • Last visited

Everything posted by Kr0nZ

  1. This is the GUI way to check java version on Windows http://www.java.com/en/download/help/version_manual.xml
  2. Yes, but for some reason Java is not in your path variable.
  3. try java.exe -version but it should work without the exe
  4. http://lmgtfy.com/?q=windows+open+command+line
  5. On windows: check via GUI: http://www.java.com/en/download/help/version_manual.xml or via cmd line: Start -> run or search for program -> 'cmd.exe' -> open -> type 'java -version' on Mac / linux: IDK, find your terminal app and type 'java -version'
  6. Are any of you on java 1.6? One of the mods dropped support for Java 1.6 in the latest updates. I was pulling my hair out trying to figure that one out, because I know for a fact I had java 1.7, but I do also have 1.6 and for some reason it was pointing at the 1.6 version. You can check your java by typing 'java -version' on a command line. (Theres probaly a gui way to check also, but I've never used it) ETA: On windows: check via GUI: http://www.java.com/en/download/help/version_manual.xml or via cmd line: Start -> run or search for program -> 'cmd.exe' -> open -> type 'java -version' on Mac / linux: IDK, find your terminal app and type 'java -version'
  7. Install 64 bit Java. I only have 4 GB on my laptop so you should be able to run it fine with that, just after installing the 64 bit Java set the launcher to use 2 GB.
  8. These are the exact steps I use to setup my MCPC+ server.. I just did this again today to upgrade to 1.09b. I do it like this because I like to keep my server folder as clean as possible. Some of these steps could probably be merged, but I do it like this to help track down potential problems. 1. Make a Fresh folder and put the MCPC+ jar file inside of it. (Put nothing else in the folder, except for this one jar file, for now.) 2. Run the file using the command: java -Xms2048m -Xmx2048m -XX:PermSize=256m -jar mcpc-plus-1.6.4-R2.1-forge965-B250.jar nogui 3. It will now download all required files and make all required folders. 4. Once it completes (after the "Preparing spawn area" messages, and after the message "done" is displayed) Type 'stop' to stop the server. 5. Now, delete the world folder (Do this even if you plan to create a new world for this server) 6. Download the server files for the modpack, and extract to a separate folder. 7. From the folder you extracted the modpack server files to, Copy the file 'server.properties' and the folders 'mods' and 'config', Paste these 3 files and folders into the MCPC server folder. (You could also just copy the mods folder and config folder from you own client, but make sure not to copy any client only mods (I dont think there are any in AotBT though) you will also need the server.properties file from the modpacks server files package) 8. If you have a world folder from a previous instance, copy that into the MCPC folder now, make sure the 'level-name' in the server.properties matches the name of the world folder. If you dont have a previous world, dont worry about it one will now be created when you start the server. 9. If you plan on using any bukkit plugins put them into the 'plugins' folder 10. Again start the server with: java -Xms2048m -Xmx2048m -XX:PermSize=256m -jar mcpc-plus-1.6.4-R2.1-forge965-B250.jar nogui 11. Now the server should start, give it a minutes or so, its has a lot of mods to load. Once messages stop being displayed test everything by trying to login.
  9. Post your launcher log. Maybe you have to environment variable for Java Options set, which is overriding what you set in the launcher.
  10. I use parameters like these aswell, though they do differ from what op has posted I got them from the FTB forums @ http://forum.feed-the-beast.com/threads/jvm-arguments-for-modded-minecraft-updated-12-30-13.28994/
  11. Open your inventory click options in bottom left click the top button inventory then change "Profile Recipes"(at the bottom) to false
  12. You can get a 8GB, 8 Core VPS with leaseweb for $50 a month. Its been awhile since I've looked around for VPS prices but that seems pretty reasonable to me.
  13. You need MCPC, it includes bukkit. spigot, forge.. No mods are loading for you because forge isn't included with spigot. IIRC spigot is just a more efficient minecraft server
  14. Its a function of NEI, dont use it if you dont want to cheat.
  15. melt down villagers in a TC smeltery
  16. The 3 dots in the upper right is a button for inventory tweaks, you are having a problem with NEI... they are seperate mods.
  17. Try doing the command "/cofh killall Pixie" which should clear all the pixies in the area. though not sure what you can do about the crazy spawn rates
  18. I wonder if the modpack devs would consider adding 'minetweaker'? Then they could add a new recipe for the caramel. I've added it to my pack, so putting sugar cane in a furnace will make caramel. Tested and working on both my client and server running mcpc.
  19. OMG you found Herobrines sister or mother aka a coven witch from the witchery mod >.<
  20. Respiration 3 Helmet enchant lets me see underwater pretty good
  21. From the MCPC.yml file: As HalestormXV noticed, these settings are only logging options, and should have no impact on your server besides helping you find the real cause of the problems. Also where are these loaded chunks located? because by default minecraft will keep 441 chunks (21x21) around a player loaded at all times, now I dont use Opis, but I have added the chickenbones chunkloaders to my pack, and when using the /chunkloaders command I can see that mcpc doesn't keep any extra chunks loaded for me.
  22. Get it from http://www.technicpack.net/attack-of-the-bteam
  23. 20:54:25 [INFO] [STDERR] Failed to load dependancies.info from codechickencore 0.9.0.7.jar as JSON 20:54:25 [INFO] [STDERR] java.lang.RuntimeException: Invalid filename format for dependancy: CodeChickenLib-universal-@MCVERSION@-@[email protected] It doesn't look like you made the changes that loader recommended. It still looking for "CodeChickenLib-universal-@MCVERSION@-@[email protected]" instead of the hardcoded string "CodeChickenLib-universal-1.6.4-1.0.0.45.jar" Did you add the file back into the jar after editing it?
  24. What file are you running? iirc the server files comes with 2 jar files, you need to use the bteam.jar file
  25. Sorry its been awhile since I've actually used a windows OS, I use Linux and pretty much every program I use comes in 64 bit
×
×
  • Create New...