2025-01-29 20:57:31 +00:00
|
|
|
name: CoswayUtil
|
2025-02-28 17:22:57 +00:00
|
|
|
version: '1.13-RELEASE'
|
2025-01-29 18:16:59 +00:00
|
|
|
main: CoswayUtil.CoswayUtil
|
2025-01-29 16:33:21 +00:00
|
|
|
description: "utility plugin for Cosway servers, a yescraft network server"
|
|
|
|
api-version: '1.21'
|
2025-01-29 18:20:10 +00:00
|
|
|
author: "Newt_00"
|
2025-02-13 23:04:12 +00:00
|
|
|
depend: [Vault]
|
2025-01-29 18:43:27 +00:00
|
|
|
website: "ycs.Newt-Tech.com"
|
2025-01-29 19:21:25 +00:00
|
|
|
commands:
|
|
|
|
scale:
|
2025-02-07 18:55:12 +00:00
|
|
|
permission: cosway.scale
|
2025-02-03 00:08:04 +00:00
|
|
|
usage: "/scale <float>"
|
2025-02-04 03:39:19 +00:00
|
|
|
throw:
|
|
|
|
description: Throws nearest player in a 10 block radius of you
|
|
|
|
usage: "/throw"
|
2025-02-07 17:30:19 +00:00
|
|
|
permission: cosway.throw
|
2025-02-07 17:36:17 +00:00
|
|
|
gravitygauntlet:
|
|
|
|
description: "Gives the player a Gravity Gauntlet"
|
2025-02-07 18:55:12 +00:00
|
|
|
usage: "/gravitygauntlet"
|
2025-02-07 23:34:15 +00:00
|
|
|
permission: CoswayUtil.GravityGauntlet
|
|
|
|
getwand:
|
|
|
|
description: "Gives player a levitation wand"
|
|
|
|
usage: "/getwand"
|
2025-02-11 02:45:01 +00:00
|
|
|
permission: CoswayUtil.wand
|
|
|
|
launchstick:
|
2025-02-13 23:04:12 +00:00
|
|
|
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"
|
2025-02-24 23:49:32 +00:00
|
|
|
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
|
2025-02-28 17:22:57 +00:00
|
|
|
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>
|