Moved to maven
This commit is contained in:
parent
833b55d6ca
commit
78c68f4f32
32 changed files with 382 additions and 2739 deletions
18
src/main/resources/plugin.yml
Normal file
18
src/main/resources/plugin.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: MCTPAudio
|
||||
version: ${project.version}
|
||||
main: me.mctp.Main
|
||||
api-version: 1.16
|
||||
authors: [ SBDeveloper ]
|
||||
depend: [ WorldGuard ]
|
||||
description: Copyright MaybeFromNL & SBDeveloper
|
||||
|
||||
commands:
|
||||
mctpaudio:
|
||||
description: Main command
|
||||
audio:
|
||||
description: Connect command
|
||||
|
||||
permissions:
|
||||
mctp.admin:
|
||||
description: Admin commands
|
||||
default: op
|
Loading…
Add table
Add a link
Reference in a new issue