From c4e5babfe3a0c3468e8363763b24dcc1c4620870 Mon Sep 17 00:00:00 2001 From: Stefan Pommerening Date: Sun, 27 Jun 2021 11:34:56 +0200 Subject: [PATCH 1/3] Fixed HTML typo (infowindow) --- .../org/dynmap/griefprevention/DynmapGriefPreventionPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/dynmap/griefprevention/DynmapGriefPreventionPlugin.java b/src/main/java/org/dynmap/griefprevention/DynmapGriefPreventionPlugin.java index 78f67b6..7340112 100644 --- a/src/main/java/org/dynmap/griefprevention/DynmapGriefPreventionPlugin.java +++ b/src/main/java/org/dynmap/griefprevention/DynmapGriefPreventionPlugin.java @@ -32,7 +32,7 @@ public class DynmapGriefPreventionPlugin extends JavaPlugin { private static Logger log; - private static final String DEF_INFOWINDOW = "div class=\"infowindow\">Claim Owner: %owner%
Permission Trust: %managers%
Trust: %builders%
Container Trust: %containers%
Access Trust: %accessors%"; + private static final String DEF_INFOWINDOW = "
Claim Owner: %owner%
Permission Trust: %managers%
Trust: %builders%
Container Trust: %containers%
Access Trust: %accessors%
"; private static final String DEF_ADMININFOWINDOW = "
Administrator Claim
Permission Trust: %managers%
Trust: %builders%
Container Trust: %containers%
Access Trust: %accessors%
"; private static final String ADMIN_ID = "administrator"; Plugin dynmap; From b97f4b73a306ff9f7f8e3dd2b763f1825b67eaa2 Mon Sep 17 00:00:00 2001 From: Stefan Pommerening Date: Sun, 27 Jun 2021 11:45:34 +0200 Subject: [PATCH 2/3] Updated Maven plugin config --- .gitignore | 4 +++- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 408c231..5f47638 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ /manifest.mf # Mac filesystem dust -/.DS_Store \ No newline at end of file +/.DS_Store + +*.iml diff --git a/pom.xml b/pom.xml index 0271abf..edca25f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,15 +23,15 @@ - + org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 3.8.1 - 1.6 - 1.6 + 1.8 + 1.8 From 7a643f5872c2688f1ae65cda3847fa7401cd00ac Mon Sep 17 00:00:00 2001 From: Stefan Pommerening Date: Sun, 27 Jun 2021 11:55:47 +0200 Subject: [PATCH 3/3] bump version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edca25f..1308cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.dynmap Dynmap-GriefPrevention - 0.80 + 0.81