StartingItems allows you to automatically give items to players upon their first login or when they respawn. It requires very little setup time, and you can just drop it in and edit the configuration, and it's ready to go!
The configuration will be automatically generated when the plugin starts. It is divided into two sections, login items and respawn items. When it's first generated, it will look like this:
login-items: []
respawn-items: []
To give players a wooden shovel upon their first login, you can change the config to look like this:
login-items:
- 269
respawn-items: []
The format for each line looks like this:
So, to give a player 32 blocks of red wool, you'd use this:
A list of data values can be found on the Minecraft Wiki here.
Download StartingItems 1.0
StartingItems on GitHub