mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
Converted to gradle
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# PlaceholderAPI
|
||||
# Version: ${project.version}
|
||||
# Version: @version@
|
||||
# Created by: extended_clip
|
||||
# Contributors: https://github.com/PlaceholderAPI/PlaceholderAPI/graphs/contributors
|
||||
# Issues: https://github.com/PlaceholderAPI/PlaceholderAPI/issues
|
||||
|
@@ -1,9 +1,9 @@
|
||||
name: ${project.name}
|
||||
name: @name@
|
||||
main: me.clip.placeholderapi.PlaceholderAPIPlugin
|
||||
version: ${project.version}
|
||||
version: @version@
|
||||
api-version: '1.13'
|
||||
authors: [extended_clip, Glare]
|
||||
description: ${project.description}
|
||||
description: @description@
|
||||
permissions:
|
||||
placeholderapi.*:
|
||||
description: ability to use all commands
|
||||
|
Reference in New Issue
Block a user