From cb7fbb7820b231675d729cd13baf3595e528468b Mon Sep 17 00:00:00 2001 From: Max Lee Date: Thu, 27 Dec 2018 13:56:09 +0100 Subject: [PATCH] Load at startup By default plugins are loaded later. (post world) This complicates hooking into PlaceholderAPI from other plugins that load directly at startup as PlaceholderAPI isn't available yet at that point. --- src/main/resources/plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3777bdd..d5f1daf 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -4,6 +4,7 @@ version: ${project.version} author: [extended_clip] description: ${project.description} api-version: 1.13 +load: STARTUP permissions: placeholderapi.*: description: ability to use all commands