mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 09:16:34 +00:00
15 lines
340 B
YAML
15 lines
340 B
YAML
name: "Terra"
|
|
main: "com.dfsek.terra.bukkit.TerraBukkitPlugin"
|
|
version: "@VERSION@"
|
|
load: "STARTUP"
|
|
author: dfsek
|
|
website: "@WIKI@"
|
|
api-version: "1.13"
|
|
description: "@DESCRIPTION@"
|
|
softdepend: [ "WorldEdit" ]
|
|
commands:
|
|
terra:
|
|
description: "Terra base command"
|
|
usage: "/terra "
|
|
aliases: [ "te" ]
|
|
permission: "terra.command" |