Paste #6198: Untitled Paste

Date: 2014/07/03 13:58:23 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


Spawn Command: 
  type: world
  events: 
    on spawn command:
    - if <player.has_permission[denizen.spawn]> {
      - ^run respawn
      - ^narrate "Teleported to this world's spawn."
      - determine fulfilled
      }
      else {
        - narrate "You don't have permission to use that command here."
        - determine fulfilled
        }