mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user