From 53fece8dac739e49735dc4de3eec917ff785b66b Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Fri, 18 Dec 2020 01:48:30 +0100 Subject: [PATCH] Add missing softdepend declaration --- randomteleport-plugin/src/main/resources/plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/randomteleport-plugin/src/main/resources/plugin.yml b/randomteleport-plugin/src/main/resources/plugin.yml index 6bd6abf..8cf2734 100644 --- a/randomteleport-plugin/src/main/resources/plugin.yml +++ b/randomteleport-plugin/src/main/resources/plugin.yml @@ -5,6 +5,7 @@ api-version: 1.13 description: ${project.description} author: Phoenix616 website: https://github.com/Phoenix616/RandomTeleport/ +softdepend: [WorldGuard, Factions, GriefPrevention, RedProtect, WorldBorder] commands: randomteleport: aliases: [randomtp, rtp]