Paste #43705: Untitled Paste

Date: 2017/08/21 11:21:08 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


"Pulp Fiction Ban 1":
  type: command
  name: banpf-1
  usage: /banpf-1 <aqua>playername
  description: Asks a user if they read the Bible. If they respond yes, run banpf-2. From Pulp Fiction.
  permission: denizen.ban.pulpfiction
  permission message: You dare try to wield the powers of the Gods?
  script:
  - if <context.args.is_empty>
  {
    - narrate "<red>You forgot to specify a player!"
    - queue clear
  }
  - execute as_player "broadcast Do you read the Bible, <context.args>?"
  - narrate "<green>Now run <aqua>/banpf-2 <context.args>"