bradvert_tree.txt

by hugeblank
468 days agoplain
COPY
1
Command Tree:
2
\bradvert - Root command
3
    *opt - Control which bradverts you see.
4
        *out - Opt out of a bradvert.
5
            <campaign id> - Bradvert campaign ID to opt out of.
6
            all - Opt out of all bradverts.
7
        *in - Opt back in to a bradvert.
8
            <campaign id> - Bradvert campaign ID to opt in to
9
            all - Opt in to all bradverts.
10
    *campaign - Create and manage bradvert campaigns.
11
        create - Create a new bradvert campaign.
12
        <campaign id> - Get information about this bradvert campaign.
13
            start - Instructions on starting the campaign.
14
            pause - Pause a campaign, returning the remaining funds to the campaign owner.
15
            *update - Update campaign details.
16
            *target - Update campaign targets.
17
                *afk - Update whether afk players are targetted (true), or not targetted (false)
18
                <boolean> - true or false.
19
                *once - Update whether players are targetted every duration pass (false), or only once. (true)
20
                <boolean> - true or false.
21
                *staff - Update whether staff members are targetted (true), or not targetted (false)
22
                <boolean> - true or false.
23
            *frequency - Update advertising frequency. Default is 6h.
24
                <duration> - A duration represented by a number, and letter. eg: 1y2w3d5h4m2s. 
25
                            At least one letter/number pair expected.
26
            *payout - Update amount paid out to players. Default is k5.
27
                <amount> - Krist amount greater than 5.
28
            *message - Update campaign message. 
29
                    Default is Set an interesting campaign message before starting!
30
                <message>... - Campaign message.
31
Subcommands with a [*] mean that subcommand requires additional arguments.