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
(extracted from Minecraft page and added Foolie's recommended mods)
 
(how to upgrade)
Line 7: Line 7:
 
* [http://dev.bukkit.org/server-mods/admincmd/ AdminCmd] - includes user "warp" teleportation
 
* [http://dev.bukkit.org/server-mods/admincmd/ AdminCmd] - includes user "warp" teleportation
 
* [http://dev.bukkit.org/server-mods/permbukkit/ PermissionsBukkit]
 
* [http://dev.bukkit.org/server-mods/permbukkit/ PermissionsBukkit]
 +
===upgrading a CraftBukkit server===
 +
# 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 shell script(s) from current folder to new folder
 +
# download latest versions of all plugins
 +
# stop the server
 +
# copy all "world*" folders over to the new folder
 +
# copy all the plugin folders (but not the .jar files) to the new folder (under /plugins)
 +
# 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
 +
# start the Minecraft (Bukkit) server via your preferred method
 +
 +
[http://wiki.bukkit.org/Administering_A_Craftbukkit_Server#Help.21_Minecraft_Updated.21 This] seems to be the closest thing to a "how to upgrade your server" on the Bukkit wiki.

Revision as of 14:01, 2 April 2012

How To

Notes

Bukkit plugins recommended by TheFool76:

upgrading a CraftBukkit server

  1. create new folder (I usually include the version number at the end of the folder name)
  2. copy config files from current folder to new folder
  3. copy shell script(s) from current folder to new folder
  4. download latest versions of all plugins
  5. stop the server
  6. copy all "world*" folders over to the new folder
  7. copy all the plugin folders (but not the .jar files) to the new folder (under /plugins)
  8. 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
  9. 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.