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.
This commit is contained in:
Max Lee 2018-12-27 13:56:09 +01:00 committed by GitHub
parent ce5bb28247
commit cb7fbb7820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ version: ${project.version}
author: [extended_clip] author: [extended_clip]
description: ${project.description} description: ${project.description}
api-version: 1.13 api-version: 1.13
load: STARTUP
permissions: permissions:
placeholderapi.*: placeholderapi.*:
description: ability to use all commands description: ability to use all commands