From 61c3fe2805f73793966c431a7a8b1cefe0aacc4f Mon Sep 17 00:00:00 2001 From: boy0001 Date: Tue, 4 Nov 2014 12:22:09 +1100 Subject: [PATCH] What you've done is more dangerous With the setOp thing, it's all on the main thread and the op is taken away immediately afterwards so there is no possibility of them using the elevated permission for anything other than worldguard. I even had a finally clause. What you have done, although it may not seem too dangerous, it still gives players the opportunity to use their elevated permissions. --- .gitignore | 3 ++- PlotSquared/pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 444077878..9ead3a473 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,5 @@ hs_err_pid* .classpath .project /target -/plotsquared/target \ No newline at end of file +/plotsquared/target +*.MF \ No newline at end of file diff --git a/PlotSquared/pom.xml b/PlotSquared/pom.xml index 693e8169f..fcdb6d820 100644 --- a/PlotSquared/pom.xml +++ b/PlotSquared/pom.xml @@ -54,16 +54,16 @@ + + org.bukkit + bukkit + 1.7.9-R0.2 + net.milkbowl.vault Vault 1.3.2 - - org.bukkit - bukkit - 1.7.10-R0.1-SNAPSHOT - com.sk89q worldedit