Paste #21820: Edit of P#21819 - Edit of P#21818 - Untitled Paste

Date: 2015/10/28 23:22:22 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
16
17


MiniGameWorld_Command:
  type: command
  name: minigameworld
  aliases:
  - mgw
  usage: /minigameworld or /mgw
  description: Commands for MiniGameWorld.
  permission: minigameworld.command
  allowed help: 
  - determine <player.has_permission[minigameworld.command]||false>
  script:
    - execute as_server "ex createworld MiniGameWorld"
    - while <server.list_worlds.parse[name].contains[world].not> {
      - wait 1
      }
    - teleport <player> 10,10,10,MiniGameWorld
    - queue clear