Paste #110845: Unnamed Denizen Script Paste

Date: 2023/06/08 10:07:54 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Fast_Travel_GUI:
    type: inventory
    inventory: CHEST
    title: <&7>Profile
    size: 45
    gui: true
    slots:
    - [fill] [fill] [fill] [fill] [fill] [fill] [fill] [fill] [fill]
    - [fill] [warp_spawn] [test] [fill] [fill] [fill] [fill] [fill] [fill]
    - [fill] [fill] [fill] [fill] [fill] [fill] [fill] [fill] [fill]
    - [fill] [fill] [fill] [fill] [fill] [fill] [fill] [fill] [fill]
    - [fill] [fill] [fill] [back_main] [close] [fill] [fill] [fill] [fill]


fill:
    type: item
    material: map
    display name: "<&f> "
    mechanisms:
      custom_model_data: 1010

close:
    type: item
    material: map
    display name: "<&c>Close"
    mechanisms:
      custom_model_data: 1010

back_main:
    type: item
    material: map
    display name: "<&e>Back"
    mechanisms:
      custom_model_data: 1010


#WARPS

warp_spawn:
    type: item
    material: player_head
    display name: "<&b>Fast travel"
    mechanisms:
      skull_skin: b04831f7a7d8f624c9633996e3798edad49a5d9bcd18ecf75bfae66be48a0a6b|eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjA0ODMxZjdhN2Q4ZjYyNGM5NjMzOTk2ZTM3OThlZGFkNDlhNWQ5YmNkMThlY2Y3NWJmYWU2NmJlNDhhMGE2YiJ9fX0=
    lore:
        - '<&7>/spawn.'
        - ' '
        - '<&e>Click to teleport!'

test:
    type: item
    material: player_head
    display name: "<&b>Fast travel"
    mechanisms:
      skull_skin: 5359d91277242fc01c309accb87b533f1929be176ecba2cde63bf635e05e699b|eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM1OWQ5MTI3NzI0MmZjMDFjMzA5YWNjYjg3YjUzM2YxOTI5YmUxNzZlY2JhMmNkZTYzYmY2MzVlMDVlNjk5YiJ9fX0=
    lore:
        - '<&4>LOCKED.'
        - ' '
        - '<&e>Click to unlock!'


open_ft_gui:
    type: task
    debug: false
    script:
        - inventory open d:Fast_Travel_GUI