Starter Items, Messages, and Commands

Starter Items, Messages, and Commands

230k Downloads

(Suggestion) Allow multiple lists of starterItems

Bob74 opened this issue ยท 0 comments

commented

Hi, you've done a great job on this mod!

The only thing that is missing for me is being able to set multiple lists of starterItems that will randomly be given when the player first join a world.
It would add a bit of diversity among new players.

Example:

"starterItems": [
    [
        "minecraft:leather_helmet {display:{color:16007844}}",
        "10 minecraft:bread",
        "minecraft:stone_sword"
    ],
    [
        "minecraft:leather_helmet",
        "10 minecraft:cooked_cod",
        "minecraft:stone_axe"
    ],
    [
        ...
    ]
]