Adding common addons

generrosity 2021-12-21 15:16:01 +13:00
parent ef58a7cd94
commit 57630a0a60
1 changed files with 21 additions and 0 deletions

@ -49,6 +49,21 @@ ChunkyMap is implemented as a drop-in replacement for the <code>HDMap</code> tha
Notes:
- [SiegeWar's config includes "map_hiding"](https://github.com/TownyAdvanced/SiegeWar/wiki/Siege-War-FAQ) which will override Dynmap configs for hiding users in wilderness / underground / besieged-towns. This can feel like users 'randomly' not appearing on the map.
### [WorldBorder](https://dev.bukkit.org/projects/worldborder)
Common companion addon to Dynmap to provide commands to pregenerate and trim worlds. Dynmap only displays generated chunks so has obvious benefits.
Note:
- WorldBorder will only generate chunks when commanded to.
- Dynmap will only display borders automatically. You need to configure Dynmap visibility region to be same as WB borders.
- You may need to use <code>dynmap purgemap</code> if you have already generated terrain beyond the borders.
### SkinsRestorer
SkinsRestorer is a plugin that restores skins for offline mode servers & networks that gives the players ability to change their skins by typing a single command.
Code is provided directly from the developers. Dynmap cannot support this directly - please refer back to the developers.
## Other
### EarthMC
@ -70,7 +85,13 @@ As at Dec-2021, this message is displayed in Discord when EarthMC is mentioned;
>4. Wait for worldborder to finish
>5. Unpause Dynmap <code>/dynmap pause none</code>, you may have to restart the fullrender using <code>/dynmap fullrender [worldname]</code>
### Hybrid Platform
Cardboard and other mods work to provide a platform for Forge and Fabric mods at the same time.
At this time, hybrid platforms are not supported. See this [issue marked 'Will Not Fix'](https://github.com/webbukkit/dynmap/issues/3482#issuecomment-986661674) for details (Dec-2021).
Similarly, Geyser attempted to provide logins for both Java and Bedrock users, but include usernames that Java doesn't understand. See [issue](https://github.com/webbukkit/dynmap/issues/3514).
***