Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannled/dynmap-multiverse
A bridge to display Minecraft Multiverse Anchors in Dynmap
https://github.com/jannled/dynmap-multiverse
dynmap-addon minecraft-plugin multiverse-core
Last synced: 23 days ago
JSON representation
A bridge to display Minecraft Multiverse Anchors in Dynmap
- Host: GitHub
- URL: https://github.com/jannled/dynmap-multiverse
- Owner: Jannled
- License: mit
- Created: 2024-08-20T15:45:13.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-22T17:54:49.000Z (2 months ago)
- Last Synced: 2024-11-22T18:36:45.844Z (2 months ago)
- Topics: dynmap-addon, minecraft-plugin, multiverse-core
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynmap-Multiverse Bridge
![Download Link](https://img.shields.io/badge/Download-v1.1-Blue?link=https%3A%2F%2Fgithub.com%2FJannled%2FDynmap-Multiverse%2Freleases)This add-on for [Dynmap](https://github.com/webbukkit/dynmap) will visualize the position of [Multiverse](https://github.com/Multiverse/Multiverse-Core) Anchors.
![A screenshot of the Dynmap view showing a Minecraft world in Isometric view with sign icons showing the Multiverse-Plugin Anchor positions](doc/Title-Image.png)
## Installation
The plugin has been tested with PaperMC but should also work with plain Spigot.1. Install the latest version of Dynmap ([Modrinth](https://modrinth.com/plugin/dynmap/versions?l=paper&l=spigot) / [SpigotMC](https://www.spigotmc.org/resources/dynmap%C2%AE.274/))
2. Install at least Multiverse-Core ([Modrinth](https://modrinth.com/plugin/multiverse-core) / [SpigotMC](https://www.spigotmc.org/resources/multiverse-core.390/))
3. Download the latest `Dynmap-Multiverse-1.?.jar` file from the [releases page](https://github.com/Jannled/Dynmap-Multiverse/releases) and put it in the plugin folder of your server.
3. After restarting your server, you should see a sign icon ![Sign Icon](doc/sign.png) at every anchor position you have created.## Development
This is just a quick prototype I threw together using VS Code and Maven (because I didn't wanna install IntelliJ for a one off project).If you are missing a feature in this plugin our found a bug, feel free to open an [issue](https://github.com/Jannled/Dynmap-Multiverse/issues).
### Known Issues
- New or deleted anchors will only show up after a plugin reload, since I haven't found an event handler that will fire when an anchor is created/modified.