67 lines
2.0 KiB
YAML
67 lines
2.0 KiB
YAML
name: CoswayUtil
|
|
version: '1.13-RELEASE'
|
|
main: CoswayUtil.CoswayUtil
|
|
description: "utility plugin for Cosway servers, a yescraft network server"
|
|
api-version: '1.21'
|
|
author: "Newt_00"
|
|
depend: [Vault]
|
|
website: "ycs.Newt-Tech.com"
|
|
commands:
|
|
scale:
|
|
permission: cosway.scale
|
|
usage: "/scale <float>"
|
|
throw:
|
|
description: Throws nearest player in a 10 block radius of you
|
|
usage: "/throw"
|
|
permission: cosway.throw
|
|
gravitygauntlet:
|
|
description: "Gives the player a Gravity Gauntlet"
|
|
usage: "/gravitygauntlet"
|
|
permission: CoswayUtil.GravityGauntlet
|
|
getwand:
|
|
description: "Gives player a levitation wand"
|
|
usage: "/getwand"
|
|
permission: CoswayUtil.wand
|
|
launchstick:
|
|
description: "give player a stick to use for launching themselves"
|
|
usage: "/launchstick"
|
|
permission: CoswayUtil.launchStick
|
|
rapidbow:
|
|
description: "gives player a rapid fire bow"
|
|
usage: "/rapidbow"
|
|
permission: CoswayUtil.rapidBow
|
|
shopbook:
|
|
description: "gives player shop book"
|
|
usage: "/shopbook"
|
|
permission: CoswayUtil.shop
|
|
blockshop:
|
|
description: "opens block shop"
|
|
usage: "/blockshop"
|
|
permission: CoswayUtil.shop
|
|
unbreakable:
|
|
description: Makes the held tool unbreakable.
|
|
usage: /unbreakable
|
|
permission: coswayutil.unbreakable
|
|
repair:
|
|
description: Repairs the held tool to full durability.
|
|
usage: /repair
|
|
permission: coswayutil.repair
|
|
getmace:
|
|
description: get the mace of storms
|
|
usage: /getmace
|
|
permission: CoswayUtil.storm_mace
|
|
tone:
|
|
description: play the tone
|
|
usage: /tone
|
|
permission: CoswayUtil.tone
|
|
treasurefountain:
|
|
description: give player a treasure fountain item
|
|
usage: /treasurefountain
|
|
permission: CoswayUtil.treasurefountain
|
|
coswaysetpdc:
|
|
description: set a persistent data container for a desired player
|
|
usage: /coswaysetpdc <key> <value>
|
|
permission: CoswayUtil.admin
|
|
coswaygetpdc:
|
|
description: get set value of a players persistent data container key
|
|
usage: /coswaygetpdc <player> <key> |