Paste #40785: Untitled Paste

Date: 2017/03/15 23:12:03 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
17
18


mypotion:
    type: item
    Material: potion
    display name: 'mypotion'
    lore:
    - 'mypotions'
    - 'whynot'
    potion_effects:
    - strength,1,5000
    - jump,2,5000

mypotion2:
    type: item
    Material: potion[potion_effects=li@strengh,1,500]
    display name: 'mypotion'
    lore:
    - 'mypotions'
    - 'whynot'