Skript-AnvilGUI [Skript Addon]

  • 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!

DereWah

New Member
Jul 19, 2019
0
0
0
Skript-AnvilGUI
a skript addon to (finally) add AnvilGUIs in Skript.

View attachment 7521
An AnvilGUI, completely created in Skript
Code:
[/LEFT]
command /anvilgui:
    trigger:
        set {_gui} to a new anvil gui named "&0Password Required" with text "Type password"
        set left item of {_gui} to emerald with lore "&aCONFIRM"
        open anvil gui {_gui} to player

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