Paste #46535: Untitled Paste

Date: 2018/01/30 17:30:46 UTC-08: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


elytra:
    type: assignment
    actions:
        on click:
            -if <p@player.has_flag[<ely>]> {
                }
                else {
                - narrate "You will have a elytra for the next 30 Seconds"
                - give <player.equipment.chest>
                - equip <player> chest:elytra
                - wait 30s
                - take <player> elytra
                - flag player ely duration:45s
                }