52 lines
1.7 KiB
YAML
52 lines
1.7 KiB
YAML
name: TrimAlias
|
|
version: '1.0-SNAPSHOT'
|
|
main: me.trouper.trimalias.TrimAlias
|
|
api-version: '1.21'
|
|
depend: [ LuckPerms ]
|
|
commands:
|
|
rank:
|
|
permission: trimalias.rank
|
|
usage: /rank <upgrade|downgrade|set> <user>
|
|
description: Edits store-bought ranks
|
|
manage:
|
|
permission: trimalias.manage
|
|
usage: /manage <promote|demote|set> <player> [rank]
|
|
description: Manage staff ranks of players
|
|
season:
|
|
permission: tirmalias.seasonwipe
|
|
usage: /season <reset|preview>
|
|
description: Execute season changes
|
|
spawn:
|
|
usage: /spawn [player|set|all]
|
|
permission: trimalias.spawn
|
|
description: Teleports you or another player to spawn
|
|
copyinv:
|
|
usage: /copyinv <player>
|
|
permission: trimalias.copyinv
|
|
description: Copy the inventory of a player
|
|
broadcastdonation:
|
|
usage: /broadcastdonatio <player> <amount> <price> <item>
|
|
permission: trimalias.broadcast
|
|
description: Show a stylized donation message in chat
|
|
|
|
permissions:
|
|
trimalias.rank:
|
|
description: Allows editing of store-bought ranks
|
|
trimalias.manage:
|
|
description: Allows management of staff ranks
|
|
trimalias.seasonwipe:
|
|
description: Allows wiping of all season ranks
|
|
trimalias.spawn:
|
|
description: Allows teleportation to spawn
|
|
trimalias.setspawn:
|
|
description: Allows setting of the spawn location
|
|
trimalias.spawnothers:
|
|
description: Allows sending other players to spawn
|
|
trimalias.spawnall:
|
|
description: Send everyone to spawn
|
|
trimalias.spawn.bypass:
|
|
description: Bypasses the spawn cooldown and warmup
|
|
trimalias.copyinv:
|
|
description: Allows getting all items from a player inventory
|
|
trimalias.broadcast:
|
|
description: Broadcast donations |