Resource icon

Script Outline GUI 1.1.0

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

MinecraftMan1013

Supporter +
Aug 12, 2020
154
0
16
MinecraftMan1013 submitted a new resource:

Outline GUI - A simple function to outline any GUI

This script is a simple function. All you need to do in order to use this function is create a GUI, then format it as you like, and use this function to format the edges.

Here is a simple example of how you could use this.
Code:
command /outlinegui:
    permission: op
    trigger:
        set {_gui} to a chest inventory with 5 rows with name "&eTest Inventory"
        set {_gui} to outlineGUI({_gui}, 5, black stained glass pane named "&a")
        open {_gui} to player

Read more about this resource...