Updated Support for Minecraft Servers other than CraftBukkit (markdown)

mikeprimm 2013-04-29 07:55:57 -07:00
parent d14fe6dd41
commit 49427b6d3f
1 changed files with 2 additions and 0 deletions

@ -33,6 +33,7 @@ The Spout server is supported in a development mode via the DynmapSpout project
To migrate an existing Bukkit configuration to a Forge server (including MCPC+ or BukkitForge), do 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 +41,7 @@ To migrate an existing Bukkit configuration to a Forge server (including MCPC+ o
- chunkpopulate
- chunkgenerate
#- none
`
* Delete <base>/plugins/dynmap.jar
* Follow the installation procedure, above, for installing/upgrading the appropriate Forge version