Giter VIP home page Giter VIP logo

dynmap-worldguard's Introduction

Webserver-Plugin for Bukkit (minecraft server mod) that provides HTTP1.1 Service to other Plugins

This Plugin will provide a Webserver, so other Plugin-Developers can use this one instead of program their own, to avoid multiple Webservers running and eating ressources and tcp ports.

dynmap-worldguard's People

Contributors

mfnalex avatar mikeprimm avatar mikeprimm-triva avatar pseudoknight avatar stevmei avatar wizjany avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dynmap-worldguard's Issues

1.14.4

Hey when will you update the plugin for 1.14.4?

exception java.lang.NoSuchMethodError

Plugin did fine until this week. Since Nov. 7th we are getting this exception on startup:

[11:21:39] [Server thread/WARN]: [Dynmap-WorldGuard] Task #347 for Dynmap-WorldGuard v1.1-alpha-1 generated an exception java.lang.NoSuchMethodError: com.sk89q.worldguard.protection.regions.ProtectedRegion.getMinimumPoint()Lcom/sk89q/worldedit/BlockVector; at org.dynmap.worldguard.DynmapWorldGuardPlugin.handleRegion(DynmapWorldGuardPlugin.java:247) ~[?:?] at org.dynmap.worldguard.DynmapWorldGuardPlugin.access$200(DynmapWorldGuardPlugin.java:48) ~[?:?] at org.dynmap.worldguard.DynmapWorldGuardPlugin$UpdateJob.run(DynmapWorldGuardPlugin.java:356) ~[?:?] at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot.jar:git-Spigot-2474d93-ca22de3] at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [spigot.jar:git-Spigot-2474d93-ca22de3] at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:893) [spigot.jar:git-Spigot-2474d93-ca22de3] at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-2474d93-ca22de3] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835) [spigot.jar:git-Spigot-2474d93-ca22de3] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733) [spigot.jar:git-Spigot-2474d93-ca22de3] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]

This appeared first between this version combination:
GOOD: git-Spigot-2474d93-e693496 + worldguard v7.0.0-SNAPSHOT;1753-0dc5781
BAD: git-Spigot-2474d93-ca22de3+ worldguard v7.0.0-SNAPSHOT;1754-9169653

bug in config file

there is a slight bug in the default config. under the ownerstyle settings, the entry kingoftheworld cannot be deleted, whenever the plugin starts it adds it back in. Also, the term strokeColor in that entry wrongly has the 'C' as lowercase, like this "strokecolor" Even when this is corrected, this entry is also re-added every time the plugin is loaded.

Region-specific 3D View

I have another small suggestion for Dynmap here, specifically for the WorldGuard addon.

The suggestion is a small one, and it is simply to add the possibility of displaying some regions as 3d, while displaying others as 2d.

If this is possible, that would be a great addition. Thanks!

Doesn't work with Chrome

When I use 0.16 with WG build 599 and dynmap 0.36.2-1070 with CB 2126, it causes dynmap to fail in Chrome. When I try to switch worlds, the world border redlines disappear and i can't switch maps. When I remove Dynmap-WorldGuard.jar and restart, dynmap works fine in Chrome.

Google Chrome 18.0.1025.142
MacOS X 10.7.3

It seems to work fine in Safari 5.1.4.

Update for 1.10 Spigot

Hey there,

Our server would absolutely love it if this could be updated for Minecraft 1.10 Spigot.

It is just such a helpful plugin for us managing regions on the live map :)

Cheers!

Error on startup

2012-01-27 11:28:07 [WARNING] Task of 'Dynmap-WorldGuard' generated an exception
expected '', but found FlowMappingStart
in "", line 13, column 1:
{pumpkin-scuba: true}
^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart.produce(ParserImpl.java:231)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:109)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at com.sk89q.util.yaml.YAMLProcessor.load(YAMLProcessor.java:111)
    at com.sk89q.worldguard.bukkit.WorldConfiguration.loadConfiguration(WorldConfiguration.java:278)
    at com.sk89q.worldguard.bukkit.WorldConfiguration.<init>(WorldConfiguration.java:176)
    at com.sk89q.worldguard.bukkit.ConfigurationManager.get(ConfigurationManager.java:154)
    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.getRegionManager(WorldGuardPlugin.java:773)
    at org.dynmap.worldguard.DynmapWorldGuardPlugin.updateRegions(DynmapWorldGuardPlugin.java:244)
    at org.dynmap.worldguard.DynmapWorldGuardPlugin.access$000(DynmapWorldGuardPlugin.java:35)
    at org.dynmap.worldguard.DynmapWorldGuardPlugin$WorldGuardUpdate.run(DynmapWorldGuardPlugin.java:91)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:502)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)

Overwriting Config file

If you make a mistake in the config file it overwrites the file with the default removing all your changes.

Hidden and Visible Regions

Please can you add a wild card to the hidden and visible regions so that I can do things like only show plots that have specific word in it. Instead of needing to enter in all regions that I want visible or not.

Thanks

[REQ] Reload option

It doesn't seem like dynmap's reload also reloads this module, requiring a restart for every little change and making this very cumbersome to use.

OwnerStyle not working

Hello, I've been trying lot of ways to make the owner of a region appear with different color. I've tryed with 'name:realrunspace','|realrunspace| and lot of ways and is not working, help?

Error Update: I fixt it with http://mikeprimm.com/dynmap/builds/Dynmap-WorldGuard/ Dynmap-WorldGuard-1.2-SNAPSHOT.jar

Paper 1.14.4 new version WorldGourd and Landlord and Dynmap.
[00:51:43] [Server thread/WARN]: [Dynmap-WorldGuard] Task #80 for Dynmap-WorldGuard v1.1-beta-3 generated an exception
java.lang.NoSuchMethodError: com.sk89q.worldguard.WorldGuard.getProfileCache()Lcom/sk89q/squirrelid/cache/ProfileCache;
at org.dynmap.worldguard.DynmapWorldGuardPlugin.formatInfoWindow(DynmapWorldGuardPlugin.java:116) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.handleRegion(DynmapWorldGuardPlugin.java:284) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.access$100(DynmapWorldGuardPlugin.java:45) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin$UpdateJob.run(DynmapWorldGuardPlugin.java:350) ~[?:?]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-186]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[patched_1.14.4.jar:git-Paper-186]
at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) ~[patched_1.14.4.jar:git-Paper-186]
at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) ~[patched_1.14.4.jar:git-Paper-186]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) ~[patched_1.14.4.jar:git-Paper-186]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) ~[patched_1.14.4.jar:git-Paper-186]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]

ownerstyle settings disappear from map

dynmap version is v0.80-1315
Dynmap-Worldguard version is 0.30

If I leave the browser with the map open, I eventually see the userstyle settings. But as soon as I reload the browser, or switch worlds, I no longer see the userstyle settings.

Whats interesting, if I just leave the map open for long enough, probably within the 300 seconds, the userstyle settings will show up again, but again they disappear if I change worlds.

I've tested this on both the standalone webserver, as well as with apache+php.

Dynmap-WorldGuard configuration

update:
period: 300
layer:
name: WorldGuard
hidebydefault: false
layerprio: 0
minzoom: 0
use3dregions: false
infowindow: <div class="infowindow"><span style="font-size:120%;">%regionname% (%parent%) - %priority%
Owners %playerowners%
%groupowners%

Members %playermembers%
%groupmembers%

Flags
%flags%
regionstyle:
strokeColor: '#FF0000'
strokeOpacity: 0.3
strokeWeight: 3
fillColor: '#0000FF'
fillOpacity: 0.01
unownedStrokeColor: '#00FF00'
visibleregions: []
hiddenregions: []
custstyle:
customregion1:
strokeColor: '#00FF00'
ownerstyle:
kingoftheworld:
strokecolor: '#C0C0C0'
spugman:
strokeColor: '#0000FF'
fillOpacity: 0.35
maxdepth: 16

WorldGuard Build #1783

The worldguard regions are not displayed with This version of Worldguard.

[22:12:22] [Server thread/WARN]: [Dynmap-WorldGuard] Task #67 for Dynmap-WorldGuard v1.1-SNAPSHOT generated an exception
java.lang.NoSuchMethodError: com.sk89q.worldguard.internal.platform.WorldGuardPlatform.getWorldByName(Ljava/lang/String;)Lcom/sk89q/worldedit/world/World;
at org.dynmap.worldguard.DynmapWorldGuardPlugin$UpdateJob.run(DynmapWorldGuardPlugin.java:313) ~[?:?]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.13.2.jar:git-Spigot-29ab5e4-2bc7d1d]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:391) [spigot-1.13.2.jar:git-Spigot-29ab5e4-2bc7d1d]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:888) [spigot-1.13.2.jar:git-Spigot-29ab5e4-2bc7d1d]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-29ab5e4-2bc7d1d]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:830) [spigot-1.13.2.jar:git-Spigot-29ab5e4-2bc7d1d]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:728) [spigot-1.13.2.jar:git-Spigot-29ab5e4-2bc7d1d]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]

Wont load on Spigot 1.8.0

I'm getting this error followed by a lot of Java errors

23.04 05:07:27 [Server] ERROR Error occurred while enabling Dynmap-WorldGuard v0.80 (Is it up to date?)

WorldGuard regions defaults per user

I would love to see some kind of region defaults on a per-user basis. So, for example, it would be possible to define the strokeColor for user XY once, and use it in all of his regions as a default. This would of course be overwritable on a per-region basis, like it already is implemented.

In a perfect world, the inheritance would be like this:

World default -> User default -> Region.

1.7.9-10 UUID in place of player names

As of the new MC update the player names that the regions used to have on the render are now using UUID's. I wonder if it's possible to get the old style of showing player names back?

You might have to resolve the UUID's to player names when the plugin is setting the markers on the map render, WG does this internally when you get info on the regions.

Synced up sheduler laggs into Main Thread

Currently i am trying to find lag causer inside our Server.

We have ~500 Regions overall on the Server (in different worlds). Now i made a timing mess and it tells me that the Dynmap-Worldguard plugin takes 145ms inside the main thread.

Can you make a async Task out of it ? To get the work inside a other Thread and not the Main Thread since you never touch Bukkit APIs.

Timings: http://aikar.co/timings.php?url=5849262

Feature req. Region file

Would it be possible to download all regions from worldguard into single file in dynmap-worldguard so I can just select witch ones I want to show and wich I don't. Also it would be automaticly updated with new region. This would be really helpful.

something like regions.yml where would be:
list of all regions:
- regionA
- regionB
...
Visible regions:
- regionA
Hiden regions:
- regionB

and lets say option to choose which regions should be autoupdated:
auto-update-visible: true/false
auto-update-hidden: true/false

OR

Visible-ID: [list of ID] where ID would be some kind of marker (lets say "town") so every region with marker "town" would be auto-added into visible list.

Its just couple of ideas that could be handy for this plugin. Tell me what do you think, I don't even know if this is possible or not.

Support for 1.13 (Spigot)

[17:59:08] [Server thread/INFO]: [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v0.90
[17:59:08] [Server thread/INFO]: [Dynmap-WorldGuard] initializing
[17:59:08] [Server thread/ERROR]: Error occurred while enabling Dynmap-WorldGuard v0.90 (Is it up to date?)
java.lang.NoSuchMethodError: com.sk89q.worldguard.bukkit.WorldGuardPlugin.getProfileCache()Lcom/sk89q/worldguard/util/profile/cache/ProfileCache;
at org.dynmap.worldguard.DynmapWorldGuardPlugin.onEnable(DynmapWorldGuardPlugin.java:390) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugin(CraftServer.java:425) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at org.bukkit.craftbukkit.v1_13_R1.CraftServer.enablePlugins(CraftServer.java:339) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at net.minecraft.server.v1_13_R1.MinecraftServer.m(MinecraftServer.java:562) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at net.minecraft.server.v1_13_R1.MinecraftServer.g_(MinecraftServer.java:524) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at net.minecraft.server.v1_13_R1.MinecraftServer.a(MinecraftServer.java:423) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:288) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686) [craftbukkit.jar:git-Spigot-2b0e71c-15da706]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]

new features

Feature Request: Could you make it possible to hide all regions owned by a specific player? Maybe add a flag in the ownerstyle override section so that all regions owned by player 'xxx' will be hidden.

Another Feature Request: could you add the ability to customize all the parts of the unowned regions, like

unownedstyle:
unownedFillColor:
unownedStrokeColor
unownedStrokeWeight
etc...

Regions not showing

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.

I'm using bukkit 1.6.2-R1 (#2906) Minecraft version 1.6.4

dynmap version 1.9-853

dynmap-worldguard version 0.50

Any ideas?

Disable whitelist

I can't get it to work. When I delete the "visibleregions" section in the config and then start the server, it generates a new visibleregions. So I can never show all my regions. Why?

wrong 3d-regions layout, and one more issue...

  1. If that impossible to make the correct layout of 3D regions at surface map, maybe you just can add another colors to stroke, which located under the blocks?? It would be nice!

And 2-nd.
Can you fix the %playerowners% tag? I mean - remove this 'name' prefix from tag!
As in the screenshot - Owners: >name:< f1xer
123

customstyle does nothing

No matter what I try, I can't get Dynmap-WorldGuard to apply the customstyle settings for any region. This worked fine in dynmap 0.24 without the WorldGuard plugin:

regionstyle:
strokeColor: '#EEEEEE'
strokeOpacity: 1.0
strokeWeight: 0.2
fillColor: '#EEEEEE'
fillOpacity: 0.15
customstyle:
myregion:
strokeColor: '#FF0000'
strokeOpacity: 1.0
strokeWeight: 0.2
fillColor: '#FF0000'
fillOpacity: 0.05

Borders and flags are displayed correctly.

craftbukkit 1337, WorldGuard 5.3, dynmap 0.25, Dynmap-WorldGuard 0.10

Inaccurate borders on the bottom and right sides of poly-based regions

Thank you for your work! I find Dynmap very helpful when troubleshooting WorldGuard region borders.

However, I've noticed that there's a bug when poly-based regions are displayed on the closest zoom level. Cuboid regions display as expected on the outer border of the blocks protected, but the line drawn around the poly regions is only accurate on the top and left of the defined blocks. On the right side and lower edges, it draws the border on the inside of the block instead of the outside.

Hide/Show Player positions within defined regions

It would useful if it was possible to hide/show player positions within certain WorldGuard regions.

For example, hiding players positions in PvP enabled regions to stop the use of the map for tracking and hunting other players.

How to see regions on Multiverse worlds

Good day,

Wonderful plugin, and the Dynmap mod is essential.
I am running MCPC+ 1.6.4 and I can't seem to find a way to see regions from worlds other than the first, main world. On that one I can see the WorldGuard regions very well and it's great, but when I click on another world in the dynamp interface, I cannot see the regions, even if I uncheck and check the WorldGuard marker selection.

Is there a special setting for this feature?

Thank you for all your work on this mod and plugin!

NullPointerException, not sure wether D-WG is the main problem or not

Hi,

I'm managing a server for a long time and I got problems with launching Dynmap-WorldGuard since I updated all my plugins and Spigot to the latests versions for MC 1.8.8 (at least for now).
Everytime I try to run my server with D-WG it throw a critical error that cause the server to restart:

[16:06:43] [Server thread/WARN]: [Dynmap-WorldGuard] Task #243 for Dynmap-WorldGuard v0.80 generated an exception
java.lang.NullPointerException: The world was unloaded and the reference is unavailable
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229) ~[spigot.jar:git-Spigot-5f38d38-18fbb24]
at com.sk89q.worldedit.bukkit.BukkitWorld.getWorld(BukkitWorld.java:131) ~[?:?]
at com.sk89q.worldedit.bukkit.BukkitWorld.getName(BukkitWorld.java:149) ~[?:?]
at com.sk89q.worldedit.Location.toString(Location.java:110) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.formatInfoWindow(DynmapWorldGuardPlugin.java:128) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.handleRegion(DynmapWorldGuardPlugin.java:290) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.access$100(DynmapWorldGuardPlugin.java:44) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin$UpdateJob.run(DynmapWorldGuardPlugin.java:351) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-5f38d38-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-5f38d38-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

For more explanations, the server runs, launches plugins until D-WG where it loads firsts worlds then throw that exception and restart again. Until the error the dynmap is loading well with all regions marked. The servers runs without errors with D-WG deactivated (or removed, as you wish).

I'm not really sure if it's an D-WG error or a side-effect to a possibly misleading file in MultiVerse that try to load missing worlds or something like that.

If someone have an idea, please let me know.

Latest Snapshot Error

Hello there!

I'm using Spigot 1.13.2 and the correct versions of WorldEdit and WorldGuard that work with your plugin. Also I'm using the latest snapshot, but I get this error:
[Dynmap-WorldGuard] Task #223433 for Dynmap-WorldGuard v1.1-SNAPSHOT generated an exception 05.03 20:48:24 [Server] INFO java.lang.NoSuchMethodError: com.sk89q.worldguard.WorldGuard.getProfileCache()Lcom/sk89q/squirrelid/cache/ProfileCache; 05.03 20:48:24 [Server] INFO at org.dynmap.worldguard.DynmapWorldGuardPlugin.formatInfoWindow(DynmapWorldGuardPlugin.java:116) ~[?:?] 05.03 20:48:24 [Server] INFO at org.dynmap.worldguard.DynmapWorldGuardPlugin.handleRegion(DynmapWorldGuardPlugin.java:284) ~[?:?] 05.03 20:48:24 [Server] INFO at org.dynmap.worldguard.DynmapWorldGuardPlugin.access$100(DynmapWorldGuardPlugin.java:45) ~[?:?] 05.03 20:48:24 [Server] INFO at org.dynmap.worldguard.DynmapWorldGuardPlugin$UpdateJob.run(DynmapWorldGuardPlugin.java:350) ~[?:?] 05.03 20:48:24 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.13.2.jar:git-Spigot-e5e5c7c-c24abab] 05.03 20:48:24 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [spigot-1.13.2.jar:git-Spigot-e5e5c7c-c24abab] 05.03 20:48:24 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [spigot-1.13.2.jar:git-Spigot-e5e5c7c-c24abab] 05.03 20:48:24 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-e5e5c7c-c24abab] 05.03 20:48:24 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-e5e5c7c-c24abab] 05.03 20:48:24 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-e5e5c7c-c24abab] 05.03 20:48:24 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]

Please fix this.

Thanks!
Stijn

different colour for different regions

I had the same idea as Tinytimrob (see below) , his message is from 2011, so I am not sure it already happened or not. If not, please, can you make it happen? It would be really handy.

Tinytimrob commented on 17 Sep 2011
Would it be possible to implement a feature into DynMap so that the WorldGuard region highlighting could be configured so that regions with an owner defined are coloured differently?

For example,
Region A has no owner, so it is highlighted in blue
Region B also has no owner, so it is highlighted in blue
but Region C is owned by Fred, it is highlighted in red.

And in the event that region C has its owner removed, the region would revert back to appearing with a blue highlight, without having to edit configuration file.

Hidden Regions

I don't know where the problem is, but I have added i region i don't want to be visible, and when i reload/refresh the server to put the file in operation, it refreshes back to the default file. Whats wrong with it?
I am on 1.11

Search

Mike this would be an absolute life saver!!! I would use this all the time and so would other users. Where is "playerx"'s house? To be able to do this have the map provide a list and let you click on the result then have the map center on it and open the bubble WOW. There would be an even better donation for this one (as long as it isn't Q&D).

Thanks
Cecell

Spigot 1.8.3 can't load Dynmap-Worldguard

Hello,
every time i started the testserver with the newest version of spigot:

[10:27:13] [Server thread/ERROR]: Could not load 'plugins\Dynmap-WorldGuard-0.80.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: WorldGuard
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.jar:git-Spigot-dbe012b-61ef214]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-dbe012b-61ef214]
at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot.jar:git-Spigot-dbe012b-61ef214]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot.jar:git-Spigot-dbe012b-61ef214]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_75]

Version:
This server is running CraftBukkit version git-Spigot-dbe012b-61ef214 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)

Dynmap:
[10:27:16] [Server thread/INFO]: [dynmap] Loading dynmap v2.1-SNAPSHOT-1077
[10:27:16] [Server thread/INFO]: [dynmap] version=git-Spigot-dbe012b-61ef214 (MC: 1.8.3)
[10:27:16] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
[10:27:16] [Server thread/INFO]: [dynmap] Mod Support API available

Greeting
Telbaru

Selecting regions to be shown

Hi,
I would like to know what am I doing wrong here. Or if the error is on your side.
I wished to select only some regions to be shown on dynmap, but it keeps all of them on.

I don't know how to set them up (there is no example anywhere) so I was trying different styles but all of them didn't bring any results.
Now it looks like this:

visibleregions: [theregion]

but I was trying also visibleregions: theregion
both no results.
I was also reloading both dynmap and dynmap-worldguard.

Cuytomstyle for Worldguard Flags

Maybe it is possible to implement customstyles for flags. It's very usefull for selling regions with the "buyable" or the pvp flag enabled!

If there are more than one flag defined in cutom styles there should be an priority - parameter... like this:

flagstyle:
pvp:
priority: 1
strokeColor: "#00FF00"
buyable:
priority: 2
strokeColor: "#0000FF"

Can I set the default height of 2-D layer based on world name?

I could not find settings about the height of 2-D region. Some of my world has a default height of not 64 (skylands for example, 150). It caused all markers are mismatched with the actual region in the isometric view. Can I set the default height of 2-D marker on some specific worlds?

Boost flag registration broken on WG 6.2.*

WGCustomFlags plugin dont works on WG builds from 6.2.0, so, boost flag registration broken on WG 6.2.*
But, AFAIK, WG 6.2.* can register custom flags from other plugins by itself. So, it is possible to update Dynmap-Worldguard with such mechanics.

Can't load plugin

This is what I get:
16:54:17 [SEVERE] Could not load 'plugins/Dynmap-WorldGuard.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: WorldGuard
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:235)
at org.bukkit.craftbukkit.v1_4_6.CraftServer.(CraftServer.java:213)
at net.minecraft.server.v1_4_6.PlayerList.(PlayerList.java:52)
at net.minecraft.server.v1_4_6.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)

I'm using Bukkit 1.4.6-R0.1, Dynmap 1.3-1464 en Dynmap-WorldGuard 0.40.

WorldGuard region custstyle allowing wildcards

I'd appreciate it if you would add wildcard functionality to the custom style function of this plugin. For example, this would allow me to define a strokeColor and fillColor for all of the following regions just by specifying "plot*:" as the header.

plot-ne-001-001
plot-ne-001-002
plot-ne-001-003
...

You rock!!! Keep up the great work!!

Thanks
Cecell

WorldGuard 7.0.0 Beta 3 (MC 1.13+ ONLY!)

Hello Unfortunately, it still does not work for me!
Here is the download link from the Bukkit site where I downloaded the beta 3.
https://dev.bukkit.org/projects/worldguard/files/2663455/download

Sorry that I am preparing so many circumstances!

[18:47:04] [Server thread/WARN]: [Dynmap-WorldGuard] Task #71 for Dynmap-WorldGuard v1.1 generated an exception
java.lang.NoSuchMethodError: com.sk89q.worldguard.WorldGuard.getProfileCache()Lcom/sk89q/squirrelid/cache/ProfileCache;
at org.dynmap.worldguard.DynmapWorldGuardPlugin.formatInfoWindow(DynmapWorldGuardPlugin.java:116) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.handleRegion(DynmapWorldGuardPlugin.java:284) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin.access$100(DynmapWorldGuardPlugin.java:45) ~[?:?]
at org.dynmap.worldguard.DynmapWorldGuardPlugin$UpdateJob.run(DynmapWorldGuardPlugin.java:350) ~[?:?]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]

worldguard-legacy-7.0.0-beta-03

[14:23:19] [Server thread/WARN]: [Dynmap-WorldGuard] Task #71 for Dynmap-WorldGuard v1.1-SNAPSHOT generated an exception
java.lang.NoSuchMethodError: com.sk89q.worldguard.internal.platform.WorldGuardPlatform.getWorldByName(Ljava/lang/String;)Lcom/sk89q/worldedit/world/World;
at org.dynmap.worldguard.DynmapWorldGuardPlugin$UpdateJob.run(DynmapWorldGuardPlugin.java:313) ~[?:?]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-0c715b3]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.