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,190,437

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
SHARKSQUAD - CURSED BOYS SHARKSQUAD - CURSED BOYS Submodica Submodica Zip-pack Zip-pack Velox Resurrected Velox Resurrected Spores Infection Out Breaks : 100 days (curseforge) Spores Infection Out Breaks : 100 days (curseforge) Wither Storm: Dawn of Legends Wither Storm: Dawn of Legends CottageCore Creations CottageCore Creations Guns And SCPs Guns And SCPs Isle Of Burke+ Isle Of Burke+ Bosses'Rise I Excalibur Bosses'Rise I Excalibur DDD (Dungeons, Dragons & Dimensions) DDD (Dungeons, Dragons & Dimensions) Create: Flat Factories Create: Flat Factories Torment - Psychological Horror Torment - Psychological Horror Twisted Towns Twisted Towns Apex - Deprivation Apex - Deprivation Essential Medieval [FABRIC] Essential Medieval [FABRIC] Mystic's Anime Adventures Mystic's Anime Adventures Nomurras Terror Nomurras Terror Apocalipse Light - A Zombie Apocalypse Survival Apocalipse Light - A Zombie Apocalypse Survival TerraCraft:Confluence TerraCraft:Confluence B i o m e c h B i o m e c h Backrooms Footage Found: Remastered Backrooms Footage Found: Remastered dawn when 100days(黎明時分 100天) dawn when 100days(黎明時分 100天) Apocalypsecraft - Survive The Zombie Apocalypse Apocalypsecraft - Survive The Zombie Apocalypse MLG's Avatar: Benders of The New Age MLG's Avatar: Benders of The New Age EnchantVenture EnchantVenture Dread Awakening Dread Awakening Dontcry (Ultra Horror Pack) Dontcry (Ultra Horror Pack) Trappincorpo SMP Pack Trappincorpo SMP Pack One piece world (by squishii) One piece world (by squishii) iByte Odyssey iByte Odyssey RiftRealm UNLIMITED RiftRealm UNLIMITED Realistic Modpack - extreme survival Realistic Modpack - extreme survival INSANITY [horror] INSANITY [horror] Go Eevee v3 - Pixelmon/Create Go Eevee v3 - Pixelmon/Create Crazy Craft (RPG) Crazy Craft (RPG) Create: Cursed Create - Zombie Apocalypse Create: Cursed Create - Zombie Apocalypse Cook in Skyland Elegant Feast Cook in Skyland Elegant Feast Unique Block 1 - UB 1 Unique Block 1 - UB 1 Aelstar Aelstar Beyond Dungeonspace -  Steampunk Survival, Create Automation & Horde Defense Beyond Dungeonspace - Steampunk Survival, Create Automation & Horde Defense A Hunt For a New Life: DeadZone A Hunt For a New Life: DeadZone ALBOE! [FABRIC] ALBOE! [FABRIC] Seven Deadly Sins Chronicles Seven Deadly Sins Chronicles Create & Chill: VR Ready Create & Chill: VR Ready The Lost Server - The Broken Script The Lost Server - The Broken Script MythicCraft 1.16.5 [FORGE] - RPG Modpack MythicCraft 1.16.5 [FORGE] - RPG Modpack TerraFirmaKingdoms Season 1 TerraFirmaKingdoms Season 1 MedievalCraft - A New World MedievalCraft - A New World HBM Nuclear Warfare Industrialization HBM Nuclear Warfare Industrialization Gun Lands - The Land That Shoots Gun Lands - The Land That Shoots Multiversal Misadventures - The Blockhead's Guide to the Galaxy Multiversal Misadventures - The Blockhead's Guide to the Galaxy Another Danger, The Ultimate Horror Modpack Another Danger, The Ultimate Horror Modpack Everwild (Cobblemon) Everwild (Cobblemon) Final Judgment : Save the world Final Judgment : Save the world Gear Spinned Gear Spinned Synergy Pokemon Synergy Pokemon Cobblemon FG - Brasil Cobblemon FG - Brasil VictoriaCraft VictoriaCraft Create Beyond Cosmos Create Beyond Cosmos Parasyte Parasyte Economycraft Economycraft Cobblemon Journeys End Cobblemon Journeys End KRILLKRAFT KRILLKRAFT OmniCraft Evolved OmniCraft Evolved Artemis: Project Artemis: Project CR-Realistic Survival CR-Realistic Survival They Prey On Thy Flesh They Prey On Thy Flesh One Piece: Grand Voyage One Piece: Grand Voyage TeamImura's DMZ (Dragon Mine Z Server) TeamImura's DMZ (Dragon Mine Z Server) Apocalyptic infection - Zombie invasion Apocalyptic infection - Zombie invasion The New Exploration!!! The New Exploration!!! Atelier Mythos Era Atelier Mythos Era Farmtastic! Farmtastic! Chronicles of Arcadia: A Journey to Magitech [CAJM] Chronicles of Arcadia: A Journey to Magitech [CAJM] Chime Time IX Chime Time IX Dragon create Dragon create Better Than Ocelots [A Modern Better Than Wolves Port!] Better Than Ocelots [A Modern Better Than Wolves Port!] Winter Arc Winter Arc DoomsDay Jurassic DoomsDay Jurassic Dragonfire RPG Dragonfire RPG KrzakiPudlo_3.5: Pixelmon Edition KrzakiPudlo_3.5: Pixelmon Edition Legends of the Unown [NEOFORGE] Legends of the Unown [NEOFORGE] Dynamic Odyssey Dynamic Odyssey TerrorCraft: Shadows of Insanity TerrorCraft: Shadows of Insanity Zombie Fungal Infection Zombie Fungal Infection Zombies & Parasites Zombies & Parasites Berserker Souls Berserker Souls AntCraft | MHA AntCraft | MHA JoJos Requiem JoJos Requiem Create Perfectionn Create Perfectionn AdvoTech ValkyrienSkies (abandoned) AdvoTech ValkyrienSkies (abandoned) EldenVoid EldenVoid Protocol Zero-(HARDCORE EDITION) Protocol Zero-(HARDCORE EDITION) Ancient Worlds Ancient Worlds MechanicalArmy100Days MechanicalArmy100Days Dungeons, Dragons, Magic and Millenaire Dungeons, Dragons, Magic and Millenaire Pixverse Pixverse Consume The World! Consume The World! Trials of Terra Trials of Terra

External Resources