Updated Support for Minecraft Servers other than CraftBukkit (markdown)

mikeprimm 2013-04-29 08:00:41 -07:00
parent 49427b6d3f
commit 08b55c9c4d
1 changed files with 10 additions and 9 deletions

@ -33,15 +33,16 @@ 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
#- lightingupdate
- chunkpopulate
- chunkgenerate
#- none
`
```yaml
render-triggers:
- blockupdate
#- blockupdate-with-id
#- lightingupdate
- chunkpopulate
- chunkgenerate
#- none
```
* Delete <base>/plugins/dynmap.jar
* Follow the installation procedure, above, for installing/upgrading the appropriate Forge version