Modscraper Modscraper Minecraft
Starter Kit logo

Starter Kit

Mod

by Serilum

📦 Give all new players joining the world configurable starter gear, items and/or potion effects. It can overwrite the initial inventory, or add the items after. Compatible with FTB Team Islands.

Type

Mod

CurseForge Downloads

77,192,351

CurseForge ID

390717

Modrinth Downloads

10,248,282

Modrinth ID

6L3ydNi8

Last Updated

Sep 12, 2026

Description

A Serilum Mod. Made with love. Lots of active mods for Fabric, Forge and Neo!

CurseForge Modrinth Patreon YouTube

About the mod

Starter Kit is a mod which allows players who join a world for the first time to receive items set in a config file. It's possible to set items to any specific slot in the inventory, to the offhand and to the armour slots. The mod can detect which players have never joined before. If another mod adds items, such as guide books, they can either be removed completely or added after the kit has been set. This is configurable via the addExistingItemsAfterKitSet config option.

Can be used in a server for all new players or in singleplayer to start off with a default inventory of your choosing. There is also optional support for FTB's Team Island mod after the create island command.

The mod can be used server-side only. If you want players to be able to use the "Choose Kit GUI", it has to be installed on the client as well. Alternatively, they can choose kits via server commands.

Features:
 •  A guide here in the description. Difficulty ranging from Simple, Intermediate and Advanced.
 •  Give players joining the world for the first time custom starter items and/or potion effects.
 •  Support for multiple kits. Can be given randomly or chosen by the player.
 •  There is custom tracking to determine who are new players, compatible with existing worlds.
 •  Lots of commands! For creating, adding, managing and choosing starter kits.
 •  If installed on the client, kits can be chosen via a custom GUI screen. If not, commands can be used.
 •  Add descriptions to your kits. RPG modpack, anyone?
 •  Remove other modded starter items, such as guide books. Or add them after the starter kit.



Dependencies

Requires Collective
Included in The Vanilla ExperienceIncluded in Serilum's Customization Bundle
Environment: Server




Configurable

Configuration guide

   All available config options:

Show Spoiler

randomizeMultipleKitsToggle  default true
When multiple starter kits are added via /starterkit add, there are two ways to distribute them. With this enabled, one is chosen at random. When disabled, players can choose one on first join.

addExistingItemsAfterKitSet  default true
Whether items that existed in the inventory, such as books added by other mods, should be added back to the inventory after the kit was set. If disabled, they'll be removed. You can still manually set them via the kit.

usePotionEffectsInStarterKit  default true
If potion/mob effect functionality should be enabled. This means that when creating a kit via /sk (add/set), it also saves the active effects the player has. And when handing out the starter kits, it adds the effects to new players.

formatKitNames  default true
If kit names should be formatted. Each word will be capitalized.

chooseKitScreenHeader  default "%s, you can choose a starter kit!"
The text used above the kit choice screen, or if the mod is not installed in the chat. %s will be replaced with the player's name.

announcePlayerKitChoiceInDedicatedServer  default true
Whether an announcement should be broadcasted to the server whenever a new player makes a kit choice. 'randomizeMultipleKitsToggle' must be disabled, and there must be at least 2 starter kits available.

enableFTBIslandCreateCompatibility  default true
Whether the starter kit should be re-set after the '/ftbteamislands create' command from FTB Team Islands. Does nothing when it's not installed.




Commands


Both '/starterkit' and '/sk' can be used.

Admin Commands:

/sk add (kit_name) - Adds your current inventory to the active kits.
/sk set (kit_name) - Sets your current inventory as the only active kit.

/sk give <player> (kit_name) - Give a player a random (or specific) starter kit.

/sk activate <kit_name>/_all - Moves kit_name or all kits from inactive to active.
/sk deactivate <kit_name>/_all - Moves kit_name or all kits from active to inactive.

/sk list (inactive) - Lists all active (or inactive) kits.
/sk reset - Resets all tracking. Players receive another kit on join.
/sk reload - Reloads starter kit changes from the config folder.

User Commands:
/sk choose <kit_name> - Allows players to choose a starter kit via commands. This is only needed when Starter Kit is not installed on the client and the server enabled kit choices.
/sk info <kit_name> - Shows the description and items of kit_name.
/sk help - Shows the Starter Kit commands in-game.




Description

Usage Guide:
The mod can be configured in many different ways. To keep a better overview, I've divided the difficulty into three different sections. Simple, Intermediate and Advanced.

Simple:
Set a custom starter kit. Add/Remove starter items from other mods. And giving players a starter kit via commands.

Intermediate:
Add an extra starter kit. Deactivate a kit via commands. Add a starter kit with potion effects, and setting the level and duration.

Advanced:
Make players choose a kit on first join. Move the inactive default kits to active. Show the choose kit GUI screen. Create a starter kit with a custom description.

Section 1: Simple
This is the default starter kit, which will be given when the mod is installed without any configuration:


You can set your own starter kit by using the '/starterkit set (kit_name)' (or '/sk set (kit_name)') command. The kit name is optional.
After using this command, all other active starter kits are moved to the inactive folder.


Here you can see the new starter kit data file that was created with the previous command. It's located in './config/starterkit/kits/':


That's it! All new players will now receive the "Upgraded" kit when they first join the world:


Inside the config file, located at './config/starterkit.json5', you can choose whether or not other modded starter items should be removed or given after the kit.
Examples of these modded starter items are guide books.


To give other players (or yourself) a starter kit manually, you can use the '/starterkit give <player> (kit_name)' command.
The kit_name argument is optional, if left out:
If the mod is configured via intermediate, a kit may be given randomly.
If the mod is configured via advanced, the kit choice screen may be shown.


Section 2: Intermediate
You can add another active kit by using the '/starterkit add (kit_name)' command.
With the default configuration, this means that new players will now randomly receive the "Default" or "No Bread" starter kit.


To see all active starter kits, use the '/starterkit list' command. To see inactive starter kits, use '/starterkit list inactive':


To disable an active kit, use '/starterkit deactivate <kit_name>'. This moves it to the './config/starterkit/kits/inactive/' folder.


The mod can also give potion effects alongside the starter kit! Make sure 'usePotionEffectsInStarterKit' is enabled in the config.
Then, just make sure to have the potion effect enabled, and use the '/starterkit set' or '/starterkit add' command.
The effect duration will be set to what the player has exactly now, but we will round that up in a later step.


For this example, I've given the player the speed potion effect. This was active when using the previous command:


Locate and open the kit we've just created. The path is './config/starterkit/kits/Speed_Kit.txt':


This is the data file for the "Speed Kit" kit. It contains the items the player will receive and at the bottom what effects will be given to the player.
When a kit is created without active effects, that line will be empty. Otherwise it copies the exact level and duration.
In case of this example, it contains a reference to the Speed effect. It's lvl 1 with a duration of 3341 ticks, which equals 167 seconds. 20 ticks = 1 second.


I'm going to change the effect a player will receive to Speed level 5, with a duration of 5 minutes. 6000 ticks = 300 seconds = 5 minutes:


You can reload any changes you've made to files inside './config/starterkit/' via the '/starterkit reload' command:


That's it! Whenever a player first joins a world, they will now receive the "Speed Kit" kit. Which contains a few standard items and the Speed V effect, with a duration of 5 minutes:

Show Spoiler

 

Section 3: Advanced
Starter Kit also contains a custom kit choosing screen! Here's an example of what it looks like with the "Default" kit.
In this section we'll enable this, create a kit and add a description for it.


Disable the "Randomize Multiple Kits Toggle" inside the config. Remember, it's located inside './config/starterkit.json5'. You can also use the in-game config editor for this:


There are some default kits located inside the './config/starterkit/kits/inactive/' folder. Let's enable those for this example.
Use the '/starterkit activate _all' command to activate all inactive kits.



You can use the '/starterkit list' command to see which kits are currently active:


Since everything contains default values, you can immediately see it working! Load a new world, and you'll be shown the choose kit screen:

Show Spoiler

 
Let's add our own custom kit, and see how the descriptions work.
Start off with an inventory of your choosing, and use the '/starterkit add' command.
I'm calling it "Pumpkin".



All kit descriptions are saved inside './config/descriptions/'. These are automatically created whenever you create or add a kit.
Open the description file with the kit name you've just set. In my case, the file is './config/descriptions/Pumpkin.txt'.


This is the default description content for any newly created kit.
The description is used for the choose kit screen, and the '/starterkit info <kit_name>' command.



Change the description to whatever you'd like! There isn't a size limit, but any overflow will be hidden. So make sure it's not too long:


To reload the changes we've made to the description file, use the '/starterkit reload' command:


That's it! The description will now be visible on the choose kit screen:


Click on the "Choose Starter Kit" button, and receive the selected kit:


Starter Kit can automatically detect if the mod has been installed on the client.
There is support for server-side only use. In that case, players can choose a kit via commands.
Whenever the server doesn't get a response from the client, meaning the mod isn't installed, the following message is sent on first join:


Players can use the '/starterkit info <kit_name>' command to see which items are included in the starter kit:


A kit can be chosen with the '/starterkit choose <kit_name>' command:




Notes and links

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.

Serilum.com contains an overview and more information on all mods available.

For issues, ideas, suggestions or anything else there is the Github repo. Thanks!


Compatibility

Mod Loaders

Fabric Forge Neoforge Quilt

Game Versions

1.16.5 1.18.2 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 +18 more

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Similar Mods

Included in Modpacks (978)

Show fewer
Safe Zone In Storm Safe Zone In Storm Tinker's Tea Time Tinker's Tea Time Cobblemon - The Temporia Region Cobblemon - The Temporia Region The Modpack of absolute all time The Modpack of absolute all time Stratum Stratum Rise of Herobrine (Demo) Rise of Herobrine (Demo) AntCraft | Avatar The Last Airbender AntCraft | Avatar The Last Airbender 'Monster Looker' 'Monster Looker' TURKEY SANDWICH CRAFT TURKEY SANDWICH CRAFT Beboucraft Beboucraft Conquest & Kingdoms Conquest & Kingdoms Immortal Craft Immortal Craft Eldion Eldion GregTech Apocalypse GT-A GregTech Apocalypse GT-A TACZ DreadOverhaul the horror modpack TACZ DreadOverhaul the horror modpack Tensura Nexus Tensura Nexus The Wolfman Experience The Wolfman Experience THE VAULT BRUTAL FACTIONS THE VAULT BRUTAL FACTIONS Horror from the Zombie Horde Horror from the Zombie Horde Warium Dead War Modern vs Medieval Warium Dead War Modern vs Medieval Battlecraft 2.0 Battlecraft 2.0 Project Z - Zombie Apocalypse Project Z - Zombie Apocalypse Casualties Unknown Casualties Unknown TitanChronicles TitanChronicles WolfCraft: Curse of the Moon WolfCraft: Curse of the Moon Meow to Exile 2 Custom By Seraphina Meow to Exile 2 Custom By Seraphina Whimsy Brews Whimsy Brews CrazyMC - A Special Apocalypse | Apocalypse with Quests! CrazyMC - A Special Apocalypse | Apocalypse with Quests! APEX WEAPONRY 2 [[remake]] APEX WEAPONRY 2 [[remake]] Kreyc's Waterworld Kreyc's Waterworld Zman's Middle-Earth Experience Zman's Middle-Earth Experience DiscoTech's Tinkers' Creations DiscoTech's Tinkers' Creations The More Horror The Better! The More Horror The Better! Ice and Villagers Ice and Villagers Isle of Berk (Dawn of the new Vikings) Isle of Berk (Dawn of the new Vikings) Sky Greg Fork Sky Greg Fork Maid Service Maid Service SharkSquad Modpacks SharkSquad Modpacks Cobblemon, Side by Side! (EARLY ACCESS) Cobblemon, Side by Side! (EARLY ACCESS) Horrors Beyond Imagination: What Remains Horrors Beyond Imagination: What Remains ZonaCero Apocalypse Enhanced ZonaCero Apocalypse Enhanced New World Awakened New World Awakened From the Stone Age to the Stars From the Stone Age to the Stars Homestead Horizon Homestead Horizon Garden Mermaids Garden Mermaids ERASED - NEW DAWN ERASED - NEW DAWN Myths & Machinery Myths & Machinery hardcore-pvz hardcore-pvz Everfall - Descent into Disease Everfall - Descent into Disease Minemon -- A cobbleverse spinoff Minemon -- A cobbleverse spinoff SRP Call of Death SRP Call of Death Lord Of Family Lord Of Family Aetheris QoL Aetheris QoL Neufelden Neufelden Tales of Celerity Tales of Celerity Maze Runner Dweller Horror (dweller) (Horror) Maze Runner Dweller Horror (dweller) (Horror) SVA Dragonfall SVA Dragonfall The One And Only Mania The One And Only Mania Shiver Shiver DeadZone Brasil - DeceasedCraft DeadZone Brasil - DeceasedCraft Superhero and Ben10 SMP Superhero and Ben10 SMP Concatenation Lumineth Concatenation Lumineth The flesh when the daybreaks The flesh when the daybreaks AstralSpace [AS] AstralSpace [AS] FROST: Wakes The Storm FROST: Wakes The Storm Stalker_txt.scary Stalker_txt.scary Etar Experience Etar Experience Ready Or Block Ready Or Block TacApoth TacApoth R.E.A.P  Ultimate edition R.E.A.P Ultimate edition CAC Cobblemon Ars Create CAC Cobblemon Ars Create Hide Or Hunt [TACZ] Hide Or Hunt [TACZ] Apollyon's Inferno Apollyon's Inferno The Last Dawn III - Remastered The Last Dawn III - Remastered Holdy's Chronicle Holdy's Chronicle Cobblemon Champions Cobblemon Champions DoomsDay Jurassic Survival DoomsDay Jurassic Survival Pingwin Pack (Tech/Survival) Pingwin Pack (Tech/Survival) ATLab's ZombieSekai ATLab's ZombieSekai The Mine Piece Is Real! by Ryinir The Mine Piece Is Real! by Ryinir Cobblemon To The Skies Cobblemon To The Skies MENAGERIE - Paradoxical Wilds (Jurassic World based on Marvelous Menagerie) MENAGERIE - Paradoxical Wilds (Jurassic World based on Marvelous Menagerie) Create: Up and Away Create: Up and Away Cobblemon Perfected Cobblemon Perfected MewmiCraft MewmiCraft Christmas Fantasy Christmas Fantasy Mine Mine No Mi Supremacia v2 Mine Mine No Mi Supremacia v2 Don't go crazy (psychological and other types of terror) Don't go crazy (psychological and other types of terror) Block Saga Block Saga ROLO Edition ROLO Edition Arkobia 3 Arkobia 3 HallowScream 4 HallowScream 4 DrakonScale MC Official Pack DrakonScale MC Official Pack Cobble Lemon Cobble Lemon Above Infinity Above Infinity Multiversal Multiversal Euphoria Archipelago (M0sk1t0s Community pack) Euphoria Archipelago (M0sk1t0s Community pack) AREACRAFT AREACRAFT Cobblemon Honey Academy Cobblemon Honey Academy The Frozen Hell - The Last Chance The Frozen Hell - The Last Chance

External Resources