Initial Commit

This commit is contained in:
thetrouper
2025-06-01 09:00:55 -05:00
commit f0194d70d5
59 changed files with 7132 additions and 0 deletions

View 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