15 lines
556 B
YAML
15 lines
556 B
YAML
name: SpigotHeights
|
|
version: ${version}
|
|
main: games.dmg.spigotheights.SpigotHeightsPlugin
|
|
api-version: "1.21"
|
|
description: Craftable player stature potions and tiny-player dispenser launchers.
|
|
author: dmg.games
|
|
commands:
|
|
heights:
|
|
description: Stop a ride or administer stature settings and player heights.
|
|
usage: /heights carry stop | /heights settings | /heights set min|max <value> | /heights player <name> [scale]
|
|
permissions:
|
|
spigotheights.admin:
|
|
description: View and change Spigot Heights settings and player heights.
|
|
default: op
|