From a74f33c96d4e10fd928d917db3f20c1a2946e220 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 9 Feb 2020 16:06:28 -0800 Subject: [PATCH] Latest changes --- mcmmo-core/build.gradle.kts | 1 + mcmmo-core/src/main/resources/plugin.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/mcmmo-core/build.gradle.kts b/mcmmo-core/build.gradle.kts index d7743b180..2f241a6de 100644 --- a/mcmmo-core/build.gradle.kts +++ b/mcmmo-core/build.gradle.kts @@ -45,6 +45,7 @@ dependencies { api("org.spongepowered:configurate-core:3.7-SNAPSHOT") api("org.spongepowered:configurate-yaml:3.7-SNAPSHOT") api("org.spongepowered:configurate-hocon:3.7-SNAPSHOT") + api("co.aikar:acf-parent:0.5.0-SNAPSHOT") api("co.aikar:acf-bukkit:0.5.0-SNAPSHOT") implementation("org.jetbrains:annotations:17.0.0") implementation("org.apache.maven.scm:maven-scm-provider-gitexe:1.8.1") diff --git a/mcmmo-core/src/main/resources/plugin.yml b/mcmmo-core/src/main/resources/plugin.yml index 2e371b8ca..e4b6123e8 100644 --- a/mcmmo-core/src/main/resources/plugin.yml +++ b/mcmmo-core/src/main/resources/plugin.yml @@ -738,6 +738,7 @@ permissions: mcmmo.commands.mcmmoreload: true mcmmo.commands.mmoedit: true mcmmo.commands.mmoedit.others: true + mcmmo.commands.nbttools: true mcmmo.commands.mmoshowdb: true mcmmo.commands.ptp.world.all: true mcmmo.commands.reloadlocale: true