Paste #61877: Untitled Paste

Date: 2019/11/09 16:48:03 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Mestiere_fabbro_menu:
    type: inventory
    title: Mestiere Fabbro
    size: 54
    slot:
    - "[i@Mestiere_fabbro_menu_slot1] [i@Mestiere_fabbro_menu_slot2] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"


Mestiere_fabbro_menu_command:
    type: command
    debug: false
    name: fabbro
    aliases:
    - cuboidtool
    permission: mestiere.fabbro
    description: Apre l'interfaccia del fabbro.
    usage: /fabbro
    script:
    - inventory open d:in@Mestiere_fabbro_menu
    - narrate "<green>Acquisisci abilità!"

# sezione click in inventory
Mestiere_fabbro_menu_Click:
    type: world
    events:
        on player drags in Mestiere_fabbro_menu:
        - determine cancelled
        on player clicks in Mestiere_fabbro_menu:
        - determine cancelled
        on player clicks Mestiere_fabbro_menu_slot2 in Mestiere_fabbro_menu:
        - if <player.has_flag[punti_fabbro]>:
            - if !<player.has_flag[Guida_al_fabbro]>:
                - flag player Guida_al_fabbro:1
                - flag player punti_fabbro:--
            - else:
                - narrate "Hai già acquistato questa abilità"
        - else:
            - narrate "Non hai Punti Mestiere per Questa skill"
        on player clicks Mestiere_fabbro_menu_slot1 in Mestiere_fabbro_menu:
        - narrate "&6I comandi sono:"
        - narrate "&b/fabbro &7- Apre questo menu"
        - narrate "&b/fabbro p &7- Mostra in chat quanti punti Fabbro hai"
        - narrate "&b/fabbro esp &7- quanti punti esperienza mancano per raggiungere il prossimo livello / Il tuo Livello da fabbro / il livello massimo del mestiere"
        - narrate "&b/f xxx &7- al posto di xxx utilizzare l'abilità voluta per eseguirla"


# sezione slot 
Mestiere_fabbro_menu_slot1:
    type: item
    material: ENCHANTED_BOOK
    display name: Comandi utili

Mestiere_fabbro_menu_slot2:
    type: item
    material: book
    display name: Guida al Fabbro