mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-29 05:35:17 +01:00
Updated Support for Non Bukkit Mods (markdown)
parent
9b194653ef
commit
36af7df364
@ -0,0 +1,35 @@
|
|||||||
|
Dynmap includes versions supporting servers other than CraftBukkit / Spigot. Details on the latest available versions can always be found [here](http://www.minecraftforum.net/topic/1543523-dynmap-dynamic-web-based-maps-for-minecraft/).
|
||||||
|
|
||||||
|
**MinecraftForge**
|
||||||
|
Various version of MinecraftForge are supported, via the DynmapForge project. As with all Forge mods, each supported version requires its own binary, and upgrading Forge to a new version will require upgrading to the appropriate version of the DynmapForge mod. In both the case of upgrades and initial installation, the following procedure used for installation:
|
||||||
|
1. Download the corresponding ZIP file, appropriate for the MC version.
|
||||||
|
2. Unzip the ENTIRE ZIP file, including all subdirectories, into the base directory of the server (NOT the mods directory).
|
||||||
|
3. If upgrading, delete the older 'Dynmap-x.y.zip' from the 'mods' directory.
|
||||||
|
|
||||||
|
**MCPC+**
|
||||||
|
Current versions of MCPC+ (v1.4.7 or later) are ONLY supported via the DynmapForge mods for the corresponding Forge version. The CraftBukkit version is NOT supported. To install, follow the above procedure.
|
||||||
|
In order to support compatibility with Bukkit-based mods that use the API for the Bukkit-based Dynmap, you can download and install the DynmapCBBridge mod (found [here](http://www.minecraftforum.net/topic/1543523-dynmap-dynamic-web-based-maps-for-minecraft/). This is a Bukkit plugin, so must be installed in the 'plugins' directory, and is ONLY supported on Forge-based servers that also provide Bukkit compatibility (MCPC+ and BukkitForge).
|
||||||
|
|
||||||
|
**BukkitForge**
|
||||||
|
The BukkitForge mod, which is a Forge-based mod that adds Bukkit API compatibility to a Forge server, is NOT supported by the Bukkit version of Dynmap. It IS supported via the DynmapForge deliverable, and can provide API compatibility to other Bukkit-based plugins that use the Dynmap API by installing the DynmapCBBridge plugin. Installation procedures are the same as for MCPC+, above.
|
||||||
|
|
||||||
|
**Tekkit Classic**
|
||||||
|
Tekkit Classic, and the older MCPC (no plus - for v1.2.5), were supported via the Bukkit version of Dynmap. These should continue to function using version of the Bukkit Dynmap that continue to support v1.2.5.
|
||||||
|
|
||||||
|
**Tekkit-Lite**
|
||||||
|
Tekkit-Lite is supported via DynmapForge, not Bukkit Dynmap. Follow all procedures appropriate for Forge.
|
||||||
|
|
||||||
|
**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:
|
||||||
|
render-triggers:
|
||||||
|
- blockupdate
|
||||||
|
#- blockupdate-with-id
|
||||||
|
#- lightingupdate
|
||||||
|
- chunkpopulate
|
||||||
|
- chunkgenerate
|
||||||
|
#- none
|
||||||
|
3. Delete <base>/plugins/dynmap.jar
|
||||||
|
4. Follow the installation procedure, above, for installing/upgrading the appropriate Forge version
|
||||||
|
|
@ -1,36 +0,0 @@
|
|||||||
These are various non-Bukkit mods in the current releases of Dynmap - both for Bukkit-based platforms (such as MCPC-Plus and Tekkit) and for Forge-based platforms (such as FTB and Tekkit-Lite).
|
|
||||||
|
|
||||||
The following specific mods are supported, although some older versions may not function, and some blocks in current versions may not yet be supported:
|
|
||||||
|
|
||||||
* Advanced Machines for IC2
|
|
||||||
* Advanced Power Management for IC2
|
|
||||||
* Advanced Solar Panels for IC2
|
|
||||||
* BetterWorlds
|
|
||||||
* BuildCraft
|
|
||||||
* Charging Bench for IC2
|
|
||||||
* Compact Solars for IC2
|
|
||||||
* ComputerCraft
|
|
||||||
* Equivalent Exchange 2
|
|
||||||
* Ender Storage
|
|
||||||
* ExtraBees
|
|
||||||
* Extrabiomes XL (v2.x and v3.x)
|
|
||||||
* Extrabiomes - Bunyan
|
|
||||||
* Forestry (updated in 1.4)
|
|
||||||
* Forgotten Nature
|
|
||||||
* Greg's Lighting
|
|
||||||
* IndustrialCraft 2
|
|
||||||
* Iron Chest
|
|
||||||
* LC Trees++
|
|
||||||
* Millenaire
|
|
||||||
* MystCraft
|
|
||||||
* Metallurgy 2
|
|
||||||
* NetherOres
|
|
||||||
* RailCraft
|
|
||||||
* Red Power 2
|
|
||||||
* SuperSlopes
|
|
||||||
* TerraFirmaCraft
|
|
||||||
* ThaumCraft
|
|
||||||
* Thermal Expansion
|
|
||||||
* Tubestuff
|
|
||||||
* Twilight Forest
|
|
||||||
* XyCraft
|
|
Loading…
Reference in New Issue
Block a user