Initial Commit
This commit is contained in:
46
src/main/resources/plugin.yml
Normal file
46
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
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
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user