▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SkiesGUIs
SkiesGUIs

SkiesGUIs

A Fabric server-sided GUI creation mod aimed at making creating basic GUIs easier!

3.4K
16

SkiesGUIs 1.8.1

release8 января 2026 г.
  • Updated the BEconomy integration to support version 1.5.4

Need help? Join the Discord: https://discord.gg/cgBww275Fg

SkiesGUIs 1.8.0

release3 декабря 2025 г.
  • Overhauled the economy management to allow for registering a economy service from another mod
  • Changed the CURRENCY requirement to use the comparison >= by default, instead of ==
  • Added support for using the Texture ID for playerheads in the format "item": "playerhead-[TEXTURE_ID]"
  • Added support for defining the alias command permission for a GUI menu using "alias_permission": "skiesguis.gui.example". Not defining it will default to skiesguis.gui.[GUI_ID], just as before.
  • Added a new NBT deserialization that implements support for defining the tag type of a given tag. For example, this allows you to define a byte tag instead of it defaulting to an integer:
"nbt": {
  "minecraft:custom_data": {
    "example_tag": {
      "type": "byte",
      "value": 1
    }
  }
}
  • Added Advancement requirement type
"advancement": {
  "type": "ADVANCEMENT",
  "advancement": "minecraft:husbandry/bred_all_animals",
  "progress": 1.0
}
  • Added XP requirement type
"xp": {
  "type": "XP",
  "level": false,
  "amount": 100
}
  • Added new MOLANG requirement type, which allows the result of a molang expression to be compared against a output option. example:
"cobblemon": {
  "type": "MOLANG",
  "script": "t.party = q.gui.player.party; t.pokemon = t.party.get_pokemon(2); t.pokemon.is_shiny;",
  "output": "1"
}
  • Added alias "slots" for the setting "slot"
  • Updated the default example_molang.json file to include MOLANG requirement type examples
  • Fixed economy actions/requirements not using a default service when unspecified

Need help? Join the Discord: https://discord.gg/cgBww275Fg

SkiesGUIs 1.7.4

release13 июня 2025 г.
  • Fixed placeholders not parsing properly in some cases
  • Changed the PERMISSION requirement type to allow for a list of permissions to be provided ("permission": [])
  • Added new mode setting to PERMISSION requirements. Changes the way the list of permissions will be checked.
    • "ALL" - All listed permissions must pass (Default)
    • "ANY" - Only one of the listed permissions needs to pass
  • Added some alternative names to several settings

Need help? Join the Discord: https://discord.gg/cgBww275Fg

SkiesGUIs 1.7.3

release10 июня 2025 г.
  • Added support for building and applying "tooltips" from molang (by @amo in #5)
  • Updated item lore to disable italics by default (doesn't prevent applying it)
  • Updated CobbleDollars integration to v2.0.0+Beta-5.1
  • Updated BlanketEconomy integration to BEconomy v1.5.2, use "economy": "BECONOMY" now (by @simonmage in #9)
  • Updated some of the sound action execution
  • Delayed placeholder registration to server starting to fix some issues
  • Misc fixes

Need help? Join the Discord: https://discord.gg/cgBww275Fg

SkiesGUIs 1.7.2

release31 марта 2025 г.
  • Added minimum_requirements and stop_at_success options for any requirements block. This will set a minimum number of requirements that must be met to pass and an option to stop searching once the minimum is met.
  • Added the Player to the context of the MOLANG action type
  • Fixed JAVASCRIPT requirement throwing a no JS scripts found error
  • Misc fixes and changes

Need help? Join the Discord: https://discord.gg/cgBww275Fg

Совместимость

Minecraft: Java Edition

1.21.x1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MPL-2.0
Опубликован:2 года назад
Обновлён:4 месяца назад
Главная