Pre-loaded items in a new charactor's inventory?

DjNoRhythm

New Member
Jul 29, 2019
7
0
0
I am not sure how to search for this or even what it is called.

What I would like to do is this: On my server, when a new person logs in , I would like to have them start with some specific items in their inventory.

For example, perhaps a full set of stone tools.

How do I accomplish this? I am not really sure where to start even.

Thanks
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
As a last resort and if you have computercraft+ an addon that gives you a chatbox you can make a program that waits for a chatevent, and if the message ="!set" it gives the player the needed items and puts there name in a list.
if a player says it and his name is on the list it will not give the set.