From d637797628d3d6daa6bd4ba2b6a992b53c301e92 Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Thu, 3 Dec 2020 17:59:30 -0800 Subject: [PATCH] Load before Hyperverse as well Hyperverse is an alternate world management plugin that is being developed by some of the FAWE devs. See https://github.com/Incendo/Hyperverse. Assuming the implementation here is just load the world in a separate folder, don't think there should be any issues beyond this. --- 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 f34a7ed..654e1a9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,4 +3,5 @@ main: buttondevteam.customdimensions.CustomDimensions version: '1.4' api-version: '1.16' loadbefore: - - Multiverse-Core \ No newline at end of file + - Multiverse-Core + - Hyperverse