Paste #4003: Teleports

Date: 2014/05/03 09:49:19 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Inventory Script Name: 

  type: inventory 

  # Must be a valid inventory type. 
  # Valid inventory types: BREWING, CHEST, DISPENSER, ENCHANTING, ENDER_CHEST, HOPPER, PLAYER, WORKBENCH 
  inventory: CHEST

  # The title can be anything you wish. Use color tags to make colored titles. 
  # Note that titles only work for CHEST type inventories. 
  title: Teleport

  # The size must be a multiple of 9. It is recommended not to go above 54, as it will not show 
  # correctly when a player looks into it. 
  size: 27 

  # You can use definitions to define items to use in the slots. These are not like normal 
  # script definitions, and do not need %'s around them. 
  definitions: 
    EPortal: i@ender_portal
    NPortal: i@portal 

  # You can specify the items in the slots of the inventory. For empty spaces, simply put 
  # an empty "slot". Note the quotes around the entire lines. 
  slots: 
    - "[] [] [] [] [] [] [] [] []" 
    - "[] [EPortal] [EPortal] [EPortal] [EPortal] [EPortal] [EPortal] [EPortal] []" 
    - "[] [] [] [] [] [] [] [] []"