50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
name: Stargate
|
|
main: net.knarcraft.stargate.Stargate
|
|
version: 0.9.0.0
|
|
description: Stargate mod for Bukkit
|
|
author: EpicKnarvik97
|
|
authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]
|
|
website: https://knarcraft.net
|
|
api-version: 1.16
|
|
softdepend: [ Vault ]
|
|
commands:
|
|
stargate:
|
|
aliases:
|
|
- sg
|
|
description: Used to see stargate info
|
|
usage: /<command> <reload/about> - Used to see stargate info or reload the plugin
|
|
permissions:
|
|
stargate.*:
|
|
description: Wildcard permission
|
|
default: op
|
|
children:
|
|
stargate.use: true
|
|
stargate.create: true
|
|
stargate.destroy: true
|
|
stargate.free: true
|
|
stargate.option: true
|
|
stargate.admin: true
|
|
stargate.reload: true
|
|
stargate.reload:
|
|
description: Allows reloading the plugin
|
|
default: false
|
|
stargate.use:
|
|
description: Allow use of all gates linking to any world in any network
|
|
default: true
|
|
stargate.create:
|
|
description: Allow creating gates on any network
|
|
default: op
|
|
stargate.destroy:
|
|
description: Allow destruction gates on any network
|
|
default: op
|
|
stargate.free:
|
|
description: Allow free use/creation/destruction of gates
|
|
default: op
|
|
stargate.option:
|
|
description: Allow use of all options
|
|
default: op
|
|
stargate.admin:
|
|
description: Allow all admin features (Hidden/Private only so far)
|
|
default: op
|
|
children:
|
|
stargate.reload: true |