Random World Names

Quick rating

Community listing page, reviews here may not be monitored by the author.

Random World Names

No reviews yet

No more "New World (14)" It automatically assigns atmospheric, cozy, or amusing names to new worlds

Mod Loaders
Minecraft

About

Description

Random World Names

How often does your Minecraft world list look like an endless row of "New World", "New World (1)", and "New World (2)"?

Whenever you jump into the game to start a fresh survival run or test out a quick build, coming up with a good name can feel like a chore. This lightweight client-side mod solves that problem: every time you open the Create New World screen, it instantly suggests a random, cozy, or humorous name made of one to three words.


gif


Features

  • Automatic name on open: The moment the world creation screen appears, the name field is already filled with a random phrase.
  • Re-roll dice button: If you do not like the first suggestion, there is a clean pixel-art dice button right next to the text input. Click it as many times as you want until you find the name that clicks.
  • 128 languages supported: Names are generated in whatever language your game client is currently set to. If you switch languages in the game settings, the generator adapts immediately without needing a restart.
  • Custom words list: If you have your own jokes, favorite phrases, or specific project themes, you can add them to config/randomworldname.json under customNames, and they will be mixed into the pool.

image


Modpacks

You are completely free to include this mod in any public or private modpack.

Setting Up Custom Names

After launching the game once, a configuration file named randomworldname.json will be created inside your config/ directory. You can add your own custom entries to it:

```json { "enabled": true, "customNames": [ "Island of Lost Socks", "Quick Weekend Project", "Last Stand of the Creeper" ] }