From 32e79f3c73276d6d3f0e70b05a940d371e5bd7e7 Mon Sep 17 00:00:00 2001 From: Sydney Date: Mon, 6 Jan 2020 21:16:15 -0500 Subject: [PATCH] Add soft depend on Multiverse and Vault This is to fix an issue where the plugin would load before other worlds were loaded. --- src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f77f426..cd0727c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,6 +2,7 @@ name: BlockRegen main: town.championsofequestria.blockregen.BlockRegenPlugin version: $version authors: [SweetieBelle] +softdepend: [Multiverse-Core, Vault] description: > Blocks that are specificed in the configuration file will regenerate themselves after the set time. commands: @@ -14,4 +15,4 @@ permissions: coe.blockregen.bypass.remove: description: Allows a player to remove a regeneration block without causing it to regen. coe.blockregen.bypass.place: - description: Allows a player to place blocks that regenerate without setting the player placed flag. Useful for manually creating ore deposits for example. \ No newline at end of file + description: Allows a player to place blocks that regenerate without setting the player placed flag. Useful for manually creating ore deposits for example.