Paste #30322: Untitled Paste

Date: 2016/02/14 05:48:38 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


joltlightning: 
    type: command
    name: lightning
    description: Stops Joltik burning stuff 
    usage: /c lightning
    aliases:
        - cast lightning
    script:
      - if <player.has_permission[lightning.block]> {
       - ^execute as_server "bc Joltikguy4 just tried to burn something else down."
       - narrate '<red>Stop it, you pillock.'
       - determine cancelled
        }