Initial commit

This commit is contained in:
Rares Bozga
2025-11-29 22:53:32 +02:00
parent e9fa13dbd3
commit 461e95114c
157 changed files with 7597 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
suspension_command_suspension:
debug: false
type: command
name: suspension
description: Check how long you have until suspension expires.
usage: /suspension
permission: suspension.command.suspension
tab completions:
1: <empty>
script:
- if <context.source_type> != player:
- narrate "<&c>Please run this command as a player."
- stop
- if <player.in_group[suspended]>:
- narrate format:formats_prefix "You are suspended for <&e><placeholder[luckperms_group_expiry_time_suspended].player[<player>]><&7>."
- else:
- narrate format:formats_prefix "You are not suspended."