mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
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:
parent
ce5bb28247
commit
cb7fbb7820
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user