Dynmap-WorldGuard
Latest stable and unstable builds
Source Code
Wiki
For support, visit our Discord!
Supported versions:
- Dynmap v3.0 or later
- WorldGuard 7.0.0 or later
Dynmap-WorldGuard provides a simple way to add visibility of WorldGuard regions to Dynmap's maps. The plugin depends on the presence of both Dynmap and WorldGuard, and interacts directly with the WorldGuard API. Updates to zones are automatically updated (on a settable period - default is once per 5 minutes (300 seconds)). By default, the plugin will be active after simply installing it (by unzipping the distribution into the plugins/ directory and restarting the server.
Visibility of regions can be controlled via the 'visibleregions' and 'hiddenregions' settings. Besides listing the names of the regions to be made visible or hidden, entries with the format 'world:<worldname>' can be used to make all regions on a given world visible or hidden.
Also, the display of the region outlines can be restricted to a minimum zoom-in level, via the 'minzoom' setting. When non-zero, this setting causes the region outlines to only be displayed at or beyond the given zoom-in level.
Configuration:
After the first load, there will be a config.yml file in the plugins/Dynmap-WorldGuard directory. Details of the default configuration, and all the provided settings, can be found here
Disclosure
This plugin utilizes bStats.org plugin metrics system, which means that the following information is collected and sent to bstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
@n3wton
Thanks!!
@BillyGalbreath
Second this! UUIDs should be names (like you do /rg info, as Billy says) :)
With WG6 the owners/members show up as UUIDs. Can you somehow hook into the "last known usernames" from WG6's /region info?
@n3wton
Thx :)
@intominecraft
This is because worldguard 6.0 renames the polygon region to poly2d.
You can download the source code and change line 227 to 'else if(tn.equalsIgnoreCase("polygon") || tn.equalsIgnoreCase("poly2d")) {'
So both 5.X and 6.X world guards are supported.
http://samoatesgames.com/minecraft/Dynmap-WorldGuard-0.80.jar
That is the jar with the change in.
Using World Guard 6 with v.70 of this plugin and the regions are not showing up in dynmap.
hi, we are using worldguard 6 now and with this update all polygon regions disapered from the dynmap. is this a wg thing or dynmap-wg?
It's not working for me with spigot 1.7.9; is this not ready for that yet? Thanks
I can't seem to figure a small issue out. I can't get layers outside of the stock layers to display on the external website when I connect through the internet from a Firefox browser but I can from an IE browser. The map legend does display the extra layers in both browsers. I've tried the usual things first. Removed the pertaining cookies. Updated Firefox. Made sure Java was up to date. All to no avail.
At the moment I'm using IE to access the map properly but of course I don't want to have to use IE when I'm a Firefox user.
Hidden regions aren't hidden for me. No errors in console or elsewhere. Yaml-online-parser doesn't detect any errors.
EDIT: For whatever reason it works now. I didn't change anything.
@Deathbyrussian
That is not possible. I know this because Dynmap is a web program, totally separate from the actual server.
Working great under Spigot 1.7.2 for MC Version 1.7.4 as well as the Dynmap for Grief Prevention
Hey,
Is it possible to have a image instead of fillColor? Would love to add patterns over a cuboid region instead of a color.
Thanks for this nice add-on to Dynmap.
Is there any way to have permissions support with this plugin? For example: Only groups with the proper permissions can see regions on the dynmap.
I only want my staff to be able to see protections.
@TheKyle27 correction: I've now got it working fine on 1.7.2
Does this work on 1.7.2?
Please help me. I've installed the plugin, and kept the default config. I haven't made any changes to the config file at all, and yet my regions still do not show up.
Any ideas that can help me fix this?
I have all the required plugins installed (dynmap, worldguard, dynmap-worldguard), including dynmap-essentials.
Any ideas?
Hello
Is it possible to assign layer names to custstyle? Eg:
custstyle:
"district_|":
strokeColor: "#00FF00"
name: "Districts"
@TheKyle27
Yes.
Does this work on 1.6.2?