Files
Stargate/stargate-paper/src/main/resources/plugin.yml
T

28 lines
771 B
YAML

name: Stargate
version: '${version}'
main: dev.skywalker3200.stargate.paper.StargatePlugin
api-version: '1.21'
author: skywalker3200
description: Network-aware Stargate portals with cross-server dialing.
folia-supported: false
commands:
stargate:
description: Manage Stargate networks and gates.
aliases: [sg]
usage: /sg <create|destroy|network|reload|list> ...
permissions:
stargate.use:
description: Allows dialing and using stargates.
default: true
stargate.create:
description: Allows creating new stargates.
default: op
stargate.destroy:
description: Allows destroying stargates you do not own.
default: op
stargate.admin:
description: Allows reload, network admin, and bypassing ownership checks.
default: op