This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I am making a map in which I need to be given a certain set of items when spawning and change the spawn of players when entering the map. Please explain this as a person who is not well versed in this
do you know any mods for this?
ver MC. 1.20.1 forge
For the spawning items, use the mod StarterKit:
https://www.curseforge.com/minecraft/mc-mods/starter-kit
Create a creative test world - empty your inventory - then take the items you want to have as starterkit and use the command
/sk add starter
Slot position and current Armor will be saved, too
If you want players to spawn at a specific coordinate, use Set World Spawn Point
https://www.curseforge.com/minecraft/mc-mods/set-world-spawn-point
Restart Minecraft with this mod to generate the config file
Then open the config file and set forceExactSpawn to true and change the x,y,z coords there
I am making a map in which I need to be given a certain set of items when spawning and change the spawn of players when entering the map. Please explain this as a person who is not well versed in this
do you know any mods for this?
ver MC. 1.20.1 forge
For the spawning items, use the mod StarterKit:
https://www.curseforge.com/minecraft/mc-mods/starter-kit
Create a creative test world - empty your inventory - then take the items you want to have as starterkit and use the command
/sk add starter
Slot position and current Armor will be saved, too
If you want players to spawn at a specific coordinate, use Set World Spawn Point
https://www.curseforge.com/minecraft/mc-mods/set-world-spawn-point
Restart Minecraft with this mod to generate the config file
Then open the config file and set forceExactSpawn to true and change the x,y,z coords there
>> Link to Curseforge <<