RandomNickGen is a program for generating random Minecraft usernames, guaranteed to not be taken.
-
The program starts with a random word from the database.
-
It adds random common prefixes and suffixes of Minecraft usernames like:
- the
- not
- good
- bad
- great
- lol
- xd
- error
- 4k
and more...
-
It randomly changes letters with similar-looking numbers.
-
It randomly adds underscores to the start and end.
-
It randomly capitalizes the name.
-
Then it performs checks on the name to ensure it's valid and free to use.
Download the JAR file from Releases. If you want to use the latest development build, download from Actions and unzip the file.
Run the following command (applicable to Linux and macOS):
java -jar <file> <args>
<file>- the downloaded JAR file (make sure to put it into the same folder you execute the command in)<args>- the arguments for the program, for full reference read the next section.
| Name | Parameter | Description |
|---|---|---|
--count <int> |
An integer | Generates multiple nicknames at a time |
--quiet, -q |
Doesn't output any logs | |
--force-truncate, -t |
If the name is longer than 16 characters, it will be truncated to first 16 characters | |
--no-existence-check |
Doesn't check for existence of the name. Highly increases performance | |
--no-log |
Fully disable logs, no logs will be shown or written. Increases performance | |
--save, -s |
Saves all generated nicknames to .generated_nicks in current folder |