Paste #44836: Untitled Paste

Date: 2017/10/07 13:59:30 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


invmenu:
    type: inventory
    title: Select Destination
    size: 9
    slots:
    - "[i@invmenu_slot1] [] [] [] [] [] [] [] []"
invmenu_slot1:
    type: item
    material: red wool
    display_name: <&7&l>To: <&f&l>Skyloft
invmenu_handler:
    type: world
    events:
        on player executes /fasttravel:
        - inventory open d:in@invmenu
        on player clicks in invmenu:
        - determine cancelled
        on player drags in invmenu:
        - determine cancelled
        on player clicks invmenu_slot1 in invmenu:
        - execute warp skyloft
invmenu_cmd:
    type: command
    description: Used for the Warp Menu
    usage: /fasttravel
    permission: rpg.fasttravel