mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-18 10:32:30 +00:00
17 lines
410 B
YAML
17 lines
410 B
YAML
name: "Terra"
|
|
depend: [ "Gaea" ]
|
|
main: "com.dfsek.terra.Terra"
|
|
version: "1.1.1-BETA"
|
|
load: "STARTUP"
|
|
api-version: "1.16"
|
|
softdepend: [ "WorldEdit" ]
|
|
commands:
|
|
terra:
|
|
description: "Terra base command"
|
|
usage: "/terra "
|
|
aliases: [ "te" ]
|
|
permission: "terra.command"
|
|
locate:
|
|
description: "Locate a Terra Structure"
|
|
usage: "/locate <STRUCTURE_ID> <radius>"
|
|
permission: "terra.locate" |