Skip to content

This script will take a txt file with minecraft usernames and create a valid whitelist.json for you minecraft server. Useful if you need to whitelist a large amount of players quickly

License

Notifications You must be signed in to change notification settings

ARTEMIkajs/mc-mass-witelist-generator

 
 

Repository files navigation

Mass whitelist generator


This is a usefull tool to convert a text file of minecraft names into a valid whitelist.json

Installation

  1. Install node dependecies - npm install

  2. Create the file names.txt

Usage

Using the tool is simple. Enter the names you want to have in the whitelist into names.txt and seperate each name with a new line. Look at names.example.txt as a reference.

Note: Make sure to not have any empty lines, the script will crash if you have that.

Now that you have everything ready just run the script with node usrNameToUUID.js

About

This script will take a txt file with minecraft usernames and create a valid whitelist.json for you minecraft server. Useful if you need to whitelist a large amount of players quickly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%