26 lines
609 B
YAML
26 lines
609 B
YAML
name: Aetheria
|
|
main: cc.fascinated.Aetheria
|
|
version: 1.0
|
|
api-version: 1.20
|
|
author: Fascinated
|
|
depend:
|
|
- PlaceholderAPI
|
|
commands:
|
|
totaljoins:
|
|
description: "Shows the total amount of joins"
|
|
usage: "/totaljoins"
|
|
worldsize:
|
|
description: "Shows the size of all worlds"
|
|
usage: "/worldsize"
|
|
help:
|
|
description: "Shows the help message"
|
|
usage: "/help"
|
|
playercolor:
|
|
description: "Changes your player color"
|
|
usage: "/playercolor <color>"
|
|
seed:
|
|
description: "Shows the seed of the world"
|
|
usage: "/seed"
|
|
vote:
|
|
description: "Shows the vote links"
|
|
usage: "/vote" |