🎉 First commit!
This commit is contained in:
commit
602fc2e91d
10 changed files with 667 additions and 0 deletions
16
src/main/resources/plugin.yml
Normal file
16
src/main/resources/plugin.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: VehiclesPlusConverter
|
||||
version: '${project.version}'
|
||||
main: tech.sbdevelopment.vehiclesplusconverter.VehiclesPlusConverter
|
||||
api-version: 1.19
|
||||
authors: [ SBDeveloper ]
|
||||
description: Conversion plugin for v2 to v3.
|
||||
website: sbdevelopment.tech
|
||||
softdepend: [ VehiclesPlusPro, VehiclesPlus ]
|
||||
commands:
|
||||
vpconvert:
|
||||
description: Convert the v2 to v3 data.
|
||||
permission: vpconvert.convert
|
||||
permissions:
|
||||
vpconvert.convert:
|
||||
description: Use the /vpconvert command
|
||||
default: op
|
Loading…
Add table
Add a link
Reference in a new issue