RandomSpawn [v0.1b] [SpongeForge 814]

This is a plugin that spawns the user in a random safe location when they join.

Downloads

If you’d like to download this plugin, you can grab the latest build here.

GitHub Repository

If you’d like to check out the GitHub repository, you can do so here.

Installation

To install RandomSpawn, you simply drop the downloaded JAR file into your mods folder. If you haven’t made a Sponge server yet, there’s directions on how on the Sponge docs.

Support Me

If you’d like to support me, you can do so here.

3 Likes

Have you tested this? 17449178 out of 29999999 times (58.16%) you’re going to throw somebody into the Far Lands.

x = rand.nextInt(29999999);
y = rand.nextInt(256);
z = rand.nextInt(29999999);

Far Lands start to generate between ±12,550,821 and ±12,550,825 on any horizontal axis.

1 Like

Yes, I have.

The Far Lands terrain generation and most bugs and glitches were fixed as of Beta 1.8. Minecraft Wiki

Holy cow, the Far Lands don’t exist anymore?

Yeah, they don’t. :wink:

Improvements: Make it generate random positions within the world border, allow admins to override this default behaviour and set their own bounds.

1 Like

Okay :slight_smile: thanks for advice

Uh nope. They haven’t existed for years at this point (I still want them back though. :frowning: )

1 Like

This is the plugin that i was looking for :smiley: :smiley:

1 Like

Updated to latest Sponge, sorry it took so long.

API 7 for Minecraft 1.12.x?