Stefatorus
4 years ago
2 changed files with 14 additions and 13 deletions
@ -1,10 +1,11 @@ |
|||||
name: ${project.name} |
|
||||
author: Stefatorus |
|
||||
version: ${project.version} |
|
||||
api-version: 1.13 |
|
||||
description: ${plugin.description} |
|
||||
main: ${project.groupId}.${project.artifactId}.Main |
|
||||
commands: |
|
||||
${project.name}: |
|
||||
description: command reserved for plugin |
|
||||
|
name: ${project.name} |
||||
|
author: Stefatorus |
||||
|
version: ${project.version} |
||||
|
api-version: 1.13 |
||||
|
description: ${plugin.description} |
||||
|
main: ${project.groupId}.${project.artifactId}.Main |
||||
|
commands: |
||||
|
${project.name}: |
||||
|
description: command reserved for plugin |
||||
|
aliases: [coupon, coupons, ercoupon] |
||||
|
|
@ -1,5 +1,5 @@ |
|||||
# Plugin config |
|
||||
|
|
||||
|
|
||||
# Version is used for future updates |
|
||||
|
# Plugin config |
||||
|
api-key: "CRAFTINGSTORE KEY HERE" |
||||
|
|
||||
|
# Version is used for future updates |
||||
version: 1 |
version: 1 |
Loading…
Reference in new issue