Paste #105409: Unnamed Denizen Script Paste

Date: 2023/01/15 05:14:10 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


skills_admin_gui_open_command:
    type: command
    name: epsettings
    description: Warps you to magical places.
    usage: /epsettings bergbau|landwirtschaft
    tab completions:
        1: bergbau|landwirtschaft
    script:
    - choose <context.args.first>:
        - case bergbau:
            - inventory open d:skill_bergbau_admin_gui
        - case landwirtschaft:
            - narrate "hey"
skill_bergbau_admin_gui:
    type: inventory
    inventory: chest
    size: 54
    title: EP
    slots:
    - [] [] [] [] [] [] [] [] []
    - [] [] [] [] [] [] [] [] []
    - [] [] [] [] [] [] [] [] []
    - [] [] [] [] [] [] [] [] []
    - [] [] [] [] [] [] [] [] []
    - [] [] [] [] [] [] [] [] []