Paste #21013: Edit of P#21012 - Untitled Paste

Date: 2015/10/16 13:14:45 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


CUI_warps:
  slots:
  - '[i@air] [i@banner,15[base_color=WHITE;display_name=Chillville;lore=§9Mayor: §cPilchPlays|§fCoordinates:|§ex=-6818,y=94,z=-1913]]
    [i@banner,1[base_color=RED;display_name=FireTown;lore=§9Mayor: §cOnfire53|§eCoordinates:|§ex=-6883,y=87,z=-197]]
    [i@banner,12[base_color=LIGHT_BLUE;display_name=Lake Town;lore=§eMayor: §cMobKillerMC|§fCoordinates:|§ex=-6411,y=65,z=-315]]
    [i@banner,1[base_color=RED;display_name=Maple;lore=§9Mayor:§cxAeroSwift|§eCoordinates:|§ex=-6400,y=70,z=4389]]
    [i@banner,10[base_color=LIME;display_name=Pal Patrol Capital City;lore=§9Mayor: §cOpTicJJ|§fCoordinates:|§ex=-6295,y=83,z=-826]]
    [i@air] [i@air] [i@air] [i@air]
    [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air]
    [i@air]
    [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air]
    [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air]
    [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air] [i@air]
    [i@air] [i@air] [i@air] [i@air] [i@barrier[display_name=§eClose Warps Screen;lore=§fClick this to close|§fthe warps screen.]]'
  debug: 'false'
  size: '54'
  type: inventory
  inventory: CHEST
  title: Warps Menu
  scripts:
    '2':
      left:
      - inventory close
      - Narrate 'To bring the warp screen back up, simply type in chat: /warps'
      - wait 1t
      - execute as_op 'tp <player.name> -6818 94 -1913'
      - Narrate 'Welcome to Chillville'
    '3':
      left:
      - inventory close
      - Narrate 'To bring the warp screen back up, simply type in chat: /warps'
      - wait 1t
      - execute as_op 'tp <player.name> -6883 87 -197'
      - Narrate 'Welcome to Fire Town'
    '4':
      left:
      - inventory close
      - Narrate 'To bring the warp screen back up, simply type in chat: /warps'
      - wait 1t
      - execute as_op 'tp <player.name> -6411 65 -315'
      - Narrate 'Welcome to Lake Town'
    '5':
      left:
      - inventory close
      - Narrate 'To bring the warp screen back up, simply type in chat: /warps'
      - wait 1t
      - execute as_op 'tp <player.name> -6400 70 4389'
      - Narrate 'Welcome to Maple'
    '6':
      left:
      - inventory close
      - Narrate 'To bring the warp screen back up, simply type in chat: /warps'
      - wait 1t
      - execute as_op 'tp <player.name> -6295 83 -826'
      - Narrate 'Welcome to Pal Patrol Capital City'
    '54':
      left:
      - inventory close
      - Narrate 'To bring the warp screen back up, simply type in chat: /warps'

warps_command:
  type: command
  name: warps
  debug: false
  description: Opens Warps Menu
  usage: /warps
  permission: bruno.warps
  permission message: Sorry, <player.name>, you can't use /warps because you do not have permission '<permission>'.
  script:
  - inventory open d:in@CUI_Warps