18 lines
515 B
YAML
18 lines
515 B
YAML
name: StargateCommand
|
|
main: net.knarcraft.stargatecommand.StargateCommand
|
|
version: 0.1.0
|
|
description: Command addon for the Stargate plugin for Bukkit
|
|
author: EpicKnarvik97
|
|
depend: [Stargate]
|
|
commands:
|
|
stargatecommand:
|
|
aliases:
|
|
- sgc
|
|
description: The root command for all added commands
|
|
usage: |
|
|
/<command> <config/?>
|
|
/<command> config <config option> <new value>
|
|
permissions:
|
|
stargate.command.config:
|
|
description: Allow the user of /sgc config
|
|
default: false |