SpawnAid
SpawnAid is a compact mod that automatically provides new players with a customizable set of starter items upon their first entry into a world or server. An ideal solution for survival games, adventure maps, or multiplayer servers where giving newcomers a good start is important.
Key Features
- 🧰 Automatic distribution of stone tools and food upon first connection
- 🔧 Full customization through generated configuration file
- 🔁 Player data tracking to guarantee one-time item distribution
- 💬 Optional personalized welcome message
Configuration Settings
After the first launch, the mod creates a configuration file at:
config/spawnaid-common.toml
You can easily enable and disable various items, as well as adjust their quantities:
Tools
giveStoneSword— Stone Sword (default: true)giveStonePickaxe— Stone Pickaxe (default: true)giveStoneAxe— Stone Axe (default: true)giveStoneShovel— Stone Shovel (default: true)
Food
giveBread— Bread (default: true)breadAmount— Bread quantity (default: 16)giveApple— Apples (default: true)appleAmount— Apple quantity (default: 8)
Utility Items
giveTorch— Torches (default: true)torchAmount— Torch quantity (default: 16)
Messages
sendWelcomeMessage— Send message when items are distributed (default: true)welcomeMessage— Customizable welcome text
How It Works
SpawnAid uses persistent NBT player data to track who has already received the starter kit. Items are distributed only once per world, even if the player logs out and logs back in.
Enjoy a comfortable start to your adventures!