- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
Dynmap
- 点击此处开始翻译。
- 如本模板出现在原文存档页面,请注意更新主页面后,仍需要去除此处该模板。
- 如当前页面已经没有需要翻译的内容,请删去待翻译模板。
- 有标题的大篇幅文章,如果短时间内无法全部翻译,请先把所有的标题翻译出来,以便之后的贡献者选择与翻译章节内容。
源网址:https://github.com/webbukkit/dynmap/wiki
首页
Dynmap是一个可以用网页浏览的像谷歌地图一样的地图。Dynmap的网页结构是建立在整个MineCraft游戏之外的,非常实用和易用, 同时它也可应用于基于Apache类软件的网页。 Dynmap可以用不同的渲染图层渲染你的服务器世界地图, 有些适合于展示, 有些有着更多的细节。 这个插件的原始项目是由 k-zed.开发给 hMod 的
Contact
Bukkit论坛 Bukkit项目页面(这里面的内容也需要搬) IRC: irc://irc.esper.net/#dynmap (via web)(不明)
- 点击此处开始翻译。
- 如本模板出现在原文存档页面,请注意更新主页面后,仍需要去除此处该模板。
- 如当前页面已经没有需要翻译的内容,请删去待翻译模板。
- 有标题的大篇幅文章,如果短时间内无法全部翻译,请先把所有的标题翻译出来,以便之后的贡献者选择与翻译章节内容。
源网址:https://github.com/webbukkit/dynmap/wiki
首页
Dynmap是一个可以用网页浏览的像谷歌地图一样的地图。Dynmap的网页结构是建立在整个MineCraft游戏之外的,非常实用和易用, 同时它也可应用于基于Apache类软件的网页。 Dynmap可以用不同的渲染图层渲染你的服务器世界地图, 有些适合于展示, 有些有着更多的细节。 这个插件的原始项目是由 k-zed.开发给 hMod 的
Contact
Bukkit论坛 Bukkit项目页面(这里面的内容也需要搬) IRC: irc://irc.esper.net/#dynmap (via web)(不明)
如何使用
不同服务器环境下的Dynamic Map设置
无内部网页服务器 Linux Windows 虚拟主机
Configuration Base Plugin Settings Component Configuration World and Template Settings HD Map Configuration Support for MinecraftForge based mods Support for Minecraft Servers other than CraftBukkit Commands Configuring Maps and Worlds using dmap Permissions Web UI Login Support and Permissions Web UI Parameters Using Markers Custom Block Definitions Exporting World Data in Wavefront OBJ Format
For developers
The dynmap project consists of multiple components that have been divided to allow for support of multiple server platforms, as well as allowing our 'published API' to be more clearly expressed. The components needed to build 'dynmap' (the Dynmap plugin for Bukkit) are the following (in the order they need to be built):
DynmapCoreAPI - this is the platform neutral API for Dynmap: plugin writers can use this to interface with Dynmap on any platform (by casting the Plugin instance for the dynmap plugin to 'org.dynmap.DynmapCoreAPI').
DynmapCore - this is the server-neutral core of Dynmap: nearly all the web and rendering logic for Dynmap is here (as much of it as we can put in). The build results here are not runnable - they're input to the 'dynmap' component build and others (e.g. 'DynmapSpout', which is for the Spout server).
dynmap-api - this is the Bukkit-specific API library for Dynmap - it defines the org.dynmap.DynmapAPI interface, which includes Bukkit-specific calls. As with the DynmapCoreAPI (which DynmapAPI extends), take the Plugin instance for 'dynmap' and cast it to org.dynmap.DynmapAPI to access the published interfaces.
dynmap - this component builds the actual dynmap-for-Bukkit deliverable, and only includes code which cannot be made server-neutral.
How to compile Dynmap 还有许多页面没有搬运!bukkit项目页面也没有搬运!会尽快补充请谅解