2018-03-22 20:15:47 +01:00
|
|
|
name: ${project.name}
|
2018-03-21 00:04:14 +01:00
|
|
|
main: me.clip.placeholderapi.PlaceholderAPIPlugin
|
2018-03-22 20:15:47 +01:00
|
|
|
version: ${project.version}
|
2018-03-21 00:04:14 +01:00
|
|
|
author: [extended_clip]
|
2018-03-22 20:15:47 +01:00
|
|
|
description: ${project.description}
|
2018-03-21 00:04:14 +01:00
|
|
|
permissions:
|
|
|
|
placeholderapi.*:
|
|
|
|
description: ability to use all commands
|
|
|
|
children:
|
|
|
|
placeholderapi.admin: true
|
|
|
|
placeholderapi.admin:
|
|
|
|
description: ability to use all commands
|
|
|
|
children:
|
|
|
|
placeholderapi.list: true
|
|
|
|
placeholderapi.reload: true
|
|
|
|
placeholderapi.parse: true
|
|
|
|
placeholderapi.injector.chat.bypass: true
|
|
|
|
placeholderapi.injector.signs.bypass: true
|
|
|
|
placeholderapi.injector.anvil.bypass: true
|
|
|
|
placeholderapi.list:
|
|
|
|
description: ability to use the list command
|
|
|
|
default: op
|
|
|
|
placeholderapi.reload:
|
|
|
|
description: ability to use the reload command
|
|
|
|
default: op
|
|
|
|
placeholderapi.parse:
|
|
|
|
description: ability to use parse command
|
|
|
|
default: op
|
|
|
|
commands:
|
|
|
|
placeholderapi:
|
|
|
|
description: PlaceholderAPI command
|
|
|
|
aliases: [clipsplaceholderapi, papi]
|