Date: 2025/08/09 20:14:41 UTC-07:00
Type: Denizen Script
test_command:
type: command
name: test
description: Sends "test" in action bar to a selected player
usage: /test <player>
tab completions:
1: alpha|beta
2: <server.online_players.parse[name]>
3 4 5: -a|-b|-c
default: StopTyping
script:
- narrate "You ran this on player: <context.raw_args>"
- define playerName <context.args.get[1]>
- define playerToSend <server.match_player[<[playerName]>].if_null[null]>
- actionbar "test" targets:<playerToSend>