Paste #135465: WHY WONT THIS WOORRRKKKKKK

Date: 2025/08/09 20:14:41 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


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>