initial
This commit is contained in:
15
src/main/resources/plugin.yml
Normal file
15
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: AutoBow
|
||||
version: 1.0-SNAPSHOT
|
||||
main: org.AutoBow.autoBow.AutoBow
|
||||
api-version: 1.18
|
||||
description: Gives OP players an auto-aiming bow with knockback
|
||||
commands:
|
||||
autobow:
|
||||
description: Gives you an auto-aiming bow with extreme knockback
|
||||
usage: /autobow
|
||||
permission: autobow.use
|
||||
permission-message: You must be an operator to use this command!
|
||||
permissions:
|
||||
autobow.use:
|
||||
description: Allows use of the AutoBow command
|
||||
default: op
|
||||
Reference in New Issue
Block a user