
Adds "verifyPortals" config option, which sets whether a stargate layout is verified when it is loaded. This can be used if, for example, the material ids in your previous gate layouts cannot match new material names, but you don't want existing stargates to break. Or if you want to change a stargate design with something like WorldEdit after it's built.
30 lines
933 B
YAML
30 lines
933 B
YAML
name: Stargate
|
|
main: net.TheDgtl.Stargate.Stargate
|
|
version: 0.7.9.11
|
|
description: Stargate mod for Bukkit
|
|
author: Drakia
|
|
website: http://www.thedgtl.net
|
|
api-version: 1.13
|
|
commands:
|
|
sg:
|
|
description: Used to reload the plugin. Console use only.
|
|
usage: /<command> reload - Used to reload the plugin. Console use only.
|
|
permissions:
|
|
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 |