Difference between revisions of "Minecraft/server"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Dynmaps; some minor reorg)
(→‎Notes: download CraftBukkit; putting the downloads first)
Line 13: Line 13:
  
 
===upgrading a CraftBukkit server===
 
===upgrading a CraftBukkit server===
 +
# [http://dl.bukkit.org/downloads/craftbukkit/list/rb/ download CraftBukkit]
 +
# download latest versions of all plugins
 
# create new folder (I usually include the version number at the end of the folder name)
 
# create new folder (I usually include the version number at the end of the folder name)
 
# copy config files from current folder to new folder
 
# copy config files from current folder to new folder
 
# copy shell script(s) from current folder to new folder
 
# copy shell script(s) from current folder to new folder
# download latest versions of all plugins
 
 
# stop the server
 
# stop the server
 
# copy all "world*" folders over to the new folder
 
# copy all "world*" folders over to the new folder

Revision as of 16:31, 2 January 2013

How To

Pages

  • /PermissionsBukkit - a plugin which provides a much more extensive and useful permissions system

Notes

Bukkit plugins recommended by TheFool76:

upgrading a CraftBukkit server

  1. download CraftBukkit
  2. download latest versions of all plugins
  3. create new folder (I usually include the version number at the end of the folder name)
  4. copy config files from current folder to new folder
  5. copy shell script(s) from current folder to new folder
  6. stop the server
  7. copy all "world*" folders over to the new folder
  8. copy all the plugin folders (but not the .jar files) to the new folder (under /plugins)
    • It may be simplest just to copy the "/plugins" folder, then delete the .jar files
  9. put the latest plugin .jar files under /plugins, in the same place the old .jar files would have been if you had copied them too
  10. start the Minecraft (Bukkit) server via your preferred method

This seems to be the closest thing to a "how to upgrade your server" on the Bukkit wiki.