diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-28 21:48:29 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-28 21:48:29 +0100 |
commit | 7678dabfb2d3550d51cf1514807885e6e7b37b20 (patch) | |
tree | e01f7bb0b12df0e533fcdd859fb702ede5f31297 /src/main/resources | |
parent | be838b99c1b108049d0027b7ee79dd06f1a5f05a (diff) |
joe tires, sophie mines iron, two commands
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/plugin.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e5ec849..6a97cbf 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,3 +2,12 @@ name: ChickenDefender version: ${project.version} main: com.yulqen.test.Test api-version: 1.16 +commands: + toss: + description: Give me 64 diamonds + useage: /diamonds + permission: chickendefender.enablediamonds + killzombies: + description: Kills all zombies + useage: /killzombies + permission: chickendefender.killzombies |