Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Installing CivCraft can be a bit of a challenge so here are the basic steps in order.
  2.  
  3. Prereqs:
  4. =========
  5. 1) You have a working MySQL server and you know how to use it.
  6.  
  7. 2) The following plugins are required:
  8. - TagAPI
  9. - VanishNoPacket
  10. - WorldBorder
  11. - WorldEdit
  12.  
  13. Install Instructions:
  14. ======================
  15. 1) Copy the contents of this zip file over your minecraft server directory. You want the arena and templates folders
  16. to exist alongside the plugins folder.
  17.  
  18. 2) Change your server start-up scripts to run civcraft's custom spigot version 'civcraft-spigot.jar' instead of your current
  19. spigot version. If you fail to do this step, then creative mode will break custom civcraft items and civcraft's armor
  20. will be broken due to vanilla minecraft behavior.
  21. The source to this spgigot version is located here: https://github.com/netizen539/Spigot
  22.  
  23. 3) Run the server once, CivCraft will fail to load but thats OK. Stop server and continue.
  24.  
  25.  
  26. 4) In the "<mc_server>/plugins/CivCraft" directory modify config.yml to point to three SQL databases.
  27. a) You first need a 'game' database to store local server information.
  28. b) Next you need a 'global' database to store global server information.
  29.  
  30. The databases should be empty and upon start up, civcraft will populate and create the desired tables.
  31.  
  32. c) OPTIONAL: Import the perks.sql into your sql server then provide the connection info.
  33.  
  34. 5) Modify your java launch options to give civcraft at least 2GB of memory.
  35.  
  36. 6) Launch server, hopefully it will start without any errors.
  37.  
  38.  
  39. Installing CivCraft dynmap:
  40. ============================
  41. 1) Install dynmap plugin.
  42.  
  43. 2) Drop civcraft_dymap.jar into plugins directroy.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement