mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 11:46:40 +01:00
Updated Support for Minecraft Servers other than CraftBukkit (markdown)
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
|
# 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:
|
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
|
* 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:
|
* Edit configuration.txt: replace the lines for 'render-triggers' with the following:
|
||||||
render-triggers:
|
render-triggers:
|
||||||
- blockupdate
|
- blockupdate
|
||||||
#- blockupdate-with-id
|
#- blockupdate-with-id
|
||||||
@ -40,6 +40,6 @@ To migrate an existing Bukkit configuration to a Forge server (including MCPC+ o
|
|||||||
- chunkpopulate
|
- chunkpopulate
|
||||||
- chunkgenerate
|
- chunkgenerate
|
||||||
#- none
|
#- none
|
||||||
3. Delete <base>/plugins/dynmap.jar
|
* Delete <base>/plugins/dynmap.jar
|
||||||
4. Follow the installation procedure, above, for installing/upgrading the appropriate Forge version
|
* Follow the installation procedure, above, for installing/upgrading the appropriate Forge version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user