23 lines
No EOL
796 B
YAML
Executable file
23 lines
No EOL
796 B
YAML
Executable file
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 |