2025-01-29 20:57:31 +00:00
|
|
|
name: CoswayUtil
|
2025-02-14 03:42:42 +00:00
|
|
|
version: '1.12-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"
|
|
|
|
permission: CoswayUtil.shop
|