=== Minecraft server config === Server running under user "minecraft". Main server files in /home/minecraft/Minecraft/. Related files in /home/minecraft/. Server should always be running in screen session "minecraft" if the init.d script is used (see below). ==== Bukkit ==== Bukkit is a server mod that makes it very easy to install plugins. You can find a list of plugins at http://dev.bukkit.org/. Beware as some plugins conflict with others. Poorly written plugins may lag or crash the server. As of 2012/2/2 the server is running CraftBukkit recommended build 1.1-R3. The following plugins are installed: * Essentials-Pre2.8.2.2 (http://dev.bukkit.org/server-mods/essentials/) * CreeperHeal 4.3 (http://dev.bukkit.org/server-mods/creeperheal-nitnelave/) ==== Fil ==== init.d script ==== Located at {{{/etc/init.d/minecraft}}} and based on http://github.com/Ahtenus/minecraft-init. Should bring up the server on reboot (tested). arguments: * start * stop * update (updates minecraft and bukkit, seems to work though no updates have arrived yet) * overview skynet (generates map of "skynet" world in ~/map but takes the server offline during render and took several minutes when I tested it) * help * rest of functions are untested, hope to test ramdisk soon ==== Overviewer ==== https://github.com/overviewer/Minecraft-Overviewer * requires python, python-numpy, python-imaging, gcc to compile core ==== Java ==== Currently using 32bit JRE from oracle until we migrate to a 64bit VM.