There are 3 possible ways to use this generator:
1. List of players
This is for the case when your server doesn't have a whitelist and you know every player that you server has. All you need is to type the names of the players,
one per line.
Here's an example:
Mouro
StrideyMC
GrantGryczan
FixingGlobe
Herr_Stoner
thechandlers2
2. Whitelist of your server
This is for when you have a already defined whitelist on your server and you want to quickly generate a pack based of that whitelist. You can go to your server
files (not available for Realm Servers) and find the whitelist.json
file. Copy the contents of that file, and paste it into the white box.
Here's an example:
[
{
"uuid": "f8d939e5-ffba-4fa0-8a18-29689ad696a2",
"name": "Mouro"
},
{
"uuid": "7c92d6b3-635a-4226-8506-40d55a97b2f8",
"name": "StrideyMC"
},
{
"uuid": "f185e276-61ad-4064-9982-8a05321a3096",
"name": "GrantGryczan"
},
{
"uuid": "f037bda0-9c25-41f0-a59b-9a1e59e74255",
"name": "FixingGlobe"
},
{
"uuid": "0e9365f5-6b94-4b7d-afe9-1298e4cab357",
"name": "Herr_Stoner"
},
{
"uuid": "dc888a14-8b2b-4873-b1db-723bcb8ab062",
"name": "thechandlers2"
}
]
3. Manually with direct skin textures
This is a more advanced way to customize your pack. It lets you select individually textures for each head.
You can use a website like minecraft-heads.com to find the textures that you want to use, and create a JSON that our
generator can use to customize your pack.
This JSON should be something like this: [{"name": "Head Name", "url": "link for textures.minecraft.net with skin"}, ...]
Here's an example:
[
{
"name": "Super Mushroom",
"url": "http://textures.minecraft.net/texture/ff96b8d01f5835ed38afd4530228d0b5abb7d45a355519ea680c40ffca32edf2"
},
{
"name": "Cranberry",
"url": "http://textures.minecraft.net/texture/9b47e0677367780b7653dcebf8cf88beb4dac94c98e6446375cb5ec8e9a38db4"
},
{
"name": "Broken TV",
"url": "http://textures.minecraft.net/texture/5ebfd2396cbabdb42c348bcf41599c87a506a71ef60948c496f95c6cb63141"
},
{
"name": "Fries",
"url": "http://textures.minecraft.net/texture/806db375e81c063747f9718e725b05cb37b16f8aec5c7f21fd537de62540ecc9"
},
{
"name": "Emergency Button",
"url": "http://textures.minecraft.net/texture/fd87617a6547ff901777fc634e531dee408be3bc423eb86aacbe728593b4eecc"
}
]