Paste #45272: Untitled Paste

Date: 2017/10/28 18:13:15 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


give_money:
    type: command
    name: givemoney
    debug: true
    description: Gives a stack of each moneys.
    script:
    - give i@silver_coin qty:1
    - give i@silver_dollar qty:1
    - give i@gold_coin qty:1
    - give i@gold_dollar qty:1
    - give i@small_gem qty:1
    - give i@small_gem_pallet qty:1
    - give i@large_gem qty:1
    - give i@large_gem_pallet qty:1