From 93b485aae8a6e0997bd8a6b2a046326c3e226287 Mon Sep 17 00:00:00 2001 From: DroppingAnvil Date: Thu, 19 Dec 2019 17:35:29 -0600 Subject: [PATCH] Version change + /f wild permission added to permission kits Signed-off-by: DroppingAnvil --- pom.xml | 2 +- src/main/resources/plugin.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2bc751f..6863ea4e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.massivecraft Factions - 1.6.9.5-U0.2.1-2.1.0-BETA + 1.6.9.5-U0.2.1-2.2.0-BETA jar SaberFactions diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 78fbf890..5b717766 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -65,6 +65,7 @@ permissions: factions.kit.halfplayer: description: Can do all but create factions. children: + factions.wild: true factions.missions: true factions.tntfill: true factions.shop: true