Initial Stargate plugin: Paper gate plugin + Velocity/Bungee cross-server bridges
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user