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.

Addon Skript-AnvilGUI [Skript Addon] 1.2

Working AnvilGUIs in Skript!

  1. DereWah
    Supported Minecraft Versions:
    • 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19
    Skript-AnvilGUI
    a skript addon to (finally) add AnvilGUIs in Skript.

    upload_2023-5-22_20-37-45.png
    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