1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skript-AnvilGUI [Skript Addon]

Discussion in 'Addon Releases' started by DereWah, May 26, 2023.

  1. DereWah

    DereWah New Member

    Joined:
    Jul 19, 2019
    Messages:
    0
    Likes Received:
    0
    Skript-AnvilGUI
    a skript addon to (finally) add AnvilGUIs in Skript.

    View attachment 7521
    An AnvilGUI, completely created in Skript
    Code (Text):
    1. [/LEFT]
    2. command /anvilgui:
    3.     trigger:
    4.         set {_gui} to a new anvil gui named "&0Password Required" with text "Type password"
    5.         set left item of {_gui} to emerald with lore "&aCONFIRM"
    6.         open anvil gui {_gui} to player
    7.  
    [​IMG]
    DOCUMENTATION

    This is a Skript that creates a counter for companies in a RolePlay server.


    How does this work?
    This addon uses the library AnvilGUI to create Anvil interfaces in Skript. The anvils created already have useful properites (such as unstealable items) so you don't have to handle cancelling all the inventory clicks.

    Right now the addon works with any version from 1.12.2 to 1.19.4, but with newer releases it'll have to wait for the library AnvilGUI to update (if necessary).



    Contacts
    TG: @DereWah
    Discord: DereWah#8414
     

Share This Page

Loading...