Exodus KitGUI ⚡ Categories ⚡ 1.8-1.16.5 Support ⚡ 100% Customizable

Zogni

Feedback score
0
Posts
11
Reactions
2
Resources
0
Exodus Development | KitGUI
Features:
• Categories ~ You can create multiple kit categories!
• Essentials Kits ~ Uses essentials kits!
• Customizable ~ All menus and messages are 100% customizable!
• Preview GUI ~ Preview all kits with a kit preview gui!
• Togglable messages with sounds!


Commands:

• /kit - Opens kitgui menu

Plugin Information:
• Price: $3
• Versions: 1.8-1.16.5+
• Dependencies: EssentialsX, Exodus Commons [Provided among purchase]

Preview:

Configs:
Code:
Categories:
    "MAIN":
        Id: "Main"
        Title: "&lKIT SELECTOR"
        Sound: "ORB_PICKUP"
        Size: 27
        Items:
            "Border":
                Display-Item:
                    Material: "STAINED_GLASS_PANE"
                    Name: " "
                    Lore: []
                Slots:
                    - "0-26"
        Categories:
            "Free":
                Display-Item:
                    Material: "CHEST"
                    Name: "&6&l[&e&l!&6&l] &eFree Kits &7(Click)"
                    Lore:
                        - ""
                        - "&eInformation"
                        - "&e&l▎ &7Action: &fOpens free kits category"
                        - "&e&l▎ &7Usage: &fClick"
                        - ""
                        - " &7( Click to open the &ffree kits &7category )"
                Slot: 11
            "Rank":
                Display-Item:
                    Material: "ENDER_CHEST"
                    Name: "&3&l[&b&l!&3&l] &bRank Kits &7(Click)"
                    Lore:
                        - ""
                        - "&bInformation"
                        - "&b&l▎ &7Action: &fOpens rank kits category"
                        - "&b&l▎ &7Usage: &fClick"
                        - ""
                        - " &7( Click to open the &frank kits &7category )"
                Slot: 15
    "RANK":
        Id: "Rank"
        Title: "&lRank Category"
        Sound: "ORB_PICKUP"
        Size: 27
        Items:
            "Border":
                Display-Item:
                    Material: "STAINED_GLASS_PANE"
                    Name: " "
                    Lore: []
                Slots:
                    - "0-26"
        Kits:
            "Tools":
                Settings:
                    Slot: 10
                    Kit: "Tools"
                    Preview-Enabled: true
                Available-Item:
                    Material: "GREEN_STAINED_GLASS_PANE"
                    Name: "&2&l[&a&l!&2&l] &aKit Tools &7(Click)"
                    Lore:
                        - ""
                        - "&aKit Information"
                        - "&a&l▎ &7Status: &fAvaliable"
                        - "&a&l▎ &7Redeem-Kit: &fLeft-Click"
                        - "&a&l▎ &7Preview-Kit: &fRight-Click"
                        - ""
                        - " &7( Left-Click to redeem the &ftools kit&7 )"
                Cooldown-Item:
                    Material: "ORANGE_STAINED_GLASS_PANE"
                    Name: "&6&l[&e&l!&6&l] &eKit Tools &7(Click)"
                    Lore:
                        - ""
                        - "&eKit Information"
                        - "&e&l▎ &7Status: &fUn-Available"
                        - "&e&l▎ &7Cooldown: &f%cooldown%"
                        - "&e&l▎ &7Preview-Kit: &fRight-Click"
                        - ""
                        - " &7( Left-Click to redeem the &ftools kit&7 )"
                Locked-Item:
                    Material: "RED_STAINED_GLASS_PANE"
                    Name: "&4&l[&c&l!&4&l] &cKit Locked (Click)"
                    Lore:
                        - ""
                        - "&cKit Information"
                        - "&c&l▎ &7Status: &fLocked"
                        - "&c&l▎ &7Preview-Kit: &fRight-Click"
                        - ""
                        - " &7( Left-Click to redeem the &ftools kit&7 )"
    "Free":
        Id: "Free"
        Title: "&lFree Category"
        Sound: "ORB_PICKUP"
        Size: 27
        Items:
            "Border":
                Display-Item:
                    Material: "STAINED_GLASS_PANE"
                    Name: " "
                    Lore: []
                Slots:
                    - "0-26"
        Kits:
            "Firework":
                Settings:
                    Slot: 10
                    Kit: "Firework"
                    Preview-Enabled: true
                Available-Item:
                    Material: "GREEN_STAINED_GLASS_PANE"
                    Name: "&2&l[&a&l!&2&l] &aKit Firework &7(Click)"
                    Lore:
                        - ""
                        - "&aKit Information"
                        - "&a&l▎ &7Status: &fAvailable"
                        - "&a&l▎ &7Redeem-Kit: &fLeft-Click"
                        - "&a&l▎ &7Preview-Kit: &fRight-Click"
                        - ""
                        - " &7( Left-Click to redeem the &ffirework kit&7 )"
                Cooldown-Item:
                    Material: "ORANGE_STAINED_GLASS_PANE"
                    Name: "&6&l[&e&l!&6&l] &eKit Firework &7(Click)"
                    Lore:
                        - ""
                        - "&eKit Information"
                        - "&e&l▎ &7Status: &fUn-Available"
                        - "&e&l▎ &7Cooldown: &f%cooldown%"
                        - "&e&l▎ &7Preview-Kit: &fRight-Click"
                        - ""
                        - " &7( Left-Click to redeem the &ffirework kit&7 )"
                Locked-Item:
                    Material: "RED_STAINED_GLASS_PANE"
                    Name: "&4&l[&c&l!&4&l] &cKit Firework (Click)"
                    Lore:
                        - ""
                        - "&cKit Information"
                        - "&c&l▎ &7Status: &fLocked"
                        - "&c&l▎ &7Preview-Kit: &fRight-Click"
                        - ""
                        - " &7( Left-Click to redeem the &ffirework kit&7 )"
Code:
Messages:
    "OPENING-KITGUI":
        Sound:
            Enabled: false
            Value: "FIZZ"
        Message:
            Enabled: true
            Value:
                - "&b&lExodus&3&lCoins &8&l» &bOpening kitgui menu..."
    "KIT-REDEEM":
        Sound:
            Enabled: true
            Value: "ORB_PICKUP"
        Message:
            Enabled: true
            Value:
                - "&b&lExodus&3&lCoins &8&l» &bYou have successfully redeemed kit &3%kit%."
    "KIT-COOLDOWN":
        Sound:
            Enabled: true
            Value: "FIZZ"
        Message:
            Enabled: true
            Value:
                - "&c&lExodus&4&lCoins &8&l» &cYou are still on cooldown for &4%time%&c."
    "NO-PERMISSION":
        Sound:
            Enabled: true
            Value: "FIZZ"
        Message:
            Enabled: true
            Value:
                - "&c&lExodus&4&lCoins &8&l» &cYou do not have permission to use kit &4%kit%&c."
    "PREVIEW-KIT":
        Sound:
            Enabled: true
            Value: "ORB_PICKUP"
        Message:
            Enabled: true
            Value:
                - "&b&lExodus&3&lCoins &8&l» &bYou are now previewing kit &3%kit%&b."
Code:
Settings:
    Main-Menu: "Main"
    Commands:
        - "kit"
        - "kits"
        - "ekit"
        - "ekits"
        - "kitgui"
        - "ekitgui"
Preview-Kit:
    Title: "&8Viewing &8&n%kit%&8 Contents..."
    Borders:
        Display-Item:
            Material: "STAINED_GLASS_PANE"
            Name: " "
            Lore: []
Discord:
• Interested in purchasing this product? Join the Exodus Development discord to test out the plugin on a test server below!

https://discord.gg/PvBTPR5VUb
 
Type
Offering
Last edited:
Top