Updated Support for Minecraft Servers other than CraftBukkit (markdown)

mikeprimm 2013-04-29 07:55:21 -07:00
parent 2bcdd3f84d
commit d14fe6dd41

@ -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 <base>/plugins/dynmap directory (and all its contents and subdirectories) to <base>/dynmap on the Forge server
2. Edit configuration.txt: replace the lines for 'render-triggers' with the following:
* Move the <base>/plugins/dynmap directory (and all its contents and subdirectories) to <base>/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 <base>/plugins/dynmap.jar
4. Follow the installation procedure, above, for installing/upgrading the appropriate Forge version
* Delete <base>/plugins/dynmap.jar
* Follow the installation procedure, above, for installing/upgrading the appropriate Forge version