Paste #68004: Untitled Paste

Date: 2020/04/24 08:23:47 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


mycommand_invparty:
    debug: true
    type: command
    name: pinvite
    description: invait party
    usage: /pinvite

    aliases:
    - pinv

    tab complete:
   - determine <server.list_online_players.parse[name]>

    script:
    - execute as_op "skill party invite <context.args>"