21 lines
580 B
YAML
21 lines
580 B
YAML
name: AdminInv
|
|
main: tech.nevets.admininv.AdminInv
|
|
version: 1.0
|
|
api-version: 1.18
|
|
commands:
|
|
adminmode:
|
|
description: toggles a player's mode.
|
|
usage: /<command> [reload]
|
|
permission-message: You don't have the permission "adminmode.main".
|
|
permissions:
|
|
adminmode.*:
|
|
description: Gives access to all adminmode commands.
|
|
children:
|
|
adminmode.main: true
|
|
adminmode.reload: true
|
|
adminmode.main:
|
|
description: Allows the basic use of the plugin.
|
|
default: op
|
|
adminmode.reload:
|
|
description: Allows a user to reload the plugin.
|
|
default: op |