Paste #11118: Untitled Paste

Date: 2014/11/09 16:38:26 UTC-05: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
19
20
21


SoulGem:
    type: item
    material: nether_star
    display name: <blue>Soul Gem<blue>
    lore:
    - "<dark_blue>This magical gem can save the user's"
    - "<dark_blue>soul in a location, respawning them"
    - "<dark_blue>in that location upon death"
    - "<yellow>Drop the soulgem to set a spawnpoint there<yellow>"

##I've tried this
        on player drops SoulGem:
            - narrate "<blue>Upon throwing the soul gem, the gem magically glows, before vanishing.<blue>"
            - remove <context.entity>


##and this
        on player drops SoulGem:
            - take SoulGem qty:1
            - narrate "<blue>Upon throwing the soul gem, the gem magically glows, before vanishing.<blue>"
            - determine "cancelled"