mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Update plugin.yml to make LuckPerms always enable before Vault
This commit is contained in:
parent
de09ae94b8
commit
b72e5f5437
@ -6,7 +6,15 @@ website: https://github.com/lucko/LuckPerms
|
||||
|
||||
main: me.lucko.luckperms.bukkit.LPBukkitPlugin
|
||||
load: STARTUP
|
||||
softdepend: [PermissionsEx, GroupManager, PowerfulPerms, zPermissions, bPermissions] # For migration
|
||||
|
||||
# This means that all plugins that (soft-)depend on Vault, depend on LuckPerms too.
|
||||
# It in turn fixes issues where plugins using Vault cache the provided instance when their plugin enables, or
|
||||
# when they check for the presence of a service provider, before LuckPerms has enabled.
|
||||
loadbefore: [Vault]
|
||||
|
||||
# These are all soft dependencies for the migration feature. We check to see if these plugins are enabled
|
||||
# when setting up LuckPerms commands. That way, commands only appear if the corresponding plugin is loaded.
|
||||
softdepend: [PermissionsEx, GroupManager, PowerfulPerms, zPermissions, bPermissions]
|
||||
|
||||
commands:
|
||||
luckperms:
|
||||
@ -14,4 +22,5 @@ commands:
|
||||
aliases: [perms, permissions, lp, p, perm]
|
||||
|
||||
|
||||
# Permissions are registered programmatically instead of here.
|
||||
# Permissions are registered programmatically instead of here.
|
||||
# See: the last method in me.lucko.luckperms.bukkit.LPBukkitPlugin
|
||||
|
Loading…
Reference in New Issue
Block a user