Added backup files
This commit is contained in:
commit
b2ad01be76
7 changed files with 3489 additions and 0 deletions
23
plugin.yml
Executable file
23
plugin.yml
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
name: InventoryAdminShop
|
||||
main: v01d.dev.ias.Main
|
||||
author: V01D
|
||||
version: 1.0
|
||||
commands:
|
||||
invadminshop:
|
||||
usage: /<command>
|
||||
description: Views the Plugin Infos
|
||||
invadminshop-help:
|
||||
usage: /<command>
|
||||
description: Views the Plugin Help
|
||||
permission: invadminshop.help
|
||||
permission-message: You have not enough permissions to open the Plugin Help
|
||||
invadminshop-reload:
|
||||
usage: /<command>
|
||||
description: Reloads the Plugin Config
|
||||
permission: invadminshop.reload
|
||||
permission-message: You have not enough permissions to reload the Plugin Config
|
||||
adminshop:
|
||||
usage: /<command>
|
||||
description: Opens the AdminShop Inventory
|
||||
permission: invadminshop.open
|
||||
permission-message: You have not enough permissions to open the AdminShop
|
||||
Reference in a new issue