An open API service indexing awesome lists of open source software.

https://github.com/electroid/username-generator

Generate game pseudonyms using string manipulation
https://github.com/electroid/username-generator

Last synced: 2 months ago
JSON representation

Generate game pseudonyms using string manipulation

Awesome Lists containing this project

README

        

# UsernameGenerator
A small library and test plugin for generating minecraft usernames.

- `MinecraftUsernameGenerator.java` is the object the generates minecraft usernames given a "seed" string.

- `NicknamePlugin.java` is a extremely basic implementation of the generator to create random nicknames.