Examples
Example Crate configurations for SkiesCrates! More will be added over time. Feel free to send in any you create!
Default
Section titled “Default”Default example Crate provided with the Mod.
{ "enabled": true, "name": "Example Crate", "display": { "item": "minecraft:chest", "name": "<red>Example Crate", "lore": [ "<gray>Example Lore!" ] }, "unique": false, "preview": "default", "animation": "enclosing", "permission": "", "inventory_space": -1, "cost": { "provider": "IMPACTOR", "currency": "impactor:dollars", "amount": 100 }, "cooldown": 10, "keys": { "example_key": 1 }, "failure": { "pushback": 0.5, "sound": { "sound": "minecraft:block.lava.extinguish", "pitch": 1.0, "volume": 0.5 } }, "block": { "locations": [], "hologram": { "text": [ "<red>Example Crate", "<gray>Example Lore!", "Your Keys: %skiescrates:keys example_key%" ], "offset": { "x": 0.0, "y": 1.0, "z": 0.0 }, "scale": { "x": 1.0, "y": 1.0, "z": 1.0 }, "rotation": { "x": 0.0, "y": 0.0, "z": 0.0 }, "billboard": "VERTICAL", "background": { "color": "000000", "opacity": 50 }, "shadow": true, "opacity": 1.0, "update_rate": 100, "view_distance": 50.0 }, "particles": "spiral" }, "rewards": { "example_reward": { "type": "ITEM", "weight": 2, "name": "<red>Example Reward</red>", "item": { "item": "minecraft:diamond", "name": "<red>Example Reward", "lore": [ "<gray>Example Lore!" ], "nbt": { "minecraft:custom_model_data": 1 } } }, "example_reward_2": { "type": "COMMAND_CONSOLE", "weight": 1, "name": "<green><b>Emerald</b></green>", "display": { "item": "minecraft:emerald", "name": "<green><b>Emerald", "lore": [ "<gray>Example Lore!" ] }, "commands": [ "give %player% emerald 1" ] } }}Model Example
Section titled “Model Example”Default example Crate using a custom model through Blockbench Import Library, provided with the Mod.
{ "enabled": true, "name": "<blue>Model Crate</blue>", "display": { "item": "minecraft:chest", "slots": [], "amount": 1, "name": "<blue>Model Crate", "lore": "<gray>Example Lore!" }, "unique": false, "preview": "default", "animation": "world_random", "permission": "", "inventory_space": -1, "cost": {}, "cooldown": 0, "failure": { "pushback": 0.5, "sound": { "sound": "minecraft:block.lava.extinguish", "volume": 0.5, "pitch": 1.0 } }, "keys": { "unique_key": 1 }, "block": { "locations": [], "model": { "id": "example_model", "rotation": 270.0, "offset": { "x": 0.0, "y": -0.5, "z": 0.0 }, "scale": 1.0, "hitbox": { "width": 1.0, "height": 1.0, "offset": { "x": 0.0, "y": -0.5, "z": 0.0 } }, "animations": { "idle": "idle" } }, "hologram": { "text": [ "<red>Model Crate", "<gray>Example Lore!" ], "offset": { "x": 0.0, "y": 1.5, "z": 0.0 }, "scale": { "x": 1.0, "y": 1.0, "z": 1.0 }, "rotation": { "x": 0.0, "y": 0.0, "z": 0.0 }, "billboard": "VERTICAL", "background": { "color": "000000", "opacity": 50 }, "shadow": true, "opacity": 1.0, "update_rate": 100, "view_distance": 50.0 }, "particles": "helix" }, "rewards": { "example_reward": { "type": "COMMAND_CONSOLE", "weight": 2, "name": "<red>Example Reward</red>", "display": { "item": "minecraft:diamond", "name": "<red>Example Reward", "lore": [ "<gray>Example Lore!" ], "nbt": { "minecraft:custom_model_data": 1 } }, "commands": [ "give %player% diamond 1" ] }, "example_reward_2": { "type": "COMMAND_CONSOLE", "weight": 1, "name": "<green><b>Emerald</b></green>", "display": { "item": "minecraft:emerald", "name": "<green><b>Emerald", "lore": [ "<gray>Example Lore!" ] }, "commands": [ "give %player% emerald 1" ] } }}Pokemon
Section titled “Pokemon”Default example Crate using the POKEMON rewards through Cobblemon, provided with the Mod.
{ "enabled": true, "name": "Pokemon Crate", "display": { "item": "minecraft:chest", "name": "<red>Pokemon Crate", "lore": [ "<gray>Example Lore!" ] }, "unique": false, "preview": "default", "animation": "mystery", "permission": "", "inventory_space": -1, "cost": {}, "cooldown": 10, "keys": { "example_key": 1 }, "failure": { "pushback": 0.5, "sound": { "sound": "minecraft:block.lava.extinguish", "pitch": 1.0, "volume": 0.5 } }, "block": { "locations": [], "hologram": { "text": [ "<red>Pokemon Crate", "<gray>Example Lore!", "Your Keys: %skiescrates:keys example_key%" ], "offset": { "x": 0.0, "y": 1.0, "z": 0.0 }, "scale": { "x": 1.0, "y": 1.0, "z": 1.0 }, "rotation": { "x": 0.0, "y": 0.0, "z": 0.0 }, "billboard": "VERTICAL", "background": { "color": "000000", "opacity": 50 }, "shadow": true, "opacity": 1.0, "update_rate": 100, "view_distance": 50.0 }, "particles": "circle" }, "rewards": { "bulbasaur": { "type": "POKEMON", "weight": 50, "name": "<red>Bulbasaur</red>", "pokemon": { "species": "cobblemon:bulbasaur", "form": "", "aspects": [], "level": { "min": 5, "max": 10 }, "shiny": 0.5 } }, "squirtle": { "type": "POKEMON", "weight": 50, "name": "<red>Squirtle</red>", "pokemon": { "species": "cobblemon:squirtle", "form": "", "aspects": [], "level": { "min": 5, "max": 10 }, "shiny": 0.5 } }, "charmander": { "type": "POKEMON", "weight": 50, "name": "<red>Charmander</red>", "pokemon": { "species": "cobblemon:charmander", "form": "", "aspects": [], "level": { "min": 5, "max": 10 }, "shiny": 0.5 } }, "random": { "type": "POKEMON", "weight": 10, "name": "<red>Random Pokemon</red>", "pokemon": { "species": "random", "level": 1 } }, "rayquaza": { "type": "POKEMON", "weight": 1, "name": "<red>Rayquaza</red>", "pokemon": { "species": "cobblemon:rayquaza", "form": "", "aspects": [], "level": 100, "shiny": true } } }}