Paste #44849: Diff note for paste #44848

Date: 2017/10/07 14:24:44 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


 invmenu_cmd:
     type: command
     description: "Used for the Warp Menu"
+    name: fasttravel
     usage: /fasttravel
     permission: "rpg.fasttravel"
     tab complete:
     - queue clear
     script:
     - give stone
 
 invmenu:
     type: inventory
     title: "Select Destination"
     size: 9
     slots:
     - "[i@invmenu_slot1] [] [] [] [] [] [] [] []"
 invmenu_slot1:
     type: item
     material: red_wool
     display_name: "To: Skyloft"
 invmenu_handler:
     type: world
     events:
         on fasttravel command:
         - 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 as_op "warp skyloft"