Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MPL-2.0
Published 2 years ago
Updated 2 weeks ago
Changelog
- Overhauled the economy management to allow for registering a economy service from another mod
- Changed the
CURRENCYrequirement 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 toskiesguis.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
MOLANGrequirement 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.jsonfile to includeMOLANGrequirement type examples - Fixed economy actions/requirements not using a default service when unspecified
Need help? Join the Discord: https://discord.gg/cgBww275Fg
Files
Metadata
Release channel
ReleaseVersion number
1.8.0Loaders
Game versions
1.21.1Downloads
48Publication date
December 3, 2025 at 4:44 PMPublisher
Stampede
Owner




