diff --git a/Support-for-Minecraft-Servers-other-than-CraftBukkit.md b/Support-for-Minecraft-Servers-other-than-CraftBukkit.md index f309a21..cf37d8e 100644 --- a/Support-for-Minecraft-Servers-other-than-CraftBukkit.md +++ b/Support-for-Minecraft-Servers-other-than-CraftBukkit.md @@ -31,8 +31,8 @@ The Spout server is supported in a development mode via the DynmapSpout project # Moving a Bukkit Dynmap installation to a Forge Dynmap installation To migrate an existing Bukkit configuration to a Forge server (including MCPC+ or BukkitForge), do the following: -1. Move the /plugins/dynmap directory (and all its contents and subdirectories) to /dynmap on the Forge server -2. Edit configuration.txt: replace the lines for 'render-triggers' with the following: +* Move the /plugins/dynmap directory (and all its contents and subdirectories) to /dynmap on the Forge server +* Edit configuration.txt: replace the lines for 'render-triggers' with the following: render-triggers: - blockupdate #- blockupdate-with-id @@ -40,6 +40,6 @@ To migrate an existing Bukkit configuration to a Forge server (including MCPC+ o - chunkpopulate - chunkgenerate #- none -3. Delete /plugins/dynmap.jar -4. Follow the installation procedure, above, for installing/upgrading the appropriate Forge version +* Delete /plugins/dynmap.jar +* Follow the installation procedure, above, for installing/upgrading the appropriate Forge version