mirror of
https://github.com/SunNetservers/Launchpad.git
synced 2025-03-31 08:46:29 +02:00
36 lines
1001 B
YAML
36 lines
1001 B
YAML
name: Launchpad
|
|
version: '${project.version}'
|
|
main: net.knarcraft.launchpad.Launchpad
|
|
api-version: '1.20'
|
|
author: EpicKnarvik97
|
|
description: A plugin that adds customizable launchpads to the game
|
|
website: https://git.knarcraft.net
|
|
|
|
commands:
|
|
reload:
|
|
usage: /<command>
|
|
description: Used to reload the Launchpad plugin
|
|
permission: launchpad.reload
|
|
launchpad:
|
|
usage: /<command> <add | remove | abort | verticalVelocity | horizontalVelocity | fixedDirection> [value]
|
|
description: Used to alter launchpads
|
|
permission: launchpad.modify
|
|
|
|
permissions:
|
|
launchpad.*:
|
|
default: false
|
|
description: Alias of launchpad.admin
|
|
children:
|
|
- launchpad.admin
|
|
launchpad.admin:
|
|
default: op
|
|
description: Gives all permissions
|
|
children:
|
|
- launchpad.reload
|
|
- launchpad.modify
|
|
launchpad.reload:
|
|
default: false
|
|
description: Allows reloading Launchpad
|
|
launchpad.modify:
|
|
default: false
|
|
description: Allows adding and modifying launchpads |