Advertisement
Bluebomb

Untitled

Jul 2nd, 2011
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Installation & Usage:
  2. Back up your world(s). Just in case.
  3. ItemCraft.jar goes in same folder as craftbukkit
  4. IC plugins go into ItemCraft/ICPlugins folder under craftbukkit. (folder is autocreated the first time)
  5. uncomment (remove #) in front of all plugins you want to use in plugins.ics (autocreated in ItemCraft/ICScript)
  6. Make sure you have the recommended version of craftbukkit in the title - since this is a mod of that version in particular.
  7. Delete/rename the META-INF folder inside craftbukkit-0.0.1-SNAPSHOT.jar (Use some decent zip program (e.g. 7zip) that can do it.)
  8. All players on the server needs to have the client mods installed
  9. All players also need the 16 bit entity id packet mod in case you use new entites (only ICMCreatures need it) If decide not to use the packet mod, you can turn it off putting this in your startup file: false setEntityIDPacketMod
  10. To start:
  11. Windows:
  12. Code:
  13. java -Xmx1024M -Xms1024M -cp ItemCraft.jar;craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main
  14. Others:
  15. Code:
  16. java -Xmx1024M -Xms1024M -cp ItemCraft.jar:craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement