mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-02 02:42:33 +02:00
Update Fabric to 1.17, fix version placeholder filtering
This commit is contained in:
@@ -11,7 +11,7 @@ dependencies {
|
||||
|
||||
processResources {
|
||||
filesMatching('plugin.yml') {
|
||||
expand 'version': project.ext.fullVersion
|
||||
expand 'pluginVersion': project.ext.fullVersion
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name: LuckPerms
|
||||
version: @pluginVersion@
|
||||
version: ${pluginVersion}
|
||||
description: A permissions plugin
|
||||
author: Luck
|
||||
main: me.lucko.luckperms.bungee.loader.BungeeLoaderPlugin
|
||||
|
Reference in New Issue
Block a user